app/features.md +9 −35
1# Codex app features1# Codex app features
2 2
3What you can do with the Codex app
4
5The Codex app is a focused desktop experience for working on Codex threads in parallel,3The Codex app is a focused desktop experience for working on Codex threads in parallel,
6with built-in worktree support, automations, and Git functionality.4with built-in worktree support, automations, and Git functionality.
7 5
19distinct projects into separate app projects so the [sandbox](https://developers.openai.com/codex/security)17distinct projects into separate app projects so the [sandbox](https://developers.openai.com/codex/security)
20only includes the files for that project.18only includes the files for that project.
21 19
2220 
23
24 
25 21
26## Skills support22## Skills support
27 23
29IDE Extension. You can also view and explore new skills that your team has25IDE Extension. You can also view and explore new skills that your team has
30created across your different projects by clicking Skills in the sidebar.26created across your different projects by clicking Skills in the sidebar.
31 27
3228 
33
34 
35 29
36## Automations30## Automations
37 31
39such as evaluating errors in your telemetry and submitting fixes or creating reports on recent33such as evaluating errors in your telemetry and submitting fixes or creating reports on recent
40codebase changes.34codebase changes.
41 35
4236 
43
44 
45 37
46## Modes38## Modes
47 39
55 47
56For the full glossary and concepts, explore the [concepts section](https://developers.openai.com/codex/prompting).48For the full glossary and concepts, explore the [concepts section](https://developers.openai.com/codex/prompting).
57 49
5850 
59
60 
61 51
62## Built-in Git tools52## Built-in Git tools
63 53
71 61
72For more advanced Git tasks, use the [integrated terminal](#integrated-terminal).62For more advanced Git tasks, use the [integrated terminal](#integrated-terminal).
73 63
7464 
75
76 
77 65
78## Worktree support66## Worktree support
79 67
88 76
89[Learn more about using worktrees in the Codex app.](https://developers.openai.com/codex/app/worktrees)77[Learn more about using worktrees in the Codex app.](https://developers.openai.com/codex/app/worktrees)
90 78
9179 
92
93 
94 80
95## Integrated terminal81## Integrated terminal
96 82
113Note that <kbd>Cmd</kbd>+<kbd>K</kbd> opens the command palette in the Codex99Note that <kbd>Cmd</kbd>+<kbd>K</kbd> opens the command palette in the Codex
114app. It doesn't clear the terminal. To clear the terminal use <kbd>Ctrl</kbd>+<kbd>L</kbd>.100app. It doesn't clear the terminal. To clear the terminal use <kbd>Ctrl</kbd>+<kbd>L</kbd>.
115 101
116102 
117
118 
119 103
120## Voice dictation104## Voice dictation
121 105
122Use your voice to prompt Codex. Hold <kbd>Ctrl</kbd>+<kbd>M</kbd> while the composer is visible and start talking. Your voice will be transcribed. Edit the transcribed prompt or hit send to have Codex start work.106Use your voice to prompt Codex. Hold <kbd>Ctrl</kbd>+<kbd>M</kbd> while the composer is visible and start talking. Your voice will be transcribed. Edit the transcribed prompt or hit send to have Codex start work.
123 107
124108 
125
126 
127 109
128## Floating pop-out window110## Floating pop-out window
129 111
134You can also toggle the pop-out window to stay on top when you want it to remain116You can also toggle the pop-out window to stay on top when you want it to remain
135visible across your workflow.117visible across your workflow.
136 118
137119 
138
139 
140 120
141---121---
142 122
216- [Automations](https://developers.openai.com/codex/app/automations)196- [Automations](https://developers.openai.com/codex/app/automations)
217- [Local environments](https://developers.openai.com/codex/app/local-environments)197- [Local environments](https://developers.openai.com/codex/app/local-environments)
218- [Worktrees](https://developers.openai.com/codex/app/worktrees)198- [Worktrees](https://developers.openai.com/codex/app/worktrees)
219
220[Previous
221
222Overview](https://developers.openai.com/codex/app)[Next
223
224Settings](https://developers.openai.com/codex/app/settings)