openai / openai/codex

"Chat" mode blocks deep-linking a path

Open
#37,840 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

app bug
Dominant language
Rust
Stars
125k
Forks
19.5k
PR merge metrics
PR metrics pending

Description

What version of the Codex App are you using (From “About Codex” dialog)?

26.803.41515

What subscription do you have?

Free

What platform is your computer?

Darwin 24.6.0 arm64 arm

What issue are you seeing?

We're working on an integration with ChatGPT app that allows our users to open files and folders with ChatGPT.
I noticed that calling a claude:// deep link with path= specified has no effect if the "Chat" mode was selected.

What steps can reproduce the bug?
  1. Open ChatGPT app and switch to "Chat"
  2. Execute in Terminal: open "codex://new?path=<url-encoded local folder path>"
  3. Observe that no project is added to the new conversation (expected), but also no error message appeared telling user what happened (unexpected)
  4. Switch to Work and observe that the passed folder is shown as the project
What is the expected behavior?

One of the following:

  • The same error as when switching from Work to Chat with a project already added
  • Automatically change the mode to Work
Additional information

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the codex://new deep link from Terminal while the Codex App is in Chat mode, then trace the deep-link handling and Chat/Work mode transition. Done means the path produces the documented error or switches to Work automatically instead of being silently ignored.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.