You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ debugging, or adversarial review.
23
23
-**No daemon:** Claude launches the MCP server over stdio for the active session.
24
24
-**Fast parallel review:** Claude can launch several independent Codex agents with bounded concurrency.
25
25
-**Persistent sessions:** App-server sessions keep Codex context across prompts and support live steering.
26
-
-**Codex desktop friendly:** The plugin prefers the Codex binary shipped inside `Codex.app`when it exists.
26
+
-**Codex desktop friendly:** The plugin prefers the Codex binary shipped inside `Codex.app`and creates normal Codex threads with task names for Desktop history.
27
27
-**Debuggable:** Verbose JSONL logging, diagnostics bundles, progress events, per-session resources, and recovery hints are built in.
28
28
29
29
## Quick Start
@@ -120,6 +120,11 @@ to `codex://sessions/{session_id}` for milestone and completion updates. For a
120
120
completed first turn, Claude should set `keep_session: true`; for long first
121
121
turns, Claude should set `background: true`.
122
122
123
+
When app-server sessions use the Codex desktop binary, they are recorded as
124
+
normal top-level Codex threads rather than hidden daemon work. The plugin sets the
125
+
thread name from Claude's task label when the installed Codex app-server supports
0 commit comments