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

@@ -30,7 +30,7 @@ export function createExploreAgent(model: string = DEFAULT_MODEL): AgentConfig {
mode: "subagent" as const,
model,
temperature: 0.1,
tools: { write: false, edit: false, background_task: false },
permission: { write: "deny", edit: "deny", background_task: "deny" },
prompt: `You are a codebase search specialist. Your job: find files and code, return actionable results.
## Your Mission