kimi-code/apps/kimi-code/scripts
qer 75fe068a01
fix(cli): stabilize built-in capability installation (#2601)
* fix(cli): show built-in capabilities before the first session exists

The lazy-session refactor left capability calls going through
requireSession(), so on a session-less v2 startup /plugins reported the
capabilities unavailable and hid the built-in rows behind the promo.
Like plugin management, capability readiness and installs are app-global
on the v2 engine: the node-sdk harness gains a capability facade over
the global channel, and the TUI resolves session-or-harness for every
capability call.

* fix(cli): count the dev marketplace server as the default catalog

dev.mjs always points KIMI_CODE_PLUGIN_MARKETPLACE_URL at its own
repo-serving server, which the override gate mistook for a user-configured
marketplace and suppressed the built-in capability rows in every dev run.
The dev server now marks itself, and the gate treats that marked URL as
the default catalog while still honoring real overrides (slash-command
source, user-set env, KIMI_CODE_DEV_MARKETPLACE_URL).

* fix(cli): align built-in capability updates
2026-08-05 14:55:04 +08:00
..
native feat(minidb): persistent index generations and lifecycle hardening (#2604) 2026-08-04 20:38:42 +08:00
postinstall Kimi For Coding 2026-05-22 15:54:50 +08:00
build-plugin-marketplace-cdn.mjs feat(cli): add built-in Computer Use and WebBridge capabilities (#2407) 2026-08-04 17:59:16 +08:00
build-vis-asset.mjs feat(vis): faithful wire.jsonl rendering + built-in kimi vis command (#788) 2026-06-16 16:54:14 +08:00
built-in-catalog.mjs feat(kimi-code): add /connect command with bundled model catalog (#30) 2026-05-26 12:34:49 +08:00
check-web-assets.mjs chore(web): replace apps/kimi-web with the code-app web bundle (#2599) 2026-08-05 13:38:30 +08:00
copy-native-assets.mjs feat(kimi-code): vendor @moonshot-ai/pi-tui (#1254) 2026-07-01 20:23:35 +08:00
dev-plugin-marketplace-server.mjs feat(tui): show available plugin updates in the marketplace (#593) 2026-06-09 21:28:36 +08:00
dev-server-restart.mjs feat(kap-server): add global message search with literal and live-session modes (#2321) 2026-07-28 21:47:50 +08:00
dev.mjs fix(cli): stabilize built-in capability installation (#2601) 2026-08-05 14:55:04 +08:00
plugin-manifest-version.mjs feat(tui): show available plugin updates in the marketplace (#593) 2026-06-09 21:28:36 +08:00
postinstall.mjs Kimi For Coding 2026-05-22 15:54:50 +08:00
smoke.mjs feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
update-catalog.mjs refactor(kosong): rename select_tools capability to dynamically_loaded_tools (#1488) 2026-07-10 22:12:54 +08:00