Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 60b6bbd

Browse filesBrowse files
authored
docs: mark plugin system as beta (MoonshotAI#1558)
1 parent c828bf5 commit 60b6bbd
Copy full SHA for 60b6bbd

3 files changed

+12-4Lines changed: 12 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎docs/.vitepress/config.ts‎

Copy file name to clipboardExpand all lines: docs/.vitepress/config.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default withMermaid(defineConfig({
4949
text: '定制化',
5050
items: [
5151
{ text: 'Model Context Protocol', link: '/zh/customization/mcp' },
52-
{ text: '插件', link: '/zh/customization/plugins' },
52+
{ text: '插件 (Beta)', link: '/zh/customization/plugins' },
5353
{ text: 'Agent Skills', link: '/zh/customization/skills' },
5454
{ text: 'Agent 与子 Agent', link: '/zh/customization/agents' },
5555
{ text: 'Print 模式', link: '/zh/customization/print-mode' },
@@ -131,7 +131,7 @@ export default withMermaid(defineConfig({
131131
text: 'Customization',
132132
items: [
133133
{ text: 'Model Context Protocol', link: '/en/customization/mcp' },
134-
{ text: 'Plugins', link: '/en/customization/plugins' },
134+
{ text: 'Plugins (Beta)', link: '/en/customization/plugins' },
135135
{ text: 'Agent Skills', link: '/en/customization/skills' },
136136
{ text: 'Agents and Subagents', link: '/en/customization/agents' },
137137
{ text: 'Print Mode', link: '/en/customization/print-mode' },
Collapse file

‎docs/en/customization/plugins.md‎

Copy file name to clipboardExpand all lines: docs/en/customization/plugins.md
+5-1Lines changed: 5 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Plugins
1+
# Plugins (Beta)
2+
3+
::: warning Beta Feature
4+
The plugin system is currently in Beta. The implementation details and configuration definitions may change in future releases. Please use with caution in production environments and stay tuned for updates.
5+
:::
26

37
The plugin system allows you to add custom tools to Kimi Code CLI, extending the AI's capabilities. Unlike MCP servers, plugins are lightweight local toolkits ideal for packaging project-specific scripts and utilities.
48

Collapse file

‎docs/zh/customization/plugins.md‎

Copy file name to clipboardExpand all lines: docs/zh/customization/plugins.md
+5-1Lines changed: 5 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# 插件
1+
# 插件 (Beta)
2+
3+
::: warning Beta 功能
4+
插件系统目前处于 Beta 阶段,具体的实现细节和配置定义可能会在未来版本中调整。请谨慎在生产环境中使用,并关注后续更新。
5+
:::
26

37
插件系统让你可以为 Kimi Code CLI 添加自定义工具,扩展 AI 的能力。与 MCP 服务器不同,插件是轻量级的本地工具包,适合封装项目特定的脚本和实用程序。
48

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.