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
feat: ensure memory commands pass through to agentmemory natively without bridging
This implements PR 7 of the agentmemory replacement spec.
It routes the legacy UpdateMemories and DropMemories operations directly
to the agentmemory adapter when configured. The interactive TUI slash
commands and CLI debug commands (like `codex debug clear-memories`)
will now gracefully flush the agentmemory instance instead of
the native Codex database.
0 commit comments