@anthonyhaussman/opencode-agy-auth 1.1.13-alpha.0 → 1.1.13-alpha.2

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.12";
271
+ var AGY_CLI_VERSION = "1.1.13";
272
272
 
273
273
  // src/sdk/user-agent.ts
274
274
  var cachedUserAgent = null;
@@ -15910,73 +15910,99 @@ import { randomUUID as randomUUID3 } from "crypto";
15910
15910
  // models.json
15911
15911
  var models_default = {
15912
15912
  models: {
15913
- "gemini-2.5-pro": {
15914
- displayName: "Gemini 2.5 Pro",
15913
+ chat_20706: {
15914
+ maxTokens: 16384,
15915
+ quotaInfo: {
15916
+ remainingFraction: 1
15917
+ },
15918
+ model: "MODEL_CHAT_20706",
15919
+ apiProvider: "API_PROVIDER_INTERNAL",
15920
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
15921
+ supportsCumulativeContext: true,
15922
+ tabJumpPrintLineRange: true,
15923
+ supportsEstimateTokenCounter: true,
15924
+ isInternal: true,
15925
+ addCursorToFindReplaceTarget: true,
15926
+ promptTemplaterType: "PROMPT_TEMPLATER_TYPE_CHATML",
15927
+ toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
15928
+ requiresLeadInGeneration: true
15929
+ },
15930
+ "gemini-pro-agent": {
15931
+ displayName: "Gemini 3.1 Pro (High)",
15915
15932
  supportsImages: true,
15916
15933
  supportsThinking: true,
15917
- thinkingBudget: 1024,
15934
+ thinkingBudget: 10001,
15918
15935
  minThinkingBudget: 128,
15919
15936
  recommended: true,
15920
15937
  maxTokens: 1048576,
15921
15938
  maxOutputTokens: 65535,
15922
15939
  quotaInfo: {
15923
- remainingFraction: 0.9868631,
15924
- resetTime: "2026-08-13T21:58:37Z"
15940
+ remainingFraction: 0.9805744,
15941
+ resetTime: "2026-08-14T09:59:17Z"
15925
15942
  },
15926
- model: "MODEL_GOOGLE_GEMINI_2_5_PRO",
15943
+ model: "MODEL_PLACEHOLDER_M16",
15927
15944
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
15928
15945
  modelProvider: "MODEL_PROVIDER_GOOGLE",
15946
+ supportsVideo: true,
15929
15947
  supportedMimeTypes: {
15930
- "image/jpeg": true,
15931
- "image/heic": true,
15932
- "application/x-ipynb+json": true,
15933
- "application/x-python-code": true,
15934
- "application/rtf": true,
15935
- "image/heif": true,
15936
- "text/x-python": true,
15937
- "video/mp4": true,
15938
- "text/xml": true,
15939
- "text/javascript": true,
15940
- "text/markdown": true,
15948
+ "video/webm": true,
15941
15949
  "text/csv": true,
15942
- "audio/webm;codecs=opus": true,
15950
+ "image/webp": true,
15951
+ "video/jpeg2000": true,
15943
15952
  "video/audio/s16le": true,
15944
- "text/x-python-script": true,
15945
- "video/audio/wav": true,
15946
- "text/rtf": true,
15947
- "application/x-javascript": true,
15948
- "application/json": true,
15949
- "image/png": true,
15950
15953
  "application/x-typescript": true,
15954
+ "image/heif": true,
15951
15955
  "text/html": true,
15952
- "text/x-typescript": true,
15956
+ "text/xml": true,
15953
15957
  "text/css": true,
15954
- "image/webp": true,
15955
- "video/text/timestamp": true,
15956
- "video/webm": true,
15957
15958
  "text/plain": true,
15959
+ "image/png": true,
15960
+ "video/mp4": true,
15961
+ "image/jpeg": true,
15958
15962
  "video/videoframe/jpeg2000": true,
15959
- "application/pdf": true,
15960
- "video/jpeg2000": true
15963
+ "text/x-typescript": true,
15964
+ "application/x-javascript": true,
15965
+ "application/x-python-code": true,
15966
+ "text/javascript": true,
15967
+ "video/audio/wav": true,
15968
+ "audio/webm;codecs=opus": true,
15969
+ "text/markdown": true,
15970
+ "text/x-python-script": true,
15971
+ "image/heic": true,
15972
+ "application/x-ipynb+json": true,
15973
+ "text/x-python": true,
15974
+ "application/rtf": true,
15975
+ "video/text/timestamp": true,
15976
+ "application/json": true,
15977
+ "text/rtf": true,
15978
+ "application/pdf": true
15961
15979
  },
15962
- requiresImageOutputOutsideFunctionResponses: true,
15963
15980
  modelExperiments: {
15964
15981
  experiments: {
15982
+ template__system_prompts__communication_style: {
15983
+ 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: ...'."
15984
+ },
15985
+ template__system_prompts__planning_mode_artifacts: {
15986
+ 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"
15987
+ },
15965
15988
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
15966
15989
  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}'
15990
+ },
15991
+ "cascade-include-ephemeral-message": {
15992
+ stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
15967
15993
  }
15968
15994
  }
15969
15995
  }
15970
15996
  },
15971
- "gemini-2.5-flash": {
15997
+ "gemini-2.5-flash-lite": {
15972
15998
  displayName: "Gemini 3.1 Flash Lite",
15973
15999
  maxTokens: 1048576,
15974
16000
  maxOutputTokens: 65535,
15975
16001
  quotaInfo: {
15976
- remainingFraction: 0.9868631,
15977
- resetTime: "2026-08-13T21:58:37Z"
16002
+ remainingFraction: 0.9805744,
16003
+ resetTime: "2026-08-14T09:59:17Z"
15978
16004
  },
15979
- model: "MODEL_GOOGLE_GEMINI_2_5_FLASH",
16005
+ model: "MODEL_GOOGLE_GEMINI_2_5_FLASH_LITE",
15980
16006
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
15981
16007
  modelProvider: "MODEL_PROVIDER_GOOGLE",
15982
16008
  modelExperiments: {
@@ -15987,8 +16013,7 @@ var models_default = {
15987
16013
  }
15988
16014
  }
15989
16015
  },
15990
- "gemini-3-flash": {
15991
- displayName: "Gemini 3 Flash",
16016
+ "gemini-3.7-flash-tiered": {
15992
16017
  supportsImages: true,
15993
16018
  supportsThinking: true,
15994
16019
  thinkingBudget: -1,
@@ -15997,119 +16022,137 @@ var models_default = {
15997
16022
  maxTokens: 1048576,
15998
16023
  maxOutputTokens: 65536,
15999
16024
  quotaInfo: {
16000
- remainingFraction: 0.9868631,
16001
- resetTime: "2026-08-13T21:58:37Z"
16025
+ remainingFraction: 0.9805744,
16026
+ resetTime: "2026-08-14T09:59:17Z"
16002
16027
  },
16003
- model: "MODEL_PLACEHOLDER_M18",
16028
+ model: "MODEL_PLACEHOLDER_M301",
16004
16029
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16005
16030
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16006
16031
  supportsVideo: true,
16007
16032
  supportedMimeTypes: {
16008
- "video/videoframe/jpeg2000": true,
16009
- "image/heic": true,
16010
16033
  "text/css": true,
16011
- "video/webm": true,
16012
- "text/x-python": true,
16013
- "video/mp4": true,
16034
+ "application/rtf": true,
16014
16035
  "text/csv": true,
16015
- "image/png": true,
16036
+ "application/x-ipynb+json": true,
16016
16037
  "text/x-python-script": true,
16017
- "application/x-python-code": true,
16018
- "video/text/timestamp": true,
16019
- "video/jpeg2000": true,
16038
+ "video/videoframe/jpeg2000": true,
16039
+ "text/markdown": true,
16040
+ "text/javascript": true,
16041
+ "image/heic": true,
16042
+ "video/webm": true,
16043
+ "application/pdf": true,
16044
+ "image/jpeg": true,
16020
16045
  "text/plain": true,
16021
- "video/audio/s16le": true,
16022
- "application/rtf": true,
16023
- "application/x-typescript": true,
16024
16046
  "text/x-typescript": true,
16025
- "application/x-ipynb+json": true,
16026
- "text/markdown": true,
16027
- "application/x-javascript": true,
16028
- "application/json": true,
16029
- "text/xml": true,
16030
- "text/html": true,
16031
16047
  "text/rtf": true,
16032
- "text/javascript": true,
16048
+ "video/audio/s16le": true,
16049
+ "application/x-javascript": true,
16033
16050
  "image/heif": true,
16034
- "application/pdf": true,
16035
- "video/audio/wav": true,
16051
+ "text/html": true,
16052
+ "image/png": true,
16036
16053
  "audio/webm;codecs=opus": true,
16037
- "image/jpeg": true,
16038
- "image/webp": true
16054
+ "video/text/timestamp": true,
16055
+ "video/audio/wav": true,
16056
+ "video/jpeg2000": true,
16057
+ "text/xml": true,
16058
+ "video/mp4": true,
16059
+ "application/x-typescript": true,
16060
+ "image/webp": true,
16061
+ "application/json": true,
16062
+ "text/x-python": true,
16063
+ "application/x-python-code": true
16039
16064
  },
16040
16065
  modelExperiments: {
16041
16066
  experiments: {
16042
16067
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16043
- 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}'
16068
+ 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}'
16044
16069
  },
16045
- template__system_prompts__communication_style: {
16046
- 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.'
16070
+ "cascade-include-ephemeral-message": {
16071
+ stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16072
+ },
16073
+ "task-details-suffix": {
16074
+ 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."
16047
16075
  }
16048
16076
  }
16049
16077
  }
16050
16078
  },
16051
- "gemini-3.7-flash-low": {
16052
- displayName: "Gemini 3.7 Flash (Low)",
16079
+ chat_23310: {
16080
+ maxTokens: 32768,
16081
+ quotaInfo: {
16082
+ remainingFraction: 1
16083
+ },
16084
+ model: "MODEL_CHAT_23310",
16085
+ apiProvider: "API_PROVIDER_INTERNAL",
16086
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16087
+ supportsCumulativeContext: true,
16088
+ supportsEstimateTokenCounter: true,
16089
+ isInternal: true,
16090
+ promptTemplaterType: "PROMPT_TEMPLATER_TYPE_CHATML",
16091
+ toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
16092
+ requiresLeadInGeneration: true
16093
+ },
16094
+ "gemini-3.7-flash-medium": {
16095
+ displayName: "Gemini 3.7 Flash (Medium)",
16053
16096
  supportsImages: true,
16054
16097
  supportsThinking: true,
16055
- thinkingBudget: 1e3,
16098
+ thinkingBudget: 4e3,
16056
16099
  minThinkingBudget: 32,
16057
16100
  recommended: true,
16058
16101
  maxTokens: 1048576,
16059
16102
  maxOutputTokens: 65536,
16060
16103
  quotaInfo: {
16061
- remainingFraction: 0.9868631,
16062
- resetTime: "2026-08-13T21:58:37Z"
16104
+ remainingFraction: 0.9805744,
16105
+ resetTime: "2026-08-14T09:59:17Z"
16063
16106
  },
16064
- model: "MODEL_PLACEHOLDER_M300",
16107
+ model: "MODEL_PLACEHOLDER_M299",
16065
16108
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16066
16109
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16067
16110
  supportsVideo: true,
16068
16111
  tagTitle: "Fast",
16069
16112
  tagDescription: "Limited time",
16070
16113
  supportedMimeTypes: {
16071
- "text/css": true,
16072
- "application/x-ipynb+json": true,
16073
- "text/csv": true,
16074
- "image/jpeg": true,
16075
- "text/html": true,
16076
- "image/png": true,
16077
- "application/json": true,
16078
- "text/javascript": true,
16079
- "text/markdown": true,
16080
- "text/rtf": true,
16081
- "video/audio/s16le": true,
16082
16114
  "application/x-typescript": true,
16083
- "text/x-typescript": true,
16084
- "text/plain": true,
16085
- "text/xml": true,
16086
- "text/x-python-script": true,
16115
+ "application/json": true,
16116
+ "video/jpeg2000": true,
16087
16117
  "video/mp4": true,
16118
+ "application/x-javascript": true,
16119
+ "text/xml": true,
16120
+ "video/videoframe/jpeg2000": true,
16121
+ "image/heic": true,
16122
+ "image/jpeg": true,
16123
+ "application/pdf": true,
16088
16124
  "video/webm": true,
16089
- "video/audio/wav": true,
16090
- "image/webp": true,
16091
16125
  "application/rtf": true,
16092
- "image/heif": true,
16093
- "application/pdf": true,
16126
+ "text/x-python-script": true,
16127
+ "text/html": true,
16128
+ "text/csv": true,
16129
+ "video/audio/wav": true,
16130
+ "video/audio/s16le": true,
16131
+ "text/plain": true,
16094
16132
  "audio/webm;codecs=opus": true,
16095
- "application/x-javascript": true,
16096
- "image/heic": true,
16097
- "application/x-python-code": true,
16133
+ "application/x-ipynb+json": true,
16134
+ "text/rtf": true,
16135
+ "text/css": true,
16098
16136
  "video/text/timestamp": true,
16099
- "video/videoframe/jpeg2000": true,
16137
+ "text/x-typescript": true,
16138
+ "image/heif": true,
16139
+ "text/javascript": true,
16140
+ "image/webp": true,
16141
+ "image/png": true,
16100
16142
  "text/x-python": true,
16101
- "video/jpeg2000": true
16143
+ "text/markdown": true,
16144
+ "application/x-python-code": true
16102
16145
  },
16103
16146
  modelExperiments: {
16104
16147
  experiments: {
16148
+ "task-details-suffix": {
16149
+ 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."
16150
+ },
16105
16151
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16106
16152
  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}'
16107
16153
  },
16108
16154
  "cascade-include-ephemeral-message": {
16109
16155
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16110
- },
16111
- "task-details-suffix": {
16112
- 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."
16113
16156
  }
16114
16157
  }
16115
16158
  }
@@ -16122,8 +16165,8 @@ var models_default = {
16122
16165
  maxTokens: 131072,
16123
16166
  maxOutputTokens: 32768,
16124
16167
  quotaInfo: {
16125
- remainingFraction: 0.8733688,
16126
- resetTime: "2026-08-14T01:18:39Z"
16168
+ remainingFraction: 1,
16169
+ resetTime: "2026-08-14T10:05:14Z"
16127
16170
  },
16128
16171
  model: "MODEL_OPENAI_GPT_OSS_120B_MEDIUM",
16129
16172
  apiProvider: "API_PROVIDER_OPENAI_VERTEX",
@@ -16137,115 +16180,77 @@ var models_default = {
16137
16180
  },
16138
16181
  vertexModelId: "openai/gpt-oss-120b-maas"
16139
16182
  },
16140
- tab_jump_flash_lite_preview: {
16141
- maxTokens: 16384,
16142
- maxOutputTokens: 4096,
16143
- quotaInfo: {
16144
- remainingFraction: 1
16145
- },
16146
- model: "MODEL_PLACEHOLDER_M28",
16147
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16148
- modelProvider: "MODEL_PROVIDER_GOOGLE",
16149
- supportsCumulativeContext: true,
16150
- tabJumpPrintLineRange: true,
16151
- supportsEstimateTokenCounter: true,
16152
- addCursorToFindReplaceTarget: true,
16153
- toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
16154
- requiresLeadInGeneration: true,
16155
- requiresNoXmlToolExamples: true
16156
- },
16157
- "gemini-3.7-flash-medium": {
16158
- displayName: "Gemini 3.7 Flash (Medium)",
16183
+ "claude-opus-4-6-thinking": {
16184
+ displayName: "Claude Opus 4.6 (Thinking)",
16159
16185
  supportsImages: true,
16160
16186
  supportsThinking: true,
16161
- thinkingBudget: 4e3,
16162
- minThinkingBudget: 32,
16187
+ thinkingBudget: 1024,
16163
16188
  recommended: true,
16164
- maxTokens: 1048576,
16165
- maxOutputTokens: 65536,
16189
+ maxTokens: 25e4,
16190
+ maxOutputTokens: 64e3,
16166
16191
  quotaInfo: {
16167
- remainingFraction: 0.9868631,
16168
- resetTime: "2026-08-13T21:58:37Z"
16192
+ remainingFraction: 1,
16193
+ resetTime: "2026-08-14T10:05:14Z"
16169
16194
  },
16170
- model: "MODEL_PLACEHOLDER_M299",
16171
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16172
- modelProvider: "MODEL_PROVIDER_GOOGLE",
16173
- supportsVideo: true,
16174
- tagTitle: "Fast",
16175
- tagDescription: "Limited time",
16176
- supportedMimeTypes: {
16177
- "video/webm": true,
16178
- "audio/webm;codecs=opus": true,
16179
- "image/heic": true,
16180
- "application/x-typescript": true,
16181
- "text/xml": true,
16182
- "application/x-ipynb+json": true,
16195
+ model: "MODEL_PLACEHOLDER_M26",
16196
+ apiProvider: "API_PROVIDER_ANTHROPIC_VERTEX",
16197
+ modelProvider: "MODEL_PROVIDER_ANTHROPIC",
16198
+ supportedMimeTypes: {
16183
16199
  "video/jpeg2000": true,
16184
- "application/pdf": true,
16185
- "text/csv": true,
16200
+ "video/videoframe/jpeg2000": true,
16201
+ "image/heic": true,
16186
16202
  "image/heif": true,
16187
- "image/webp": true,
16188
- "application/json": true,
16189
- "image/png": true,
16190
- "application/x-python-code": true,
16191
16203
  "image/jpeg": true,
16192
- "text/rtf": true,
16193
- "text/javascript": true,
16194
- "application/x-javascript": true,
16195
- "video/audio/s16le": true,
16196
- "video/videoframe/jpeg2000": true,
16197
- "video/mp4": true,
16198
- "video/text/timestamp": true,
16199
- "text/css": true,
16200
- "text/x-python": true,
16201
- "text/x-typescript": true,
16202
- "text/plain": true,
16203
- "text/markdown": true,
16204
- "application/rtf": true,
16205
- "text/html": true,
16206
- "video/audio/wav": true,
16207
- "text/x-python-script": true
16204
+ "image/png": true,
16205
+ "image/webp": true
16208
16206
  },
16209
16207
  modelExperiments: {
16210
16208
  experiments: {
16211
16209
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16212
- 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}'
16213
- },
16214
- "cascade-include-ephemeral-message": {
16215
- stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16210
+ 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}'
16216
16211
  },
16217
- "task-details-suffix": {
16218
- 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."
16212
+ template__system_prompts__planning_mode_artifacts: {
16213
+ 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"
16219
16214
  }
16220
16215
  }
16221
- }
16222
- },
16223
- "gemini-3.1-flash-image": {
16224
- displayName: "Gemini 3.1 Flash Image",
16225
- quotaInfo: {
16226
- remainingFraction: 0.9868631,
16227
- resetTime: "2026-08-13T21:58:37Z"
16228
16216
  },
16229
- model: "MODEL_PLACEHOLDER_M21",
16230
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16231
- modelProvider: "MODEL_PROVIDER_GOOGLE"
16217
+ vertexModelId: "claude-opus-4-6@default"
16232
16218
  },
16233
- chat_20706: {
16234
- maxTokens: 16384,
16219
+ "claude-sonnet-4-6": {
16220
+ displayName: "Claude Sonnet 4.6 (Thinking)",
16221
+ supportsImages: true,
16222
+ supportsThinking: true,
16223
+ thinkingBudget: 1024,
16224
+ recommended: true,
16225
+ maxTokens: 25e4,
16226
+ maxOutputTokens: 64e3,
16235
16227
  quotaInfo: {
16236
- remainingFraction: 1
16228
+ remainingFraction: 1,
16229
+ resetTime: "2026-08-14T10:05:14Z"
16237
16230
  },
16238
- model: "MODEL_CHAT_20706",
16239
- apiProvider: "API_PROVIDER_INTERNAL",
16240
- modelProvider: "MODEL_PROVIDER_GOOGLE",
16241
- supportsCumulativeContext: true,
16242
- tabJumpPrintLineRange: true,
16243
- supportsEstimateTokenCounter: true,
16244
- isInternal: true,
16245
- addCursorToFindReplaceTarget: true,
16246
- promptTemplaterType: "PROMPT_TEMPLATER_TYPE_CHATML",
16247
- toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
16248
- requiresLeadInGeneration: true
16231
+ model: "MODEL_PLACEHOLDER_M35",
16232
+ apiProvider: "API_PROVIDER_ANTHROPIC_VERTEX",
16233
+ modelProvider: "MODEL_PROVIDER_ANTHROPIC",
16234
+ supportedMimeTypes: {
16235
+ "video/videoframe/jpeg2000": true,
16236
+ "image/heic": true,
16237
+ "image/heif": true,
16238
+ "image/jpeg": true,
16239
+ "image/png": true,
16240
+ "image/webp": true,
16241
+ "video/jpeg2000": true
16242
+ },
16243
+ modelExperiments: {
16244
+ experiments: {
16245
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16246
+ 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}'
16247
+ },
16248
+ template__system_prompts__planning_mode_artifacts: {
16249
+ 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"
16250
+ }
16251
+ }
16252
+ },
16253
+ vertexModelId: "claude-sonnet-4-6@default"
16249
16254
  },
16250
16255
  "gemini-3.5-flash-extra-low": {
16251
16256
  displayName: "Gemini 3.5 Flash (Low)",
@@ -16257,8 +16262,8 @@ var models_default = {
16257
16262
  maxTokens: 1048576,
16258
16263
  maxOutputTokens: 65536,
16259
16264
  quotaInfo: {
16260
- remainingFraction: 0.9868631,
16261
- resetTime: "2026-08-13T21:58:37Z"
16265
+ remainingFraction: 0.9805744,
16266
+ resetTime: "2026-08-14T09:59:17Z"
16262
16267
  },
16263
16268
  model: "MODEL_PLACEHOLDER_M187",
16264
16269
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
@@ -16267,218 +16272,320 @@ var models_default = {
16267
16272
  tagTitle: "Fast",
16268
16273
  tagDescription: "Limited time",
16269
16274
  supportedMimeTypes: {
16270
- "text/css": true,
16271
- "video/text/timestamp": true,
16272
- "application/x-javascript": true,
16275
+ "image/webp": true,
16276
+ "image/png": true,
16277
+ "image/jpeg": true,
16278
+ "application/x-ipynb+json": true,
16273
16279
  "application/rtf": true,
16274
- "video/webm": true,
16280
+ "text/csv": true,
16281
+ "image/heif": true,
16282
+ "video/audio/s16le": true,
16275
16283
  "text/x-typescript": true,
16276
- "text/x-python": true,
16277
- "image/webp": true,
16278
- "audio/webm;codecs=opus": true,
16279
- "video/jpeg2000": true,
16280
- "image/heic": true,
16281
16284
  "video/mp4": true,
16282
- "text/plain": true,
16283
- "video/videoframe/jpeg2000": true,
16284
16285
  "text/javascript": true,
16285
- "video/audio/wav": true,
16286
+ "text/x-python-script": true,
16286
16287
  "text/xml": true,
16287
- "text/csv": true,
16288
- "image/png": true,
16289
- "application/x-python-code": true,
16290
- "image/heif": true,
16291
- "text/html": true,
16292
- "image/jpeg": true,
16293
- "application/json": true,
16294
- "video/audio/s16le": true,
16295
- "text/rtf": true,
16296
16288
  "application/pdf": true,
16297
- "application/x-ipynb+json": true,
16289
+ "text/css": true,
16290
+ "application/x-javascript": true,
16291
+ "text/plain": true,
16292
+ "application/json": true,
16293
+ "video/videoframe/jpeg2000": true,
16294
+ "text/html": true,
16298
16295
  "text/markdown": true,
16299
- "text/x-python-script": true,
16300
- "application/x-typescript": true
16296
+ "video/jpeg2000": true,
16297
+ "image/heic": true,
16298
+ "video/text/timestamp": true,
16299
+ "video/webm": true,
16300
+ "application/x-python-code": true,
16301
+ "text/x-python": true,
16302
+ "audio/webm;codecs=opus": true,
16303
+ "application/x-typescript": true,
16304
+ "text/rtf": true,
16305
+ "video/audio/wav": true
16301
16306
  },
16302
16307
  modelExperiments: {
16303
16308
  experiments: {
16304
- template__system_prompts__planning_mode_artifacts: {
16305
- 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"
16306
- },
16307
16309
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16308
16310
  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}'
16311
+ },
16312
+ template__system_prompts__planning_mode_artifacts: {
16313
+ 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"
16309
16314
  }
16310
16315
  }
16311
16316
  }
16312
16317
  },
16313
- "gemini-pro-agent": {
16314
- displayName: "Gemini 3.1 Pro (High)",
16318
+ "gemini-3.7-flash-high": {
16319
+ displayName: "Gemini 3.7 Flash (High)",
16315
16320
  supportsImages: true,
16316
16321
  supportsThinking: true,
16317
- thinkingBudget: 10001,
16318
- minThinkingBudget: 128,
16322
+ thinkingBudget: -1,
16323
+ minThinkingBudget: 32,
16319
16324
  recommended: true,
16320
16325
  maxTokens: 1048576,
16321
- maxOutputTokens: 65535,
16326
+ maxOutputTokens: 65536,
16322
16327
  quotaInfo: {
16323
- remainingFraction: 0.9868631,
16324
- resetTime: "2026-08-13T21:58:37Z"
16328
+ remainingFraction: 0.9805744,
16329
+ resetTime: "2026-08-14T09:59:17Z"
16325
16330
  },
16326
- model: "MODEL_PLACEHOLDER_M16",
16331
+ model: "MODEL_PLACEHOLDER_M298",
16327
16332
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16328
16333
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16329
16334
  supportsVideo: true,
16335
+ tagTitle: "Fast",
16336
+ tagDescription: "Limited time",
16330
16337
  supportedMimeTypes: {
16331
- "text/csv": true,
16332
- "text/html": true,
16333
- "image/png": true,
16334
- "video/audio/wav": true,
16335
- "text/css": true,
16336
- "image/heic": true,
16337
16338
  "video/audio/s16le": true,
16339
+ "text/rtf": true,
16340
+ "application/rtf": true,
16341
+ "video/audio/wav": true,
16342
+ "video/jpeg2000": true,
16343
+ "text/html": true,
16338
16344
  "image/webp": true,
16345
+ "application/x-javascript": true,
16339
16346
  "application/pdf": true,
16340
- "video/mp4": true,
16341
- "application/x-ipynb+json": true,
16342
16347
  "text/x-python": true,
16343
- "audio/webm;codecs=opus": true,
16344
- "text/xml": true,
16345
- "text/rtf": true,
16346
- "image/heif": true,
16347
- "video/text/timestamp": true,
16348
- "video/videoframe/jpeg2000": true,
16349
- "application/rtf": true,
16350
- "text/plain": true,
16351
16348
  "application/x-typescript": true,
16349
+ "image/png": true,
16350
+ "text/x-python-script": true,
16352
16351
  "text/javascript": true,
16352
+ "text/xml": true,
16353
+ "text/css": true,
16354
+ "audio/webm;codecs=opus": true,
16355
+ "video/webm": true,
16353
16356
  "application/json": true,
16354
- "image/jpeg": true,
16355
- "text/x-typescript": true,
16357
+ "application/x-ipynb+json": true,
16358
+ "image/heic": true,
16359
+ "video/text/timestamp": true,
16360
+ "video/mp4": true,
16356
16361
  "application/x-python-code": true,
16362
+ "text/x-typescript": true,
16363
+ "image/heif": true,
16357
16364
  "text/markdown": true,
16358
- "video/webm": true,
16359
- "application/x-javascript": true,
16360
- "text/x-python-script": true,
16361
- "video/jpeg2000": true
16365
+ "image/jpeg": true,
16366
+ "video/videoframe/jpeg2000": true,
16367
+ "text/plain": true,
16368
+ "text/csv": true
16362
16369
  },
16363
16370
  modelExperiments: {
16364
16371
  experiments: {
16372
+ "task-details-suffix": {
16373
+ 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."
16374
+ },
16365
16375
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16366
- 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}'
16376
+ 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}'
16367
16377
  },
16368
16378
  "cascade-include-ephemeral-message": {
16369
- stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16370
- },
16371
- template__system_prompts__communication_style: {
16372
- 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: ...'."
16373
- },
16374
- template__system_prompts__planning_mode_artifacts: {
16375
- 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"
16379
+ stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16376
16380
  }
16377
16381
  }
16378
16382
  }
16379
16383
  },
16380
- "claude-opus-4-6-thinking": {
16381
- displayName: "Claude Opus 4.6 (Thinking)",
16384
+ "gemini-3-flash": {
16385
+ displayName: "Gemini 3 Flash",
16382
16386
  supportsImages: true,
16383
16387
  supportsThinking: true,
16384
- thinkingBudget: 1024,
16388
+ thinkingBudget: -1,
16389
+ minThinkingBudget: 32,
16385
16390
  recommended: true,
16386
- maxTokens: 25e4,
16387
- maxOutputTokens: 64e3,
16391
+ maxTokens: 1048576,
16392
+ maxOutputTokens: 65536,
16388
16393
  quotaInfo: {
16389
- remainingFraction: 0.8733688,
16390
- resetTime: "2026-08-14T01:18:39Z"
16394
+ remainingFraction: 0.9805744,
16395
+ resetTime: "2026-08-14T09:59:17Z"
16391
16396
  },
16392
- model: "MODEL_PLACEHOLDER_M26",
16393
- apiProvider: "API_PROVIDER_ANTHROPIC_VERTEX",
16394
- modelProvider: "MODEL_PROVIDER_ANTHROPIC",
16397
+ model: "MODEL_PLACEHOLDER_M18",
16398
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16399
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16400
+ supportsVideo: true,
16395
16401
  supportedMimeTypes: {
16396
- "image/heic": true,
16402
+ "application/rtf": true,
16403
+ "video/jpeg2000": true,
16404
+ "text/javascript": true,
16405
+ "text/x-python-script": true,
16406
+ "text/xml": true,
16397
16407
  "image/heif": true,
16408
+ "text/css": true,
16409
+ "application/pdf": true,
16410
+ "video/videoframe/jpeg2000": true,
16398
16411
  "image/jpeg": true,
16412
+ "video/text/timestamp": true,
16413
+ "video/webm": true,
16414
+ "application/x-javascript": true,
16415
+ "text/rtf": true,
16399
16416
  "image/png": true,
16417
+ "video/mp4": true,
16418
+ "application/x-python-code": true,
16419
+ "text/x-typescript": true,
16400
16420
  "image/webp": true,
16421
+ "text/csv": true,
16422
+ "audio/webm;codecs=opus": true,
16423
+ "video/audio/s16le": true,
16424
+ "text/plain": true,
16425
+ "video/audio/wav": true,
16426
+ "text/x-python": true,
16427
+ "application/json": true,
16428
+ "application/x-typescript": true,
16429
+ "application/x-ipynb+json": true,
16430
+ "text/markdown": true,
16431
+ "image/heic": true,
16432
+ "text/html": true
16433
+ },
16434
+ modelExperiments: {
16435
+ experiments: {
16436
+ template__system_prompts__communication_style: {
16437
+ 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.'
16438
+ },
16439
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16440
+ 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}'
16441
+ }
16442
+ }
16443
+ }
16444
+ },
16445
+ "gemini-2.5-pro": {
16446
+ displayName: "Gemini 2.5 Pro",
16447
+ supportsImages: true,
16448
+ supportsThinking: true,
16449
+ thinkingBudget: 1024,
16450
+ minThinkingBudget: 128,
16451
+ recommended: true,
16452
+ maxTokens: 1048576,
16453
+ maxOutputTokens: 65535,
16454
+ quotaInfo: {
16455
+ remainingFraction: 0.9805744,
16456
+ resetTime: "2026-08-14T09:59:17Z"
16457
+ },
16458
+ model: "MODEL_GOOGLE_GEMINI_2_5_PRO",
16459
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16460
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16461
+ supportedMimeTypes: {
16462
+ "audio/webm;codecs=opus": true,
16463
+ "application/json": true,
16464
+ "application/x-javascript": true,
16465
+ "text/plain": true,
16466
+ "image/webp": true,
16467
+ "text/css": true,
16468
+ "image/jpeg": true,
16469
+ "application/x-python-code": true,
16470
+ "text/csv": true,
16401
16471
  "video/jpeg2000": true,
16402
- "video/videoframe/jpeg2000": true
16472
+ "image/png": true,
16473
+ "application/rtf": true,
16474
+ "video/audio/wav": true,
16475
+ "text/x-python-script": true,
16476
+ "application/x-ipynb+json": true,
16477
+ "text/javascript": true,
16478
+ "video/audio/s16le": true,
16479
+ "text/x-python": true,
16480
+ "application/pdf": true,
16481
+ "text/rtf": true,
16482
+ "image/heic": true,
16483
+ "text/markdown": true,
16484
+ "video/webm": true,
16485
+ "text/xml": true,
16486
+ "application/x-typescript": true,
16487
+ "video/videoframe/jpeg2000": true,
16488
+ "video/text/timestamp": true,
16489
+ "text/x-typescript": true,
16490
+ "text/html": true,
16491
+ "video/mp4": true,
16492
+ "image/heif": true
16403
16493
  },
16494
+ requiresImageOutputOutsideFunctionResponses: true,
16404
16495
  modelExperiments: {
16405
16496
  experiments: {
16406
16497
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16407
- 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}'
16408
- },
16409
- template__system_prompts__planning_mode_artifacts: {
16410
- 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"
16498
+ 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}'
16411
16499
  }
16412
16500
  }
16413
- },
16414
- vertexModelId: "claude-opus-4-6@default"
16501
+ }
16415
16502
  },
16416
- "gemini-3.7-flash-high": {
16417
- displayName: "Gemini 3.7 Flash (High)",
16503
+ "gemini-3.6-flash-low": {
16504
+ displayName: "Gemini 3.6 Flash (Low)",
16418
16505
  supportsImages: true,
16419
16506
  supportsThinking: true,
16420
- thinkingBudget: -1,
16507
+ thinkingBudget: 1e3,
16421
16508
  minThinkingBudget: 32,
16422
16509
  recommended: true,
16423
16510
  maxTokens: 1048576,
16424
16511
  maxOutputTokens: 65536,
16425
16512
  quotaInfo: {
16426
- remainingFraction: 0.9868631,
16427
- resetTime: "2026-08-13T21:58:37Z"
16513
+ remainingFraction: 0.9805744,
16514
+ resetTime: "2026-08-14T09:59:17Z"
16428
16515
  },
16429
- model: "MODEL_PLACEHOLDER_M298",
16516
+ model: "MODEL_PLACEHOLDER_M73",
16430
16517
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16431
16518
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16432
16519
  supportsVideo: true,
16433
16520
  tagTitle: "Fast",
16434
16521
  tagDescription: "Limited time",
16435
16522
  supportedMimeTypes: {
16436
- "image/heic": true,
16437
- "audio/webm;codecs=opus": true,
16438
- "image/heif": true,
16439
- "application/rtf": true,
16440
- "text/x-python-script": true,
16441
- "video/text/timestamp": true,
16442
- "application/x-python-code": true,
16443
- "application/x-ipynb+json": true,
16444
- "application/pdf": true,
16445
- "text/rtf": true,
16523
+ "text/x-typescript": true,
16446
16524
  "text/javascript": true,
16447
- "application/json": true,
16448
- "text/html": true,
16449
- "text/markdown": true,
16450
16525
  "video/webm": true,
16526
+ "text/csv": true,
16527
+ "video/text/timestamp": true,
16528
+ "image/jpeg": true,
16529
+ "video/audio/wav": true,
16530
+ "text/css": true,
16531
+ "text/x-python-script": true,
16451
16532
  "text/x-python": true,
16452
- "application/x-typescript": true,
16453
- "video/videoframe/jpeg2000": true,
16454
- "text/xml": true,
16533
+ "application/x-javascript": true,
16455
16534
  "text/plain": true,
16535
+ "image/webp": true,
16536
+ "text/rtf": true,
16537
+ "video/audio/s16le": true,
16538
+ "text/html": true,
16539
+ "application/rtf": true,
16540
+ "audio/webm;codecs=opus": true,
16456
16541
  "video/mp4": true,
16457
- "text/x-typescript": true,
16458
- "text/csv": true,
16542
+ "application/json": true,
16543
+ "video/videoframe/jpeg2000": true,
16459
16544
  "image/png": true,
16460
- "application/x-javascript": true,
16545
+ "image/heif": true,
16461
16546
  "video/jpeg2000": true,
16462
- "image/jpeg": true,
16463
- "image/webp": true,
16464
- "text/css": true,
16465
- "video/audio/wav": true,
16466
- "video/audio/s16le": true
16547
+ "application/x-ipynb+json": true,
16548
+ "text/xml": true,
16549
+ "application/x-typescript": true,
16550
+ "text/markdown": true,
16551
+ "application/pdf": true,
16552
+ "image/heic": true,
16553
+ "application/x-python-code": true
16467
16554
  },
16468
16555
  modelExperiments: {
16469
16556
  experiments: {
16557
+ template__system_prompts__communication_style: {
16558
+ 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"
16559
+ },
16560
+ template__system_prompts__guidelines: {
16561
+ 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"
16562
+ },
16563
+ template__system_prompts__messaging: {
16564
+ 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."
16565
+ },
16470
16566
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16471
16567
  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}'
16472
16568
  },
16473
16569
  "cascade-include-ephemeral-message": {
16474
16570
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16475
- },
16476
- "task-details-suffix": {
16477
- 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."
16478
16571
  }
16479
16572
  }
16480
16573
  }
16481
16574
  },
16575
+ tab_flash_lite_preview: {
16576
+ maxTokens: 16384,
16577
+ maxOutputTokens: 4096,
16578
+ quotaInfo: {
16579
+ remainingFraction: 1
16580
+ },
16581
+ model: "MODEL_PLACEHOLDER_M19",
16582
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16583
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16584
+ supportsCumulativeContext: true,
16585
+ supportsEstimateTokenCounter: true,
16586
+ toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
16587
+ requiresLeadInGeneration: true
16588
+ },
16482
16589
  "gemini-3.5-flash-low": {
16483
16590
  displayName: "Gemini 3.5 Flash (Medium)",
16484
16591
  supportsImages: true,
@@ -16489,8 +16596,8 @@ var models_default = {
16489
16596
  maxTokens: 1048576,
16490
16597
  maxOutputTokens: 65536,
16491
16598
  quotaInfo: {
16492
- remainingFraction: 0.9868631,
16493
- resetTime: "2026-08-13T21:58:37Z"
16599
+ remainingFraction: 0.9805744,
16600
+ resetTime: "2026-08-14T09:59:17Z"
16494
16601
  },
16495
16602
  model: "MODEL_PLACEHOLDER_M20",
16496
16603
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
@@ -16499,175 +16606,174 @@ var models_default = {
16499
16606
  tagTitle: "Fast",
16500
16607
  tagDescription: "Limited time",
16501
16608
  supportedMimeTypes: {
16502
- "application/json": true,
16503
- "application/x-ipynb+json": true,
16504
- "application/x-python-code": true,
16505
- "audio/webm;codecs=opus": true,
16609
+ "video/mp4": true,
16610
+ "text/plain": true,
16506
16611
  "video/webm": true,
16612
+ "video/text/timestamp": true,
16613
+ "application/pdf": true,
16614
+ "text/x-python-script": true,
16615
+ "image/webp": true,
16507
16616
  "application/x-javascript": true,
16508
- "video/videoframe/jpeg2000": true,
16509
- "text/css": true,
16510
16617
  "text/x-typescript": true,
16511
- "text/plain": true,
16512
16618
  "video/audio/wav": true,
16513
- "application/rtf": true,
16514
- "text/markdown": true,
16515
- "image/jpeg": true,
16516
- "video/mp4": true,
16517
- "image/webp": true,
16518
- "application/x-typescript": true,
16519
- "text/rtf": true,
16520
- "text/x-python-script": true,
16521
- "image/heif": true,
16522
- "video/audio/s16le": true,
16619
+ "application/json": true,
16620
+ "video/videoframe/jpeg2000": true,
16523
16621
  "text/csv": true,
16524
16622
  "text/javascript": true,
16525
- "video/jpeg2000": true,
16623
+ "image/jpeg": true,
16624
+ "application/x-python-code": true,
16625
+ "audio/webm;codecs=opus": true,
16626
+ "application/rtf": true,
16526
16627
  "image/heic": true,
16628
+ "image/heif": true,
16629
+ "text/x-python": true,
16630
+ "text/rtf": true,
16631
+ "text/css": true,
16527
16632
  "text/html": true,
16528
- "video/text/timestamp": true,
16529
- "application/pdf": true,
16633
+ "application/x-ipynb+json": true,
16530
16634
  "image/png": true,
16531
- "text/xml": true,
16532
- "text/x-python": true
16635
+ "video/audio/s16le": true,
16636
+ "application/x-typescript": true,
16637
+ "video/jpeg2000": true,
16638
+ "text/markdown": true,
16639
+ "text/xml": true
16533
16640
  },
16534
16641
  modelExperiments: {
16535
16642
  experiments: {
16536
- template__system_prompts__planning_mode_artifacts: {
16537
- 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"
16538
- },
16539
16643
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16540
16644
  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}'
16645
+ },
16646
+ template__system_prompts__planning_mode_artifacts: {
16647
+ 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"
16541
16648
  }
16542
16649
  }
16543
16650
  }
16544
16651
  },
