-
-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Description
Would be nice to have the ability to compact agent conversations/threads. I tried to add this feature but codex is telling me:
No — not “easily”, because the Codex built-in /compact from that docs page is implemented in the Codex CLI client UX, not exposed as an app-server RPC.
In the app-server protocol schema (what CodexMonitor talks to), there is no request like thread/compact / compact/start / etc — only a notification thread/compacted that can fire when compaction happens automatically. That’s why sending /compact as plain text just becomes a normal user message and nothing changes.
So not sure if its possible?
Metadata
Metadata
Assignees
Labels
No labels