@anthonyhaussman/opencode-agy-auth 1.1.14-alpha.2 → 1.1.14

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.13";
271
+ var AGY_CLI_VERSION = "1.1.14";
272
272
 
273
273
  // src/sdk/user-agent.ts
274
274
  var cachedUserAgent = null;
@@ -16001,186 +16001,169 @@ import { randomUUID as randomUUID3 } from "crypto";
16001
16001
  // models.json
16002
16002
  var models_default = {
16003
16003
  models: {
16004
- chat_20706: {
16005
- maxTokens: 16384,
16006
- quotaInfo: {
16007
- remainingFraction: 1
16008
- },
16009
- model: "MODEL_CHAT_20706",
16010
- apiProvider: "API_PROVIDER_INTERNAL",
16011
- modelProvider: "MODEL_PROVIDER_GOOGLE",
16012
- supportsCumulativeContext: true,
16013
- tabJumpPrintLineRange: true,
16014
- supportsEstimateTokenCounter: true,
16015
- isInternal: true,
16016
- addCursorToFindReplaceTarget: true,
16017
- promptTemplaterType: "PROMPT_TEMPLATER_TYPE_CHATML",
16018
- toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
16019
- requiresLeadInGeneration: true
16020
- },
16021
- "gemini-pro-agent": {
16022
- displayName: "Gemini 3.1 Pro (High)",
16004
+ "gemini-3.5-flash-extra-low": {
16005
+ displayName: "Gemini 3.5 Flash (Low)",
16023
16006
  supportsImages: true,
16024
16007
  supportsThinking: true,
16025
- thinkingBudget: 10001,
16026
- minThinkingBudget: 128,
16008
+ thinkingBudget: 1e3,
16009
+ minThinkingBudget: 32,
16027
16010
  recommended: true,
16028
16011
  maxTokens: 1048576,
16029
- maxOutputTokens: 65535,
16012
+ maxOutputTokens: 65536,
16030
16013
  quotaInfo: {
16031
- remainingFraction: 0.9805744,
16032
- resetTime: "2026-08-14T09:59:17Z"
16014
+ remainingFraction: 0.4676585,
16015
+ resetTime: "2026-08-18T09:37:04Z"
16033
16016
  },
16034
- model: "MODEL_PLACEHOLDER_M16",
16017
+ model: "MODEL_PLACEHOLDER_M187",
16035
16018
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16036
16019
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16037
16020
  supportsVideo: true,
16021
+ tagTitle: "Fast",
16022
+ tagDescription: "Limited time",
16038
16023
  supportedMimeTypes: {
16039
- "video/webm": true,
16040
- "text/csv": true,
16041
- "image/webp": true,
16024
+ "application/x-ipynb+json": true,
16042
16025
  "video/jpeg2000": true,
16026
+ "application/x-python-code": true,
16027
+ "image/jpeg": true,
16043
16028
  "video/audio/s16le": true,
16029
+ "application/json": true,
16030
+ "video/videoframe/jpeg2000": true,
16031
+ "text/javascript": true,
16044
16032
  "application/x-typescript": true,
16033
+ "text/rtf": true,
16034
+ "video/text/timestamp": true,
16035
+ "application/x-javascript": true,
16036
+ "image/webp": true,
16045
16037
  "image/heif": true,
16046
- "text/html": true,
16047
- "text/xml": true,
16038
+ "audio/webm;codecs=opus": true,
16048
16039
  "text/css": true,
16040
+ "text/x-python": true,
16041
+ "text/xml": true,
16042
+ "image/heic": true,
16049
16043
  "text/plain": true,
16050
- "image/png": true,
16051
- "video/mp4": true,
16052
- "image/jpeg": true,
16053
- "video/videoframe/jpeg2000": true,
16054
16044
  "text/x-typescript": true,
16055
- "application/x-javascript": true,
16056
- "application/x-python-code": true,
16057
- "text/javascript": true,
16045
+ "video/mp4": true,
16046
+ "text/csv": true,
16058
16047
  "video/audio/wav": true,
16059
- "audio/webm;codecs=opus": true,
16048
+ "image/png": true,
16049
+ "application/pdf": true,
16060
16050
  "text/markdown": true,
16061
- "text/x-python-script": true,
16062
- "image/heic": true,
16063
- "application/x-ipynb+json": true,
16064
- "text/x-python": true,
16065
16051
  "application/rtf": true,
16066
- "video/text/timestamp": true,
16067
- "application/json": true,
16068
- "text/rtf": true,
16069
- "application/pdf": true
16052
+ "text/x-python-script": true,
16053
+ "text/html": true,
16054
+ "video/webm": true
16070
16055
  },
16071
16056
  modelExperiments: {
16072
16057
  experiments: {
16073
- template__system_prompts__communication_style: {
16074
- 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: ...'."
16058
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16059
+ stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
16075
16060
  },
16076
16061
  template__system_prompts__planning_mode_artifacts: {
16077
16062
  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"
16078
- },
16079
- CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16080
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\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}'
16081
- },
16082
- "cascade-include-ephemeral-message": {
16083
- stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16084
- }
16085
- }
16086
- }
16087
- },
16088
- "gemini-2.5-flash-lite": {
16089
- displayName: "Gemini 3.1 Flash Lite",
16090
- maxTokens: 1048576,
16091
- maxOutputTokens: 65535,
16092
- quotaInfo: {
16093
- remainingFraction: 0.9805744,
16094
- resetTime: "2026-08-14T09:59:17Z"
16095
- },
16096
- model: "MODEL_GOOGLE_GEMINI_2_5_FLASH_LITE",
16097
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16098
- modelProvider: "MODEL_PROVIDER_GOOGLE",
16099
- modelExperiments: {
16100
- experiments: {
16101
- CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16102
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\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}'
16103
16063
  }
16104
16064
  }
16105
16065
  }
16106
16066
  },
16107
- "gemini-3.7-flash-tiered": {
16067
+ "gemini-3.5-flash-low": {
16068
+ displayName: "Gemini 3.5 Flash (Medium)",
16108
16069
  supportsImages: true,
16109
16070
  supportsThinking: true,
16110
- thinkingBudget: -1,
16071
+ thinkingBudget: 4e3,
16111
16072
  minThinkingBudget: 32,
16112
16073
  recommended: true,
16113
16074
  maxTokens: 1048576,
16114
16075
  maxOutputTokens: 65536,
16115
16076
  quotaInfo: {
16116
- remainingFraction: 0.9805744,
16117
- resetTime: "2026-08-14T09:59:17Z"
16077
+ remainingFraction: 0.4676585,
16078
+ resetTime: "2026-08-18T09:37:04Z"
16118
16079
  },
16119
- model: "MODEL_PLACEHOLDER_M301",
16080
+ model: "MODEL_PLACEHOLDER_M20",
16120
16081
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16121
16082
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16122
16083
  supportsVideo: true,
16084
+ tagTitle: "Fast",
16085
+ tagDescription: "Limited time",
16123
16086
  supportedMimeTypes: {
16087
+ "text/x-typescript": true,
16088
+ "video/audio/wav": true,
16089
+ "text/x-python": true,
16090
+ "text/javascript": true,
16124
16091
  "text/css": true,
16125
- "application/rtf": true,
16092
+ "application/x-python-code": true,
16093
+ "application/x-typescript": true,
16094
+ "audio/webm;codecs=opus": true,
16126
16095
  "text/csv": true,
16127
- "application/x-ipynb+json": true,
16128
- "text/x-python-script": true,
16096
+ "text/xml": true,
16097
+ "image/png": true,
16129
16098
  "video/videoframe/jpeg2000": true,
16130
- "text/markdown": true,
16131
- "text/javascript": true,
16132
- "image/heic": true,
16133
- "video/webm": true,
16134
- "application/pdf": true,
16135
- "image/jpeg": true,
16136
- "text/plain": true,
16137
- "text/x-typescript": true,
16138
16099
  "text/rtf": true,
16139
- "video/audio/s16le": true,
16100
+ "video/jpeg2000": true,
16101
+ "application/x-ipynb+json": true,
16140
16102
  "application/x-javascript": true,
16141
16103
  "image/heif": true,
16142
- "text/html": true,
16143
- "image/png": true,
16144
- "audio/webm;codecs=opus": true,
16145
16104
  "video/text/timestamp": true,
16146
- "video/audio/wav": true,
16147
- "video/jpeg2000": true,
16148
- "text/xml": true,
16149
- "video/mp4": true,
16150
- "application/x-typescript": true,
16151
- "image/webp": true,
16105
+ "application/pdf": true,
16106
+ "text/plain": true,
16107
+ "application/rtf": true,
16152
16108
  "application/json": true,
16153
- "text/x-python": true,
16154
- "application/x-python-code": true
16109
+ "text/markdown": true,
16110
+ "image/heic": true,
16111
+ "image/webp": true,
16112
+ "video/webm": true,
16113
+ "text/html": true,
16114
+ "image/jpeg": true,
16115
+ "text/x-python-script": true,
16116
+ "video/audio/s16le": true,
16117
+ "video/mp4": true
16155
16118
  },
16156
16119
  modelExperiments: {
16157
16120
  experiments: {
16121
+ template__system_prompts__planning_mode_artifacts: {
16122
+ 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"
16123
+ },
16158
16124
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16159
16125
  stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
16160
- },
16161
- "cascade-include-ephemeral-message": {
16162
- stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16163
- },
16164
- "task-details-suffix": {
16165
- 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."
16166
16126
  }
16167
16127
  }
16168
16128
  }
16169
16129
  },
16170
- chat_23310: {
16171
- maxTokens: 32768,
16130
+ "gemini-2.5-flash": {
16131
+ displayName: "Gemini 3.1 Flash Lite",
16132
+ maxTokens: 1048576,
16133
+ maxOutputTokens: 65535,
16172
16134
  quotaInfo: {
16173
- remainingFraction: 1
16135
+ remainingFraction: 0.4676585,
16136
+ resetTime: "2026-08-18T09:37:04Z"
16174
16137
  },
16175
- model: "MODEL_CHAT_23310",
16176
- apiProvider: "API_PROVIDER_INTERNAL",
16138
+ model: "MODEL_GOOGLE_GEMINI_2_5_FLASH",
16139
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16177
16140
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16178
- supportsCumulativeContext: true,
16179
- supportsEstimateTokenCounter: true,
16180
- isInternal: true,
16181
- promptTemplaterType: "PROMPT_TEMPLATER_TYPE_CHATML",
16182
- toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
16183
- requiresLeadInGeneration: true
16141
+ modelExperiments: {
16142
+ experiments: {
16143
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16144
+ stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\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}'
16145
+ }
16146
+ }
16147
+ }
16148
+ },
16149
+ "gemini-2.5-flash-thinking": {
16150
+ displayName: "Gemini 3.1 Flash Lite",
16151
+ maxTokens: 1048576,
16152
+ maxOutputTokens: 65535,
16153
+ quotaInfo: {
16154
+ remainingFraction: 0.4676585,
16155
+ resetTime: "2026-08-18T09:37:04Z"
16156
+ },
16157
+ model: "MODEL_GOOGLE_GEMINI_2_5_FLASH_THINKING",
16158
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16159
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16160
+ modelExperiments: {
16161
+ experiments: {
16162
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16163
+ stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\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}'
16164
+ }
16165
+ }
16166
+ }
16184
16167
  },
16185
16168
  "gemini-3.7-flash-medium": {
16186
16169
  displayName: "Gemini 3.7 Flash (Medium)",
@@ -16192,8 +16175,8 @@ var models_default = {
16192
16175
  maxTokens: 1048576,
16193
16176
  maxOutputTokens: 65536,
16194
16177
  quotaInfo: {
16195
- remainingFraction: 0.9805744,
16196
- resetTime: "2026-08-14T09:59:17Z"
16178
+ remainingFraction: 0.4676585,
16179
+ resetTime: "2026-08-18T09:37:04Z"
16197
16180
  },
16198
16181
  model: "MODEL_PLACEHOLDER_M299",
16199
16182
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
@@ -16202,212 +16185,111 @@ var models_default = {
16202
16185
  tagTitle: "Fast",
16203
16186
  tagDescription: "Limited time",
16204
16187
  supportedMimeTypes: {
16205
- "application/x-typescript": true,
16206
- "application/json": true,
16188
+ "text/html": true,
16189
+ "application/x-ipynb+json": true,
16190
+ "text/plain": true,
16191
+ "application/rtf": true,
16192
+ "text/javascript": true,
16193
+ "text/csv": true,
16194
+ "text/xml": true,
16195
+ "text/rtf": true,
16196
+ "application/x-python-code": true,
16207
16197
  "video/jpeg2000": true,
16208
- "video/mp4": true,
16198
+ "application/json": true,
16209
16199
  "application/x-javascript": true,
16210
- "text/xml": true,
16211
- "video/videoframe/jpeg2000": true,
16200
+ "image/png": true,
16212
16201
  "image/heic": true,
16213
- "image/jpeg": true,
16214
- "application/pdf": true,
16215
- "video/webm": true,
16216
- "application/rtf": true,
16202
+ "text/x-typescript": true,
16203
+ "image/webp": true,
16204
+ "text/x-python": true,
16205
+ "video/videoframe/jpeg2000": true,
16206
+ "application/x-typescript": true,
16207
+ "video/mp4": true,
16217
16208
  "text/x-python-script": true,
16218
- "text/html": true,
16219
- "text/csv": true,
16220
16209
  "video/audio/wav": true,
16221
16210
  "video/audio/s16le": true,
16222
- "text/plain": true,
16211
+ "video/webm": true,
16212
+ "application/pdf": true,
16223
16213
  "audio/webm;codecs=opus": true,
16224
- "application/x-ipynb+json": true,
16225
- "text/rtf": true,
16226
16214
  "text/css": true,
16227
16215
  "video/text/timestamp": true,
16228
- "text/x-typescript": true,
16216
+ "image/jpeg": true,
16229
16217
  "image/heif": true,
16230
- "text/javascript": true,
16231
- "image/webp": true,
16232
- "image/png": true,
16233
- "text/x-python": true,
16234
- "text/markdown": true,
16235
- "application/x-python-code": true
16218
+ "text/markdown": true
16236
16219
  },
16237
16220
  modelExperiments: {
16238
16221
  experiments: {
16239
- "task-details-suffix": {
16240
- 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."
16241
- },
16242
16222
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16243
16223
  stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
16244
16224
  },
16245
16225
  "cascade-include-ephemeral-message": {
16246
16226
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16227
+ },
16228
+ "task-details-suffix": {
16229
+ 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."
16247
16230
  }
16248
16231
  }
16249
16232
  }
16250
16233
  },
16251
- "gpt-oss-120b-medium": {
16252
- displayName: "GPT-OSS 120B (Medium)",
16234
+ "gemini-2.5-pro": {
16235
+ displayName: "Gemini 2.5 Pro",
16236
+ supportsImages: true,
16253
16237
  supportsThinking: true,
16254
- thinkingBudget: 8192,
16255
- recommended: true,
16256
- maxTokens: 131072,
16257
- maxOutputTokens: 32768,
16258
- quotaInfo: {
16259
- remainingFraction: 1,
16260
- resetTime: "2026-08-14T10:05:14Z"
16261
- },
16262
- model: "MODEL_OPENAI_GPT_OSS_120B_MEDIUM",
16263
- apiProvider: "API_PROVIDER_OPENAI_VERTEX",
16264
- modelProvider: "MODEL_PROVIDER_OPENAI",
16265
- modelExperiments: {
16266
- experiments: {
16267
- CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16268
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_UNSPECIFIED",\n "max_token_limit": "80000",\n "token_threshold": "50000",\n "max_overhead_ratio": "0.15",\n "moving_window_size": "1",\n "enabled": true,\n "max_output_tokens": "8192",\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}'
16269
- }
16270
- }
16271
- },
16272
- vertexModelId: "openai/gpt-oss-120b-maas"
16273
- },
16274
- "claude-opus-4-6-thinking": {
16275
- displayName: "Claude Opus 4.6 (Thinking)",
16276
- supportsImages: true,
16277
- supportsThinking: true,
16278
- thinkingBudget: 1024,
16279
- recommended: true,
16280
- maxTokens: 25e4,
16281
- maxOutputTokens: 64e3,
16282
- quotaInfo: {
16283
- remainingFraction: 1,
16284
- resetTime: "2026-08-14T10:05:14Z"
16285
- },
16286
- model: "MODEL_PLACEHOLDER_M26",
16287
- apiProvider: "API_PROVIDER_ANTHROPIC_VERTEX",
16288
- modelProvider: "MODEL_PROVIDER_ANTHROPIC",
16289
- supportedMimeTypes: {
16290
- "video/jpeg2000": true,
16291
- "video/videoframe/jpeg2000": true,
16292
- "image/heic": true,
16293
- "image/heif": true,
16294
- "image/jpeg": true,
16295
- "image/png": true,
16296
- "image/webp": true
16297
- },
16298
- modelExperiments: {
16299
- experiments: {
16300
- CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16301
- 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}'
16302
- },
16303
- template__system_prompts__planning_mode_artifacts: {
16304
- 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"
16305
- }
16306
- }
16307
- },
16308
- vertexModelId: "claude-opus-4-6@default"
16309
- },
16310
- "claude-sonnet-4-6": {
16311
- displayName: "Claude Sonnet 4.6 (Thinking)",
16312
- supportsImages: true,
16313
- supportsThinking: true,
16314
- thinkingBudget: 1024,
16315
- recommended: true,
16316
- maxTokens: 25e4,
16317
- maxOutputTokens: 64e3,
16318
- quotaInfo: {
16319
- remainingFraction: 1,
16320
- resetTime: "2026-08-14T10:05:14Z"
16321
- },
16322
- model: "MODEL_PLACEHOLDER_M35",
16323
- apiProvider: "API_PROVIDER_ANTHROPIC_VERTEX",
16324
- modelProvider: "MODEL_PROVIDER_ANTHROPIC",
16325
- supportedMimeTypes: {
16326
- "video/videoframe/jpeg2000": true,
16327
- "image/heic": true,
16328
- "image/heif": true,
16329
- "image/jpeg": true,
16330
- "image/png": true,
16331
- "image/webp": true,
16332
- "video/jpeg2000": true
16333
- },
16334
- modelExperiments: {
16335
- experiments: {
16336
- CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16337
- 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}'
16338
- },
16339
- template__system_prompts__planning_mode_artifacts: {
16340
- 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"
16341
- }
16342
- }
16343
- },
16344
- vertexModelId: "claude-sonnet-4-6@default"
16345
- },
16346
- "gemini-3.5-flash-extra-low": {
16347
- displayName: "Gemini 3.5 Flash (Low)",
16348
- supportsImages: true,
16349
- supportsThinking: true,
16350
- thinkingBudget: 1e3,
16351
- minThinkingBudget: 32,
16238
+ thinkingBudget: 1024,
16239
+ minThinkingBudget: 128,
16352
16240
  recommended: true,
16353
16241
  maxTokens: 1048576,
16354
- maxOutputTokens: 65536,
16242
+ maxOutputTokens: 65535,
16355
16243
  quotaInfo: {
16356
- remainingFraction: 0.9805744,
16357
- resetTime: "2026-08-14T09:59:17Z"
16244
+ remainingFraction: 0.4676585,
16245
+ resetTime: "2026-08-18T09:37:04Z"
16358
16246
  },
16359
- model: "MODEL_PLACEHOLDER_M187",
16247
+ model: "MODEL_GOOGLE_GEMINI_2_5_PRO",
16360
16248
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16361
16249
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16362
- supportsVideo: true,
16363
- tagTitle: "Fast",
16364
- tagDescription: "Limited time",
16365
16250
  supportedMimeTypes: {
16366
- "image/webp": true,
16367
- "image/png": true,
16368
- "image/jpeg": true,
16369
- "application/x-ipynb+json": true,
16251
+ "text/javascript": true,
16252
+ "video/jpeg2000": true,
16370
16253
  "application/rtf": true,
16371
- "text/csv": true,
16372
16254
  "image/heif": true,
16373
- "video/audio/s16le": true,
16374
- "text/x-typescript": true,
16375
- "video/mp4": true,
16376
- "text/javascript": true,
16377
16255
  "text/x-python-script": true,
16378
- "text/xml": true,
16379
16256
  "application/pdf": true,
16380
- "text/css": true,
16257
+ "image/webp": true,
16258
+ "application/x-ipynb+json": true,
16259
+ "video/audio/s16le": true,
16381
16260
  "application/x-javascript": true,
16382
- "text/plain": true,
16383
- "application/json": true,
16261
+ "application/x-python-code": true,
16262
+ "video/webm": true,
16263
+ "image/jpeg": true,
16264
+ "text/xml": true,
16265
+ "video/text/timestamp": true,
16266
+ "text/csv": true,
16384
16267
  "video/videoframe/jpeg2000": true,
16268
+ "text/css": true,
16269
+ "image/heic": true,
16270
+ "application/json": true,
16385
16271
  "text/html": true,
16272
+ "text/plain": true,
16386
16273
  "text/markdown": true,
16387
- "video/jpeg2000": true,
16388
- "image/heic": true,
16389
- "video/text/timestamp": true,
16390
- "video/webm": true,
16391
- "application/x-python-code": true,
16392
16274
  "text/x-python": true,
16393
- "audio/webm;codecs=opus": true,
16394
- "application/x-typescript": true,
16275
+ "video/mp4": true,
16276
+ "image/png": true,
16395
16277
  "text/rtf": true,
16396
- "video/audio/wav": true
16278
+ "application/x-typescript": true,
16279
+ "text/x-typescript": true,
16280
+ "video/audio/wav": true,
16281
+ "audio/webm;codecs=opus": true
16397
16282
  },
16283
+ requiresImageOutputOutsideFunctionResponses: true,
16398
16284
  modelExperiments: {
16399
16285
  experiments: {
16400
16286
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16401
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
16402
- },
16403
- template__system_prompts__planning_mode_artifacts: {
16404
- 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"
16287
+ stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\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}'
16405
16288
  }
16406
16289
  }
16407
16290
  }
16408
16291
  },
16409
- "gemini-3.7-flash-high": {
16410
- displayName: "Gemini 3.7 Flash (High)",
16292
+ "gemini-3.7-flash-tiered": {
16411
16293
  supportsImages: true,
16412
16294
  supportsThinking: true,
16413
16295
  thinkingBudget: -1,
@@ -16416,183 +16298,153 @@ var models_default = {
16416
16298
  maxTokens: 1048576,
16417
16299
  maxOutputTokens: 65536,
16418
16300
  quotaInfo: {
16419
- remainingFraction: 0.9805744,
16420
- resetTime: "2026-08-14T09:59:17Z"
16301
+ remainingFraction: 0.4676585,
16302
+ resetTime: "2026-08-18T09:37:04Z"
16421
16303
  },
16422
- model: "MODEL_PLACEHOLDER_M298",
16304
+ model: "MODEL_PLACEHOLDER_M301",
16423
16305
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16424
16306
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16425
16307
  supportsVideo: true,
16426
- tagTitle: "Fast",
16427
- tagDescription: "Limited time",
16428
16308
  supportedMimeTypes: {
16429
16309
  "video/audio/s16le": true,
16430
- "text/rtf": true,
16431
- "application/rtf": true,
16432
- "video/audio/wav": true,
16433
16310
  "video/jpeg2000": true,
16434
- "text/html": true,
16435
- "image/webp": true,
16311
+ "application/x-ipynb+json": true,
16436
16312
  "application/x-javascript": true,
16437
- "application/pdf": true,
16313
+ "application/rtf": true,
16438
16314
  "text/x-python": true,
16439
- "application/x-typescript": true,
16440
- "image/png": true,
16441
- "text/x-python-script": true,
16442
- "text/javascript": true,
16443
16315
  "text/xml": true,
16316
+ "application/x-python-code": true,
16444
16317
  "text/css": true,
16445
- "audio/webm;codecs=opus": true,
16318
+ "application/pdf": true,
16319
+ "video/mp4": true,
16320
+ "image/webp": true,
16321
+ "video/audio/wav": true,
16322
+ "video/text/timestamp": true,
16446
16323
  "video/webm": true,
16324
+ "text/plain": true,
16325
+ "text/x-python-script": true,
16326
+ "image/jpeg": true,
16327
+ "application/x-typescript": true,
16328
+ "text/markdown": true,
16447
16329
  "application/json": true,
16448
- "application/x-ipynb+json": true,
16330
+ "audio/webm;codecs=opus": true,
16449
16331
  "image/heic": true,
16450
- "video/text/timestamp": true,
16451
- "video/mp4": true,
16452
- "application/x-python-code": true,
16453
- "text/x-typescript": true,
16332
+ "text/rtf": true,
16454
16333
  "image/heif": true,
16455
- "text/markdown": true,
16456
- "image/jpeg": true,
16457
16334
  "video/videoframe/jpeg2000": true,
16458
- "text/plain": true,
16459
- "text/csv": true
16335
+ "text/javascript": true,
16336
+ "text/x-typescript": true,
16337
+ "text/html": true,
16338
+ "text/csv": true,
16339
+ "image/png": true
16460
16340
  },
16461
16341
  modelExperiments: {
16462
16342
  experiments: {
16463
- "task-details-suffix": {
16464
- 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."
16465
- },
16466
16343
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16467
16344
  stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
16468
16345
  },
16469
16346
  "cascade-include-ephemeral-message": {
16470
16347
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16348
+ },
16349
+ "task-details-suffix": {
16350
+ 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."
16471
16351
  }
16472
16352
  }
16473
16353
  }
16474
16354
  },
16475
- "gemini-3-flash": {
16476
- displayName: "Gemini 3 Flash",
16477
- supportsImages: true,
16478
- supportsThinking: true,
16479
- thinkingBudget: -1,
16480
- minThinkingBudget: 32,
16481
- recommended: true,
16355
+ "gemini-2.5-flash-lite": {
16356
+ displayName: "Gemini 3.1 Flash Lite",
16482
16357
  maxTokens: 1048576,
16483
- maxOutputTokens: 65536,
16358
+ maxOutputTokens: 65535,
16484
16359
  quotaInfo: {
16485
- remainingFraction: 0.9805744,
16486
- resetTime: "2026-08-14T09:59:17Z"
16360
+ remainingFraction: 0.4676585,
16361
+ resetTime: "2026-08-18T09:37:04Z"
16487
16362
  },
16488
- model: "MODEL_PLACEHOLDER_M18",
16363
+ model: "MODEL_GOOGLE_GEMINI_2_5_FLASH_LITE",
16489
16364
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16490
16365
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16491
- supportsVideo: true,
16492
- supportedMimeTypes: {
16493
- "application/rtf": true,
16494
- "video/jpeg2000": true,
16495
- "text/javascript": true,
16496
- "text/x-python-script": true,
16497
- "text/xml": true,
16498
- "image/heif": true,
16499
- "text/css": true,
16500
- "application/pdf": true,
16501
- "video/videoframe/jpeg2000": true,
16502
- "image/jpeg": true,
16503
- "video/text/timestamp": true,
16504
- "video/webm": true,
16505
- "application/x-javascript": true,
16506
- "text/rtf": true,
16507
- "image/png": true,
16508
- "video/mp4": true,
16509
- "application/x-python-code": true,
16510
- "text/x-typescript": true,
16511
- "image/webp": true,
16512
- "text/csv": true,
16513
- "audio/webm;codecs=opus": true,
16514
- "video/audio/s16le": true,
16515
- "text/plain": true,
16516
- "video/audio/wav": true,
16517
- "text/x-python": true,
16518
- "application/json": true,
16519
- "application/x-typescript": true,
16520
- "application/x-ipynb+json": true,
16521
- "text/markdown": true,
16522
- "image/heic": true,
16523
- "text/html": true
16524
- },
16525
16366
  modelExperiments: {
16526
16367
  experiments: {
16527
- template__system_prompts__communication_style: {
16528
- stringValue: '- Keep your responses concise.\n- Provide a summary of your work when you end your turn. Ground your response in the work you did. Keep your tone professional and avoid overconfident language, bragging, or overclaiming success.\n- AVOID using superlatives such as "perfectly", "flawlessly", "100% correct", "Summary of Accomplishments" etc. to summarize your work for the user. Be humble.\n- AVOID over-the-top politeness or complimenting the user excessively.\n- Format your responses in github-style markdown.'
16529
- },
16530
16368
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16531
16369
  stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\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}'
16532
16370
  }
16533
16371
  }
16534
16372
  }
16535
16373
  },
16536
- "gemini-2.5-pro": {
16537
- displayName: "Gemini 2.5 Pro",
16374
+ "gemini-3.6-flash-low": {
16375
+ displayName: "Gemini 3.6 Flash (Low)",
16538
16376
  supportsImages: true,
16539
16377
  supportsThinking: true,
16540
- thinkingBudget: 1024,
16541
- minThinkingBudget: 128,
16378
+ thinkingBudget: 1e3,
16379
+ minThinkingBudget: 32,
16542
16380
  recommended: true,
16543
16381
  maxTokens: 1048576,
16544
- maxOutputTokens: 65535,
16382
+ maxOutputTokens: 65536,
16545
16383
  quotaInfo: {
16546
- remainingFraction: 0.9805744,
16547
- resetTime: "2026-08-14T09:59:17Z"
16384
+ remainingFraction: 0.4676585,
16385
+ resetTime: "2026-08-18T09:37:04Z"
16548
16386
  },
16549
- model: "MODEL_GOOGLE_GEMINI_2_5_PRO",
16387
+ model: "MODEL_PLACEHOLDER_M73",
16550
16388
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16551
16389
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16390
+ supportsVideo: true,
16391
+ tagTitle: "Fast",
16392
+ tagDescription: "Limited time",
16552
16393
  supportedMimeTypes: {
16553
- "audio/webm;codecs=opus": true,
16554
- "application/json": true,
16394
+ "text/csv": true,
16395
+ "video/audio/wav": true,
16396
+ "image/jpeg": true,
16397
+ "text/rtf": true,
16555
16398
  "application/x-javascript": true,
16556
- "text/plain": true,
16557
- "image/webp": true,
16399
+ "text/markdown": true,
16558
16400
  "text/css": true,
16559
- "image/jpeg": true,
16560
- "application/x-python-code": true,
16561
- "text/csv": true,
16401
+ "text/x-python": true,
16402
+ "text/x-typescript": true,
16403
+ "text/xml": true,
16562
16404
  "video/jpeg2000": true,
16563
- "image/png": true,
16564
- "application/rtf": true,
16565
- "video/audio/wav": true,
16566
- "text/x-python-script": true,
16567
16405
  "application/x-ipynb+json": true,
16406
+ "application/x-typescript": true,
16407
+ "video/text/timestamp": true,
16408
+ "application/rtf": true,
16568
16409
  "text/javascript": true,
16410
+ "video/videoframe/jpeg2000": true,
16411
+ "text/x-python-script": true,
16412
+ "audio/webm;codecs=opus": true,
16569
16413
  "video/audio/s16le": true,
16570
- "text/x-python": true,
16571
- "application/pdf": true,
16572
- "text/rtf": true,
16414
+ "image/png": true,
16415
+ "text/plain": true,
16416
+ "application/x-python-code": true,
16573
16417
  "image/heic": true,
16574
- "text/markdown": true,
16418
+ "application/pdf": true,
16419
+ "image/webp": true,
16575
16420
  "video/webm": true,
16576
- "text/xml": true,
16577
- "application/x-typescript": true,
16578
- "video/videoframe/jpeg2000": true,
16579
- "video/text/timestamp": true,
16580
- "text/x-typescript": true,
16581
16421
  "text/html": true,
16422
+ "application/json": true,
16582
16423
  "video/mp4": true,
16583
16424
  "image/heif": true
16584
16425
  },
16585
- requiresImageOutputOutsideFunctionResponses: true,
16586
16426
  modelExperiments: {
16587
16427
  experiments: {
16428
+ template__system_prompts__communication_style: {
16429
+ 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"
16430
+ },
16431
+ template__system_prompts__guidelines: {
16432
+ stringValue: "Follow these behavioral and workflow guidelines at all times:\n# Documentation\n- Maintain documentation integrity. Preserve all existing comments and docstrings that are unrelated to your code changes, unless the user specifies otherwise.\n\n# Obey Explicit Directives\nIf the user specifies precise quantitative filtering rules, layout boundaries, or architectural preferences, enforce them exactly as requested without alteration.\n\n# Never Guess Code Logic, Schemas, or File Paths\nNEVER infer implementation details, variable names, or file locations without inspecting the authoritative source using code search and file viewing tools.\n\n# Inspect Logs & Stack Traces Before Diagnosing Errors\nNEVER form a diagnostic hypothesis for a runtime failure, or test breakage, without reading the full, un-truncated error log. When an error occurs, your VERY FIRST ACTION must be to fetch and read the exact logs. Base your diagnosis strictly on empirical log evidence.\n\n# No Superficial Symptom Patches\nNEVER resolve errors by masking symptoms, swallowing exceptions, returning dummy fallbacks, commenting out broken assertions, or deleting failing unit tests. When a test or function fails, identify why the underlying contract was broken. If an API returns missing or null data, trace the upstream data provider instead of wrapping the call in a silent try/except or returning an empty 0-byte ArrayBuffer.\n\n# Never Declare Success Without Running Verification Commands\nNEVER claim a task is resolved, a bug is fixed, or a feature is working until you have gathered concrete, empirical runtime verification demonstrating clean success. Editing a file does not equal completing the task. You MUST run the build or test command afterwards.\n\n# Never Ignore Explicit Command Failures or Error Exit Codes\nIf a command fails, you MUST explicitly acknowledge the failure to the user or continue debugging. Never gloss over a build timeout or permission denied error by focusing only on the part of the code that compiled.\n\n# Check Feature Flags & Enforce Strict Control Flow Scoping\nWhenever modifying conditional branches, adding experimental features, or processing loops, ensure that new logic is strictly scoped and evaluated against all possible execution paths.\n\n# Preserve Existing API Contracts & Avoid Unintended Side Effects\nIf you modify a function signature, use code search to find and update every invocation site so the parameter is actually passed.\n\n# Silent Log Inspection & Professional Synthesis\nWhen background tasks (run_command async, manage_task, schedule) complete or emit log notifications, inspect the log files silently. Summarize and synthesize the exact findings in clean, professional natural language.\n\n# No Snippet Tunnel Vision\nNever infer the definition of data structures (proto, struct, class, or enum schemas) from partial file views (first 15 lines or L40-L65 snippets) or design doc text.\nIf view_file output indicates truncation or if an imported schema is referenced, you MUST adjust StartLine/EndLine or ContentOffset to inspect the complete, exact definition of the target symbols before writing code that consumes them.\n\n# Check Command Registries\nWhenever modifying core C/C++/Java command implementations (CLIENT LIST, CLIENT KILL), explicitly search for and update corresponding command definitions across all registry files (commands.def, JSON schemas, .bzl build manifests).\n\n# Audit Before Re-inventing\nSearch the codebase and recent commit history for pre-existing utility classes or decoupled architecture before writing custom helper classes from scratch.\n\n# No Blocking Calls on Main Looper Threads\nNever invoke blocking thread synchronizations (webLatch.await(500, ...), Future.get()) on main Android UI loops or single-threaded event dispatchers. \n\n# Thread Pool Shutdown Safety\nWhen modifying worker thread loops or shared queues, ensure emergency stop/shutdown signals and loop termination criteria remain intact so thread join operations never deadlock.\n\n# Exact Argument Structure\nPass arguments exactly as expected by the API (calculateRoute({ origin, destination, travelMode }) vs calculateRoute(origin, destination, travelMode)).\n\n# Local State Mutation Only\nDo not mutate private third-party DOM properties. Do not push incomplete draft objects directly into global array states; keep transient state within local component state.\n\n# Traceback Justification Required\nEvery code or configuration edit during debugging MUST be justified by an explicit error traceback, log line, or verified root cause. If the root cause is unknown, investigate further before mutating code.\n\n# Analyze Before Retrying\nNever repeat the exact same broken test or shell command line with duplicate/conflicting arguments without analyzing and resolving why the previous command failed.\n\n# Persevere on Log Extraction\nIf a log retrieval command fails, NEVER abandon log extraction to diagnose blindly. Immediately switch to alternative tools to inspect the actual failure traceback.\n\n# Verify Signatures & Prop Names\nCheck exact variable names, component prop keys, and method signatures before passing them. Prevent NullPointerException, AttributeError, KeyError, and ReferenceError crashes by explicitly verifying object initialization and non-null states before property dereferencing (layer._path, stat.owner()).\n\n# Dynamic Layout Math\nAvoid hardcoding static pixel offsets (+ 12) or arbitrary multipliers (pill_font_size * 2.0) when computing dynamic UI layout heights; calculate exact container bounds from wrapped elements.\n"
16433
+ },
16434
+ template__system_prompts__messaging: {
16435
+ stringValue: "You are connected to a messaging system where you may receive messages from: {{- $subagent := .CascadeConfig.GetPlannerConfig.GetToolConfig.GetInvokeSubagent.GetEnabled -}}\n{{- $message := .CascadeConfig.GetMessageConfig.GetEnabled -}}\n{{- if and $subagent $message }} agents, background tasks, user-queued messages\n{{- else if $subagent }} agents, background tasks\n{{- else if $message }} background tasks, user-queued messages\n{{- else }} background tasks\n{{- end }}.\n\n## Receiving Messages\n\nYou receive messages automatically at the start of each invocation. All messages are delivered in full directly into your context \u2014 no manual retrieval is needed.\n\n## Reactive Wakeup (No Polling Needed)\n\nThe system automatically resumes your execution when:\n{{- if .CascadeConfig.GetPlannerConfig.GetToolConfig.GetInvokeSubagent.GetEnabled }}\n- A message arrives from a subagent or peer agent\n{{- end }}\n- A **background task** completes or sends you a notification\n{{- if .CascadeConfig.GetMessageConfig.GetEnabled }}\n- A **user-queued message** is ready to be dequeued\n{{- end }}\n\nThis means you do **NOT** need to poll in a loop while waiting for messages or updates. After launching a task that runs in the background, you may continue other work or simply stop by calling no more tools. The system will notify you when there is something to process."
16436
+ },
16588
16437
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16589
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\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}'
16438
+ stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
16439
+ },
16440
+ "cascade-include-ephemeral-message": {
16441
+ stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16590
16442
  }
16591
16443
  }
16592
16444
  }
16593
16445
  },
16594
- "gemini-3.6-flash-low": {
16595
- displayName: "Gemini 3.6 Flash (Low)",
16446
+ "gemini-3.7-flash-low": {
16447
+ displayName: "Gemini 3.7 Flash (Low)",
16596
16448
  supportsImages: true,
16597
16449
  supportsThinking: true,
16598
16450
  thinkingBudget: 1e3,
@@ -16601,64 +16453,58 @@ var models_default = {
16601
16453
  maxTokens: 1048576,
16602
16454
  maxOutputTokens: 65536,
16603
16455
  quotaInfo: {
16604
- remainingFraction: 0.9805744,
16605
- resetTime: "2026-08-14T09:59:17Z"
16456
+ remainingFraction: 0.4676585,
16457
+ resetTime: "2026-08-18T09:37:04Z"
16606
16458
  },
16607
- model: "MODEL_PLACEHOLDER_M73",
16459
+ model: "MODEL_PLACEHOLDER_M300",
16608
16460
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16609
16461
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16610
16462
  supportsVideo: true,
16611
16463
  tagTitle: "Fast",
16612
16464
  tagDescription: "Limited time",
16613
16465
  supportedMimeTypes: {
16466
+ "text/xml": true,
16467
+ "text/x-python": true,
16468
+ "video/videoframe/jpeg2000": true,
16469
+ "video/text/timestamp": true,
16470
+ "application/x-javascript": true,
16471
+ "application/x-python-code": true,
16472
+ "video/webm": true,
16473
+ "video/audio/s16le": true,
16474
+ "application/x-ipynb+json": true,
16475
+ "text/css": true,
16476
+ "application/rtf": true,
16614
16477
  "text/x-typescript": true,
16478
+ "text/markdown": true,
16615
16479
  "text/javascript": true,
16616
- "video/webm": true,
16617
- "text/csv": true,
16618
- "video/text/timestamp": true,
16619
- "image/jpeg": true,
16480
+ "image/webp": true,
16620
16481
  "video/audio/wav": true,
16621
- "text/css": true,
16482
+ "image/heic": true,
16622
16483
  "text/x-python-script": true,
16623
- "text/x-python": true,
16624
- "application/x-javascript": true,
16625
- "text/plain": true,
16626
- "image/webp": true,
16627
- "text/rtf": true,
16628
- "video/audio/s16le": true,
16629
16484
  "text/html": true,
16630
- "application/rtf": true,
16631
- "audio/webm;codecs=opus": true,
16485
+ "image/heif": true,
16632
16486
  "video/mp4": true,
16633
- "application/json": true,
16634
- "video/videoframe/jpeg2000": true,
16487
+ "text/rtf": true,
16635
16488
  "image/png": true,
16636
- "image/heif": true,
16637
- "video/jpeg2000": true,
16638
- "application/x-ipynb+json": true,
16639
- "text/xml": true,
16640
16489
  "application/x-typescript": true,
16641
- "text/markdown": true,
16490
+ "application/json": true,
16491
+ "image/jpeg": true,
16492
+ "text/plain": true,
16642
16493
  "application/pdf": true,
16643
- "image/heic": true,
16644
- "application/x-python-code": true
16494
+ "audio/webm;codecs=opus": true,
16495
+ "text/csv": true,
16496
+ "video/jpeg2000": true
16645
16497
  },
16646
16498
  modelExperiments: {
16647
16499
  experiments: {
16648
- template__system_prompts__communication_style: {
16649
- 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"
16650
- },
16651
- template__system_prompts__guidelines: {
16652
- stringValue: "Follow these behavioral and workflow guidelines at all times:\n# Documentation\n- Maintain documentation integrity. Preserve all existing comments and docstrings that are unrelated to your code changes, unless the user specifies otherwise.\n\n# Obey Explicit Directives\nIf the user specifies precise quantitative filtering rules, layout boundaries, or architectural preferences, enforce them exactly as requested without alteration.\n\n# Never Guess Code Logic, Schemas, or File Paths\nNEVER infer implementation details, variable names, or file locations without inspecting the authoritative source using code search and file viewing tools.\n\n# Inspect Logs & Stack Traces Before Diagnosing Errors\nNEVER form a diagnostic hypothesis for a runtime failure, or test breakage, without reading the full, un-truncated error log. When an error occurs, your VERY FIRST ACTION must be to fetch and read the exact logs. Base your diagnosis strictly on empirical log evidence.\n\n# No Superficial Symptom Patches\nNEVER resolve errors by masking symptoms, swallowing exceptions, returning dummy fallbacks, commenting out broken assertions, or deleting failing unit tests. When a test or function fails, identify why the underlying contract was broken. If an API returns missing or null data, trace the upstream data provider instead of wrapping the call in a silent try/except or returning an empty 0-byte ArrayBuffer.\n\n# Never Declare Success Without Running Verification Commands\nNEVER claim a task is resolved, a bug is fixed, or a feature is working until you have gathered concrete, empirical runtime verification demonstrating clean success. Editing a file does not equal completing the task. You MUST run the build or test command afterwards.\n\n# Never Ignore Explicit Command Failures or Error Exit Codes\nIf a command fails, you MUST explicitly acknowledge the failure to the user or continue debugging. Never gloss over a build timeout or permission denied error by focusing only on the part of the code that compiled.\n\n# Check Feature Flags & Enforce Strict Control Flow Scoping\nWhenever modifying conditional branches, adding experimental features, or processing loops, ensure that new logic is strictly scoped and evaluated against all possible execution paths.\n\n# Preserve Existing API Contracts & Avoid Unintended Side Effects\nIf you modify a function signature, use code search to find and update every invocation site so the parameter is actually passed.\n\n# Silent Log Inspection & Professional Synthesis\nWhen background tasks (run_command async, manage_task, schedule) complete or emit log notifications, inspect the log files silently. Summarize and synthesize the exact findings in clean, professional natural language.\n\n# No Snippet Tunnel Vision\nNever infer the definition of data structures (proto, struct, class, or enum schemas) from partial file views (first 15 lines or L40-L65 snippets) or design doc text.\nIf view_file output indicates truncation or if an imported schema is referenced, you MUST adjust StartLine/EndLine or ContentOffset to inspect the complete, exact definition of the target symbols before writing code that consumes them.\n\n# Check Command Registries\nWhenever modifying core C/C++/Java command implementations (CLIENT LIST, CLIENT KILL), explicitly search for and update corresponding command definitions across all registry files (commands.def, JSON schemas, .bzl build manifests).\n\n# Audit Before Re-inventing\nSearch the codebase and recent commit history for pre-existing utility classes or decoupled architecture before writing custom helper classes from scratch.\n\n# No Blocking Calls on Main Looper Threads\nNever invoke blocking thread synchronizations (webLatch.await(500, ...), Future.get()) on main Android UI loops or single-threaded event dispatchers. \n\n# Thread Pool Shutdown Safety\nWhen modifying worker thread loops or shared queues, ensure emergency stop/shutdown signals and loop termination criteria remain intact so thread join operations never deadlock.\n\n# Exact Argument Structure\nPass arguments exactly as expected by the API (calculateRoute({ origin, destination, travelMode }) vs calculateRoute(origin, destination, travelMode)).\n\n# Local State Mutation Only\nDo not mutate private third-party DOM properties. Do not push incomplete draft objects directly into global array states; keep transient state within local component state.\n\n# Traceback Justification Required\nEvery code or configuration edit during debugging MUST be justified by an explicit error traceback, log line, or verified root cause. If the root cause is unknown, investigate further before mutating code.\n\n# Analyze Before Retrying\nNever repeat the exact same broken test or shell command line with duplicate/conflicting arguments without analyzing and resolving why the previous command failed.\n\n# Persevere on Log Extraction\nIf a log retrieval command fails, NEVER abandon log extraction to diagnose blindly. Immediately switch to alternative tools to inspect the actual failure traceback.\n\n# Verify Signatures & Prop Names\nCheck exact variable names, component prop keys, and method signatures before passing them. Prevent NullPointerException, AttributeError, KeyError, and ReferenceError crashes by explicitly verifying object initialization and non-null states before property dereferencing (layer._path, stat.owner()).\n\n# Dynamic Layout Math\nAvoid hardcoding static pixel offsets (+ 12) or arbitrary multipliers (pill_font_size * 2.0) when computing dynamic UI layout heights; calculate exact container bounds from wrapped elements.\n"
16653
- },
16654
- template__system_prompts__messaging: {
16655
- stringValue: "You are connected to a messaging system where you may receive messages from: {{- $subagent := .CascadeConfig.GetPlannerConfig.GetToolConfig.GetInvokeSubagent.GetEnabled -}}\n{{- $message := .CascadeConfig.GetMessageConfig.GetEnabled -}}\n{{- if and $subagent $message }} agents, background tasks, user-queued messages\n{{- else if $subagent }} agents, background tasks\n{{- else if $message }} background tasks, user-queued messages\n{{- else }} background tasks\n{{- end }}.\n\n## Receiving Messages\n\nYou receive messages automatically at the start of each invocation. All messages are delivered in full directly into your context \u2014 no manual retrieval is needed.\n\n## Reactive Wakeup (No Polling Needed)\n\nThe system automatically resumes your execution when:\n{{- if .CascadeConfig.GetPlannerConfig.GetToolConfig.GetInvokeSubagent.GetEnabled }}\n- A message arrives from a subagent or peer agent\n{{- end }}\n- A **background task** completes or sends you a notification\n{{- if .CascadeConfig.GetMessageConfig.GetEnabled }}\n- A **user-queued message** is ready to be dequeued\n{{- end }}\n\nThis means you do **NOT** need to poll in a loop while waiting for messages or updates. After launching a task that runs in the background, you may continue other work or simply stop by calling no more tools. The system will notify you when there is something to process."
16656
- },
16657
16500
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16658
16501
  stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
16659
16502
  },
16660
16503
  "cascade-include-ephemeral-message": {
16661
16504
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16505
+ },
16506
+ "task-details-suffix": {
16507
+ 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."
16662
16508
  }
16663
16509
  }
16664
16510
  }
@@ -16677,70 +16523,124 @@ var models_default = {
16677
16523
  toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
16678
16524
  requiresLeadInGeneration: true
16679
16525
  },
16680
- "gemini-3.5-flash-low": {
16681
- displayName: "Gemini 3.5 Flash (Medium)",
16526
+ "gemini-3-flash": {
16527
+ displayName: "Gemini 3 Flash",
16682
16528
  supportsImages: true,
16683
16529
  supportsThinking: true,
16684
- thinkingBudget: 4e3,
16530
+ thinkingBudget: -1,
16685
16531
  minThinkingBudget: 32,
16686
16532
  recommended: true,
16687
16533
  maxTokens: 1048576,
16688
16534
  maxOutputTokens: 65536,
16689
16535
  quotaInfo: {
16690
- remainingFraction: 0.9805744,
16691
- resetTime: "2026-08-14T09:59:17Z"
16536
+ remainingFraction: 0.4676585,
16537
+ resetTime: "2026-08-18T09:37:04Z"
16692
16538
  },
16693
- model: "MODEL_PLACEHOLDER_M20",
16539
+ model: "MODEL_PLACEHOLDER_M18",
16694
16540
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16695
16541
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16696
16542
  supportsVideo: true,
16697
- tagTitle: "Fast",
16698
- tagDescription: "Limited time",
16699
16543
  supportedMimeTypes: {
16700
- "video/mp4": true,
16701
- "text/plain": true,
16702
- "video/webm": true,
16703
- "video/text/timestamp": true,
16704
- "application/pdf": true,
16705
- "text/x-python-script": true,
16706
16544
  "image/webp": true,
16707
- "application/x-javascript": true,
16708
- "text/x-typescript": true,
16709
16545
  "video/audio/wav": true,
16546
+ "image/heic": true,
16547
+ "text/javascript": true,
16710
16548
  "application/json": true,
16549
+ "video/mp4": true,
16550
+ "text/markdown": true,
16711
16551
  "video/videoframe/jpeg2000": true,
16712
- "text/csv": true,
16713
- "text/javascript": true,
16714
- "image/jpeg": true,
16715
- "application/x-python-code": true,
16716
- "audio/webm;codecs=opus": true,
16717
16552
  "application/rtf": true,
16718
- "image/heic": true,
16719
- "image/heif": true,
16720
- "text/x-python": true,
16721
- "text/rtf": true,
16722
16553
  "text/css": true,
16554
+ "text/csv": true,
16723
16555
  "text/html": true,
16724
16556
  "application/x-ipynb+json": true,
16725
- "image/png": true,
16557
+ "audio/webm;codecs=opus": true,
16558
+ "text/x-typescript": true,
16559
+ "video/webm": true,
16560
+ "text/x-python-script": true,
16561
+ "image/heif": true,
16562
+ "application/x-python-code": true,
16563
+ "application/pdf": true,
16564
+ "text/xml": true,
16565
+ "text/rtf": true,
16726
16566
  "video/audio/s16le": true,
16567
+ "video/jpeg2000": true,
16568
+ "text/plain": true,
16569
+ "image/png": true,
16570
+ "application/x-javascript": true,
16571
+ "text/x-python": true,
16572
+ "image/jpeg": true,
16727
16573
  "application/x-typescript": true,
16574
+ "video/text/timestamp": true
16575
+ },
16576
+ modelExperiments: {
16577
+ experiments: {
16578
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16579
+ stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\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}'
16580
+ },
16581
+ template__system_prompts__communication_style: {
16582
+ stringValue: '- Keep your responses concise.\n- Provide a summary of your work when you end your turn. Ground your response in the work you did. Keep your tone professional and avoid overconfident language, bragging, or overclaiming success.\n- AVOID using superlatives such as "perfectly", "flawlessly", "100% correct", "Summary of Accomplishments" etc. to summarize your work for the user. Be humble.\n- AVOID over-the-top politeness or complimenting the user excessively.\n- Format your responses in github-style markdown.'
16583
+ }
16584
+ }
16585
+ }
16586
+ },
16587
+ "gemini-3.1-flash-lite": {
16588
+ displayName: "Gemini 3.1 Flash Lite",
16589
+ maxTokens: 1048576,
16590
+ maxOutputTokens: 65535,
16591
+ quotaInfo: {
16592
+ remainingFraction: 0.4676585,
16593
+ resetTime: "2026-08-18T09:37:04Z"
16594
+ },
16595
+ model: "MODEL_PLACEHOLDER_M50",
16596
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16597
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16598
+ modelExperiments: {
16599
+ experiments: {
16600
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16601
+ stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\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}'
16602
+ }
16603
+ }
16604
+ }
16605
+ },
16606
+ "claude-opus-4-6-thinking": {
16607
+ displayName: "Claude Opus 4.6 (Thinking)",
16608
+ supportsImages: true,
16609
+ supportsThinking: true,
16610
+ thinkingBudget: 1024,
16611
+ recommended: true,
16612
+ maxTokens: 25e4,
16613
+ maxOutputTokens: 64e3,
16614
+ quotaInfo: {
16615
+ remainingFraction: 1,
16616
+ resetTime: "2026-08-18T13:22:52Z"
16617
+ },
16618
+ model: "MODEL_PLACEHOLDER_M26",
16619
+ apiProvider: "API_PROVIDER_ANTHROPIC_VERTEX",
16620
+ modelProvider: "MODEL_PROVIDER_ANTHROPIC",
16621
+ supportedMimeTypes: {
16622
+ "image/jpeg": true,
16623
+ "image/png": true,
16624
+ "image/webp": true,
16728
16625
  "video/jpeg2000": true,
16729
- "text/markdown": true,
16730
- "text/xml": true
16626
+ "video/videoframe/jpeg2000": true,
16627
+ "image/heic": true,
16628
+ "image/heif": true
16731
16629
  },
16732
16630
  modelExperiments: {
16733
16631
  experiments: {
16734
16632
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16735
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
16633
+ 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}'
16736
16634
  },
16737
16635
  template__system_prompts__planning_mode_artifacts: {
16738
16636
  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"
16739
16637
  }
16740
16638
  }
