Codex ACP: Allow for Session Management #43028
Sachin-Bhat
started this conversation in
LLMs and Zed Agent
Replies: 1 comment
-
|
There’s an open PR for session persistence (zed-industries/codex-acp#66). I cherry‑picked it, rewired the flags to use Clap, and have that working in a fork I’m experimenting with: https://github.com/sagemathinc/codex-acp/commits/main/. If anyone’s curious, that fork also:
Those changes required a few tweaks to codex-core as well (https://github.com/sagemathinc/codex). I know the upstream project isn’t taking outside PRs right now, so I’m sharing this mostly as an example of what’s needed for deeper ACP integration. Hopefully it’s useful context for anyone exploring similar ideas. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we are able to open new Codex CLI threads but from what I see, there is no way to return to previous threads once a new thread is open. Was wondering if it would be possible to have session management within Codex ACP.
Beta Was this translation helpful? Give feedback.
All reactions