fix(ack-id): return reply nonce for response handshakes - #204
fix(ack-id): return reply nonce for response handshakes#204kutluhaneth46 wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 2 included reviews per hour; 0 remain after this review. Walkthrough
ChangesA2A reply nonce correction
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to A2A response handshakes now return the fresh reply nonce needed for the next handshake leg while initiator behavior remains unchanged. The targeted regression coverage supports merge readiness. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
Summary
payload.replyNoncefrom response handshakes while preserving initiator behavior.ack-idpatch changeset.Verification
pnpm run buildpnpm --filter @agentcommercekit/ack-id exec vitest run src/a2a/sign-message.test.tspnpm --filter @agentcommercekit/ack-id test -- --runpnpm run lintpnpm run check:formatpnpm run check:packagesFixes #174
Summary by CodeRabbit
Bug Fixes
Documentation