Cloud Agents
- Added new page documenting runtime options for Cloud Agents: Cursor-managed (default), My Machines, and Self-Hosted Pool, including comparison table and guidance on when to use each.
CLI
- Updated GitHub Actions, overview, and reference examples to use
--model gpt-5(replacing gpt-5.2). - Expanded
agent mcpcommands with clearer enable/disable behavior and approval list details. - Documented additional configuration keys (channel, maxMode, notifications, hints, rewind, suggestNextPrompt, display options, approvalMode) and new worktree flags (
-w/--worktree [name],--worktree-base,--skip-worktree-setup). - Revised authentication docs to cover
NO_OPEN_BROWSER=1and removed--insecure/--endpointtroubleshooting notes. - Updated slash command reference with new/renamed commands (
/model,/run-everything,/debug,/logs,/update,/rename,/clear,/resume,/fork) and revised descriptions. - Updated output format, permissions, terminal setup, and using pages for consistency in titles, worktree usage, and context commands (
/summarize).