mirror of
https://github.com/openai/codex.git
synced 2026-04-30 01:16:54 +00:00
core: remove special execve handling for skill scripts (#15812)
This commit is contained in:
@@ -1870,7 +1870,6 @@ impl Session {
|
||||
session_telemetry,
|
||||
models_manager: Arc::clone(&models_manager),
|
||||
tool_approvals: Mutex::new(ApprovalStore::default()),
|
||||
execve_session_approvals: RwLock::new(HashMap::new()),
|
||||
skills_manager,
|
||||
plugins_manager: Arc::clone(&plugins_manager),
|
||||
mcp_manager: Arc::clone(&mcp_manager),
|
||||
|
||||
Reference in New Issue
Block a user