What feature would you like to see?
Codex Desktop currently supports a variety of IDEs/editors for opening the project/files, but nothing from JetBrains, such as PyCharm.
Adding support for JetBrains IDEs would expand the user base for this feature greatly, and should be possible by calling out to the IDE with something like open -na "PyCharm.app" --args "$FOLDER"
Alternately, if direct support isn't desirable, allowing the user to call an arbitrary command via config would be much appreciated.
Additional information
No response
What feature would you like to see?
Codex Desktop currently supports a variety of IDEs/editors for opening the project/files, but nothing from JetBrains, such as PyCharm.
Adding support for JetBrains IDEs would expand the user base for this feature greatly, and should be possible by calling out to the IDE with something like
open -na "PyCharm.app" --args "$FOLDER"Alternately, if direct support isn't desirable, allowing the user to call an arbitrary command via config would be much appreciated.
Additional information
No response