pullfrog 0.1.33 → 0.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,7 +22,7 @@ export declare function geminiHighThinkingOverrides(): Record<string, {
22
22
  *
23
23
  * Per-subagent `model:` override is driven by the registry in
24
24
  * `action/models.ts` via each alias's `subagentModel` field. Currently wired:
25
- * Anthropic opus → sonnet, OpenAI gpt-pro → gpt and gpt → gpt-5.4, Google
25
+ * Anthropic opus → sonnet, OpenAI gpt-pro → gpt and gpt → gpt-terra, Google
26
26
  * gemini-pro → gemini-flash. Other providers inherit (no override).
27
27
  */
28
28
  export declare function buildReviewerAgentConfig(orchestratorModel: string | undefined): Record<string, unknown>;