You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix TUI Ralph using cached API client for completion verification
The TUI passed its cached APIClient to the Ralph orchestrator, causing
verify_feature_completed to return stale responses. Feature status
mutated externally by the coding agent via MCP was invisible to the
cached client, leading to false retry loops. Create a separate uncached
client for the orchestrator.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments