-
-
Notifications
You must be signed in to change notification settings - Fork 164
Description
I thought I was hallucinating, but I noticed that I can have active like 3-4 chats per project and sometimes one of the chats disappear and sometimes they appear back and sometimes they don't, even when I reload threads manually
On other hand I am able to find the missing threat in Codex CLI.
I do not know the exact reproduction steps, but I think it happens - sometimes - when I start new chat with /review command, wait for result, let the agent fix findings and then I continue in that chat with feature requests. In the meantime I can start new chat and the original one can get lost 🤷
From the doctor:
Version 0.7.30
Codex looks good
Version: codex-cli 0.92.0
App-server: ok
Node: ok (v22.21.0)
Config file
model = "gpt-5.2-codex"
model_reasoning_effort = "medium"
[notice]
hide_full_access_warning = true
hide_gpt5_1_migration_prompt = true
[notice.model_migrations]
"gpt-5.2" = "gpt-5.2-codex"
[features]
web_search_request = true
rmcp_client = true
collaboration_modes = false
steer = true
unified_exec = false
collab = true
[mcp_servers.figma]
url = "https://mcp.figma.com/mcp"
[mcp_servers.XcodeBuildMCP]
command = "npx"
args = ["-y", "xcodebuildmcp@latest"]
env = { "INCREMENTAL_BUILDS_ENABLED" = "false", "XCODEBUILDMCP_SENTRY_DISABLED" = "false" }Please let me know if you need more debug info, I will try to provide as much as I can 🤷