Skip to content

gtx20060124-bot [ Enhancement ] Fix #23: Replace nil UUID fallback to prevent silent event loss#4

Open
gtx20060124-bot wants to merge 1 commit into
mainfrom
fix/events-nil-uuid
Open

gtx20060124-bot [ Enhancement ] Fix #23: Replace nil UUID fallback to prevent silent event loss#4
gtx20060124-bot wants to merge 1 commit into
mainfrom
fix/events-nil-uuid

Conversation

@gtx20060124-bot

Copy link
Copy Markdown
Owner

Fixes capiscio#23

In events.py, when _resolve_agent_id() returns None, the code fell back to
all-zeros UUID which the server rejects silently. Now uses empty string so the
event is still emitted and the server returns a clear validation error.

Files changed

  • capiscio_mcp/events.py

Acceptance checklist

  • Fix implemented as described
  • Follows existing codebase conventions
  • No AI training leakage markers
  • No CONTRIBUTORS.json modifications
  • No build artifacts committed

@gtx20060124-bot

Copy link
Copy Markdown
Owner Author

0x6e154f0e2c6190c18c27691537cf12a5f47d0558

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: nil UUID fallback for agentId causes silent event loss

1 participant