工具下载
整理了主流 AI 编程 CLI、IDE、扩展和实用工具,它们都可通过 OpenAI 兼容接口直连 Lumart API。
如何在这些工具中使用 Lumart API
大多数工具支持自定义 Base URL 与 API Key。将下面两项填入工具的设置/环境变量即可:
BASE URL · https://lumart.ai/v1
API KEY · sk-lumart-xxxxxxxx
命令行工具
· 6Claude Code
兼容 LumartAnthropic · 命令行工具
Anthropic 官方终端编程代理,支持子代理、Hooks、MCP。
npm install -g @anthropic-ai/claude-codeGemini CLI
兼容 LumartGoogle · 命令行工具
Google 官方 Gemini 终端代理,免费层 1M token 上下文。
npm install -g @google/gemini-cliopencode
兼容 LumartSST · 命令行工具
开源的终端 AI 编程代理,模型与提供商完全可插拔。
curl -fsSL https://opencode.ai/install | bashAider
兼容 Lumartpaul-gauthier · 命令行工具
经典终端 AI 配对编程工具,Git 友好,supports 任意 OpenAI 兼容模型。
python -m pip install -U aider-chatCrush
兼容 LumartCharm · 命令行工具
Charm 出品的终端 AI 编程助手,TUI 美观,支持 LSP 与 MCP。
npm install -g @charmland/crush