app/troubleshooting.md +4 −8
1# Troubleshooting1# Troubleshooting
2 2
3FAQ and fixes for common Codex app issues
4
5## Frequently Asked Questions3## Frequently Asked Questions
6 4
7### Files appear in the side panel that Codex didn't edit5### Files appear in the side panel that Codex didn't edit
34### Only some threads appear in the sidebar32### Only some threads appear in the sidebar
35 33
36The sidebar allows filtering of threads depending on the state of a project. If34The sidebar allows filtering of threads depending on the state of a project. If
3735you’re missing threads, check whether you have any filters applied by clickingyou're missing threads, click the filter icon next to the **Threads** label and
3836the filter icon next to the **Threads** label.switch to Chronological. If you still don't see the thread, open
37[Settings](codex://settings) and check the archived chats or archived threads
38section.
39 39
40### Code doesn't run on a worktree40### Code doesn't run on a worktree
41 41
134**Fonts aren't rendering correctly**134**Fonts aren't rendering correctly**
135 135
136Codex uses the same font for the review pane, integrated terminal and any other code displayed inside the app. You can configure the font inside the [Settings](codex://settings) pane as **Code font**.136Codex uses the same font for the review pane, integrated terminal and any other code displayed inside the app. You can configure the font inside the [Settings](codex://settings) pane as **Code font**.
137
138[Previous
139
140Commands](https://developers.openai.com/codex/app/commands)