mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 15:15:57 +03:00
[PR #49] [MERGED] fix(completion-detection): detect completion string #110
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:fix/completion-detection📝 Commits (1)
567ee5dfix(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.