free-claude-code/messaging
Alishahryar1 29e7714337 feat(logging): structured TRACE events and end-to-end request correlation
Add core/trace.py with trace_event, traced_async_stream, and payload snapshots.
Merge TRACE fields into JSON logs; promote claude_session_id, http path/method.
Instrument API, messaging/CLI, and OpenAI-compat/native provider paths.
Harden log sink with enqueue and stdlib intercept re-entrancy guard.
Document behavior in .env.example and README; extend tests.
2026-05-10 18:24:48 -07:00
..
platforms Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
rendering refactor: remove OpenRouter rollback, shims, and redundant layers 2026-04-24 21:08:38 -07:00
trees Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
__init__.py Backup/before cleanup 20260222 230402 (#58) 2026-02-27 19:50:21 -08:00
cli_event_constants.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
command_dispatcher.py refactor: remove OpenRouter rollback, shims, and redundant layers 2026-04-24 21:08:38 -07:00
commands.py feat: Anthropic web server tools, provider metadata, messaging hardening 2026-04-24 23:01:14 -07:00
event_parser.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
handler.py feat(logging): structured TRACE events and end-to-end request correlation 2026-05-10 18:24:48 -07:00
limiter.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
models.py Add message_thread_id support across messaging components 2026-02-18 16:10:57 -08:00
node_event_pipeline.py feat(logging): structured TRACE events and end-to-end request correlation 2026-05-10 18:24:48 -07:00
safe_diagnostics.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
session.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
transcript.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
transcription.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
ui_updates.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
voice.py feat: Anthropic web server tools, provider metadata, messaging hardening 2026-04-24 23:01:14 -07:00