kimi-code/packages/agent-core/test/plugin
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
..
archive.test.ts feat: add plugin manager and official plugins (#119) 2026-05-27 22:47:33 +08:00
commands.test.ts feat: support plugin slash commands (#1204) 2026-06-30 19:38:01 +08:00
github-resolver.test.ts feat(plugin): install plugins from a GitHub repository URL (#221) 2026-05-29 22:18:16 +08:00
integration.test.ts feat: add plugin manager and official plugins (#119) 2026-05-27 22:47:33 +08:00
manager.test.ts feat: support plugin slash commands (#1204) 2026-06-30 19:38:01 +08:00
manifest.test.ts feat: support plugin slash commands (#1204) 2026-06-30 19:38:01 +08:00
source.test.ts feat(plugin): install plugins from a GitHub repository URL (#221) 2026-05-29 22:18:16 +08:00
store.test.ts feat(plugin): install plugins from a GitHub repository URL (#221) 2026-05-29 22:18:16 +08:00