mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
chore: correct wire-request-trace changeset (#1464)
PR #1448 records a per-request trace in wire.jsonl for debugging, with no user-facing behavior change. Downgrade the CLI bump from minor to patch, drop the unpublished private internal packages (agent-core, kosong), and trim the entry to a single honest sentence.
This commit is contained in:
parent
16dc940834
commit
928726ace1
1 changed files with 2 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
"@moonshot-ai/agent-core": minor
|
||||
"@moonshot-ai/kimi-code": minor
|
||||
"@moonshot-ai/kosong": minor
|
||||
"@moonshot-ai/kimi-code": patch
|
||||
---
|
||||
|
||||
Record a request trace in each agent's `wire.jsonl`: content-addressed snapshots of the tool schemas sent to the model, one record per model request (including retries, strict resends, and compaction rounds) with the effective request parameters, and the raw MCP tool listing per server, so sessions carry enough data to reconstruct every model request for debugging. Chat providers now expose the effective completion-token cap they send on the wire, so the trace records the provider-clamped value rather than the requested budget.
|
||||
Record a per-request trace in the session wire log, so model requests can be reconstructed for debugging. Not a user-facing feature.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue