v0.15.0
What's Changed
Features
- feat(tui): show negotiated extensions in the capability inspector by @kerlenton in #168
- feat(store): report the context cost of tool definitions and results by @kerlenton in #169
- feat(proxy): observe HTTP status and the auth challenge by @kerlenton in #173
- feat(store): flag a request that omits a required routing header by @kerlenton in #174
- feat(store): name the spec-defined error codes and flag the retired ones by @kerlenton in #176
Bug Fixes
- fix(cmd): give every run a unique session id, not a per-PID one by @kerlenton in #170
- fix(cmd): give every run a unique session id, not a per-PID one by @kerlenton in #171
- fix(store): decode a Base64 Mcp-Name before comparing it to the body by @kerlenton in #172
- fix(proxy): flag stdio and SSE frames truncated at observe cap by @syf2211 in #175
Full Changelog: v0.14.0...v0.15.0