16545
- "gemini-3.1-pro-low": {
16546
- displayName: "Gemini 3.1 Pro (Low)",
16652
+ "gemini-3.6-flash-tiered": {
16547
16653
  supportsImages: true,
16548
16654
  supportsThinking: true,
16549
- thinkingBudget: 1001,
16550
- minThinkingBudget: 128,
16655
+ thinkingBudget: -1,
16656
+ minThinkingBudget: 32,
16551
16657
  recommended: true,
16552
16658
  maxTokens: 1048576,
16553
- maxOutputTokens: 65535,
16659
+ maxOutputTokens: 65536,
16554
16660
  quotaInfo: {
16555
- remainingFraction: 0.9868631,
16556
- resetTime: "2026-08-13T21:58:37Z"
16661
+ remainingFraction: 0.9805744,
16662
+ resetTime: "2026-08-14T09:59:17Z"
16557
16663
  },
16558
- model: "MODEL_PLACEHOLDER_M36",
16664
+ model: "MODEL_PLACEHOLDER_M196",
16559
16665
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16560
16666
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16561
16667
  supportsVideo: true,
16562
16668
  supportedMimeTypes: {
16669
+ "application/x-python-code": true,
16670
+ "text/html": true,
16671
+ "video/audio/wav": true,
16672
+ "image/heic": true,
16673
+ "text/rtf": true,
16674
+ "application/x-typescript": true,
16563
16675
  "text/markdown": true,
16564
- "application/json": true,
16565
16676
  "application/x-javascript": true,
16566
- "text/plain": true,
16567
- "text/javascript": true,
16568
- "video/text/timestamp": true,
16569
- "application/x-python-code": true,
16570
- "application/x-ipynb+json": true,
16571
- "text/xml": true,
16572
- "video/videoframe/jpeg2000": true,
16573
16677
  "text/x-python-script": true,
16574
- "text/csv": true,
16575
- "text/x-typescript": true,
16576
16678
  "image/webp": true,
16577
- "video/webm": true,
16578
- "application/pdf": true,
16679
+ "audio/webm;codecs=opus": true,
16579
16680
  "image/jpeg": true,
16580
- "video/jpeg2000": true,
16581
- "text/html": true,
16681
+ "application/pdf": true,
16682
+ "text/csv": true,
16582
16683
  "video/audio/s16le": true,
16583
- "video/mp4": true,
16584
- "text/x-python": true,
16585
- "image/heic": true,
16586
- "application/x-typescript": true,
16587
- "audio/webm;codecs=opus": true,
16684
+ "application/json": true,
16685
+ "video/text/timestamp": true,
16588
16686
  "image/heif": true,
16589
- "video/audio/wav": true,
16590
- "text/rtf": true,
16591
- "application/rtf": true,
16687
+ "video/webm": true,
16688
+ "application/x-ipynb+json": true,
16689
+ "video/videoframe/jpeg2000": true,
16690
+ "text/javascript": true,
16691
+ "text/plain": true,
16592
16692
  "text/css": true,
16593
- "image/png": true
16693
+ "image/png": true,
16694
+ "video/mp4": true,
16695
+ "text/xml": true,
16696
+ "application/rtf": true,
16697
+ "text/x-typescript": true,
16698
+ "video/jpeg2000": true,
16699
+ "text/x-python": true
16594
16700
  },
16595
16701
  modelExperiments: {
16596
16702
  experiments: {
16597
16703
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16598
- 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}'
16704
+ 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}'
16599
16705
  },
16600
16706
  "cascade-include-ephemeral-message": {
16601
- stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16707
+ stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16602
16708
  },
16603
16709
  template__system_prompts__communication_style: {
16604
- 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: ...'."
16710
+ 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"
16605
16711
  },
16606
- template__system_prompts__planning_mode_artifacts: {
16607
- 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"
16712
+ template__system_prompts__guidelines: {
16713
+ 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"
16714
+ },
16715
+ template__system_prompts__messaging: {
16716
+ 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."
16608
16717
  }
16609
16718
  }
16610
16719
  }
16611
16720
  },
