kimi-code/packages
_Kerman d69ed4b331 fix(agent-core-v2): apply KIMI_CODE_CUSTOM_HEADERS and host identity headers
Port v1's provider-manager outbound header logic to agent-core-v2 so
`KIMI_CODE_CUSTOM_HEADERS` and host identity headers are applied to
outbound LLM requests, closing the migration gap from #1186:

- env `KIMI_CODE_CUSTOM_HEADERS` is the lowest-precedence header layer;
- host identity headers (User-Agent + X-Msh-*) are sent for Kimi
  providers, only the User-Agent for every other provider — a Kimi
  provider routed through the Anthropic protocol still gets the full
  set, matching v1;
- provider `customHeaders` always win on conflict.

Host headers are seeded by the CLI via `createKimiDefaultHeaders` and a
new `IHostRequestHeaders` App-scope token (defaulting to empty), so the
model resolver can layer them without the host threading them through
every call site.
2026-07-09 14:34:24 +08:00
..
acp-adapter fix(agent-core): report EXIF-rotated image dimensions and raise edge cap to 3000px (#1460) 2026-07-08 15:45:23 +08:00
agent-core fix: surface provider auth error for unavailable models (#1506) 2026-07-09 13:59:36 +08:00
agent-core-v2 fix(agent-core-v2): apply KIMI_CODE_CUSTOM_HEADERS and host identity headers 2026-07-09 14:34:24 +08:00
kaos fix(kaos): enrich PATH from the user's login shell at startup (#1339) 2026-07-03 15:20:38 +08:00
kap-server feat(v2): auto-mint session ids and harden print-mode background drain 2026-07-09 13:10:49 +08:00
kosong ci: release packages (#1468) 2026-07-08 17:31:36 +08:00
migration-legacy chore(agent-core): remove experimental micro compaction (#1317) 2026-07-02 19:50:51 +08:00
minidb chore: fix lint issues across packages 2026-07-07 23:37:34 +08:00
node-sdk ci: release packages (#1468) 2026-07-08 17:31:36 +08:00
oauth feat: add model alias overrides (#1262) 2026-07-01 19:57:13 +08:00
pi-tui ci: release packages (#1378) 2026-07-06 23:18:32 +08:00
protocol fix(agent-core-v2): use domain errors for wire replay conflicts 2026-07-08 21:27:16 +08:00
server fix(agent-core): report EXIF-rotated image dimensions and raise edge cap to 3000px (#1460) 2026-07-08 15:45:23 +08:00
server-e2e chore: fix lint issues across packages 2026-07-07 23:37:34 +08:00
telemetry fix(telemetry): gate unsafe numeric telemetry values (#1478) 2026-07-07 20:32:02 +08:00