mirror of
https://github.com/openai/codex.git
synced 2026-04-29 02:41:12 +03:00
feat: mem slash commands (#11569)
Add 2 slash commands for memories: * `/m_drop` delete all the memories * `/m_update` update the memories with phase 1 and 2
This commit is contained in:
@@ -290,6 +290,12 @@ pub enum Op {
|
||||
/// to generate a summary which will be returned as an AgentMessage event.
|
||||
Compact,
|
||||
|
||||
/// Drop all persisted memory artifacts and memory-tracking DB rows.
|
||||
DropMemories,
|
||||
|
||||
/// Trigger a single pass of the startup memory pipeline.
|
||||
UpdateMemories,
|
||||
|
||||
/// Set a user-facing thread name in the persisted rollout metadata.
|
||||
/// This is a local-only operation handled by codex-core; it does not
|
||||
/// involve the model.
|
||||
|
||||
Reference in New Issue
Block a user