16612
- "gemini-3.6-flash-tiered": {
16721
+ "gemini-3.7-flash-low": {
16722
+ displayName: "Gemini 3.7 Flash (Low)",
16613
16723
  supportsImages: true,
16614
16724
  supportsThinking: true,
16615
- thinkingBudget: -1,
16725
+ thinkingBudget: 1e3,
16616
16726
  minThinkingBudget: 32,
16617
16727
  recommended: true,
16618
16728
  maxTokens: 1048576,
16619
16729
  maxOutputTokens: 65536,
16620
16730
  quotaInfo: {
16621
- remainingFraction: 0.9868631,
16622
- resetTime: "2026-08-13T21:58:37Z"
16731
+ remainingFraction: 0.9805744,
16732
+ resetTime: "2026-08-14T09:59:17Z"
16623
16733
  },
16624
- model: "MODEL_PLACEHOLDER_M196",
16734
+ model: "MODEL_PLACEHOLDER_M300",
16625
16735
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16626
16736
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16627
16737
  supportsVideo: true,
16738
+ tagTitle: "Fast",
16739
+ tagDescription: "Limited time",
16628
16740
  supportedMimeTypes: {
16629
- "text/csv": true,
16630
- "image/heif": true,
16631
- "text/rtf": true,
16632
- "video/videoframe/jpeg2000": true,
16633
- "audio/webm;codecs=opus": true,
16634
- "application/x-typescript": true,
16635
- "text/markdown": true,
16636
- "application/x-ipynb+json": true,
16637
- "video/audio/s16le": true,
16638
- "video/jpeg2000": true,
16639
- "image/webp": true,
16640
- "video/webm": true,
16641
- "text/css": true,
16642
- "application/x-javascript": true,
16643
- "application/json": true,
16644
- "application/x-python-code": true,
16645
- "video/audio/wav": true,
16741
+ "application/pdf": true,
16742
+ "text/css": true,
16743
+ "application/x-typescript": true,
16744
+ "audio/webm;codecs=opus": true,
16745
+ "video/text/timestamp": true,
16646
16746
  "text/x-python": true,
16747
+ "text/x-python-script": true,
16647
16748
  "image/heic": true,
16648
- "video/text/timestamp": true,
16649
- "image/jpeg": true,
16650
16749
  "video/mp4": true,
16651
- "text/javascript": true,
16750
+ "video/audio/wav": true,
16652
16751
  "application/rtf": true,
16752
+ "video/webm": true,
16753
+ "video/audio/s16le": true,
16754
+ "video/jpeg2000": true,
16755
+ "text/html": true,
16756
+ "image/webp": true,
16757
+ "video/videoframe/jpeg2000": true,
16653
16758
  "image/png": true,
16759
+ "image/heif": true,
16760
+ "image/jpeg": true,
16654
16761
  "text/x-typescript": true,
16762
+ "text/csv": true,
16763
+ "text/markdown": true,
16764
+ "text/javascript": true,
16765
+ "application/x-python-code": true,
16766
+ "application/x-javascript": true,
16655
16767
  "text/plain": true,
16768
+ "application/json": true,
16769
+ "application/x-ipynb+json": true,
16656
16770
  "text/xml": true,
16657
- "application/pdf": true,
16658
- "text/x-python-script": true,
16659
- "text/html": true
16771
+ "text/rtf": true
16660
16772
  },
16661
16773
  modelExperiments: {
16662
16774
  experiments: {
16663
- template__system_prompts__communication_style: {
16664
- 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"
16665
- },
16666
- template__system_prompts__guidelines: {
16667
- 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"
16668
- },
16669
- template__system_prompts__messaging: {
16670
- 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."
16775
+ "task-details-suffix": {
16776
+ 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."
16671
16777
  },
16672
16778
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16673
16779
  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}'
@@ -16678,15 +16784,15 @@ var models_default = {
16678
16784
  }
16679
16785
  }
16680
16786
  },
16681
- "gemini-2.5-flash-thinking": {
16787
+ "gemini-2.5-flash": {
16682
16788
  displayName: "Gemini 3.1 Flash Lite",
16683
16789
  maxTokens: 1048576,
16684
16790
  maxOutputTokens: 65535,
16685
16791
  quotaInfo: {
16686
- remainingFraction: 0.9868631,
16687
- resetTime: "2026-08-13T21:58:37Z"
16792
+ remainingFraction: 0.9805744,
16793
+ resetTime: "2026-08-14T09:59:17Z"
16688
16794
  },
16689
- model: "MODEL_GOOGLE_GEMINI_2_5_FLASH_THINKING",
16795
+ model: "MODEL_GOOGLE_GEMINI_2_5_FLASH",
16690
16796
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16691
16797
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16692
16798
  modelExperiments: {
@@ -16697,142 +16803,231 @@ var models_default = {
16697
16803
  }
16698
16804
  }
16699
16805
  },
16700
- "gemini-3.1-pro-high": {
16701
- displayName: "Gemini 3.1 Pro (High)",
16806
+ "gemini-3.1-flash-image": {
16807
+ displayName: "Gemini 3.1 Flash Image",
16808
+ quotaInfo: {
16809
+ remainingFraction: 0.9805744,
16810
+ resetTime: "2026-08-14T09:59:17Z"
16811
+ },
16812
+ model: "MODEL_PLACEHOLDER_M21",
16813
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16814
+ modelProvider: "MODEL_PROVIDER_GOOGLE"
16815
+ },
16816
+ "gemini-3.6-flash-medium": {
16817
+ displayName: "Gemini 3.6 Flash (Medium)",
16702
16818
  supportsImages: true,
16703
16819
  supportsThinking: true,
16704
- thinkingBudget: 10001,
16705
- minThinkingBudget: 128,
16820
+ thinkingBudget: 4e3,
16821
+ minThinkingBudget: 32,
16706
16822
  recommended: true,
16707
16823
  maxTokens: 1048576,
16708
- maxOutputTokens: 65535,
16824
+ maxOutputTokens: 65536,
16709
16825
  quotaInfo: {
16710
- remainingFraction: 0.9868631,
16711
- resetTime: "2026-08-13T21:58:37Z"
16826
+ remainingFraction: 0.9805744,
16827
+ resetTime: "2026-08-14T09:59:17Z"
16712
16828
  },
16713
- model: "MODEL_PLACEHOLDER_M37",
16829
+ model: "MODEL_PLACEHOLDER_M72",
16714
16830
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16715
16831
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16716
16832
  supportsVideo: true,
16717
- tagTitle: "New",
16833
+ tagTitle: "Fast",
16834
+ tagDescription: "Limited time",
16718
16835
  supportedMimeTypes: {
16719
- "text/javascript": true,
16720
- "audio/webm;codecs=opus": true,
16721
- "application/x-typescript": true,
16722
- "text/x-python-script": true,
16836
+ "image/heic": true,
16837
+ "text/plain": true,
16838
+ "text/markdown": true,
16723
16839
  "application/x-ipynb+json": true,
16724
- "image/jpeg": true,
16725
- "text/xml": true,
16840
+ "text/css": true,
16841
+ "text/javascript": true,
16842
+ "video/audio/wav": true,
16726
16843
  "application/pdf": true,
16727
- "video/text/timestamp": true,
16728
16844
  "video/mp4": true,
16729
- "image/png": true,
16730
- "image/heif": true,
16731
16845
  "text/csv": true,
16732
- "video/audio/wav": true,
16733
- "application/x-python-code": true,
16734
- "text/x-python": true,
16735
- "image/heic": true,
16736
- "text/plain": true,
16846
+ "audio/webm;codecs=opus": true,
16847
+ "application/x-typescript": true,
16848
+ "application/rtf": true,
16737
16849
  "application/json": true,
16738
- "text/html": true,
16739
- "application/x-javascript": true,
16850
+ "image/heif": true,
16851
+ "video/jpeg2000": true,
16852
+ "text/xml": true,
16740
16853
  "image/webp": true,
16741
- "application/rtf": true,
16854
+ "text/x-typescript": true,
16855
+ "text/html": true,
16856
+ "image/png": true,
16857
+ "video/videoframe/jpeg2000": true,
16858
+ "text/x-python-script": true,
16859
+ "application/x-python-code": true,
16742
16860
  "text/rtf": true,
16743
- "video/audio/s16le": true,
16744
- "text/markdown": true,
16745
16861
  "video/webm": true,
16746
- "video/videoframe/jpeg2000": true,
16747
- "text/css": true,
16748
- "text/x-typescript": true,
16749
- "video/jpeg2000": true
16862
+ "image/jpeg": true,
16863
+ "text/x-python": true,
16864
+ "video/text/timestamp": true,
16865
+ "video/audio/s16le": true,
16866
+ "application/x-javascript": true
16750
16867
  },
16751
16868
  modelExperiments: {
16752
16869
  experiments: {
16753
- template__system_prompts__planning_mode_artifacts: {
16754
- 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"
16755
- },
16756
16870
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16757
- 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}'
16871
+ 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}'
16758
16872
  },
16759
16873
  "cascade-include-ephemeral-message": {
16760
- stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16874
+ stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16761
16875
  },
16762
16876
  template__system_prompts__communication_style: {
16763
- 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: ...'."
16877
+ 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"
16878
+ },
16879
+ template__system_prompts__guidelines: {
16880
+ 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"
16881
+ },
16882
+ template__system_prompts__messaging: {
16883
+ 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."
16764
16884
  }
16765
16885
  }
16766
16886
  }
16767
16887
  },
16768
- "gemini-3.6-flash-low": {
16769
- displayName: "Gemini 3.6 Flash (Low)",
16888
+ "gemini-3-flash-agent": {
16889
+ displayName: "Gemini 3.5 Flash (High)",
16770
16890
  supportsImages: true,
16771
16891
  supportsThinking: true,
16772
- thinkingBudget: 1e3,
16892
+ thinkingBudget: -1,
16773
16893
  minThinkingBudget: 32,
16774
16894
  recommended: true,
16775
16895
  maxTokens: 1048576,
16776
16896
  maxOutputTokens: 65536,
16777
16897
  quotaInfo: {
16778
- remainingFraction: 0.9868631,
16779
- resetTime: "2026-08-13T21:58:37Z"
16898
+ remainingFraction: 0.9805744,
16899
+ resetTime: "2026-08-14T09:59:17Z"
16780
16900
  },
16781
- model: "MODEL_PLACEHOLDER_M73",
16901
+ model: "MODEL_PLACEHOLDER_M84",
16782
16902
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16783
16903
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16784
16904
  supportsVideo: true,
16785
16905
  tagTitle: "Fast",
16786
16906
  tagDescription: "Limited time",
16787
16907
  supportedMimeTypes: {
16788
- "application/x-ipynb+json": true,
16789
16908
  "image/jpeg": true,
16790
- "video/mp4": true,
16909
+ "text/css": true,
16910
+ "text/csv": true,
16911
+ "application/x-typescript": true,
16912
+ "application/x-javascript": true,
16913
+ "image/heic": true,
16914
+ "text/rtf": true,
16915
+ "image/webp": true,
16916
+ "image/png": true,
16917
+ "text/x-python-script": true,
16791
16918
  "text/html": true,
16919
+ "video/webm": true,
16920
+ "video/text/timestamp": true,
16921
+ "text/xml": true,
16792
16922
  "text/markdown": true,
16793
- "text/x-python-script": true,
16794
- "image/png": true,
16795
16923
  "application/rtf": true,
16924
+ "text/x-python": true,
16925
+ "application/json": true,
16926
+ "application/pdf": true,
16927
+ "audio/webm;codecs=opus": true,
16928
+ "video/audio/s16le": true,
16929
+ "video/jpeg2000": true,
16930
+ "text/javascript": true,
16931
+ "application/x-ipynb+json": true,
16796
16932
  "text/plain": true,
16933
+ "video/mp4": true,
16934
+ "application/x-python-code": true,
16935
+ "video/videoframe/jpeg2000": true,
16797
16936
  "video/audio/wav": true,
16798
- "text/css": true,
16799
- "application/x-typescript": true,
16800
- "text/x-typescript": true,
16801
16937
  "image/heif": true,
16802
- "application/x-python-code": true,
16803
- "audio/webm;codecs=opus": true,
16804
- "application/json": true,
16805
- "video/text/timestamp": true,
16806
- "video/jpeg2000": true,
16807
- "text/csv": true,
16938
+ "text/x-typescript": true
16939
+ },
16940
+ modelExperiments: {
16941
+ experiments: {
16942
+ template__system_prompts__planning_mode_artifacts: {
16943
+ 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"
16944
+ },
16945
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16946
+ 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}'
16947
+ }
16948
+ }
16949
+ }
16950
+ },
16951
+ tab_jump_flash_lite_preview: {
16952
+ maxTokens: 16384,
16953
+ maxOutputTokens: 4096,
16954
+ quotaInfo: {
16955
+ remainingFraction: 1
16956
+ },
16957
+ model: "MODEL_PLACEHOLDER_M28",
16958
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16959
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16960
+ supportsCumulativeContext: true,
16961
+ tabJumpPrintLineRange: true,
16962
+ supportsEstimateTokenCounter: true,
16963
+ addCursorToFindReplaceTarget: true,
16964
+ toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
16965
+ requiresLeadInGeneration: true,
16966
+ requiresNoXmlToolExamples: true
16967
+ },
16968
+ "gemini-3.1-pro-low": {
16969
+ displayName: "Gemini 3.1 Pro (Low)",
16970
+ supportsImages: true,
16971
+ supportsThinking: true,
16972
+ thinkingBudget: 1001,
16973
+ minThinkingBudget: 128,
16974
+ recommended: true,
16975
+ maxTokens: 1048576,
16976
+ maxOutputTokens: 65535,
16977
+ quotaInfo: {
16978
+ remainingFraction: 0.9805744,
16979
+ resetTime: "2026-08-14T09:59:17Z"
16980
+ },
16981
+ model: "MODEL_PLACEHOLDER_M36",
16982
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16983
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16984
+ supportsVideo: true,
16985
+ supportedMimeTypes: {
16986
+ "text/markdown": true,
16987
+ "image/heic": true,
16988
+ "text/x-typescript": true,
16808
16989
  "text/javascript": true,
16809
- "text/rtf": true,
16810
- "video/audio/s16le": true,
16990
+ "video/jpeg2000": true,
16991
+ "image/jpeg": true,
16811
16992
  "application/x-javascript": true,
16993
+ "text/css": true,
16994
+ "video/mp4": true,
16995
+ "application/x-python-code": true,
16996
+ "application/x-typescript": true,
16997
+ "image/png": true,
16998
+ "video/audio/wav": true,
16999
+ "image/webp": true,
17000
+ "application/rtf": true,
17001
+ "video/text/timestamp": true,
16812
17002
  "application/pdf": true,
16813
- "video/videoframe/jpeg2000": true,
16814
17003
  "video/webm": true,
16815
- "image/webp": true,
17004
+ "text/plain": true,
17005
+ "text/x-python-script": true,
17006
+ "video/audio/s16le": true,
17007
+ "text/csv": true,
17008
+ "audio/webm;codecs=opus": true,
17009
+ "application/x-ipynb+json": true,
17010
+ "video/videoframe/jpeg2000": true,
17011
+ "image/heif": true,
17012
+ "text/rtf": true,
17013
+ "text/x-python": true,
17014
+ "application/json": true,
16816
17015
  "text/xml": true,
16817
- "image/heic": true,
16818
- "text/x-python": true
17016
+ "text/html": true
16819
17017
  },
16820
17018
  modelExperiments: {
16821
17019
  experiments: {
16822
- template__system_prompts__messaging: {
16823
- 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."
16824
- },
16825
17020
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16826
- 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}'
17021
+ 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}'
16827
17022
  },
