Skip to content

Commit 10f8b44

Browse files
committed
docs: fix README table rendering for /bind syntax
1 parent 99bb30b commit 10f8b44

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ Notes:
6565
| --- | --- |
6666
| `/threads` | List recent threads and bind quickly |
6767
| `/bind latest` | Bind the latest thread |
68-
| `/bind <index|threadId>` | Bind a specific thread |
68+
| `/bind <index>` | Bind by list index (from `/threads`) |
69+
| `/bind <threadId>` | Bind by thread ID |
6970
| `/current` | Show snapshot of the current bound thread |
7071
| `/status` | Show bridge status |
7172
| `/usage` / `/limits` | Show Codex rate limits remaining |
@@ -173,7 +174,8 @@ Codex 在桌面端很强,但它不是“随时随地继续工作”的工具
173174
| --- | --- |
174175
| `/threads` | 查看最近会话并快速绑定 |
175176
| `/bind latest` | 绑定最新会话 |
176-
| `/bind <编号|threadId>` | 绑定指定会话 |
177+
| `/bind <编号>` |`/threads` 列表编号绑定 |
178+
| `/bind <threadId>` | 按 threadId 绑定 |
177179
| `/current` | 查看当前会话快照 |
178180
| `/status` | 查看桥接状态 |
179181
| `/usage` / `/limits` | 查看剩余用量与重置时间 |

0 commit comments

Comments
 (0)