app/features.md +6 −2
85pressing <kbd>Cmd</kbd>+<kbd>J</kbd>.85pressing <kbd>Cmd</kbd>+<kbd>J</kbd>.
86 86
87Use the terminal to validate changes, run scripts, and perform Git operations87Use the terminal to validate changes, run scripts, and perform Git operations
8888without leaving the app.without leaving the app. Codex can also read the current terminal output, so
89it can check the status of a running development server or refer back to a
90failed build while it works with you.
89 91
90Common tasks include:92Common tasks include:
91 93
162opening separate projects or using worktrees rather than asking Codex to roam164opening separate projects or using worktrees rather than asking Codex to roam
163outside the project root.165outside the project root.
164 166
165167For details on how Codex handles sandboxing, check out the [security documentation](https://developers.openai.com/codex/agent-approvals-security).For a high-level overview, see [Sandboxing](https://developers.openai.com/codex/concepts/sandboxing). For
168configuration details, see the
169[agent approvals & security documentation](https://developers.openai.com/codex/agent-approvals-security).
166 170
167## MCP support171## MCP support
168 172