feat(a2a): opt in to confidence-v1 + blast-v1 + hitl-mode-v1#71
feat(a2a): opt in to confidence-v1 + blast-v1 + hitl-mode-v1#71
Conversation
Declares three additional workstacean extensions on Quinn's agent card: - confidence-v1: model self-reports confidence via <confidence> and <confidence_explanation> tags in OUTPUT_FORMAT_INSTRUCTIONS. Parsed from the accumulated stream in _chat_langgraph_stream and emitted as a DataPart on the terminal artifact (mirrors the cost-v1 wiring). success flag is derived from the terminal state so FAILED + high confidence correctly registers as a calibration-warning signal on the workstacean side. - blast-v1: per-skill scope of effect (self | project | repo). Card-only policy metadata — planner + HITL policy read it to gate high-impact work. Radii chosen to match what each skill actually does (qa_report = self, pr_review = repo, board_audit + bug_triage = project). - hitl-mode-v1: per-skill approval policy. All four Quinn skills declared — qa_report autonomous, the rest notification. None of Quinn's skills today warrant veto/gated/compound (pr_review leaves comments but doesn't merge; bug_triage files a reversible backlog feature). Closes #27 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 0 minutes and 1 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Declares the three remaining workstacean x-protolabs extensions on Quinn's agent card, with full runtime emission for confidence-v1.
Design notes
confidence-v1 mirrors the cost-v1 pipeline:
blast-v1 radii chosen to match actual skill behaviour — don't over-declare:
hitl-mode-v1: `qa_report` autonomous, the rest notification. None of Quinn's current skills warrant veto/gated/compound — pr_review leaves review comments but doesn't merge; bug_triage creates a reversible backlog feature.
Closes
#27
Test plan