DeepSeek Agent
插件市场Agent 与自动化KimiX
DEEPSEEK HARNESS PLUGIN

KimiX

The next-gen lightweight coding agent cli

插件介绍

The next-gen lightweight coding agent cli

dsh-plugin

项目详情摘要

Kimi-CLI-X 中文文档 Install `install.py` handles the whole setup: dependency sync, native runtime download, and tool registration. **Note:** This repo supports not only KIMI LLM but also various API keys! Like OpenAI, Anthropic, etc. Default config templates are in `docs/`; use `kimix --config=xx.json` after setup. Why Kimi-CLI-X? Kimi-CLI-X is a deep optimization of the original Kimi-CLI, focusing on **prompt efficiency**, **tool reliability**, and **extensibility**, plus new tools for real-world development. Optimizations 1. **Lean system prompts** — Compressed initial prompts and tool descriptions down to ~2000 tokens while covering nearly all built-in tools. 2. **Hardened permissions & validation** — Properly handles Shell, Glob, and other tool validations to reduce retry loops from failures. 3. **Better subprocess output** — Redirects large outputs to temp files and filters redundant logs for easier backend retrieval. 4. **Simpler concurrency** — Streamlined design for subprocesses, sub-agents, and background tasks. 5. **Programmable prompts** — Allows custom system prompt injection at the upper layer for flexible scenarios. 6. **Explicit conversation management** — Clearer multi-task orchestration and state tracking. 7. **Write-and-validate** — Auto format checks and warnings on strict config files to prevent model-hallucinated errors. 8. **Multi-API support** — Import custom configs compatible with OpenAI, Anthropic, and more. 9. **Verified backends** — Tested against kimi, xai, anthropic, openai_legacy, openai_responses, google_genai/gemini, vertexai/vertex, plus 25+ Hermes-ported providers (deepseek, openrouter, xiaomi, zai, minimax, bedrock, ...). See `kimi-cli/tests/core/test_create_llm.py` and the Supported Providers list. New Capabilities Capability | Descripti

摘自项目公开 README,可能随上游仓库更新。

安装方法

建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。

npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Sikao-Engine/KimiX

使用前检查

  • 确认项目符合 DSH bundle 规范,而不只是相关仓库。
  • 阅读许可证和安装脚本,检查网络、文件及执行权限。
  • 备份配置,并确保插件能够安全卸载或回滚。