Files
agentdock/docs/SOURCES.md
T

18 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 官方资料来源
以下资料在 2026-08-23 核对。上游安装方式可能继续变化。
- Codex CLI[官方 CLI 文档](https://developers.openai.com/codex/cli/);官方当前提供 Linux 安装方式,并支持 ChatGPT 或 API Key 登录。
- Codex 登录:[官方认证文档](https://learn.chatgpt.com/docs/auth);凭证可能保存在 `~/.codex/auth.json` 或系统凭证存储中。
- Claude Code[官方安装文档](https://code.claude.com/docs/en/setup);支持 Ubuntu 20.04+,官方推荐原生安装,也保留 npm 安装方式。
- Kimi Code CLI[官方入门文档](https://www.kimi.com/code/docs/en/kimi-code-cli/guides/getting-started.html)npm 包为 `@moonshot-ai/kimi-code`,要求 Node.js 22.19.0+。
- DeepSeek Harness[官方仓库](https://github.com/deepseek-ai/deepseek-harness)npm 包为 `@deepseek-ai/dsh`,命令为 `dsh`,当前处于 developer preview。
- DeepSeek Harness CLI[官方 CLI 说明](https://github.com/deepseek-ai/deepseek-harness/blob/master/apps/cli/README.md);支持 `web``headless` profile。
- CodeBuddy Code[npm 包](https://www.npmjs.com/package/@tencent-ai/codebuddy-code)
- OpenCode[官方站点](https://opencode.ai/)
- Qwen Code[官方仓库](https://github.com/QwenLM/qwen-code)
- CC Switch CLI[社区 CLI 仓库](https://github.com/SaladDay/cc-switch-cli);本部署锁定 `v5.10.2`,管理 Claude、Codex 和 OpenCode。
- Multica CLI[公开二进制分发仓库](https://github.com/zimplemedia/multica-cli);本部署锁定 `v0.1.53`,仅运行连接现有自托管服务端的客户端 daemon。
本部署选择 npm 统一安装,是为了让所有工具共用同一套 Node.js 运行环境并简化 Docker 镜像维护。对于提供原生安装器的工具,这不代表 npm 是其唯一安装方式。