fix(a2a): update extension URIs to proto-labs.ai domain#69
Conversation
Workstacean moved to proto-labs.ai (protoWorkstacean#407) and its SkillBrokerPlugin matches declared extensions against that registry. Until Quinn's card is updated, effect-domain-v1 and cost-v1 silently degrade to no-op on the interceptor side — extensions "work" but don't hit dashboards or the planner. Closes #60 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 3 minutes and 11 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 (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
protolabs.ai→proto-labs.aion theeffect-domain-v1andcost-v1extension URIs in Quinn's agent card.Why
Workstacean moved to
proto-labs.ai(protoWorkstacean#407). Until Quinn's card declares the same domain, SkillBrokerPlugin can't match Quinn's declarations against the registry — extension metadata stamping silently degrades to no-op. Not a crash, buteffect-domain-v1stops feeding the L1 planner andcost-v1stops feeding the cost interceptor.Closes
#60
Test plan
tests/test_a2a_integration.py— all 10 pass locally