mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-26 17:14:33 +00:00
|
Some checks are pending
CI / test-pi-tui (push) Waiting to run
CI / test-windows (push) Waiting to run
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
CI / test (1) (push) Waiting to run
CI / test (2) (push) Waiting to run
CI / test (3) (push) Waiting to run
CI / test (4) (push) Waiting to run
CI / test (5) (push) Waiting to run
CI / build (push) Waiting to run
Nix Build / Check flake.nix workspace sync (push) Waiting to run
Nix Build / nix build .#kimi-code (push) Blocked by required conditions
Release / Release (push) Waiting to run
Release / Deploy docs (push) Blocked by required conditions
Release / Native release artifact (push) Blocked by required conditions
Release / Publish native release assets (push) Blocked by required conditions
* feat(agent-core): defer registered user tools Allow hosts to mark registered user tools as deferred so select_tools can discover and load their schemas on demand in both agent-core implementations. * fix(agent-core): hide unregistered deferred tools Filter loaded deferred user-tool schemas from provider history and loaded-state checks after unregister while preserving canonical history and disconnected MCP behavior. * fix(agent-core-v2): drop stale inline schemas Stop treating previously loaded user-tool schemas as active after the same tool is re-registered for inline disclosure. |
||
|---|---|---|
| .. | ||
| background | ||
| compaction | ||
| config | ||
| context | ||
| cron | ||
| harness | ||
| injection | ||
| permission | ||
| records | ||
| turn | ||
| basic.test.ts | ||
| bg-idle-notification-repro.test.ts | ||
| config-state.test.ts | ||
| config.test.ts | ||
| context.test.ts | ||
| dynamic-tools.test.ts | ||
| goal-outcome.test.ts | ||
| goal.test.ts | ||
| image-caption-injection.test.ts | ||
| kosong-llm.test.ts | ||
| llm-request-recorder.test.ts | ||
| permission.test.ts | ||
| plan.test.ts | ||
| question.test.ts | ||
| resume.test.ts | ||
| skill-prompt.test.ts | ||
| skill-tool-manager.test.ts | ||
| tool-result-render.test.ts | ||
| tool-select.e2e.test.ts | ||
| tool.test.ts | ||
| turn.test.ts | ||
| usage.test.ts | ||