app/features.md +11 −1
4with built-in worktree support, automations, and Git functionality.4with built-in worktree support, automations, and Git functionality.
5 5
6Most Codex app features are available on both macOS and Windows.6Most Codex app features are available on both macOS and Windows.
77Platform-specific exceptions are noted below.The sections below note platform-specific exceptions.
8 8
9---9---
10 10
146Use browser comments to mark specific elements or areas on a page, then ask146Use browser comments to mark specific elements or areas on a page, then ask
147Codex to address that feedback.147Codex to address that feedback.
148 148
149When you want Codex to operate the page directly, use
150[browser use](https://developers.openai.com/codex/app/browser#browser-use) for local development servers and
151file-backed pages. You can manage the Browser plugin, allowed websites, and
152blocked websites from settings.
153
149154
150 155
151## Computer use156## Computer use
225opening separate projects or using worktrees rather than asking Codex to roam230opening separate projects or using worktrees rather than asking Codex to roam
226outside the project root.231outside the project root.
227 232
233If [automatic review](https://developers.openai.com/codex/agent-approvals-security#automatic-approval-reviews)
234is available in your workspace, you can choose it from the permissions selector.
235It keeps the same sandbox boundary but routes eligible approval requests through
236the configured review policy instead of waiting for you.
237
228For a high-level overview, see [sandboxing](https://developers.openai.com/codex/concepts/sandboxing). For238For a high-level overview, see [sandboxing](https://developers.openai.com/codex/concepts/sandboxing). For
229configuration details, see the239configuration details, see the
230[agent approvals & security documentation](https://developers.openai.com/codex/agent-approvals-security).240[agent approvals & security documentation](https://developers.openai.com/codex/agent-approvals-security).