Merge claudedo/20c78c9558cf4c4fa598a00c7cac374f
This commit is contained in:
@@ -168,6 +168,12 @@ public static class PromptFiles
|
||||
- sonnet — normal coding work; the sensible default when unsure.
|
||||
- opus — only for genuinely complex, cross-cutting, or hard-to-debug work.
|
||||
Do not default everything to opus — most subtasks are haiku or sonnet.
|
||||
|
||||
Only for a subtask you can tell will need noticeably more turns than the
|
||||
default budget (a large or sprawling piece of work), also pass CreateChildTask's
|
||||
`maxTurns` argument with a generous turn count, so the run doesn't die mid-work
|
||||
at the turn limit. Leave `maxTurns` null for everything else — it inherits the
|
||||
list/global default.
|
||||
""";
|
||||
|
||||
private const string PlanningInitialDefault = """
|
||||
|
||||
Reference in New Issue
Block a user