Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<details><summary><b>Agent 详情(源码级)— 8 个专题</b></summary>

- **[Agent 索引](./docs/tools/)** — 18 个 Agent 的详细分析
- **[Claude Code](./docs/tools/claude-code/)** — 7 篇(79 命令/架构/Skill+13 插件/24 Hook/会话)
- **[Claude Code](./docs/tools/claude-code/)** — 8 篇(79 命令/架构/Skill+13 插件/24 Hook/会话/Remote Control
- **[Copilot CLI](./docs/tools/copilot-cli/)** — 3 篇(34 命令 + 67 工具 + 3 代理)
- **[Codex CLI](./docs/tools/codex-cli/)** — 3 篇(28 命令 + 三平台沙箱)
- **[Gemini CLI](./docs/tools/gemini-cli/)** — 5 篇(39 命令/8 策略路由/策略引擎)
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/claude-code/02-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ Found 3 issues:

**实现细节:**
- 渲染远程控制配置 UI
- 启动 WebSocket 连接到 claude.ai/code
- 向 Anthropic API 注册会话(WebSocket/SSE 双向通信)
- 允许在浏览器中操作终端会话
- 支持跨设备远程操作

Expand Down
Loading