fix: Enforce opencode run for headless dispatch — never use claude CLI#2359
fix: Enforce opencode run for headless dispatch — never use claude CLI#2359marcusquinn merged 1 commit intomainfrom
Conversation
Agents with a 'Claude Code' system prompt identity repeatedly default to the claude CLI for headless dispatch, which silently fails. Added explicit rules in AGENTS.md and pulse.md: ALWAYS use opencode run, NEVER claude/claude -p, regardless of system prompt identity.
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
WalkthroughThis PR adds explicit dispatch rules to agent documentation files, mandating the use of Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🤖 Augment PR SummarySummary: Clarifies headless dispatch instructions to consistently use OpenCode’s runtime CLI. Changes:
🤖 Was this summary useful? React with 👍 or 👎 |
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Thu Feb 26 04:07:10 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
|
#2359) Agents with a 'Claude Code' system prompt identity repeatedly default to the claude CLI for headless dispatch, which silently fails. Added explicit rules in AGENTS.md and pulse.md: ALWAYS use opencode run, NEVER claude/claude -p, regardless of system prompt identity.



Summary
opencode runfor dispatch, NEVERclaudeorclaude -pSummary by CodeRabbit
Documentation
Chores