16741
- }
16639
+ },
16640
+ vertexModelId: "claude-opus-4-6@default"
16742
16641
  },
16743
- "gemini-3.6-flash-tiered": {
16642
+ "gemini-3-flash-agent": {
16643
+ displayName: "Gemini 3.5 Flash (High)",
16744
16644
  supportsImages: true,
16745
16645
  supportsThinking: true,
16746
16646
  thinkingBudget: -1,
@@ -16749,54 +16649,113 @@ var models_default = {
16749
16649
  maxTokens: 1048576,
16750
16650
  maxOutputTokens: 65536,
16751
16651
  quotaInfo: {
16752
- remainingFraction: 0.9805744,
16753
- resetTime: "2026-08-14T09:59:17Z"
16652
+ remainingFraction: 0.4676585,
16653
+ resetTime: "2026-08-18T09:37:04Z"
16754
16654
  },
16755
- model: "MODEL_PLACEHOLDER_M196",
16655
+ model: "MODEL_PLACEHOLDER_M84",
16756
16656
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16757
16657
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16758
16658
  supportsVideo: true,
16659
+ tagTitle: "Fast",
16660
+ tagDescription: "Limited time",
16759
16661
  supportedMimeTypes: {
16760
- "application/x-python-code": true,
16662
+ "text/rtf": true,
16663
+ "video/text/timestamp": true,
16664
+ "text/x-python-script": true,
16761
16665
  "text/html": true,
16762
- "video/audio/wav": true,
16666
+ "application/x-python-code": true,
16667
+ "video/videoframe/jpeg2000": true,
16668
+ "video/webm": true,
16669
+ "text/css": true,
16763
16670
  "image/heic": true,
16764
- "text/rtf": true,
16765
- "application/x-typescript": true,
16671
+ "video/jpeg2000": true,
16672
+ "application/x-ipynb+json": true,
16673
+ "text/x-typescript": true,
16674
+ "image/png": true,
16675
+ "image/webp": true,
16676
+ "video/audio/wav": true,
16677
+ "text/x-python": true,
16766
16678
  "text/markdown": true,
16679
+ "image/jpeg": true,
16767
16680
  "application/x-javascript": true,
16768
- "text/x-python-script": true,
16769
- "image/webp": true,
16681
+ "video/audio/s16le": true,
16682
+ "text/xml": true,
16683
+ "text/csv": true,
16770
16684
  "audio/webm;codecs=opus": true,
16771
- "image/jpeg": true,
16685
+ "video/mp4": true,
16772
16686
  "application/pdf": true,
16773
- "text/csv": true,
16774
- "video/audio/s16le": true,
16775
- "application/json": true,
16776
- "video/text/timestamp": true,
16687
+ "text/plain": true,
16688
+ "application/x-typescript": true,
16777
16689
  "image/heif": true,
16778
- "video/webm": true,
16690
+ "application/rtf": true,
16691
+ "text/javascript": true,
16692
+ "application/json": true
16693
+ },
16694
+ modelExperiments: {
16695
+ experiments: {
16696
+ template__system_prompts__planning_mode_artifacts: {
16697
+ 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"
16698
+ },
16699
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16700
+ stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
16701
+ }
16702
+ }
16703
+ }
16704
+ },
16705
+ "gemini-3.6-flash-medium": {
16706
+ displayName: "Gemini 3.6 Flash (Medium)",
16707
+ supportsImages: true,
16708
+ supportsThinking: true,
16709
+ thinkingBudget: 4e3,
16710
+ minThinkingBudget: 32,
16711
+ recommended: true,
16712
+ maxTokens: 1048576,
16713
+ maxOutputTokens: 65536,
16714
+ quotaInfo: {
16715
+ remainingFraction: 0.4676585,
16716
+ resetTime: "2026-08-18T09:37:04Z"
16717
+ },
16718
+ model: "MODEL_PLACEHOLDER_M72",
16719
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16720
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16721
+ supportsVideo: true,
16722
+ tagTitle: "Fast",
16723
+ tagDescription: "Limited time",
16724
+ supportedMimeTypes: {
16725
+ "text/xml": true,
16726
+ "video/audio/s16le": true,
16779
16727
  "application/x-ipynb+json": true,
16728
+ "text/x-python-script": true,
16729
+ "text/markdown": true,
16730
+ "application/rtf": true,
16731
+ "image/png": true,
16732
+ "text/plain": true,
16733
+ "text/csv": true,
16734
+ "application/pdf": true,
16735
+ "text/rtf": true,
16736
+ "image/heif": true,
16780
16737
  "video/videoframe/jpeg2000": true,
16738
+ "application/json": true,
16739
+ "image/webp": true,
16740
+ "image/heic": true,
16741
+ "audio/webm;codecs=opus": true,
16742
+ "video/jpeg2000": true,
16743
+ "text/x-python": true,
16744
+ "video/webm": true,
16745
+ "text/html": true,
16746
+ "video/audio/wav": true,
16747
+ "image/jpeg": true,
16748
+ "application/x-python-code": true,
16781
16749
  "text/javascript": true,
16782
- "text/plain": true,
16750
+ "video/text/timestamp": true,
16751
+ "application/x-typescript": true,
16783
16752
  "text/css": true,
16784
- "image/png": true,
16785
- "video/mp4": true,
16786
- "text/xml": true,
16787
- "application/rtf": true,
16788
16753
  "text/x-typescript": true,
16789
- "video/jpeg2000": true,
16790
- "text/x-python": true
16754
+ "application/x-javascript": true,
16755
+ "video/mp4": true
16791
16756
  },
16792
16757
  modelExperiments: {
16793
16758
  experiments: {
16794
- CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16795
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
16796
- },
16797
- "cascade-include-ephemeral-message": {
16798
- stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16799
- },
16800
16759
  template__system_prompts__communication_style: {
16801
16760
  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"
16802
16761
  },
@@ -16805,339 +16764,339 @@ var models_default = {
16805
16764
  },
16806
16765
  template__system_prompts__messaging: {
16807
16766
  stringValue: "You are connected to a messaging system where you may receive messages from: {{- $subagent := .CascadeConfig.GetPlannerConfig.GetToolConfig.GetInvokeSubagent.GetEnabled -}}\n{{- $message := .CascadeConfig.GetMessageConfig.GetEnabled -}}\n{{- if and $subagent $message }} agents, background tasks, user-queued messages\n{{- else if $subagent }} agents, background tasks\n{{- else if $message }} background tasks, user-queued messages\n{{- else }} background tasks\n{{- end }}.\n\n## Receiving Messages\n\nYou receive messages automatically at the start of each invocation. All messages are delivered in full directly into your context \u2014 no manual retrieval is needed.\n\n## Reactive Wakeup (No Polling Needed)\n\nThe system automatically resumes your execution when:\n{{- if .CascadeConfig.GetPlannerConfig.GetToolConfig.GetInvokeSubagent.GetEnabled }}\n- A message arrives from a subagent or peer agent\n{{- end }}\n- A **background task** completes or sends you a notification\n{{- if .CascadeConfig.GetMessageConfig.GetEnabled }}\n- A **user-queued message** is ready to be dequeued\n{{- end }}\n\nThis means you do **NOT** need to poll in a loop while waiting for messages or updates. After launching a task that runs in the background, you may continue other work or simply stop by calling no more tools. The system will notify you when there is something to process."
16767
+ },
16768
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16769
+ stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
16770
+ },
16771
+ "cascade-include-ephemeral-message": {
16772
+ stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16808
16773
  }
16809
16774
  }
16810
16775
  }
16811
16776
  },
16812
- "gemini-3.7-flash-low": {
16813
- displayName: "Gemini 3.7 Flash (Low)",
16777
+ tab_jump_flash_lite_preview: {
16778
+ maxTokens: 16384,
16779
+ maxOutputTokens: 4096,
16780
+ quotaInfo: {
16781
+ remainingFraction: 1
16782
+ },
16783
+ model: "MODEL_PLACEHOLDER_M28",
16784
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16785
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16786
+ supportsCumulativeContext: true,
16787
+ tabJumpPrintLineRange: true,
16788
+ supportsEstimateTokenCounter: true,
16789
+ addCursorToFindReplaceTarget: true,
16790
+ toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
16791
+ requiresLeadInGeneration: true,
16792
+ requiresNoXmlToolExamples: true
16793
+ },
16794
+ "gemini-3.7-flash-high": {
16795
+ displayName: "Gemini 3.7 Flash (High)",
16814
16796
  supportsImages: true,
16815
16797
  supportsThinking: true,
16816
- thinkingBudget: 1e3,
16798
+ thinkingBudget: -1,
16817
16799
  minThinkingBudget: 32,
16818
16800
  recommended: true,
16819
16801
  maxTokens: 1048576,
16820
16802
  maxOutputTokens: 65536,
16821
16803
  quotaInfo: {
16822
- remainingFraction: 0.9805744,
16823
- resetTime: "2026-08-14T09:59:17Z"
16804
+ remainingFraction: 0.4676585,
16805
+ resetTime: "2026-08-18T09:37:04Z"
16824
16806
  },
16825
- model: "MODEL_PLACEHOLDER_M300",
16807
+ model: "MODEL_PLACEHOLDER_M298",
16826
16808
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16827
16809
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16828
16810
  supportsVideo: true,
16829
16811
  tagTitle: "Fast",
16830
16812
  tagDescription: "Limited time",
16831
16813
  supportedMimeTypes: {
16832
- "application/pdf": true,
16833
- "text/css": true,
16834
- "application/x-typescript": true,
16835
- "audio/webm;codecs=opus": true,
16836
- "video/text/timestamp": true,
16837
- "text/x-python": true,
16814
+ "text/html": true,
16815
+ "image/heif": true,
16816
+ "text/markdown": true,
16838
16817
  "text/x-python-script": true,
16839
- "image/heic": true,
16840
- "video/mp4": true,
16818
+ "image/jpeg": true,
16819
+ "video/text/timestamp": true,
16820
+ "text/plain": true,
16821
+ "text/rtf": true,
16822
+ "audio/webm;codecs=opus": true,
16841
16823
  "video/audio/wav": true,
16842
16824
  "application/rtf": true,
16843
- "video/webm": true,
16844
- "video/audio/s16le": true,
16845
- "video/jpeg2000": true,
16846
- "text/html": true,
16847
- "image/webp": true,
16825
+ "application/x-python-code": true,
16826
+ "text/css": true,
16827
+ "application/x-typescript": true,
16828
+ "application/json": true,
16848
16829
  "video/videoframe/jpeg2000": true,
16830
+ "image/heic": true,
16831
+ "text/csv": true,
16832
+ "application/x-javascript": true,
16849
16833
  "image/png": true,
16850
- "image/heif": true,
16851
- "image/jpeg": true,
16852
16834
  "text/x-typescript": true,
16853
- "text/csv": true,
16854
- "text/markdown": true,
16855
16835
  "text/javascript": true,
16856
- "application/x-python-code": true,
16857
- "application/x-javascript": true,
16858
- "text/plain": true,
16859
- "application/json": true,
16860
- "application/x-ipynb+json": true,
16836
+ "image/webp": true,
16837
+ "video/webm": true,
16838
+ "video/audio/s16le": true,
16861
16839
  "text/xml": true,
16862
- "text/rtf": true
16840
+ "application/x-ipynb+json": true,
16841
+ "text/x-python": true,
16842
+ "application/pdf": true,
16843
+ "video/mp4": true,
16844
+ "video/jpeg2000": true
16863
16845
  },
16864
16846
  modelExperiments: {
16865
16847
  experiments: {
16866
- "task-details-suffix": {
16867
- 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."
16868
- },
16869
16848
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16870
16849
  stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
16871
16850
  },
16872
16851
  "cascade-include-ephemeral-message": {
16873
16852
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16853
+ },
16854
+ "task-details-suffix": {
16855
+ 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."
16874
16856
  }
16875
16857
  }
16876
16858
  }
16877
16859
  },
16878
- "gemini-2.5-flash": {
16879
- displayName: "Gemini 3.1 Flash Lite",
16880
- maxTokens: 1048576,
16881
- maxOutputTokens: 65535,
16860
+ chat_20706: {
16861
+ maxTokens: 16384,
16882
16862
  quotaInfo: {
16883
- remainingFraction: 0.9805744,
16884
- resetTime: "2026-08-14T09:59:17Z"
16863
+ remainingFraction: 1
16885
16864
  },
16886
- model: "MODEL_GOOGLE_GEMINI_2_5_FLASH",
16887
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16865
+ model: "MODEL_CHAT_20706",
16866
+ apiProvider: "API_PROVIDER_INTERNAL",
16888
16867
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16889
- modelExperiments: {
16890
- experiments: {
16891
- CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16892
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\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}'
16893
- }
16894
- }
16895
- }
16896
- },
16897
- "gemini-3.1-flash-image": {
16898
- displayName: "Gemini 3.1 Flash Image",
16899
- quotaInfo: {
16900
- remainingFraction: 0.9805744,
16901
- resetTime: "2026-08-14T09:59:17Z"
16902
- },
16903
- model: "MODEL_PLACEHOLDER_M21",
16904
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16905
- modelProvider: "MODEL_PROVIDER_GOOGLE"
16868
+ supportsCumulativeContext: true,
16869
+ tabJumpPrintLineRange: true,
16870
+ supportsEstimateTokenCounter: true,
16871
+ isInternal: true,
16872
+ addCursorToFindReplaceTarget: true,
16873
+ promptTemplaterType: "PROMPT_TEMPLATER_TYPE_CHATML",
16874
+ toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
16875
+ requiresLeadInGeneration: true
16906
16876
  },
16907
- "gemini-3.6-flash-medium": {
16908
- displayName: "Gemini 3.6 Flash (Medium)",
16877
+ "gemini-3.1-pro-low": {
16878
+ displayName: "Gemini 3.1 Pro (Low)",
16909
16879
  supportsImages: true,
16910
16880
  supportsThinking: true,
16911
- thinkingBudget: 4e3,
16912
- minThinkingBudget: 32,
16881
+ thinkingBudget: 1001,
16882
+ minThinkingBudget: 128,
16913
16883
  recommended: true,
16914
16884
  maxTokens: 1048576,
16915
- maxOutputTokens: 65536,
16885
+ maxOutputTokens: 65535,
16916
16886
  quotaInfo: {
16917
- remainingFraction: 0.9805744,
16918
- resetTime: "2026-08-14T09:59:17Z"
16887
+ remainingFraction: 0.4676585,
16888
+ resetTime: "2026-08-18T09:37:04Z"
16919
16889
  },
16920
- model: "MODEL_PLACEHOLDER_M72",
16890
+ model: "MODEL_PLACEHOLDER_M36",
16921
16891
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16922
16892
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16923
16893
  supportsVideo: true,
16924
- tagTitle: "Fast",
16925
- tagDescription: "Limited time",
16926
16894
  supportedMimeTypes: {
16927
- "image/heic": true,
16928
- "text/plain": true,
16895
+ "text/javascript": true,
16896
+ "text/x-python": true,
16897
+ "image/jpeg": true,
16929
16898
  "text/markdown": true,
16899
+ "video/webm": true,
16900
+ "application/x-javascript": true,
16901
+ "image/heif": true,
16902
+ "video/audio/s16le": true,
16903
+ "application/x-python-code": true,
16904
+ "audio/webm;codecs=opus": true,
16930
16905
  "application/x-ipynb+json": true,
16931
- "text/css": true,
16932
- "text/javascript": true,
16933
- "video/audio/wav": true,
16934
16906
  "application/pdf": true,
16907
+ "text/html": true,
16935
16908
  "video/mp4": true,
16936
- "text/csv": true,
16937
- "audio/webm;codecs=opus": true,
16938
- "application/x-typescript": true,
16939
- "application/rtf": true,
16940
- "application/json": true,
16941
- "image/heif": true,
16942
- "video/jpeg2000": true,
16943
16909
  "text/xml": true,
16910
+ "video/text/timestamp": true,
16911
+ "image/heic": true,
16912
+ "text/css": true,
16913
+ "text/csv": true,
16914
+ "text/plain": true,
16915
+ "text/rtf": true,
16944
16916
  "image/webp": true,
16945
16917
  "text/x-typescript": true,
16946
- "text/html": true,
16947
- "image/png": true,
16918
+ "application/rtf": true,
16948
16919
  "video/videoframe/jpeg2000": true,
16920
+ "video/jpeg2000": true,
16949
16921
  "text/x-python-script": true,
16950
- "application/x-python-code": true,
16951
- "text/rtf": true,
16952
- "video/webm": true,
16953
- "image/jpeg": true,
16954
- "text/x-python": true,
16955
- "video/text/timestamp": true,
16956
- "video/audio/s16le": true,
16957
- "application/x-javascript": true
16922
+ "image/png": true,
16923
+ "application/json": true,
16924
+ "video/audio/wav": true,
16925
+ "application/x-typescript": true
16958
16926
  },
16959
16927
  modelExperiments: {
16960
16928
  experiments: {
16961
16929
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16962
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
16930
+ stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\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}'
16963
16931
  },
16964
16932
  "cascade-include-ephemeral-message": {
16965
- stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16933
+ stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16966
16934
  },
16967
16935
  template__system_prompts__communication_style: {
16968
- 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"
16969
- },
16970
- template__system_prompts__guidelines: {
16971
- stringValue: "Follow these behavioral and workflow guidelines at all times:\n# Documentation\n- Maintain documentation integrity. Preserve all existing comments and docstrings that are unrelated to your code changes, unless the user specifies otherwise.\n\n# Obey Explicit Directives\nIf the user specifies precise quantitative filtering rules, layout boundaries, or architectural preferences, enforce them exactly as requested without alteration.\n\n# Never Guess Code Logic, Schemas, or File Paths\nNEVER infer implementation details, variable names, or file locations without inspecting the authoritative source using code search and file viewing tools.\n\n# Inspect Logs & Stack Traces Before Diagnosing Errors\nNEVER form a diagnostic hypothesis for a runtime failure, or test breakage, without reading the full, un-truncated error log. When an error occurs, your VERY FIRST ACTION must be to fetch and read the exact logs. Base your diagnosis strictly on empirical log evidence.\n\n# No Superficial Symptom Patches\nNEVER resolve errors by masking symptoms, swallowing exceptions, returning dummy fallbacks, commenting out broken assertions, or deleting failing unit tests. When a test or function fails, identify why the underlying contract was broken. If an API returns missing or null data, trace the upstream data provider instead of wrapping the call in a silent try/except or returning an empty 0-byte ArrayBuffer.\n\n# Never Declare Success Without Running Verification Commands\nNEVER claim a task is resolved, a bug is fixed, or a feature is working until you have gathered concrete, empirical runtime verification demonstrating clean success. Editing a file does not equal completing the task. You MUST run the build or test command afterwards.\n\n# Never Ignore Explicit Command Failures or Error Exit Codes\nIf a command fails, you MUST explicitly acknowledge the failure to the user or continue debugging. Never gloss over a build timeout or permission denied error by focusing only on the part of the code that compiled.\n\n# Check Feature Flags & Enforce Strict Control Flow Scoping\nWhenever modifying conditional branches, adding experimental features, or processing loops, ensure that new logic is strictly scoped and evaluated against all possible execution paths.\n\n# Preserve Existing API Contracts & Avoid Unintended Side Effects\nIf you modify a function signature, use code search to find and update every invocation site so the parameter is actually passed.\n\n# Silent Log Inspection & Professional Synthesis\nWhen background tasks (run_command async, manage_task, schedule) complete or emit log notifications, inspect the log files silently. Summarize and synthesize the exact findings in clean, professional natural language.\n\n# No Snippet Tunnel Vision\nNever infer the definition of data structures (proto, struct, class, or enum schemas) from partial file views (first 15 lines or L40-L65 snippets) or design doc text.\nIf view_file output indicates truncation or if an imported schema is referenced, you MUST adjust StartLine/EndLine or ContentOffset to inspect the complete, exact definition of the target symbols before writing code that consumes them.\n\n# Check Command Registries\nWhenever modifying core C/C++/Java command implementations (CLIENT LIST, CLIENT KILL), explicitly search for and update corresponding command definitions across all registry files (commands.def, JSON schemas, .bzl build manifests).\n\n# Audit Before Re-inventing\nSearch the codebase and recent commit history for pre-existing utility classes or decoupled architecture before writing custom helper classes from scratch.\n\n# No Blocking Calls on Main Looper Threads\nNever invoke blocking thread synchronizations (webLatch.await(500, ...), Future.get()) on main Android UI loops or single-threaded event dispatchers. \n\n# Thread Pool Shutdown Safety\nWhen modifying worker thread loops or shared queues, ensure emergency stop/shutdown signals and loop termination criteria remain intact so thread join operations never deadlock.\n\n# Exact Argument Structure\nPass arguments exactly as expected by the API (calculateRoute({ origin, destination, travelMode }) vs calculateRoute(origin, destination, travelMode)).\n\n# Local State Mutation Only\nDo not mutate private third-party DOM properties. Do not push incomplete draft objects directly into global array states; keep transient state within local component state.\n\n# Traceback Justification Required\nEvery code or configuration edit during debugging MUST be justified by an explicit error traceback, log line, or verified root cause. If the root cause is unknown, investigate further before mutating code.\n\n# Analyze Before Retrying\nNever repeat the exact same broken test or shell command line with duplicate/conflicting arguments without analyzing and resolving why the previous command failed.\n\n# Persevere on Log Extraction\nIf a log retrieval command fails, NEVER abandon log extraction to diagnose blindly. Immediately switch to alternative tools to inspect the actual failure traceback.\n\n# Verify Signatures & Prop Names\nCheck exact variable names, component prop keys, and method signatures before passing them. Prevent NullPointerException, AttributeError, KeyError, and ReferenceError crashes by explicitly verifying object initialization and non-null states before property dereferencing (layer._path, stat.owner()).\n\n# Dynamic Layout Math\nAvoid hardcoding static pixel offsets (+ 12) or arbitrary multipliers (pill_font_size * 2.0) when computing dynamic UI layout heights; calculate exact container bounds from wrapped elements.\n"
16936
+ 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: ...'."
16972
16937
  },
16973
- template__system_prompts__messaging: {
16974
- stringValue: "You are connected to a messaging system where you may receive messages from: {{- $subagent := .CascadeConfig.GetPlannerConfig.GetToolConfig.GetInvokeSubagent.GetEnabled -}}\n{{- $message := .CascadeConfig.GetMessageConfig.GetEnabled -}}\n{{- if and $subagent $message }} agents, background tasks, user-queued messages\n{{- else if $subagent }} agents, background tasks\n{{- else if $message }} background tasks, user-queued messages\n{{- else }} background tasks\n{{- end }}.\n\n## Receiving Messages\n\nYou receive messages automatically at the start of each invocation. All messages are delivered in full directly into your context \u2014 no manual retrieval is needed.\n\n## Reactive Wakeup (No Polling Needed)\n\nThe system automatically resumes your execution when:\n{{- if .CascadeConfig.GetPlannerConfig.GetToolConfig.GetInvokeSubagent.GetEnabled }}\n- A message arrives from a subagent or peer agent\n{{- end }}\n- A **background task** completes or sends you a notification\n{{- if .CascadeConfig.GetMessageConfig.GetEnabled }}\n- A **user-queued message** is ready to be dequeued\n{{- end }}\n\nThis means you do **NOT** need to poll in a loop while waiting for messages or updates. After launching a task that runs in the background, you may continue other work or simply stop by calling no more tools. The system will notify you when there is something to process."
16938
+ template__system_prompts__planning_mode_artifacts: {
16939
+ 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"
16975
16940
  }
16976
16941
  }
16977
16942
  }
16978
16943
  },
16979
- "gemini-3-flash-agent": {
16980
- displayName: "Gemini 3.5 Flash (High)",
16944
+ "gemini-3.1-pro-high": {
16945
+ displayName: "Gemini 3.1 Pro (High)",
16981
16946
  supportsImages: true,
16982
16947
  supportsThinking: true,
16983
- thinkingBudget: -1,
16984
- minThinkingBudget: 32,
16948
+ thinkingBudget: 10001,
16949
+ minThinkingBudget: 128,
16985
16950
  recommended: true,
16986
16951
  maxTokens: 1048576,
16987
- maxOutputTokens: 65536,
16952
+ maxOutputTokens: 65535,
16988
16953
  quotaInfo: {
16989
- remainingFraction: 0.9805744,
16990
- resetTime: "2026-08-14T09:59:17Z"
16954
+ remainingFraction: 0.4676585,
16955
+ resetTime: "2026-08-18T09:37:04Z"
16991
16956
  },
16992
- model: "MODEL_PLACEHOLDER_M84",
16957
+ model: "MODEL_PLACEHOLDER_M37",
16993
16958
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16994
16959
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16995
16960
  supportsVideo: true,
16996
- tagTitle: "Fast",
16997
- tagDescription: "Limited time",
16961
+ tagTitle: "New",
16998
16962
  supportedMimeTypes: {
16999
- "image/jpeg": true,
17000
- "text/css": true,
16963
+ "video/text/timestamp": true,
16964
+ "text/plain": true,
16965
+ "application/json": true,
16966
+ "text/xml": true,
16967
+ "video/audio/s16le": true,
16968
+ "application/rtf": true,
16969
+ "application/x-ipynb+json": true,
16970
+ "text/html": true,
16971
+ "video/videoframe/jpeg2000": true,
16972
+ "application/x-python-code": true,
16973
+ "text/x-python": true,
17001
16974
  "text/csv": true,
16975
+ "video/mp4": true,
16976
+ "video/audio/wav": true,
17002
16977
  "application/x-typescript": true,
17003
- "application/x-javascript": true,
16978
+ "video/webm": true,
17004
16979
  "image/heic": true,
17005
- "text/rtf": true,
17006
- "image/webp": true,
16980
+ "text/javascript": true,
16981
+ "image/jpeg": true,
17007
16982
  "image/png": true,
16983
+ "text/x-typescript": true,
17008
16984
  "text/x-python-script": true,
17009
- "text/html": true,
17010
- "video/webm": true,
17011
- "video/text/timestamp": true,
17012
- "text/xml": true,
16985
+ "image/heif": true,
16986
+ "text/rtf": true,
16987
+ "video/jpeg2000": true,
16988
+ "text/css": true,
16989
+ "application/x-javascript": true,
17013
16990
  "text/markdown": true,
17014
- "application/rtf": true,
17015
- "text/x-python": true,
17016
- "application/json": true,
17017
16991
  "application/pdf": true,
17018
16992
  "audio/webm;codecs=opus": true,
17019
- "video/audio/s16le": true,
17020
- "video/jpeg2000": true,
17021
- "text/javascript": true,
17022
- "application/x-ipynb+json": true,
17023
- "text/plain": true,
17024
- "video/mp4": true,
17025
- "application/x-python-code": true,
17026
- "video/videoframe/jpeg2000": true,
17027
- "video/audio/wav": true,
17028
- "image/heif": true,
17029
- "text/x-typescript": true
16993
+ "image/webp": true
17030
16994
  },
17031
16995
  modelExperiments: {
17032
16996
  experiments: {
16997
+ "cascade-include-ephemeral-message": {
16998
+ stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16999
+ },
17000
+ template__system_prompts__communication_style: {
17001
+ 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: ...'."
17002
+ },
17033
17003
  template__system_prompts__planning_mode_artifacts: {
17034
17004
  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"
17035
17005
  },
17036
17006
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17037
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
17007
+ stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\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}'
17038
17008
  }
17039
17009
  }
17040
17010
  }
17041
17011
  },
17042
- tab_jump_flash_lite_preview: {
17043
- maxTokens: 16384,
17044
- maxOutputTokens: 4096,
17012
+ "gpt-oss-120b-medium": {
17013
+ displayName: "GPT-OSS 120B (Medium)",
17014
+ supportsThinking: true,
17015
+ thinkingBudget: 8192,
17016
+ recommended: true,
17017
+ maxTokens: 131072,
17018
+ maxOutputTokens: 32768,
17045
17019
  quotaInfo: {
17046
- remainingFraction: 1
17020
+ remainingFraction: 1,
17021
+ resetTime: "2026-08-18T13:22:52Z"
17047
17022
  },
17048
- model: "MODEL_PLACEHOLDER_M28",
17049
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
17050
- modelProvider: "MODEL_PROVIDER_GOOGLE",
17051
- supportsCumulativeContext: true,
17052
- tabJumpPrintLineRange: true,
17053
- supportsEstimateTokenCounter: true,
17054
- addCursorToFindReplaceTarget: true,
17055
- toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
17056
- requiresLeadInGeneration: true,
17057
- requiresNoXmlToolExamples: true
17023
+ model: "MODEL_OPENAI_GPT_OSS_120B_MEDIUM",
17024
+ apiProvider: "API_PROVIDER_OPENAI_VERTEX",
17025
+ modelProvider: "MODEL_PROVIDER_OPENAI",
17026
+ modelExperiments: {
17027
+ experiments: {
17028
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17029
+ stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_UNSPECIFIED",\n "max_token_limit": "80000",\n "token_threshold": "50000",\n "max_overhead_ratio": "0.15",\n "moving_window_size": "1",\n "enabled": true,\n "max_output_tokens": "8192",\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}'
17030
+ }
17031
+ }
17032
+ },
17033
+ vertexModelId: "openai/gpt-oss-120b-maas"
17058
17034
  },
17059
- "gemini-3.1-pro-low": {
17060
- displayName: "Gemini 3.1 Pro (Low)",
17035
+ "gemini-3.6-flash-tiered": {
17061
17036
  supportsImages: true,
17062
17037
  supportsThinking: true,
17063
- thinkingBudget: 1001,
17064
- minThinkingBudget: 128,
17038
+ thinkingBudget: -1,
17039
+ minThinkingBudget: 32,
17065
17040
  recommended: true,
17066
17041
  maxTokens: 1048576,
17067
- maxOutputTokens: 65535,
17042
+ maxOutputTokens: 65536,
17068
17043
  quotaInfo: {
17069
- remainingFraction: 0.9805744,
17070
- resetTime: "2026-08-14T09:59:17Z"
17044
+ remainingFraction: 0.4676585,
17045
+ resetTime: "2026-08-18T09:37:04Z"
17071
17046
  },
17072
- model: "MODEL_PLACEHOLDER_M36",
17047
+ model: "MODEL_PLACEHOLDER_M196",
17073
17048
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
17074
17049
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17075
17050
  supportsVideo: true,
17076
17051
  supportedMimeTypes: {
17077
- "text/markdown": true,
17052
+ "text/html": true,
17053
+ "text/css": true,
17054
+ "image/png": true,
17055
+ "text/xml": true,
17056
+ "application/x-javascript": true,
17078
17057
  "image/heic": true,
17058
+ "image/heif": true,
17059
+ "text/rtf": true,
17060
+ "video/text/timestamp": true,
17079
17061
  "text/x-typescript": true,
17062
+ "video/videoframe/jpeg2000": true,
17063
+ "image/webp": true,
17064
+ "application/json": true,
17080
17065
  "text/javascript": true,
17081
- "video/jpeg2000": true,
17082
- "image/jpeg": true,
17083
- "application/x-javascript": true,
17084
- "text/css": true,
17085
- "video/mp4": true,
17086
- "application/x-python-code": true,
17066
+ "text/plain": true,
17087
17067
  "application/x-typescript": true,
17088
- "image/png": true,
17089
- "video/audio/wav": true,
17090
- "image/webp": true,
17091
- "application/rtf": true,
17092
- "video/text/timestamp": true,
17093
- "application/pdf": true,
17094
17068
  "video/webm": true,
17095
- "text/plain": true,
17096
- "text/x-python-script": true,
17069
+ "application/pdf": true,
17070
+ "application/x-python-code": true,
17071
+ "application/x-ipynb+json": true,
17097
17072
  "video/audio/s16le": true,
17098
- "text/csv": true,
17099
17073
  "audio/webm;codecs=opus": true,
17100
- "application/x-ipynb+json": true,
17101
- "video/videoframe/jpeg2000": true,
17102
- "image/heif": true,
17103
- "text/rtf": true,
17074
+ "video/mp4": true,
17075
+ "text/markdown": true,
17076
+ "video/jpeg2000": true,
17077
+ "image/jpeg": true,
17078
+ "text/csv": true,
17079
+ "application/rtf": true,
17104
17080
  "text/x-python": true,
17105
- "application/json": true,
17106
- "text/xml": true,
17107
- "text/html": true
17081
+ "text/x-python-script": true,
17082
+ "video/audio/wav": true
17108
17083
  },
17109
17084
  modelExperiments: {
17110
17085
  experiments: {
17111
17086
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17112
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\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}'
17087
+ stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
17113
17088
  },
17114
17089
  "cascade-include-ephemeral-message": {
17115
- stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
17090
+ stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
17116
17091
  },
17117
17092
  template__system_prompts__communication_style: {
17118
- 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: ...'."
17093
+ 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"
17119
17094
  },
17120
- template__system_prompts__planning_mode_artifacts: {
17121
- 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"
17122
- }
17123
- }
17124
- }
17125
- },
17126
- "gemini-3.1-flash-lite": {
17127
- displayName: "Gemini 3.1 Flash Lite",
17128
- maxTokens: 1048576,
17129
- maxOutputTokens: 65535,
17130
- quotaInfo: {
17131
- remainingFraction: 0.9805744,
17132
- resetTime: "2026-08-14T09:59:17Z"
17133
- },
17134
- model: "MODEL_PLACEHOLDER_M50",
17135
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
17136
- modelProvider: "MODEL_PROVIDER_GOOGLE",
17137
- modelExperiments: {
17138
- experiments: {
17139
- CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17140
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\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}'
17095
+ template__system_prompts__guidelines: {
17096
+ stringValue: "Follow these behavioral and workflow guidelines at all times:\n# Documentation\n- Maintain documentation integrity. Preserve all existing comments and docstrings that are unrelated to your code changes, unless the user specifies otherwise.\n\n# Obey Explicit Directives\nIf the user specifies precise quantitative filtering rules, layout boundaries, or architectural preferences, enforce them exactly as requested without alteration.\n\n# Never Guess Code Logic, Schemas, or File Paths\nNEVER infer implementation details, variable names, or file locations without inspecting the authoritative source using code search and file viewing tools.\n\n# Inspect Logs & Stack Traces Before Diagnosing Errors\nNEVER form a diagnostic hypothesis for a runtime failure, or test breakage, without reading the full, un-truncated error log. When an error occurs, your VERY FIRST ACTION must be to fetch and read the exact logs. Base your diagnosis strictly on empirical log evidence.\n\n# No Superficial Symptom Patches\nNEVER resolve errors by masking symptoms, swallowing exceptions, returning dummy fallbacks, commenting out broken assertions, or deleting failing unit tests. When a test or function fails, identify why the underlying contract was broken. If an API returns missing or null data, trace the upstream data provider instead of wrapping the call in a silent try/except or returning an empty 0-byte ArrayBuffer.\n\n# Never Declare Success Without Running Verification Commands\nNEVER claim a task is resolved, a bug is fixed, or a feature is working until you have gathered concrete, empirical runtime verification demonstrating clean success. Editing a file does not equal completing the task. You MUST run the build or test command afterwards.\n\n# Never Ignore Explicit Command Failures or Error Exit Codes\nIf a command fails, you MUST explicitly acknowledge the failure to the user or continue debugging. Never gloss over a build timeout or permission denied error by focusing only on the part of the code that compiled.\n\n# Check Feature Flags & Enforce Strict Control Flow Scoping\nWhenever modifying conditional branches, adding experimental features, or processing loops, ensure that new logic is strictly scoped and evaluated against all possible execution paths.\n\n# Preserve Existing API Contracts & Avoid Unintended Side Effects\nIf you modify a function signature, use code search to find and update every invocation site so the parameter is actually passed.\n\n# Silent Log Inspection & Professional Synthesis\nWhen background tasks (run_command async, manage_task, schedule) complete or emit log notifications, inspect the log files silently. Summarize and synthesize the exact findings in clean, professional natural language.\n\n# No Snippet Tunnel Vision\nNever infer the definition of data structures (proto, struct, class, or enum schemas) from partial file views (first 15 lines or L40-L65 snippets) or design doc text.\nIf view_file output indicates truncation or if an imported schema is referenced, you MUST adjust StartLine/EndLine or ContentOffset to inspect the complete, exact definition of the target symbols before writing code that consumes them.\n\n# Check Command Registries\nWhenever modifying core C/C++/Java command implementations (CLIENT LIST, CLIENT KILL), explicitly search for and update corresponding command definitions across all registry files (commands.def, JSON schemas, .bzl build manifests).\n\n# Audit Before Re-inventing\nSearch the codebase and recent commit history for pre-existing utility classes or decoupled architecture before writing custom helper classes from scratch.\n\n# No Blocking Calls on Main Looper Threads\nNever invoke blocking thread synchronizations (webLatch.await(500, ...), Future.get()) on main Android UI loops or single-threaded event dispatchers. \n\n# Thread Pool Shutdown Safety\nWhen modifying worker thread loops or shared queues, ensure emergency stop/shutdown signals and loop termination criteria remain intact so thread join operations never deadlock.\n\n# Exact Argument Structure\nPass arguments exactly as expected by the API (calculateRoute({ origin, destination, travelMode }) vs calculateRoute(origin, destination, travelMode)).\n\n# Local State Mutation Only\nDo not mutate private third-party DOM properties. Do not push incomplete draft objects directly into global array states; keep transient state within local component state.\n\n# Traceback Justification Required\nEvery code or configuration edit during debugging MUST be justified by an explicit error traceback, log line, or verified root cause. If the root cause is unknown, investigate further before mutating code.\n\n# Analyze Before Retrying\nNever repeat the exact same broken test or shell command line with duplicate/conflicting arguments without analyzing and resolving why the previous command failed.\n\n# Persevere on Log Extraction\nIf a log retrieval command fails, NEVER abandon log extraction to diagnose blindly. Immediately switch to alternative tools to inspect the actual failure traceback.\n\n# Verify Signatures & Prop Names\nCheck exact variable names, component prop keys, and method signatures before passing them. Prevent NullPointerException, AttributeError, KeyError, and ReferenceError crashes by explicitly verifying object initialization and non-null states before property dereferencing (layer._path, stat.owner()).\n\n# Dynamic Layout Math\nAvoid hardcoding static pixel offsets (+ 12) or arbitrary multipliers (pill_font_size * 2.0) when computing dynamic UI layout heights; calculate exact container bounds from wrapped elements.\n"
17097
+ },
17098
+ template__system_prompts__messaging: {
17099
+ stringValue: "You are connected to a messaging system where you may receive messages from: {{- $subagent := .CascadeConfig.GetPlannerConfig.GetToolConfig.GetInvokeSubagent.GetEnabled -}}\n{{- $message := .CascadeConfig.GetMessageConfig.GetEnabled -}}\n{{- if and $subagent $message }} agents, background tasks, user-queued messages\n{{- else if $subagent }} agents, background tasks\n{{- else if $message }} background tasks, user-queued messages\n{{- else }} background tasks\n{{- end }}.\n\n## Receiving Messages\n\nYou receive messages automatically at the start of each invocation. All messages are delivered in full directly into your context \u2014 no manual retrieval is needed.\n\n## Reactive Wakeup (No Polling Needed)\n\nThe system automatically resumes your execution when:\n{{- if .CascadeConfig.GetPlannerConfig.GetToolConfig.GetInvokeSubagent.GetEnabled }}\n- A message arrives from a subagent or peer agent\n{{- end }}\n- A **background task** completes or sends you a notification\n{{- if .CascadeConfig.GetMessageConfig.GetEnabled }}\n- A **user-queued message** is ready to be dequeued\n{{- end }}\n\nThis means you do **NOT** need to poll in a loop while waiting for messages or updates. After launching a task that runs in the background, you may continue other work or simply stop by calling no more tools. The system will notify you when there is something to process."
17141
17100
  }
17142
17101
  }
17143
17102
  }