16828
17023
  "cascade-include-ephemeral-message": {
16829
- stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
17024
+ stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16830
17025
  },
16831
17026
  template__system_prompts__communication_style: {
16832
- 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"
17027
+ 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: ...'."
16833
17028
  },
16834
- template__system_prompts__guidelines: {
16835
- 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"
17029
+ template__system_prompts__planning_mode_artifacts: {
17030
+ 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"
16836
17031
  }
16837
17032
  }
16838
17033
  }
@@ -16842,8 +17037,8 @@ var models_default = {
16842
17037
  maxTokens: 1048576,
16843
17038
  maxOutputTokens: 65535,
16844
17039
  quotaInfo: {
16845
- remainingFraction: 0.9868631,
16846
- resetTime: "2026-08-13T21:58:37Z"
17040
+ remainingFraction: 0.9805744,
17041
+ resetTime: "2026-08-14T09:59:17Z"
16847
17042
  },
16848
17043
  model: "MODEL_PLACEHOLDER_M50",
16849
17044
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
@@ -16866,8 +17061,8 @@ var models_default = {
16866
17061
  maxTokens: 1048576,
16867
17062
  maxOutputTokens: 65536,
16868
17063
  quotaInfo: {
16869
- remainingFraction: 0.9868631,
16870
- resetTime: "2026-08-13T21:58:37Z"
17064
+ remainingFraction: 0.9805744,
17065
+ resetTime: "2026-08-14T09:59:17Z"
16871
17066
  },
16872
17067
  model: "MODEL_PLACEHOLDER_M71",
16873
17068
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
@@ -16876,40 +17071,43 @@ var models_default = {
16876
17071
  tagTitle: "Fast",
16877
17072
  tagDescription: "Limited time",
16878
17073
  supportedMimeTypes: {
16879
- "video/mp4": true,
16880
- "video/webm": true,
16881
17074
  "text/xml": true,
16882
- "text/plain": true,
16883
- "text/javascript": true,
17075
+ "video/audio/s16le": true,
16884
17076
  "text/markdown": true,
16885
- "image/heif": true,
16886
- "video/text/timestamp": true,
17077
+ "image/webp": true,
17078
+ "application/json": true,
17079
+ "text/x-python-script": true,
17080
+ "image/jpeg": true,
16887
17081
  "application/rtf": true,
17082
+ "application/x-python-code": true,
17083
+ "text/csv": true,
17084
+ "image/png": true,
17085
+ "text/x-typescript": true,
17086
+ "application/x-javascript": true,
17087
+ "text/html": true,
17088
+ "application/x-ipynb+json": true,
17089
+ "video/webm": true,
16888
17090
  "image/heic": true,
17091
+ "text/plain": true,
17092
+ "application/x-typescript": true,
16889
17093
  "text/css": true,
17094
+ "text/rtf": true,
17095
+ "text/x-python": true,
16890
17096
  "video/audio/wav": true,
16891
- "text/x-typescript": true,
16892
- "application/json": true,
16893
- "video/audio/s16le": true,
16894
- "image/jpeg": true,
17097
+ "video/mp4": true,
16895
17098
  "video/videoframe/jpeg2000": true,
16896
- "text/x-python": true,
16897
- "application/pdf": true,
16898
- "application/x-typescript": true,
16899
- "text/rtf": true,
16900
- "image/webp": true,
16901
- "text/html": true,
16902
- "application/x-python-code": true,
17099
+ "video/text/timestamp": true,
16903
17100
  "audio/webm;codecs=opus": true,
16904
- "application/x-ipynb+json": true,
16905
- "image/png": true,
16906
- "video/jpeg2000": true,
16907
- "text/x-python-script": true,
16908
- "text/csv": true,
16909
- "application/x-javascript": true
17101
+ "text/javascript": true,
17102
+ "application/pdf": true,
17103
+ "image/heif": true,
17104
+ "video/jpeg2000": true
16910
17105
  },
16911
17106
  modelExperiments: {
16912
17107
  experiments: {
17108
+ "cascade-include-ephemeral-message": {
17109
+ stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
17110
+ },
16913
17111
  template__system_prompts__communication_style: {
16914
17112
  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"
16915
17113
  },
@@ -16921,136 +17119,87 @@ var models_default = {
16921
17119
  },
16922
17120
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16923
17121
  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}'
16924
- },
16925
- "cascade-include-ephemeral-message": {
16926
- stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16927
17122
  }
16928
17123
  }
16929
17124
  }
16930
17125
  },
