mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
chore: disable memory read path for morpheus (#15059)
Because we don't want prompts collisions
This commit is contained in:
committed by
GitHub
Unverified
parent
347c6b12ec
commit
7ae99576a6
@@ -272,6 +272,7 @@ mod agent {
|
||||
// Consolidation runs as an internal sub-agent and must not recursively delegate.
|
||||
let _ = agent_config.features.disable(Feature::SpawnCsv);
|
||||
let _ = agent_config.features.disable(Feature::Collab);
|
||||
let _ = agent_config.features.disable(Feature::MemoryTool);
|
||||
|
||||
// Sandbox policy
|
||||
let mut writable_roots = Vec::new();
|
||||
|
||||
Reference in New Issue
Block a user