@@ -17152,8 +17111,8 @@ var models_default = {
17152
17111
  maxTokens: 1048576,
17153
17112
  maxOutputTokens: 65536,
17154
17113
  quotaInfo: {
17155
- remainingFraction: 0.9805744,
17156
- resetTime: "2026-08-14T09:59:17Z"
17114
+ remainingFraction: 0.4676585,
17115
+ resetTime: "2026-08-18T09:37:04Z"
17157
17116
  },
17158
17117
  model: "MODEL_PLACEHOLDER_M71",
17159
17118
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
@@ -17162,40 +17121,43 @@ var models_default = {
17162
17121
  tagTitle: "Fast",
17163
17122
  tagDescription: "Limited time",
17164
17123
  supportedMimeTypes: {
17165
- "text/xml": true,
17166
- "video/audio/s16le": true,
17167
- "text/markdown": true,
17168
- "image/webp": true,
17169
- "application/json": true,
17170
- "text/x-python-script": true,
17171
- "image/jpeg": true,
17124
+ "text/x-python": true,
17125
+ "text/plain": true,
17126
+ "application/x-javascript": true,
17127
+ "video/audio/wav": true,
17172
17128
  "application/rtf": true,
17173
- "application/x-python-code": true,
17174
- "text/csv": true,
17129
+ "text/javascript": true,
17175
17130
  "image/png": true,
17176
- "text/x-typescript": true,
17177
- "application/x-javascript": true,
17178
17131
  "text/html": true,
17132
+ "image/heif": true,
17133
+ "application/pdf": true,
17134
+ "video/jpeg2000": true,
17135
+ "text/x-typescript": true,
17136
+ "text/rtf": true,
17137
+ "text/css": true,
17179
17138
  "application/x-ipynb+json": true,
17180
- "video/webm": true,
17181
- "image/heic": true,
17182
- "text/plain": true,
17183
17139
  "application/x-typescript": true,
17184
- "text/css": true,
17185
- "text/rtf": true,
17186
- "text/x-python": true,
17187
- "video/audio/wav": true,
17188
- "video/mp4": true,
17189
- "video/videoframe/jpeg2000": true,
17140
+ "image/jpeg": true,
17141
+ "application/x-python-code": true,
17142
+ "image/webp": true,
17190
17143
  "video/text/timestamp": true,
17144
+ "video/webm": true,
17191
17145
  "audio/webm;codecs=opus": true,
17192
- "text/javascript": true,
17193
- "application/pdf": true,
17194
- "image/heif": true,
17195
- "video/jpeg2000": true
17146
+ "video/mp4": true,
17147
+ "image/heic": true,
17148
+ "application/json": true,
17149
+ "video/audio/s16le": true,
17150
+ "text/markdown": true,
17151
+ "text/xml": true,
17152
+ "video/videoframe/jpeg2000": true,
17153
+ "text/csv": true,
17154
+ "text/x-python-script": true
17196
17155
  },
17197
17156
  modelExperiments: {
17198
17157
  experiments: {
17158
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17159
+ stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
17160
+ },
17199
17161
  "cascade-include-ephemeral-message": {
17200
17162
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
17201
17163
  },
@@ -17207,14 +17169,11 @@ var models_default = {
17207
17169
  },
17208
17170
  template__system_prompts__messaging: {
17209
17171
  stringValue: "You are connected to a messaging system where you may receive messages from: {{- $subagent := .CascadeConfig.GetPlannerConfig.GetToolConfig.GetInvokeSubagent.GetEnabled -}}\n{{- $message := .CascadeConfig.GetMessageConfig.GetEnabled -}}\n{{- if and $subagent $message }} agents, background tasks, user-queued messages\n{{- else if $subagent }} agents, background tasks\n{{- else if $message }} background tasks, user-queued messages\n{{- else }} background tasks\n{{- end }}.\n\n## Receiving Messages\n\nYou receive messages automatically at the start of each invocation. All messages are delivered in full directly into your context \u2014 no manual retrieval is needed.\n\n## Reactive Wakeup (No Polling Needed)\n\nThe system automatically resumes your execution when:\n{{- if .CascadeConfig.GetPlannerConfig.GetToolConfig.GetInvokeSubagent.GetEnabled }}\n- A message arrives from a subagent or peer agent\n{{- end }}\n- A **background task** completes or sends you a notification\n{{- if .CascadeConfig.GetMessageConfig.GetEnabled }}\n- A **user-queued message** is ready to be dequeued\n{{- end }}\n\nThis means you do **NOT** need to poll in a loop while waiting for messages or updates. After launching a task that runs in the background, you may continue other work or simply stop by calling no more tools. The system will notify you when there is something to process."
17210
- },
17211
- CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17212
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\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": true,\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}'
17213
17172
  }
17214
17173
  }
17215
17174
  }
17216
17175
  },
17217
- "gemini-3.1-pro-high": {
17176
+ "gemini-pro-agent": {
17218
17177
  displayName: "Gemini 3.1 Pro (High)",
17219
17178
  supportsImages: true,
17220
17179
  supportsThinking: true,
@@ -17224,49 +17183,51 @@ var models_default = {
17224
17183
  maxTokens: 1048576,
17225
17184
  maxOutputTokens: 65535,
17226
17185
  quotaInfo: {
17227
- remainingFraction: 0.9805744,
17228
- resetTime: "2026-08-14T09:59:17Z"
17186
+ remainingFraction: 0.4676585,
17187
+ resetTime: "2026-08-18T09:37:04Z"
17229
17188
  },
17230
- model: "MODEL_PLACEHOLDER_M37",
17189
+ model: "MODEL_PLACEHOLDER_M16",
17231
17190
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
17232
17191
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17233
17192
  supportsVideo: true,
17234
- tagTitle: "New",
17235
17193
  supportedMimeTypes: {
17236
- "text/x-typescript": true,
17237
- "text/html": true,
17194
+ "video/jpeg2000": true,
17238
17195
  "image/heif": true,
17239
- "text/markdown": true,
17196
+ "text/plain": true,
17197
+ "audio/webm;codecs=opus": true,
17198
+ "text/css": true,
17199
+ "text/x-typescript": true,
17200
+ "application/json": true,
17201
+ "video/text/timestamp": true,
17240
17202
  "text/xml": true,
17241
17203
  "application/x-typescript": true,
17242
17204
  "application/rtf": true,
17243
- "application/x-python-code": true,
17244
- "video/videoframe/jpeg2000": true,
17245
- "text/x-python": true,
17246
- "application/json": true,
17247
- "video/jpeg2000": true,
17248
- "text/javascript": true,
17205
+ "video/mp4": true,
17206
+ "video/webm": true,
17207
+ "video/audio/s16le": true,
17249
17208
  "application/x-javascript": true,
17250
- "application/x-ipynb+json": true,
17209
+ "text/javascript": true,
17210
+ "text/markdown": true,
17211
+ "text/x-python": true,
17212
+ "text/x-python-script": true,
17251
17213
  "image/jpeg": true,
17252
17214
  "video/audio/wav": true,
17253
- "audio/webm;codecs=opus": true,
17254
- "text/rtf": true,
17255
- "text/css": true,
17256
- "text/x-python-script": true,
17257
- "video/text/timestamp": true,
17258
- "image/png": true,
17259
- "video/audio/s16le": true,
17215
+ "application/pdf": true,
17216
+ "video/videoframe/jpeg2000": true,
17217
+ "application/x-python-code": true,
17218
+ "application/x-ipynb+json": true,
17260
17219
  "image/heic": true,
17261
- "image/webp": true,
17262
- "video/webm": true,
17263
- "video/mp4": true,
17264
- "text/plain": true,
17220
+ "text/html": true,
17221
+ "image/png": true,
17265
17222
  "text/csv": true,
17266
- "application/pdf": true
17223
+ "image/webp": true,
17224
+ "text/rtf": true
17267
17225
  },
17268
17226
  modelExperiments: {
17269
17227
  experiments: {
17228
+ template__system_prompts__planning_mode_artifacts: {
17229
+ 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"
17230
+ },
17270
17231
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17271
17232
  stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\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}'
17272
17233
  },
@@ -17275,31 +17236,70 @@ var models_default = {
17275
17236
  },
17276
17237
  template__system_prompts__communication_style: {
17277
17238
  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: ...'."
17278
- },
17279
- template__system_prompts__planning_mode_artifacts: {
17280
- 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"
17281
17239
  }
17282
17240
  }
17283
17241
  }
17284
17242
  },
17285
- "gemini-2.5-flash-thinking": {
17286
- displayName: "Gemini 3.1 Flash Lite",
17287
- maxTokens: 1048576,
17288
- maxOutputTokens: 65535,
17243
+ "claude-sonnet-4-6": {
17244
+ displayName: "Claude Sonnet 4.6 (Thinking)",
17245
+ supportsImages: true,
17246
+ supportsThinking: true,
17247
+ thinkingBudget: 1024,
17248
+ recommended: true,
17249
+ maxTokens: 25e4,
17250
+ maxOutputTokens: 64e3,
17289
17251
  quotaInfo: {
17290
- remainingFraction: 0.9805744,
17291
- resetTime: "2026-08-14T09:59:17Z"
17252
+ remainingFraction: 1,
17253
+ resetTime: "2026-08-18T13:22:52Z"
17254
+ },
17255
+ model: "MODEL_PLACEHOLDER_M35",
17256
+ apiProvider: "API_PROVIDER_ANTHROPIC_VERTEX",
17257
+ modelProvider: "MODEL_PROVIDER_ANTHROPIC",
17258
+ supportedMimeTypes: {
17259
+ "image/jpeg": true,
17260
+ "image/png": true,
17261
+ "image/webp": true,
17262
+ "video/jpeg2000": true,
17263
+ "video/videoframe/jpeg2000": true,
17264
+ "image/heic": true,
17265
+ "image/heif": true
17292
17266
  },
17293
- model: "MODEL_GOOGLE_GEMINI_2_5_FLASH_THINKING",
17294
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
17295
- modelProvider: "MODEL_PROVIDER_GOOGLE",
17296
17267
  modelExperiments: {
17297
17268
  experiments: {
17298
17269
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17299
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\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}'
17270
+ 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}'
17271
+ },
17272
+ template__system_prompts__planning_mode_artifacts: {
17273
+ 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"
17300
17274
  }
17301
17275
  }
17302
- }
17276
+ },
17277
+ vertexModelId: "claude-sonnet-4-6@default"
17278
+ },
17279
+ chat_23310: {
17280
+ maxTokens: 32768,
17281
+ quotaInfo: {
17282
+ remainingFraction: 1
17283
+ },
17284
+ model: "MODEL_CHAT_23310",
17285
+ apiProvider: "API_PROVIDER_INTERNAL",
17286
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
17287
+ supportsCumulativeContext: true,
17288
+ supportsEstimateTokenCounter: true,
17289
+ isInternal: true,
17290
+ promptTemplaterType: "PROMPT_TEMPLATER_TYPE_CHATML",
17291
+ toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
17292
+ requiresLeadInGeneration: true
17293
+ },
17294
+ "gemini-3.1-flash-image": {
17295
+ displayName: "Gemini 3.1 Flash Image",
17296
+ quotaInfo: {
17297
+ remainingFraction: 0.4676585,
17298
+ resetTime: "2026-08-18T09:37:04Z"
17299
+ },
17300
+ model: "MODEL_PLACEHOLDER_M21",
17301
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
17302
+ modelProvider: "MODEL_PROVIDER_GOOGLE"
17303
17303
  }
17304
17304
  },
17305
17305
  defaultAgentModelId: "gemini-3.7-flash-high",
@@ -17378,17 +17378,19 @@ var models_default = {
17378
17378
  106064030,
17379
17379
  106567313,
17380
17380
  106396310,
17381
- 106470334,
17381
+ 106470335,
17382
17382
  105757908,
17383
17383
  106106760,
17384
17384
  106021688,
17385
- 106014288,
17386
17385
  105887299,
17386
+ 106428370,
17387
17387
  106283618,
17388
17388
  106568766,
17389
17389
  106278607,
17390
17390
  106538964,
17391
17391
  106512082,
17392
+ 106584316,
17393
+ 106584318,
17392
17394
  106380926,
17393
17395
  106212376,
17394
17396
  106281951,
@@ -17410,7 +17412,8 @@ var models_default = {
17410
17412
  106064028,
17411
17413
  106567309,
17412
17414
  106396304,
17413
- 106470330,
17415
+ 106470331,
17416
+ 105906495,
17414
17417
  106283614,
17415
17418
  106568384,
17416
17419
  106038164,