Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .agents/scripts/supervisor/ai-reason.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ PROMPT
log_info "AI Reasoning: using $ai_model via $ai_cli"

# Step 6: Spawn AI session
local ai_timeout="${SUPERVISOR_AI_TIMEOUT:-120}"
# Default 300s (5 min) — opus needs time to analyze 15KB+ context and produce structured JSON
local ai_timeout="${SUPERVISOR_AI_TIMEOUT:-300}"
local ai_result=""

local full_prompt="${system_prompt}
Expand Down