File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments