File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ The TUI (REPL) mode requires a real terminal and cannot be launched directly via
188188## Documentation & Links
189189
190190- ** Online docs (Mintlify)** : [ ccb.agent-aura.top] ( https://ccb.agent-aura.top/ ) — source in [ ` docs/ ` ] ( docs/ ) , PR contributions welcome
191- - ** DeepWiki** : < https://deepwiki.com/claude-code-best/claude-code >
191+ - ** DeepWiki** : https://deepwiki.com/claude-code-best/claude-code
192192
193193## Contributors
194194
Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ M 键(或 ← / →)用于在两种路由模式之间切换,**无需展开
145145
146146```
147147/pipes — 显示所有实例 + 切换选择面板
148- /pipes select < name> — 选中某实例(消息会广播到它)
149- /pipes deselect < name> — 取消选中
148+ /pipes select < name> — 选中某实例(消息会广播到它)
149+ /pipes deselect < name> — 取消选中
150150/pipes all — 全选
151151/pipes none — 全部取消
152152```
@@ -169,7 +169,7 @@ LAN Peers:
169169Selected: cli-da029538
170170```
171171
172- ### /attach < name >
172+ ### /attach & lt ; name& gt ;
173173
174174手动 attach 到一个实例,使其成为你的 slave。
175175
@@ -179,15 +179,15 @@ Selected: cli-da029538
179179
180180attach 后,对方变为 slave,你变为 master。可以向它发送 prompt。通常不需要手动 attach——heartbeat 会自动发现并连接。
181181
182- ### /detach < name >
182+ ### /detach & lt ; name& gt ;
183183
184184断开与某个 slave 的连接。
185185
186186```
187187/detach cli-04d67950
188188```
189189
190- ### /send < name > < message >
190+ ### /send & lt ; name& gt ; & lt ; message& gt ;
191191
192192向指定 pipe 发送消息(不依赖选择状态,直接指定目标)。
193193
Original file line number Diff line number Diff line change @@ -200,9 +200,9 @@ LSP 服务器通过插件提供。插件的 `manifest.json` 中可以声明 LSP
200200| ------| ------| ------| ------|
201201| ` command ` | string | 是 | LSP 服务器可执行命令(不含空格) |
202202| ` args ` | string[ ] | 否 | 命令行参数 |
203- | ` extensionToLanguage ` | Record<string, string> | 是 | 文件扩展名到语言 ID 的映射(至少一个) |
203+ | ` extensionToLanguage ` | ` Record<string, string> ` | 是 | 文件扩展名到语言 ID 的映射(至少一个) |
204204| ` transport ` | ` "stdio" ` \| ` "socket" ` | 否 | 通信方式,默认 ` stdio ` |
205- | ` env ` | Record<string, string> | 否 | 启动服务器时设置的环境变量 |
205+ | ` env ` | ` Record<string, string> ` | 否 | 启动服务器时设置的环境变量 |
206206| ` initializationOptions ` | unknown | 否 | 传给服务器的初始化选项 |
207207| ` settings ` | unknown | 否 | 通过 ` workspace/didChangeConfiguration ` 传递的设置 |
208208| ` workspaceFolder ` | string | 否 | 工作区目录路径 |
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ F. getCompletedResults() → 空
175175
176176---
177177
178- #### #8 stream_event (input_json_delta: '{"file_path":')
178+ #### #8 stream_event (input_json_delta: ` '{"file_path":' ` )
179179
180180```
181181D. yield message ✅ → REPL 追加工具输入 JSON 碎片
Original file line number Diff line number Diff line change 22Updated: 2026-04-24
33
44## Style
5- - Learns best with: Analogies (Memory page <-> Capsule hotel), Concrete trade-offs (Latency vs Throughput)
5+ - Learns best with: Analogies (Memory page & lt ; - & gt ; Capsule hotel), Concrete trade-offs (Latency vs Throughput)
66- Strength: Strong logical intuition regarding memory constraints.
77- Pace: Fast. Grasped PagedAttention/TP concepts quickly from first principles.
88
You can’t perform that action at this time.
0 commit comments