[PR #49] [MERGED] fix(completion-detection): detect completion string #110

Closed
opened 2026-02-27 10:22:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/49
Author: @mikeyobrien
Created: 1/12/2026
Status: Merged
Merged: 1/12/2026
Merged by: @mikeyobrien

Base: mainHead: fix/completion-detection


📝 Commits (1)

  • 567ee5d fix(completion-detection): detect completion string

📊 Changes

6 files changed (+134 additions, -16 deletions)

View changed files

📝 src/ralph_orchestrator/__main__.py (+1 -0)
📝 src/ralph_orchestrator/adapters/base.py (+32 -6)
📝 src/ralph_orchestrator/adapters/claude.py (+2 -0)
📝 src/ralph_orchestrator/main.py (+8 -0)
📝 src/ralph_orchestrator/orchestrator.py (+42 -5)
📝 tests/test_completion_detection.py (+49 -5)

📄 Description

This PR fixes completion detection by ensuring the completion string is correctly identified.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mikeyobrien/ralph-orchestrator/pull/49 **Author:** [@mikeyobrien](https://github.com/mikeyobrien) **Created:** 1/12/2026 **Status:** ✅ Merged **Merged:** 1/12/2026 **Merged by:** [@mikeyobrien](https://github.com/mikeyobrien) **Base:** `main` ← **Head:** `fix/completion-detection` --- ### 📝 Commits (1) - [`567ee5d`](https://github.com/mikeyobrien/ralph-orchestrator/commit/567ee5dd48d9148e36aeb5ed6fe4e0452b4495bd) fix(completion-detection): detect completion string ### 📊 Changes **6 files changed** (+134 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src/ralph_orchestrator/__main__.py` (+1 -0) 📝 `src/ralph_orchestrator/adapters/base.py` (+32 -6) 📝 `src/ralph_orchestrator/adapters/claude.py` (+2 -0) 📝 `src/ralph_orchestrator/main.py` (+8 -0) 📝 `src/ralph_orchestrator/orchestrator.py` (+42 -5) 📝 `tests/test_completion_detection.py` (+49 -5) </details> ### 📄 Description This PR fixes completion detection by ensuring the completion string is correctly identified. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:22:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ralph-orchestrator#110
No description provided.