/resume does not list sessions started via Zed Codex agent integration
Resolved 💬 3 comments Opened Feb 9, 2026 by ThePlenkov Closed Feb 10, 2026
What happened?
When I start a conversation from the Zed Codex agent integration, that session does not appear in the Codex CLI /resume list.
Steps to reproduce
- Start a Codex session from Zed (Codex agent integration).
- Open Codex CLI and run
/resume. - Observe that the Zed-started session is missing.
Expected behavior
Sessions started via Zed integration should be discoverable in /resume, so they can be continued from the CLI.
Actual behavior
Only CLI-started sessions are listed; Zed-started sessions are not, so continuation is not possible.
Impact
Breaks conversation continuity across clients and makes earlier discussions effectively non-resumable from CLI.
Related context
A similar issue was reported and resolved in cagent: https://github.com/docker/cagent/issues/1591
Could Codex align behavior so sessions from integrations are also resumable via /resume?
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