v0.36.0-beta.18
Pre-release
Pre-release
Delta since previous beta (v0.36.0-beta.17) — 1 new changeset.
Patch Changes
- Error and warn log lines across the server, CLI, and desktop main process now attach the raw error under the
errkey, so on-disk JSONL logs (what bug-report bundles collect) carry the full name/message/stack instead of a pre-stringified message with no stack. API error log lines additionally carry the request'sx-request-idfor correlation with the access log and client reports, the MCP stdio logger serializes Error values instead of flattening them to{}, and the desktop root logger gained expliciterrserializers. No wire-shape changes.