chore: changes by sisyphus-dev-ai

This commit is contained in:
sisyphus-dev-ai
2026-01-04 18:43:15 +00:00
parent 6fd9734337
commit 5f63aff01d
5 changed files with 9 additions and 9 deletions

View File

@@ -103,7 +103,7 @@ export function createOracleAgent(model: string = DEFAULT_MODEL): AgentConfig {
mode: "subagent" as const,
model,
temperature: 0.1,
tools: { write: false, edit: false, task: false, background_task: false },
permission: { write: "deny", edit: "deny", task: "deny", background_task: "deny" },
prompt: ORACLE_SYSTEM_PROMPT,
}