I noticed that the Codex desktop app has its own startup flow where it discovers and loads repo context files (like AGENTS.md). This plugin bypasses that. It talks to Codex through an app-server protocol and only sends params. Whether Codex's app-server mode still does its own file discovery is an implementation detail of Codex plugin, right?
The reason is because my current workflow is:
- i write a plan in claude code
- i go ask codex desktop app to review that plan
- both claude code and codex desktop app is referencing the same project
- so both have access to the same files
- after codex desktop app is done, i take the findings and go back to claudecode to ask it to check if comments are valid and if so, fix the plan based on comments.
I wanted the whole setup to be more autonomous without me copy pasting between the two, so I am trying out this plugin.
If the codex plugin doesn't capture context like the desktop mac app, then I guess it's not the same behavior?
I noticed that the Codex desktop app has its own startup flow where it discovers and loads repo context files (like AGENTS.md). This plugin bypasses that. It talks to Codex through an app-server protocol and only sends params. Whether Codex's app-server mode still does its own file discovery is an implementation detail of Codex plugin, right?
The reason is because my current workflow is:
I wanted the whole setup to be more autonomous without me copy pasting between the two, so I am trying out this plugin.
If the codex plugin doesn't capture context like the desktop mac app, then I guess it's not the same behavior?