app/features.md +3 −3
14session in a specific directory.14session in a specific directory.
15 15
16If you work in a single repository with two or more apps or packages, split16If you work in a single repository with two or more apps or packages, split
1717distinct projects into separate app projects so the [sandbox](https://developers.openai.com/codex/security)distinct projects into separate app projects so the [sandbox](https://developers.openai.com/codex/agent-approvals-security)
18only includes the files for that project.18only includes the files for that project.
19 19
2020
162opening separate projects or using worktrees rather than asking Codex to roam162opening separate projects or using worktrees rather than asking Codex to roam
163outside the project root.163outside the project root.
164 164
165165For details on how Codex handles sandboxing, check out the [security documentation](https://developers.openai.com/codex/security).For details on how Codex handles sandboxing, check out the [security documentation](https://developers.openai.com/codex/agent-approvals-security).
166 166
167## MCP support167## MCP support
168 168
175 175
176Codex ships with a first-party web search tool. For local tasks in the Codex IDE Extension, Codex176Codex ships with a first-party web search tool. For local tasks in the Codex IDE Extension, Codex
177enables web search by default and serves results from a web search cache. If you configure your177enables web search by default and serves results from a web search cache. If you configure your
178178sandbox for [full access](https://developers.openai.com/codex/security), web search defaults to live results. Seesandbox for [full access](https://developers.openai.com/codex/agent-approvals-security), web search defaults to live results. See
179[Config basics](https://developers.openai.com/codex/config-basic) to disable web search or switch to live results that fetch the179[Config basics](https://developers.openai.com/codex/config-basic) to disable web search or switch to live results that fetch the
180most recent data.180most recent data.
181 181