app/settings.md +20 −9
28adjusting accent, background, and foreground colors, and changing the UI and code28adjusting accent, background, and foreground colors, and changing the UI and code
29fonts. You can also share your custom theme with friends.29fonts. You can also share your custom theme with friends.
30 30
3131<CodexScreenshot
32 alt="Codex app Appearance settings showing theme selection, color controls, and font options"
33 lightSrc="/images/codex/app/theme-selection-light.webp"
34 darkSrc="/images/codex/app/theme-selection-dark.webp"
35 maxHeight="720px"
36 class="mb-8"
37/>
32 38
33### Codex pets39### Codex pets
34 40
41<div class="grid gap-5 md:grid-cols-[minmax(0,1fr)_minmax(15rem,50%)] md:items-start xl:grid-cols-[minmax(0,1fr)_minmax(16rem,30%)]">
42 <div>
35 Codex pets are optional animated companions for the app. In **Settings**,43 Codex pets are optional animated companions for the app. In **Settings**,
3644choose **Pets** to select a built-in pet or refresh custom pets from your go to **Appearance** and choose **Pets** to select a built-in pet or
3745local Codex home. Type `/pet` in the composer, use **Wake Pet** or **Tuck Away Pet** in Settings, or refresh custom pets from your local Codex home. Type `/pet` in the
46 composer, use **Wake Pet** or **Tuck Away Pet** in **Settings > Appearance**, or
38 press <kbd>Cmd+K</kbd> or <kbd>Ctrl+K</kbd> and run the same commands to47 press <kbd>Cmd+K</kbd> or <kbd>Ctrl+K</kbd> and run the same commands to
39 toggle the floating overlay.48 toggle the floating overlay.
40 49
43 input, or ready for review, and pairs that state with a short progress52 input, or ready for review, and pairs that state with a short progress
44 prompt so you can glance at what changed without reopening the thread.53 prompt so you can glance at what changed without reopening the thread.
45 54
46551/8 </div>
47 56
4857CodexI found a tiny loose thread in settings. Want me to tug it? <CodexPetsDemo client:load />
58</div>
49 59
50To create your own pet, install the `hatch-pet` skill:60To create your own pet, install the `hatch-pet` skill:
51 61
75 85
76## Browser use86## Browser use
77 87
7888Use these settings to install or enable the bundled Browser plugin and manageUse these settings to install or enable the bundled Browser plugin, set up the
7989allowed and blocked websites. Codex asks before using a website unless you've[Codex Chrome extension](https://developers.openai.com/codex/app/chrome-extension), and manage allowlisted
8090allowed it. Removing a site from the blocked list lets Codex askand blocklisted websites. Codex asks before using a website unless you've
8191again before using it in the browser.allowlisted it. Removing a site from the blocklist lets Codex ask again before
92using it in the browser.
82 93
83See [In-app browser](https://developers.openai.com/codex/app/browser) for browser preview, comment, and94See [In-app browser](https://developers.openai.com/codex/app/browser) for browser preview, comment, and
84browser use workflows.95browser use workflows.