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
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const program = new Command()
.requiredOption("--repo <path>", "Git repository path")
.option("--workers <n>", "Number of parallel workers", "10")
.option("--port <n>", "HTTP server port", "8080")
.option("--timeout <s>", "Task timeout in seconds", "300")
.option("--timeout <s>", "Task timeout in seconds", "600")
.option("--budget <usd>", "Max budget per task in USD", "5")
.option("--model <id>", "Claude model ID", "claude-sonnet-4-6")
.option("--system-prompt <text>", "System prompt for all agents", "")
Expand Down