kimi-code/packages/node-sdk/src
qer 5cb80ce879
feat: support plugin slash commands (#1204)
* feat(agent-core): support plugin slash commands

* feat(node-sdk): expose listPluginCommands

* feat(kimi-code): register and dispatch plugin slash commands

* chore: add changeset for plugin commands

* feat(agent-core): activate plugin commands server-side

* feat(node-sdk): add activatePluginCommand

* feat(kimi-code): render plugin command activations compactly

* feat(agent-core): recurse plugin command directories and preserve namespace

* fix(kimi-code): parse nested plugin command names

* fix(agent-core): update prompt metadata for plugin command turns

* fix(kimi-code): replay plugin command turns as command cards

* fix: treat plugin-command origins as real user prompts in undo

* fix(kimi-code): guard model-empty and clear plugin command render ids

* fix: propagate plugin_command to web and vis turn projectors

* fix(kimi-code): refresh plugin commands through auth flow

* fix(kimi-web): render plugin command cards in chat pane

* fix(kimi-web): render plugin command card in desktop chat view

* fix(kimi-code): treat slash-activation cards as transcript turn boundaries

* fix(kimi-code): count slash-activation entries when trimming transcript turns

* fix(kimi-code): preserve plugin command args in undo selector
2026-06-30 19:38:01 +08:00
..
auth.ts feat(feedback): support attaching logs and codebase (#1120) 2026-06-26 16:15:08 +08:00
catalog.ts fix(catalog): preserve reasoning fields in custom model (#70) 2026-05-26 17:32:37 +08:00
config-rpc.ts feat(cli): add doctor command for config validation (#431) 2026-06-04 21:15:18 +08:00
events.ts feat: support plugin slash commands (#1204) 2026-06-30 19:38:01 +08:00
index.ts feat(feedback): support attaching logs and codebase (#1120) 2026-06-26 16:15:08 +08:00
kimi-code-model-provider.ts feat(managed-kimi-code): route anthropic protocol via beta api (#1186) 2026-06-29 14:24:01 +08:00
kimi-harness.ts chore(telemetry): normalize telemetry property keys to snake_case (#1196) 2026-06-29 17:40:50 +08:00
oauth-error.ts fix: classify OAuth token refresh errors by cause (#838) 2026-06-17 18:34:42 +08:00
rpc.ts feat: support plugin slash commands (#1204) 2026-06-30 19:38:01 +08:00
sdk-rpc-client.ts refactor(telemetry): merge duplicate session-start and goal events (#885) 2026-06-18 17:38:02 +08:00
session.ts feat: support plugin slash commands (#1204) 2026-06-30 19:38:01 +08:00
types.ts feat: support plugin slash commands (#1204) 2026-06-30 19:38:01 +08:00