kimi-code/packages
_Kerman 4bc65edc4d fix(agent-core-v2): restore JSON Schema format validation in tool-args
Align with v1: replace the hand-rolled subset validator with v1's Ajv-
based implementation (draft-07/2019/2020 + ajv-formats), so tool-call
argument validation once again honors the JSON Schema `format` keyword
(and the full keyword set), not just the previously hard-coded subset.

- args-validator.ts is now byte-identical to v1 (93 lines, replacing the
  289-line hand-rolled subset).
- Adds ajv@^8.18.0 and ajv-formats@^3.0.1 (same versions as v1) plus the
  pnpm-lock.yaml update.
- The two call sites (compileToolArgsValidator -> validateToolArgs) keep
  working unchanged; a small test locks in format / required /
  additionalProperties / subset behavior.
2026-07-10 15:32:13 +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 Merge remote-tracking branch 'origin/main' into kimi-code-v2 2026-07-09 20:06:12 +08:00
agent-core-v2 fix(agent-core-v2): restore JSON Schema format validation in tool-args 2026-07-10 15:32:13 +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 Merge branch 'kimi-code-v2' of https://github.com/MoonshotAI/kimi-code into kimi-code-v2 2026-07-09 20:29:32 +08:00
kosong feat: keep image-heavy sessions within provider request-size limits (#1508) 2026-07-09 18:05:14 +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: display Extra Usage fuel pack balance in /usage and /status (#1501) 2026-07-09 17:44:59 +08:00
pi-tui ci: release packages (#1378) 2026-07-06 23:18:32 +08:00
protocol fix(kap-server): align archived session restore 2026-07-09 20:21:52 +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