Skip to content

Commit c99e714

Browse files
docs: list codex_navigate_back/forward in README tool tables
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e6c695f commit c99e714

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,13 @@ quit
235235

236236
### Navigation
237237

238-
| Tool | Description |
239-
| --------------------- | --------------------------------------------------- |
240-
| `codex_navigate` | Navigate a tab to a URL |
241-
| `codex_reload` | Reload a tab |
242-
| `codex_wait_for_load` | Poll `document.readyState` until `complete` |
238+
| Tool | Description |
239+
| -------------------------- | --------------------------------------------------- |
240+
| `codex_navigate` | Navigate a tab to a URL |
241+
| `codex_navigate_back` | Navigate a tab back one entry in its history |
242+
| `codex_navigate_forward` | Navigate a tab forward one entry in its history |
243+
| `codex_reload` | Reload a tab |
244+
| `codex_wait_for_load` | Poll `document.readyState` until `complete` |
243245

244246
### Page inspection
245247

README.zh-CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ info ping try <method> [json] quit
218218
| 工具 | 说明 |
219219
|------|------|
220220
| `codex_navigate` | 导航到指定 URL |
221+
| `codex_navigate_back` | 历史记录后退一项 |
222+
| `codex_navigate_forward` | 历史记录前进一项 |
221223
| `codex_reload` | 重新加载标签页 |
222224
| `codex_wait_for_load` | 轮询 `document.readyState` 直到 `complete` |
223225

0 commit comments

Comments
 (0)