16931
- "gemini-3-flash-agent": {
16932
- displayName: "Gemini 3.5 Flash (High)",
17126
+ "gemini-3.1-pro-high": {
17127
+ displayName: "Gemini 3.1 Pro (High)",
16933
17128
  supportsImages: true,
16934
17129
  supportsThinking: true,
16935
- thinkingBudget: -1,
16936
- minThinkingBudget: 32,
17130
+ thinkingBudget: 10001,
17131
+ minThinkingBudget: 128,
16937
17132
  recommended: true,
16938
17133
  maxTokens: 1048576,
16939
- maxOutputTokens: 65536,
17134
+ maxOutputTokens: 65535,
16940
17135
  quotaInfo: {
16941
- remainingFraction: 0.9868631,
16942
- resetTime: "2026-08-13T21:58:37Z"
17136
+ remainingFraction: 0.9805744,
17137
+ resetTime: "2026-08-14T09:59:17Z"
16943
17138
  },
16944
- model: "MODEL_PLACEHOLDER_M84",
17139
+ model: "MODEL_PLACEHOLDER_M37",
16945
17140
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16946
17141
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16947
17142
  supportsVideo: true,
16948
- tagTitle: "Fast",
16949
- tagDescription: "Limited time",
17143
+ tagTitle: "New",
16950
17144
  supportedMimeTypes: {
16951
- "text/markdown": true,
16952
- "image/webp": true,
16953
- "application/pdf": true,
16954
- "video/text/timestamp": true,
16955
- "audio/webm;codecs=opus": true,
16956
- "text/x-python-script": true,
16957
- "image/png": true,
17145
+ "text/x-typescript": true,
16958
17146
  "text/html": true,
16959
- "text/csv": true,
16960
- "application/x-python-code": true,
16961
- "application/json": true,
16962
- "video/videoframe/jpeg2000": true,
16963
17147
  "image/heif": true,
17148
+ "text/markdown": true,
17149
+ "text/xml": true,
16964
17150
  "application/x-typescript": true,
16965
- "application/x-ipynb+json": true,
16966
- "text/css": true,
17151
+ "application/rtf": true,
17152
+ "application/x-python-code": true,
17153
+ "video/videoframe/jpeg2000": true,
17154
+ "text/x-python": true,
17155
+ "application/json": true,
17156
+ "video/jpeg2000": true,
16967
17157
  "text/javascript": true,
16968
- "video/webm": true,
16969
17158
  "application/x-javascript": true,
16970
- "text/x-typescript": true,
17159
+ "application/x-ipynb+json": true,
17160
+ "image/jpeg": true,
16971
17161
  "video/audio/wav": true,
17162
+ "audio/webm;codecs=opus": true,
16972
17163
  "text/rtf": true,
16973
- "application/rtf": true,
17164
+ "text/css": true,
17165
+ "text/x-python-script": true,
17166
+ "video/text/timestamp": true,
17167
+ "image/png": true,
16974
17168
  "video/audio/s16le": true,
16975
- "video/jpeg2000": true,
16976
- "video/mp4": true,
16977
- "text/x-python": true,
16978
- "image/jpeg": true,
16979
17169
  "image/heic": true,
17170
+ "image/webp": true,
17171
+ "video/webm": true,
17172
+ "video/mp4": true,
16980
17173
  "text/plain": true,
16981
- "text/xml": true
17174
+ "text/csv": true,
17175
+ "application/pdf": true
16982
17176
  },
16983
17177
  modelExperiments: {
16984
17178
  experiments: {
16985
17179
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16986
- 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}'
17180
+ 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}'
16987
17181
  },
16988
- template__system_prompts__planning_mode_artifacts: {
16989
- 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"
16990
- }
16991
- }
16992
- }
16993
- },
16994
- "claude-sonnet-4-6": {
16995
- displayName: "Claude Sonnet 4.6 (Thinking)",
16996
- supportsImages: true,
16997
- supportsThinking: true,
16998
- thinkingBudget: 1024,
16999
- recommended: true,
17000
- maxTokens: 25e4,
17001
- maxOutputTokens: 64e3,
17002
- quotaInfo: {
17003
- remainingFraction: 0.8733688,
17004
- resetTime: "2026-08-14T01:18:39Z"
17005
- },
17006
- model: "MODEL_PLACEHOLDER_M35",
17007
- apiProvider: "API_PROVIDER_ANTHROPIC_VERTEX",
17008
- modelProvider: "MODEL_PROVIDER_ANTHROPIC",
17009
- supportedMimeTypes: {
17010
- "image/heic": true,
17011
- "image/heif": true,
17012
- "image/jpeg": true,
17013
- "image/png": true,
17014
- "image/webp": true,
17015
- "video/jpeg2000": true,
17016
- "video/videoframe/jpeg2000": true
17017
- },
17018
- modelExperiments: {
17019
- experiments: {
17020
- CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17021
- 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}'
17182
+ "cascade-include-ephemeral-message": {
17183
+ stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
17184
+ },
17185
+ template__system_prompts__communication_style: {
17186
+ 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: ...'."
17022
17187
  },
17023
17188
  template__system_prompts__planning_mode_artifacts: {
17024
17189
  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"
17025
17190
  }
17026
17191
  }
17027
- },
17028
- vertexModelId: "claude-sonnet-4-6@default"
17029
- },
17030
- chat_23310: {
17031
- maxTokens: 32768,
17032
- quotaInfo: {
17033
- remainingFraction: 1
17034
- },
17035
- model: "MODEL_CHAT_23310",
17036
- apiProvider: "API_PROVIDER_INTERNAL",
17037
- modelProvider: "MODEL_PROVIDER_GOOGLE",
17038
- supportsCumulativeContext: true,
17039
- supportsEstimateTokenCounter: true,
17040
- isInternal: true,
17041
- promptTemplaterType: "PROMPT_TEMPLATER_TYPE_CHATML",
17042
- toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
17043
- requiresLeadInGeneration: true
17192
+ }
17044
17193
  },
17045
- "gemini-2.5-flash-lite": {
17194
+ "gemini-2.5-flash-thinking": {
17046
17195
  displayName: "Gemini 3.1 Flash Lite",
17047
17196
  maxTokens: 1048576,
17048
17197
  maxOutputTokens: 65535,
17049
17198
  quotaInfo: {
17050
- remainingFraction: 0.9868631,
17051
- resetTime: "2026-08-13T21:58:37Z"
17199
+ remainingFraction: 0.9805744,
17200
+ resetTime: "2026-08-14T09:59:17Z"
17052
17201
  },
17053
- model: "MODEL_GOOGLE_GEMINI_2_5_FLASH_LITE",
17202
+ model: "MODEL_GOOGLE_GEMINI_2_5_FLASH_THINKING",
17054
17203
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
17055
17204
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17056
17205
  modelExperiments: {
@@ -17060,92 +17209,6 @@ var models_default = {
17060
17209
  }
17061
17210
  }
17062
17211
  }
17063
- },
17064
- "gemini-3.6-flash-medium": {
17065
- displayName: "Gemini 3.6 Flash (Medium)",
17066
- supportsImages: true,
17067
- supportsThinking: true,
17068
- thinkingBudget: 4e3,
17069
- minThinkingBudget: 32,
17070
- recommended: true,
17071
- maxTokens: 1048576,
17072
- maxOutputTokens: 65536,
17073
- quotaInfo: {
17074
- remainingFraction: 0.9868631,
17075
- resetTime: "2026-08-13T21:58:37Z"
17076
- },
17077
- model: "MODEL_PLACEHOLDER_M72",
17078
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
17079
- modelProvider: "MODEL_PROVIDER_GOOGLE",
17080
- supportsVideo: true,
17081
- tagTitle: "Fast",
17082
- tagDescription: "Limited time",
17083
- supportedMimeTypes: {
17084
- "video/audio/s16le": true,
17085
- "text/x-python": true,
17086
- "text/x-typescript": true,
17087
- "video/videoframe/jpeg2000": true,
17088
- "text/html": true,
17089
- "image/heif": true,
17090
- "text/x-python-script": true,
17091
- "text/javascript": true,
17092
- "text/css": true,
17093
- "application/x-javascript": true,
17094
- "application/x-typescript": true,
17095
- "image/webp": true,
17096
- "image/jpeg": true,
17097
- "video/mp4": true,
17098
- "video/jpeg2000": true,
17099
- "application/json": true,
17100
- "text/plain": true,
17101
- "text/markdown": true,
17102
- "application/rtf": true,
17103
- "application/x-python-code": true,
17104
- "video/audio/wav": true,
17105
- "audio/webm;codecs=opus": true,
17106
- "video/webm": true,
17107
- "application/x-ipynb+json": true,
17108
- "video/text/timestamp": true,
17109
- "text/csv": true,
17110
- "image/heic": true,
17111
- "application/pdf": true,
17112
- "image/png": true,
17113
- "text/xml": true,
17114
- "text/rtf": true
17115
- },
17116
- modelExperiments: {
17117
- experiments: {
17118
- "cascade-include-ephemeral-message": {
17119
- stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
17120
- },
17121
- template__system_prompts__communication_style: {
17122
- 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"
17123
- },
17124
- template__system_prompts__guidelines: {
17125
- 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"
17126
- },
17127
- template__system_prompts__messaging: {
17128
- 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."
17129
- },
17130
- CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17131
- 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}'
17132
- }
17133
- }
17134
- }
17135
- },
17136
- tab_flash_lite_preview: {
17137
- maxTokens: 16384,
17138
- maxOutputTokens: 4096,
17139
- quotaInfo: {
17140
- remainingFraction: 1
17141
- },
17142
- model: "MODEL_PLACEHOLDER_M19",
17143
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
17144
- modelProvider: "MODEL_PROVIDER_GOOGLE",
17145
- supportsCumulativeContext: true,
17146
- supportsEstimateTokenCounter: true,
17147
- toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
17148
- requiresLeadInGeneration: true
17149
17212
  }
17150
17213
  },
17151
17214
  defaultAgentModelId: "gemini-3.7-flash-high",
@@ -17268,7 +17331,7 @@ var models_default = {
17268
17331
  "gemini-3.1-flash-lite"
17269
17332
  ],
17270
17333
  flash: [
17271
- "gemini-3.6-flash-tiered"
17334
+ "gemini-3.7-flash-tiered"
17272
17335
  ],
17273
17336
  pro: [
17274
17337
  "gemini-3.1-pro-low"