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
This issue validates the graceful-degradation design from [P2.1] under the hardest case.
Tests via [P2.2]; docs/providers/COPILOT.md (call out reduced feature set); README row.
Acceptance
ralph --provider copilot drives the loop on text output; token-limit / perm-breaker /
api-limit features cleanly disabled with logged warnings. Full suite green.
Phase 4 — Provider onboarding. Copilot has NO structured output — the degraded path.
Scope
lib/agents/copilot.sh:-p/--prompt,-s/--silent(agent response only),--resume [id]/--continue,--model, granular--allow-tool/--deny-tool/--allow-all.the
RALPH_STATUStext block; reuse the text-mode heuristics path (Issue Exit confidence threshold (≥40) causes false-positive completions on documentation keywords #224).at build time), api_limit=off, session=resume-id.
docs/providers/COPILOT.md(call out reduced feature set); README row.Acceptance
ralph --provider copilotdrives the loop on text output; token-limit / perm-breaker /api-limit features cleanly disabled with logged warnings. Full suite green.
Depends on: [P3.1], [P2.1].