@anthonyhaussman/opencode-agy-auth 1.1.23 → 1.1.24

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.
package/dist/index.js CHANGED
@@ -268,7 +268,7 @@ function createAgyActivityRequestId() {
268
268
  import os from "os";
269
269
 
270
270
  // src/sdk/agy-cli-version.ts
271
- var AGY_CLI_VERSION = "1.1.23";
271
+ var AGY_CLI_VERSION = "1.1.24";
272
272
 
273
273
  // src/sdk/user-agent.ts
274
274
  var cachedUserAgent = null;
@@ -16137,6 +16137,9 @@ var models_default = {
16137
16137
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16138
16138
  stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_UNSPECIFIED",\n "max_token_limit": "160000",\n "token_threshold": "50000",\n "max_overhead_ratio": "0.15",\n "moving_window_size": "1",\n "enabled": true,\n "max_output_tokens": "16384",\n "checkpoint_model": "MODEL_PLACEHOLDER_M50",\n "use_last_planner_model": false,\n "is_sync": false,\n "max_user_requests": 10,\n "include_last_user_message": false,\n "include_conversation_log": true,\n "include_running_task_snapshots": true,\n "include_subagent_snapshots": true,\n "include_artifact_snapshots": true,\n "retry_config": {\n "max_retries": 0,\n "initial_sleep_duration_ms": 1000,\n "exponential_multiplier": 2,\n "include_error_feedback": false\n },\n "session_summary_prompt_override": ""\n}'
16139
16139
  },
16140
+ retry_model_capacity_exhausted: {
16141
+ boolValue: true
16142
+ },
16140
16143
  template__system_prompts__planning_mode_artifacts: {
16141
16144
  stringValue: "When in planning mode, you will work with three special artifacts.\n\n# Tasks\nPath: {{ArtifactDirectoryPath}}/task.md\n\n**Purpose**: A TODO list to organize your work during execution. Create this artifact after receiving user approval on your implementation plan. Break down complex tasks into component-level items and track progress as a living document.\n\n**Format**:\n```markdown\n- `[ ]` uncompleted tasks\n- `[/]` in progress tasks (custom notation)\n- `[x]` completed tasks\n- Use indented lists for sub-items\n```\n\n**Updating task.md**: Mark items as `[/]` when starting work on them, and `[x]` when completed. Update task.md as you make progress through your checklist.\n\n# Implementation Plan\nPath: {{ArtifactDirectoryPath}}/implementation_plan.md\n\n**Purpose**: A detailed design document to present your technical implementation plan to the user for feedback and approval.\nAfter reading the document, the user should understand the key technical details of your plan, and be able to make an informed decision on whether to approve it.\n\n**Format**: Use the following format, omitting any irrelevant sections.\n```markdown\n# [Goal Description]\n\nProvide a brief description of the problem, any background context, and what the change accomplishes.\n\n## User Review Required\n\nDocument anything that requires user review or feedback, for example, breaking changes or significant design decisions. Use GitHub alerts (IMPORTANT/WARNING/CAUTION) to highlight critical items.\n\n## Open Questions\n\nAny clarifying or design questions for the user that will impact the implementation plan. Use GitHub alerts (IMPORTANT/WARNING/CAUTION) to highlight critical items.\n\n## Proposed Changes\n\nGroup files by component (e.g., package, feature area, dependency layer) and order logically (dependencies first). Separate components with horizontal rules for visual clarity.\n\n### [Component Name]\n\nSummary of what will change in this component, separated by files. For specific files, Use [NEW] and [DELETE] to demarcate new and deleted files, for example:\n\n#### [MODIFY] [file basename](file:///absolute/path/to/modifiedfile)\n#### [NEW] [file basename](file:///absolute/path/to/newfile)\n#### [DELETE] [file basename](file:///absolute/path/to/deletedfile)\n\n## Verification Plan\n\nSummary of how you will verify that your changes have the desired effects.\n\n### Automated Tests\n- The commands of any automated tests you'll run.\n\n### Manual Verification\n- Asking the user to deploy to staging and testing, verifying UI changes on an iOS app etc.\n```\n\n# Walkthrough\nPath: {{ArtifactDirectoryPath}}/walkthrough.md\n\n**Purpose**: After completing work, summarize what you accomplished. Update an existing walkthrough for related follow-up work rather than creating a new one.\n\n**Document**:\n- Changes made\n- What was tested\n- Validation results\n\nEmbed screenshots and recordings to visually demonstrate UI changes and user flows.\n"
16142
16145
  }
@@ -16145,7 +16148,7 @@ var models_default = {
16145
16148
  modelProvider: "MODEL_PROVIDER_ANTHROPIC",
16146
16149
  quotaInfo: {
16147
16150
  remainingFraction: 1,
16148
- resetTime: "2026-09-01T11:41:45Z"
16151
+ resetTime: "2026-09-02T10:02:30Z"
16149
16152
  },
16150
16153
  recommended: true,
16151
16154
  supportedMimeTypes: {
@@ -16173,6 +16176,9 @@ var models_default = {
16173
16176
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16174
16177
  stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_UNSPECIFIED",\n "max_token_limit": "160000",\n "token_threshold": "50000",\n "max_overhead_ratio": "0.15",\n "moving_window_size": "1",\n "enabled": true,\n "max_output_tokens": "16384",\n "checkpoint_model": "MODEL_PLACEHOLDER_M50",\n "use_last_planner_model": false,\n "is_sync": false,\n "max_user_requests": 10,\n "include_last_user_message": false,\n "include_conversation_log": true,\n "include_running_task_snapshots": true,\n "include_subagent_snapshots": true,\n "include_artifact_snapshots": true,\n "retry_config": {\n "max_retries": 0,\n "initial_sleep_duration_ms": 1000,\n "exponential_multiplier": 2,\n "include_error_feedback": false\n },\n "session_summary_prompt_override": ""\n}'
16175
16178
  },
16179
+ retry_model_capacity_exhausted: {
16180
+ boolValue: true
16181
+ },
16176
16182
  template__system_prompts__planning_mode_artifacts: {
16177
16183
  stringValue: "When in planning mode, you will work with three special artifacts.\n\n# Tasks\nPath: {{ArtifactDirectoryPath}}/task.md\n\n**Purpose**: A TODO list to organize your work during execution. Create this artifact after receiving user approval on your implementation plan. Break down complex tasks into component-level items and track progress as a living document.\n\n**Format**:\n```markdown\n- `[ ]` uncompleted tasks\n- `[/]` in progress tasks (custom notation)\n- `[x]` completed tasks\n- Use indented lists for sub-items\n```\n\n**Updating task.md**: Mark items as `[/]` when starting work on them, and `[x]` when completed. Update task.md as you make progress through your checklist.\n\n# Implementation Plan\nPath: {{ArtifactDirectoryPath}}/implementation_plan.md\n\n**Purpose**: A detailed design document to present your technical implementation plan to the user for feedback and approval.\nAfter reading the document, the user should understand the key technical details of your plan, and be able to make an informed decision on whether to approve it.\n\n**Format**: Use the following format, omitting any irrelevant sections.\n```markdown\n# [Goal Description]\n\nProvide a brief description of the problem, any background context, and what the change accomplishes.\n\n## User Review Required\n\nDocument anything that requires user review or feedback, for example, breaking changes or significant design decisions. Use GitHub alerts (IMPORTANT/WARNING/CAUTION) to highlight critical items.\n\n## Open Questions\n\nAny clarifying or design questions for the user that will impact the implementation plan. Use GitHub alerts (IMPORTANT/WARNING/CAUTION) to highlight critical items.\n\n## Proposed Changes\n\nGroup files by component (e.g., package, feature area, dependency layer) and order logically (dependencies first). Separate components with horizontal rules for visual clarity.\n\n### [Component Name]\n\nSummary of what will change in this component, separated by files. For specific files, Use [NEW] and [DELETE] to demarcate new and deleted files, for example:\n\n#### [MODIFY] [file basename](file:///absolute/path/to/modifiedfile)\n#### [NEW] [file basename](file:///absolute/path/to/newfile)\n#### [DELETE] [file basename](file:///absolute/path/to/deletedfile)\n\n## Verification Plan\n\nSummary of how you will verify that your changes have the desired effects.\n\n### Automated Tests\n- The commands of any automated tests you'll run.\n\n### Manual Verification\n- Asking the user to deploy to staging and testing, verifying UI changes on an iOS app etc.\n```\n\n# Walkthrough\nPath: {{ArtifactDirectoryPath}}/walkthrough.md\n\n**Purpose**: After completing work, summarize what you accomplished. Update an existing walkthrough for related follow-up work rather than creating a new one.\n\n**Document**:\n- Changes made\n- What was tested\n- Validation results\n\nEmbed screenshots and recordings to visually demonstrate UI changes and user flows.\n"
16178
16184
  }
@@ -16181,7 +16187,7 @@ var models_default = {
16181
16187
  modelProvider: "MODEL_PROVIDER_ANTHROPIC",
16182
16188
  quotaInfo: {
16183
16189
  remainingFraction: 1,
16184
- resetTime: "2026-09-01T11:41:45Z"
16190
+ resetTime: "2026-09-02T10:02:30Z"
16185
16191
  },
16186
16192
  recommended: true,
16187
16193
  supportedMimeTypes: {
@@ -16213,8 +16219,8 @@ var models_default = {
16213
16219
  },
16214
16220
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16215
16221
  quotaInfo: {
16216
- remainingFraction: 0.9793946,
16217
- resetTime: "2026-09-01T10:17:10Z"
16222
+ remainingFraction: 0.9605006,
16223
+ resetTime: "2026-09-02T09:54:32Z"
16218
16224
  }
16219
16225
  },
16220
16226
  "gemini-2.5-flash-lite": {
@@ -16232,8 +16238,8 @@ var models_default = {
16232
16238
  },
16233
16239
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16234
16240
  quotaInfo: {
16235
- remainingFraction: 0.9793946,
16236
- resetTime: "2026-09-01T10:17:10Z"
16241
+ remainingFraction: 0.9605006,
16242
+ resetTime: "2026-09-02T09:54:32Z"
16237
16243
  }
16238
16244
  },
16239
16245
  "gemini-2.5-flash-thinking": {
@@ -16251,8 +16257,8 @@ var models_default = {
16251
16257
  },
16252
16258
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16253
16259
  quotaInfo: {
16254
- remainingFraction: 0.9793946,
16255
- resetTime: "2026-09-01T10:17:10Z"
16260
+ remainingFraction: 0.9605006,
16261
+ resetTime: "2026-09-02T09:54:32Z"
16256
16262
  }
16257
16263
  },
16258
16264
  "gemini-2.5-pro": {
@@ -16271,8 +16277,8 @@ var models_default = {
16271
16277
  },
16272
16278
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16273
16279
  quotaInfo: {
16274
- remainingFraction: 0.9793946,
16275
- resetTime: "2026-09-01T10:17:10Z"
16280
+ remainingFraction: 0.9605006,
16281
+ resetTime: "2026-09-02T09:54:32Z"
16276
16282
  },
16277
16283
  recommended: true,
16278
16284
  requiresImageOutputOutsideFunctionResponses: true,
@@ -16346,8 +16352,8 @@ var models_default = {
16346
16352
  },
16347
16353
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16348
16354
  quotaInfo: {
16349
- remainingFraction: 0.9793946,
16350
- resetTime: "2026-09-01T10:17:10Z"
16355
+ remainingFraction: 0.9605006,
16356
+ resetTime: "2026-09-02T09:54:32Z"
16351
16357
  },
16352
16358
  recommended: true,
16353
16359
  supportedMimeTypes: {
@@ -16421,8 +16427,8 @@ var models_default = {
16421
16427
  },
16422
16428
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16423
16429
  quotaInfo: {
16424
- remainingFraction: 0.9793946,
16425
- resetTime: "2026-09-01T10:17:10Z"
16430
+ remainingFraction: 0.9605006,
16431
+ resetTime: "2026-09-02T09:54:32Z"
16426
16432
  },
16427
16433
  recommended: true,
16428
16434
  supportedMimeTypes: {
@@ -16485,8 +16491,8 @@ var models_default = {
16485
16491
  model: "MODEL_PLACEHOLDER_M21",
16486
16492
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16487
16493
  quotaInfo: {
16488
- remainingFraction: 0.9793946,
16489
- resetTime: "2026-09-01T10:17:10Z"
16494
+ remainingFraction: 0.9605006,
16495
+ resetTime: "2026-09-02T09:54:32Z"
16490
16496
  }
16491
16497
  },
16492
16498
  "gemini-3.1-flash-lite": {
@@ -16504,8 +16510,8 @@ var models_default = {
16504
16510
  },
16505
16511
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16506
16512
  quotaInfo: {
16507
- remainingFraction: 0.9793946,
16508
- resetTime: "2026-09-01T10:17:10Z"
16513
+ remainingFraction: 0.9605006,
16514
+ resetTime: "2026-09-02T09:54:32Z"
16509
16515
  }
16510
16516
  },
16511
16517
  "gemini-3.1-pro-high": {
@@ -16523,6 +16529,9 @@ var models_default = {
16523
16529
  "cascade-include-ephemeral-message": {
16524
16530
  stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16525
16531
  },
16532
+ retry_model_capacity_exhausted: {
16533
+ boolValue: true
16534
+ },
16526
16535
  template__system_prompts__communication_style: {
16527
16536
  stringValue: "- Keep your responses concise.\n- Provide a summary of your work when you end your turn.\n- Format your responses in github-style markdown.\n- If you're unsure about the user's intent, ask for clarification rather than making assumptions.\n- You MUST create clickable links for all files and code symbols (classes, types, functions, structs). Use github style markdown links with the `file://` scheme (e.g., [filename](file:///path/to/file) or [ClassName](file:///path/to/file#L10-L20)`). For Windows, use forward slashes for paths.\n\nCRITICAL INSTRUCTION 1: You may have access to a variety of tools at your disposal. Some tools may be for a specific task such as 'view_file' (for viewing contents of a file). Others may be very broadly applicable such as the ability to run a command on a terminal. Always prioritize using the most specific tool you can for the task at hand. Here are some rules: (a) NEVER run cat inside a bash command to create a new file or append to an existing file. (b) ALWAYS use grep_search instead of running grep inside a bash command unless absolutely needed. (c) DO NOT use ls for listing, cat for viewing, grep for finding, sed for replacing.\nCRITICAL INSTRUCTION 2: Before making tool calls T, think and explicitly list out any related tools for the task at hand. You can only execute a set of tools T if all other tools in the list are either more generic or cannot be used for the task at hand. ALWAYS START your thought with recalling critical instructions 1 and 2. In particular, the format for the start of your thought block must be '...94>thought\\nCRITICAL INSTRUCTION 1: ...\\nCRITICAL INSTRUCTION 2: ...'."
16528
16537
  },
@@ -16533,8 +16542,8 @@ var models_default = {
16533
16542
  },
16534
16543
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16535
16544
  quotaInfo: {
16536
- remainingFraction: 0.9793946,
16537
- resetTime: "2026-09-01T10:17:10Z"
16545
+ remainingFraction: 0.9605006,
16546
+ resetTime: "2026-09-02T09:54:32Z"
16538
16547
  },
16539
16548
  recommended: true,
16540
16549
  supportedMimeTypes: {
@@ -16605,6 +16614,9 @@ var models_default = {
16605
16614
  "cascade-include-ephemeral-message": {
16606
16615
  stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16607
16616
  },
16617
+ retry_model_capacity_exhausted: {
16618
+ boolValue: true
16619
+ },
16608
16620
  template__system_prompts__communication_style: {
16609
16621
  stringValue: "- Keep your responses concise.\n- Provide a summary of your work when you end your turn.\n- Format your responses in github-style markdown.\n- If you're unsure about the user's intent, ask for clarification rather than making assumptions.\n- You MUST create clickable links for all files and code symbols (classes, types, functions, structs). Use github style markdown links with the `file://` scheme (e.g., [filename](file:///path/to/file) or [ClassName](file:///path/to/file#L10-L20)`). For Windows, use forward slashes for paths.\n\nCRITICAL INSTRUCTION 1: You may have access to a variety of tools at your disposal. Some tools may be for a specific task such as 'view_file' (for viewing contents of a file). Others may be very broadly applicable such as the ability to run a command on a terminal. Always prioritize using the most specific tool you can for the task at hand. Here are some rules: (a) NEVER run cat inside a bash command to create a new file or append to an existing file. (b) ALWAYS use grep_search instead of running grep inside a bash command unless absolutely needed. (c) DO NOT use ls for listing, cat for viewing, grep for finding, sed for replacing.\nCRITICAL INSTRUCTION 2: Before making tool calls T, think and explicitly list out any related tools for the task at hand. You can only execute a set of tools T if all other tools in the list are either more generic or cannot be used for the task at hand. ALWAYS START your thought with recalling critical instructions 1 and 2. In particular, the format for the start of your thought block must be '...94>thought\\nCRITICAL INSTRUCTION 1: ...\\nCRITICAL INSTRUCTION 2: ...'."
16610
16622
  },
@@ -16615,8 +16627,8 @@ var models_default = {
16615
16627
  },
16616
16628
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16617
16629
  quotaInfo: {
16618
- remainingFraction: 0.9793946,
16619
- resetTime: "2026-09-01T10:17:10Z"
16630
+ remainingFraction: 0.9605006,
16631
+ resetTime: "2026-09-02T09:54:32Z"
16620
16632
  },
16621
16633
  recommended: true,
16622
16634
  supportedMimeTypes: {
@@ -16690,8 +16702,8 @@ var models_default = {
16690
16702
  },
16691
16703
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16692
16704
  quotaInfo: {
16693
- remainingFraction: 0.9793946,
16694
- resetTime: "2026-09-01T10:17:10Z"
16705
+ remainingFraction: 0.9605006,
16706
+ resetTime: "2026-09-02T09:54:32Z"
16695
16707
  },
16696
16708
  recommended: true,
16697
16709
  supportedMimeTypes: {
@@ -16767,8 +16779,8 @@ var models_default = {
16767
16779
  },
16768
16780
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16769
16781
  quotaInfo: {
16770
- remainingFraction: 0.9793946,
16771
- resetTime: "2026-09-01T10:17:10Z"
16782
+ remainingFraction: 0.9605006,
16783
+ resetTime: "2026-09-02T09:54:32Z"
16772
16784
  },
16773
16785
  recommended: true,
16774
16786
  supportedMimeTypes: {
@@ -16840,6 +16852,9 @@ var models_default = {
16840
16852
  "cascade-include-ephemeral-message": {
16841
16853
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16842
16854
  },
16855
+ retry_model_capacity_exhausted: {
16856
+ boolValue: true
16857
+ },
16843
16858
  template__system_prompts__communication_style: {
16844
16859
  stringValue: "- Keep your responses concise.\n- Provide a summary of your work when you end your turn.\n- Format your responses in github-style markdown.\n- You can render LaTeX math (KaTeX): inline with `\\(...\\)` or `$...$`, display with `\\[...\\]` or `$$...$$` placed on its own line.\n- Use math only for genuine mathematical content. Use backticks for code, identifiers, paths, flags, and shell variables.\n- `$` opens inline math, so write a literal dollar as `\\$` or wrap it in backticks. Two unescaped `$` in the same paragraph turn everything between them into math \u2014 this bites prices (`\\$100`) and shell syntax written in prose (`$HOME`, awk `$1`).\n- If you're unsure about the user's intent, ask for clarification rather than making assumptions.\n- You MUST create clickable links for all files and code symbols (classes, types, functions, structs). Use github style markdown links with the `file://` scheme (e.g., [utils.py](file:///path/to/file) or [ClassName](file:///path/to/file#L10-L20)`). For Windows, use forward slashes for paths.\n- After launching a background task such as 'run_command', YOU MUST TAKE ONE OF THE FOLLOWING TWO ACTIONS: \nA) either proceed to other relevant work (if any) or, \nB) simply update the user with a short message (e.g. 'task-20 has been launched in the background. I will wait for it to complete before proceeding.') and end the turn.\nDO NOTHING ELSE.\n"
16845
16860
  },
@@ -16853,8 +16868,8 @@ var models_default = {
16853
16868
  },
16854
16869
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16855
16870
  quotaInfo: {
16856
- remainingFraction: 0.9793946,
16857
- resetTime: "2026-09-01T10:17:10Z"
16871
+ remainingFraction: 0.9605006,
16872
+ resetTime: "2026-09-02T09:54:32Z"
16858
16873
  },
16859
16874
  recommended: true,
16860
16875
  supportedMimeTypes: {
@@ -16926,6 +16941,9 @@ var models_default = {
16926
16941
  "cascade-include-ephemeral-message": {
16927
16942
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16928
16943
  },
16944
+ retry_model_capacity_exhausted: {
16945
+ boolValue: true
16946
+ },
16929
16947
  template__system_prompts__communication_style: {
16930
16948
  stringValue: "- Keep your responses concise.\n- Provide a summary of your work when you end your turn.\n- Format your responses in github-style markdown.\n- You can render LaTeX math (KaTeX): inline with `\\(...\\)` or `$...$`, display with `\\[...\\]` or `$$...$$` placed on its own line.\n- Use math only for genuine mathematical content. Use backticks for code, identifiers, paths, flags, and shell variables.\n- `$` opens inline math, so write a literal dollar as `\\$` or wrap it in backticks. Two unescaped `$` in the same paragraph turn everything between them into math \u2014 this bites prices (`\\$100`) and shell syntax written in prose (`$HOME`, awk `$1`).\n- If you're unsure about the user's intent, ask for clarification rather than making assumptions.\n- You MUST create clickable links for all files and code symbols (classes, types, functions, structs). Use github style markdown links with the `file://` scheme (e.g., [utils.py](file:///path/to/file) or [ClassName](file:///path/to/file#L10-L20)`). For Windows, use forward slashes for paths.\n- After launching a background task such as 'run_command', YOU MUST TAKE ONE OF THE FOLLOWING TWO ACTIONS: \nA) either proceed to other relevant work (if any) or, \nB) simply update the user with a short message (e.g. 'task-20 has been launched in the background. I will wait for it to complete before proceeding.') and end the turn.\nDO NOTHING ELSE.\n"
16931
16949
  },
@@ -16939,8 +16957,8 @@ var models_default = {
16939
16957
  },
16940
16958
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16941
16959
  quotaInfo: {
16942
- remainingFraction: 0.9793946,
16943
- resetTime: "2026-09-01T10:17:10Z"
16960
+ remainingFraction: 0.9605006,
16961
+ resetTime: "2026-09-02T09:54:32Z"
16944
16962
  },
16945
16963
  recommended: true,
16946
16964
  supportedMimeTypes: {
@@ -17012,6 +17030,9 @@ var models_default = {
17012
17030
  "cascade-include-ephemeral-message": {
17013
17031
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
17014
17032
  },
17033
+ retry_model_capacity_exhausted: {
17034
+ boolValue: true
17035
+ },
17015
17036
  template__system_prompts__communication_style: {
17016
17037
  stringValue: "- Keep your responses concise.\n- Provide a summary of your work when you end your turn.\n- Format your responses in github-style markdown.\n- You can render LaTeX math (KaTeX): inline with `\\(...\\)` or `$...$`, display with `\\[...\\]` or `$$...$$` placed on its own line.\n- Use math only for genuine mathematical content. Use backticks for code, identifiers, paths, flags, and shell variables.\n- `$` opens inline math, so write a literal dollar as `\\$` or wrap it in backticks. Two unescaped `$` in the same paragraph turn everything between them into math \u2014 this bites prices (`\\$100`) and shell syntax written in prose (`$HOME`, awk `$1`).\n- If you're unsure about the user's intent, ask for clarification rather than making assumptions.\n- You MUST create clickable links for all files and code symbols (classes, types, functions, structs). Use github style markdown links with the `file://` scheme (e.g., [utils.py](file:///path/to/file) or [ClassName](file:///path/to/file#L10-L20)`). For Windows, use forward slashes for paths.\n- After launching a background task such as 'run_command', YOU MUST TAKE ONE OF THE FOLLOWING TWO ACTIONS: \nA) either proceed to other relevant work (if any) or, \nB) simply update the user with a short message (e.g. 'task-20 has been launched in the background. I will wait for it to complete before proceeding.') and end the turn.\nDO NOTHING ELSE.\n"
17017
17038
  },
@@ -17025,8 +17046,8 @@ var models_default = {
17025
17046
  },
17026
17047
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17027
17048
  quotaInfo: {
17028
- remainingFraction: 0.9793946,
17029
- resetTime: "2026-09-01T10:17:10Z"
17049
+ remainingFraction: 0.9605006,
17050
+ resetTime: "2026-09-02T09:54:32Z"
17030
17051
  },
17031
17052
  recommended: true,
17032
17053
  supportedMimeTypes: {
@@ -17097,6 +17118,9 @@ var models_default = {
17097
17118
  "cascade-include-ephemeral-message": {
17098
17119
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
17099
17120
  },
17121
+ retry_model_capacity_exhausted: {
17122
+ boolValue: true
17123
+ },
17100
17124
  template__system_prompts__communication_style: {
17101
17125
  stringValue: "- Keep your responses concise.\n- Provide a summary of your work when you end your turn.\n- Format your responses in github-style markdown.\n- You can render LaTeX math (KaTeX): inline with `\\(...\\)` or `$...$`, display with `\\[...\\]` or `$$...$$` placed on its own line.\n- Use math only for genuine mathematical content. Use backticks for code, identifiers, paths, flags, and shell variables.\n- `$` opens inline math, so write a literal dollar as `\\$` or wrap it in backticks. Two unescaped `$` in the same paragraph turn everything between them into math \u2014 this bites prices (`\\$100`) and shell syntax written in prose (`$HOME`, awk `$1`).\n- If you're unsure about the user's intent, ask for clarification rather than making assumptions.\n- You MUST create clickable links for all files and code symbols (classes, types, functions, structs). Use github style markdown links with the `file://` scheme (e.g., [utils.py](file:///path/to/file) or [ClassName](file:///path/to/file#L10-L20)`). For Windows, use forward slashes for paths.\n- After launching a background task such as 'run_command', YOU MUST TAKE ONE OF THE FOLLOWING TWO ACTIONS: \nA) either proceed to other relevant work (if any) or, \nB) simply update the user with a short message (e.g. 'task-20 has been launched in the background. I will wait for it to complete before proceeding.') and end the turn.\nDO NOTHING ELSE.\n"
17102
17126
  },
@@ -17110,8 +17134,8 @@ var models_default = {
17110
17134
  },
17111
17135
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17112
17136
  quotaInfo: {
17113
- remainingFraction: 0.9793946,
17114
- resetTime: "2026-09-01T10:17:10Z"
17137
+ remainingFraction: 0.9605006,
17138
+ resetTime: "2026-09-02T09:54:32Z"
17115
17139
  },
17116
17140
  recommended: true,
17117
17141
  supportedMimeTypes: {
@@ -17181,6 +17205,9 @@ var models_default = {
17181
17205
  "cascade-include-ephemeral-message": {
17182
17206
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
17183
17207
  },
17208
+ retry_model_capacity_exhausted: {
17209
+ boolValue: true
17210
+ },
17184
17211
  "task-details-suffix": {
17185
17212
  stringValue: "\nYOU MUST TAKE ONE OF THE FOLLOWING TWO ACTIONS: A) either proceed to other relevant work (if any) or, B) simply update the user with a short message (that you have launched the command and will wait for it to finish) and end the turn.\n DO NOTHING ELSE."
17186
17213
  }
@@ -17188,8 +17215,8 @@ var models_default = {
17188
17215
  },
17189
17216
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17190
17217
  quotaInfo: {
17191
- remainingFraction: 0.9793946,
17192
- resetTime: "2026-09-01T10:17:10Z"
17218
+ remainingFraction: 0.9605006,
17219
+ resetTime: "2026-09-02T09:54:32Z"
17193
17220
  },
17194
17221
  recommended: true,
17195
17222
  supportedMimeTypes: {
@@ -17261,6 +17288,9 @@ var models_default = {
17261
17288
  "cascade-include-ephemeral-message": {
17262
17289
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
17263
17290
  },
17291
+ retry_model_capacity_exhausted: {
17292
+ boolValue: true
17293
+ },
17264
17294
  "task-details-suffix": {
17265
17295
  stringValue: "\nYOU MUST TAKE ONE OF THE FOLLOWING TWO ACTIONS: A) either proceed to other relevant work (if any) or, B) simply update the user with a short message (that you have launched the command and will wait for it to finish) and end the turn.\n DO NOTHING ELSE."
17266
17296
  }
@@ -17268,8 +17298,8 @@ var models_default = {
17268
17298
  },
17269
17299
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17270
17300
  quotaInfo: {
17271
- remainingFraction: 0.9793946,
17272
- resetTime: "2026-09-01T10:17:10Z"
17301
+ remainingFraction: 0.9605006,
17302
+ resetTime: "2026-09-02T09:54:32Z"
17273
17303
  },
17274
17304
  recommended: true,
17275
17305
  supportedMimeTypes: {
@@ -17341,6 +17371,9 @@ var models_default = {
17341
17371
  "cascade-include-ephemeral-message": {
17342
17372
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
17343
17373
  },
17374
+ retry_model_capacity_exhausted: {
17375
+ boolValue: true
17376
+ },
17344
17377
  "task-details-suffix": {
17345
17378
  stringValue: "\nYOU MUST TAKE ONE OF THE FOLLOWING TWO ACTIONS: A) either proceed to other relevant work (if any) or, B) simply update the user with a short message (that you have launched the command and will wait for it to finish) and end the turn.\n DO NOTHING ELSE."
17346
17379
  }
@@ -17348,8 +17381,8 @@ var models_default = {
17348
17381
  },
17349
17382
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17350
17383
  quotaInfo: {
17351
- remainingFraction: 0.9793946,
17352
- resetTime: "2026-09-01T10:17:10Z"
17384
+ remainingFraction: 0.9605006,
17385
+ resetTime: "2026-09-02T09:54:32Z"
17353
17386
  },
17354
17387
  recommended: true,
17355
17388
  supportedMimeTypes: {
@@ -17420,6 +17453,9 @@ var models_default = {
17420
17453
  "cascade-include-ephemeral-message": {
17421
17454
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
17422
17455
  },
17456
+ retry_model_capacity_exhausted: {
17457
+ boolValue: true
17458
+ },
17423
17459
  "task-details-suffix": {
17424
17460
  stringValue: "\nYOU MUST TAKE ONE OF THE FOLLOWING TWO ACTIONS: A) either proceed to other relevant work (if any) or, B) simply update the user with a short message (that you have launched the command and will wait for it to finish) and end the turn.\n DO NOTHING ELSE."
17425
17461
  }
@@ -17427,8 +17463,8 @@ var models_default = {
17427
17463
  },
17428
17464
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17429
17465
  quotaInfo: {
17430
- remainingFraction: 0.9793946,
17431
- resetTime: "2026-09-01T10:17:10Z"
17466
+ remainingFraction: 0.9605006,
17467
+ resetTime: "2026-09-02T09:54:32Z"
17432
17468
  },
17433
17469
  recommended: true,
17434
17470
  supportedMimeTypes: {
@@ -17498,6 +17534,9 @@ var models_default = {
17498
17534
  "cascade-include-ephemeral-message": {
17499
17535
  stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
17500
17536
  },
17537
+ retry_model_capacity_exhausted: {
17538
+ boolValue: true
17539
+ },
17501
17540
  template__system_prompts__communication_style: {
17502
17541
  stringValue: "- Keep your responses concise.\n- Provide a summary of your work when you end your turn.\n- Format your responses in github-style markdown.\n- If you're unsure about the user's intent, ask for clarification rather than making assumptions.\n- You MUST create clickable links for all files and code symbols (classes, types, functions, structs). Use github style markdown links with the `file://` scheme (e.g., [filename](file:///path/to/file) or [ClassName](file:///path/to/file#L10-L20)`). For Windows, use forward slashes for paths.\n\nCRITICAL INSTRUCTION 1: You may have access to a variety of tools at your disposal. Some tools may be for a specific task such as 'view_file' (for viewing contents of a file). Others may be very broadly applicable such as the ability to run a command on a terminal. Always prioritize using the most specific tool you can for the task at hand. Here are some rules: (a) NEVER run cat inside a bash command to create a new file or append to an existing file. (b) ALWAYS use grep_search instead of running grep inside a bash command unless absolutely needed. (c) DO NOT use ls for listing, cat for viewing, grep for finding, sed for replacing.\nCRITICAL INSTRUCTION 2: Before making tool calls T, think and explicitly list out any related tools for the task at hand. You can only execute a set of tools T if all other tools in the list are either more generic or cannot be used for the task at hand. ALWAYS START your thought with recalling critical instructions 1 and 2. In particular, the format for the start of your thought block must be '...94>thought\\nCRITICAL INSTRUCTION 1: ...\\nCRITICAL INSTRUCTION 2: ...'."
17503
17542
  },
@@ -17508,8 +17547,8 @@ var models_default = {
17508
17547
  },
17509
17548
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17510
17549
  quotaInfo: {
17511
- remainingFraction: 0.9793946,
17512
- resetTime: "2026-09-01T10:17:10Z"
17550
+ remainingFraction: 0.9605006,
17551
+ resetTime: "2026-09-02T09:54:32Z"
17513
17552
  },
17514
17553
  recommended: true,
17515
17554
  supportedMimeTypes: {
@@ -17580,7 +17619,7 @@ var models_default = {
17580
17619
  modelProvider: "MODEL_PROVIDER_OPENAI",
17581
17620
  quotaInfo: {
17582
17621
  remainingFraction: 1,
17583
- resetTime: "2026-09-01T11:41:45Z"
17622
+ resetTime: "2026-09-02T10:02:30Z"
17584
17623
  },
17585
17624
  recommended: true,
17586
17625
  supportsThinking: true,