@anthonyhaussman/opencode-agy-auth 1.1.15 → 1.1.16
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 +758 -762
- package/dist/index.js.map +1 -1
- package/dist/src/sdk/agy-cli-version.d.ts +1 -1
- package/package.json +4 -4
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.
|
|
271
|
+
var AGY_CLI_VERSION = "1.1.16";
|
|
272
272
|
|
|
273
273
|
// src/sdk/user-agent.ts
|
|
274
274
|
var cachedUserAgent = null;
|
|
@@ -16001,6 +16001,84 @@ import { randomUUID as randomUUID3 } from "crypto";
|
|
|
16001
16001
|
// models.json
|
|
16002
16002
|
var models_default = {
|
|
16003
16003
|
models: {
|
|
16004
|
+
chat_23310: {
|
|
16005
|
+
maxTokens: 32768,
|
|
16006
|
+
quotaInfo: {
|
|
16007
|
+
remainingFraction: 1
|
|
16008
|
+
},
|
|
16009
|
+
model: "MODEL_CHAT_23310",
|
|
16010
|
+
apiProvider: "API_PROVIDER_INTERNAL",
|
|
16011
|
+
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16012
|
+
supportsCumulativeContext: true,
|
|
16013
|
+
supportsEstimateTokenCounter: true,
|
|
16014
|
+
isInternal: true,
|
|
16015
|
+
promptTemplaterType: "PROMPT_TEMPLATER_TYPE_CHATML",
|
|
16016
|
+
toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
|
|
16017
|
+
requiresLeadInGeneration: true
|
|
16018
|
+
},
|
|
16019
|
+
"gemini-3.7-flash-tiered": {
|
|
16020
|
+
supportsImages: true,
|
|
16021
|
+
supportsThinking: true,
|
|
16022
|
+
thinkingBudget: -1,
|
|
16023
|
+
minThinkingBudget: 32,
|
|
16024
|
+
recommended: true,
|
|
16025
|
+
maxTokens: 1048576,
|
|
16026
|
+
maxOutputTokens: 65536,
|
|
16027
|
+
quotaInfo: {
|
|
16028
|
+
remainingFraction: 0.9831897,
|
|
16029
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
16030
|
+
},
|
|
16031
|
+
model: "MODEL_PLACEHOLDER_M301",
|
|
16032
|
+
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
16033
|
+
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16034
|
+
supportsVideo: true,
|
|
16035
|
+
supportedMimeTypes: {
|
|
16036
|
+
"application/x-javascript": true,
|
|
16037
|
+
"video/mp4": true,
|
|
16038
|
+
"video/jpeg2000": true,
|
|
16039
|
+
"video/videoframe/jpeg2000": true,
|
|
16040
|
+
"text/markdown": true,
|
|
16041
|
+
"image/heif": true,
|
|
16042
|
+
"image/png": true,
|
|
16043
|
+
"text/csv": true,
|
|
16044
|
+
"text/rtf": true,
|
|
16045
|
+
"text/css": true,
|
|
16046
|
+
"application/x-python-code": true,
|
|
16047
|
+
"application/json": true,
|
|
16048
|
+
"application/x-typescript": true,
|
|
16049
|
+
"text/x-python": true,
|
|
16050
|
+
"text/plain": true,
|
|
16051
|
+
"text/xml": true,
|
|
16052
|
+
"video/audio/wav": true,
|
|
16053
|
+
"text/x-typescript": true,
|
|
16054
|
+
"audio/webm;codecs=opus": true,
|
|
16055
|
+
"video/audio/s16le": true,
|
|
16056
|
+
"video/webm": true,
|
|
16057
|
+
"image/webp": true,
|
|
16058
|
+
"application/pdf": true,
|
|
16059
|
+
"application/rtf": true,
|
|
16060
|
+
"text/javascript": true,
|
|
16061
|
+
"image/heic": true,
|
|
16062
|
+
"application/x-ipynb+json": true,
|
|
16063
|
+
"image/jpeg": true,
|
|
16064
|
+
"text/x-python-script": true,
|
|
16065
|
+
"text/html": true,
|
|
16066
|
+
"video/text/timestamp": true
|
|
16067
|
+
},
|
|
16068
|
+
modelExperiments: {
|
|
16069
|
+
experiments: {
|
|
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."
|
|
16075
|
+
},
|
|
16076
|
+
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16077
|
+
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}'
|
|
16078
|
+
}
|
|
16079
|
+
}
|
|
16080
|
+
}
|
|
16081
|
+
},
|
|
16004
16082
|
"gemini-3.1-pro-high": {
|
|
16005
16083
|
displayName: "Gemini 3.1 Pro (High)",
|
|
16006
16084
|
supportsImages: true,
|
|
@@ -16011,8 +16089,8 @@ var models_default = {
|
|
|
16011
16089
|
maxTokens: 1048576,
|
|
16012
16090
|
maxOutputTokens: 65535,
|
|
16013
16091
|
quotaInfo: {
|
|
16014
|
-
remainingFraction: 0.
|
|
16015
|
-
resetTime: "2026-08-
|
|
16092
|
+
remainingFraction: 0.9831897,
|
|
16093
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
16016
16094
|
},
|
|
16017
16095
|
model: "MODEL_PLACEHOLDER_M37",
|
|
16018
16096
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
@@ -16020,43 +16098,40 @@ var models_default = {
|
|
|
16020
16098
|
supportsVideo: true,
|
|
16021
16099
|
tagTitle: "New",
|
|
16022
16100
|
supportedMimeTypes: {
|
|
16023
|
-
"
|
|
16101
|
+
"application/x-javascript": true,
|
|
16102
|
+
"text/css": true,
|
|
16024
16103
|
"image/webp": true,
|
|
16025
|
-
"text/markdown": true,
|
|
16026
16104
|
"text/xml": true,
|
|
16027
|
-
"text/
|
|
16028
|
-
"
|
|
16029
|
-
"
|
|
16030
|
-
"text/rtf": true,
|
|
16031
|
-
"video/jpeg2000": true,
|
|
16105
|
+
"text/x-python": true,
|
|
16106
|
+
"video/audio/s16le": true,
|
|
16107
|
+
"video/videoframe/jpeg2000": true,
|
|
16032
16108
|
"application/pdf": true,
|
|
16033
|
-
"
|
|
16034
|
-
"image/heic": true,
|
|
16035
|
-
"text/plain": true,
|
|
16109
|
+
"application/x-python-code": true,
|
|
16036
16110
|
"audio/webm;codecs=opus": true,
|
|
16037
|
-
"image/heif": true,
|
|
16038
|
-
"application/rtf": true,
|
|
16039
|
-
"video/audio/s16le": true,
|
|
16040
16111
|
"video/mp4": true,
|
|
16112
|
+
"video/text/timestamp": true,
|
|
16113
|
+
"application/rtf": true,
|
|
16114
|
+
"image/png": true,
|
|
16115
|
+
"text/x-typescript": true,
|
|
16041
16116
|
"text/x-python-script": true,
|
|
16042
|
-
"
|
|
16043
|
-
"text/
|
|
16117
|
+
"text/plain": true,
|
|
16118
|
+
"text/markdown": true,
|
|
16119
|
+
"text/rtf": true,
|
|
16044
16120
|
"video/webm": true,
|
|
16045
|
-
"video/videoframe/jpeg2000": true,
|
|
16046
|
-
"application/x-ipynb+json": true,
|
|
16047
16121
|
"application/x-typescript": true,
|
|
16048
|
-
"
|
|
16049
|
-
"application/x-python-code": true,
|
|
16050
|
-
"application/x-javascript": true,
|
|
16122
|
+
"video/audio/wav": true,
|
|
16051
16123
|
"image/jpeg": true,
|
|
16052
16124
|
"application/json": true,
|
|
16053
|
-
"
|
|
16125
|
+
"video/jpeg2000": true,
|
|
16126
|
+
"application/x-ipynb+json": true,
|
|
16127
|
+
"text/javascript": true,
|
|
16128
|
+
"text/csv": true,
|
|
16129
|
+
"image/heic": true,
|
|
16130
|
+
"text/html": true,
|
|
16131
|
+
"image/heif": true
|
|
16054
16132
|
},
|
|
16055
16133
|
modelExperiments: {
|
|
16056
16134
|
experiments: {
|
|
16057
|
-
template__system_prompts__communication_style: {
|
|
16058
|
-
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: ...'."
|
|
16059
|
-
},
|
|
16060
16135
|
template__system_prompts__planning_mode_artifacts: {
|
|
16061
16136
|
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"
|
|
16062
16137
|
},
|
|
@@ -16065,127 +16140,133 @@ var models_default = {
|
|
|
16065
16140
|
},
|
|
16066
16141
|
"cascade-include-ephemeral-message": {
|
|
16067
16142
|
stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
|
|
16143
|
+
},
|
|
16144
|
+
template__system_prompts__communication_style: {
|
|
16145
|
+
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: ...'."
|
|
16068
16146
|
}
|
|
16069
16147
|
}
|
|
16070
16148
|
}
|
|
16071
16149
|
},
|
|
16072
|
-
"gemini-3.
|
|
16073
|
-
displayName: "Gemini 3.
|
|
16150
|
+
"gemini-3.7-flash-low": {
|
|
16151
|
+
displayName: "Gemini 3.7 Flash (Low)",
|
|
16074
16152
|
supportsImages: true,
|
|
16075
16153
|
supportsThinking: true,
|
|
16076
|
-
thinkingBudget:
|
|
16154
|
+
thinkingBudget: 1e3,
|
|
16077
16155
|
minThinkingBudget: 32,
|
|
16078
16156
|
recommended: true,
|
|
16079
16157
|
maxTokens: 1048576,
|
|
16080
16158
|
maxOutputTokens: 65536,
|
|
16081
16159
|
quotaInfo: {
|
|
16082
|
-
remainingFraction: 0.
|
|
16083
|
-
resetTime: "2026-08-
|
|
16160
|
+
remainingFraction: 0.9831897,
|
|
16161
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
16084
16162
|
},
|
|
16085
|
-
model: "
|
|
16163
|
+
model: "MODEL_PLACEHOLDER_M300",
|
|
16086
16164
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
16087
16165
|
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16088
16166
|
supportsVideo: true,
|
|
16089
16167
|
tagTitle: "Fast",
|
|
16090
16168
|
tagDescription: "Limited time",
|
|
16091
16169
|
supportedMimeTypes: {
|
|
16170
|
+
"video/audio/wav": true,
|
|
16171
|
+
"application/json": true,
|
|
16172
|
+
"image/heic": true,
|
|
16092
16173
|
"text/plain": true,
|
|
16093
|
-
"text/
|
|
16174
|
+
"text/javascript": true,
|
|
16175
|
+
"image/heif": true,
|
|
16176
|
+
"video/videoframe/jpeg2000": true,
|
|
16177
|
+
"image/webp": true,
|
|
16094
16178
|
"audio/webm;codecs=opus": true,
|
|
16095
|
-
"
|
|
16179
|
+
"application/x-ipynb+json": true,
|
|
16096
16180
|
"text/xml": true,
|
|
16097
|
-
"application/rtf": true,
|
|
16098
|
-
"video/videoframe/jpeg2000": true,
|
|
16099
|
-
"text/rtf": true,
|
|
16100
|
-
"text/html": true,
|
|
16101
|
-
"text/javascript": true,
|
|
16102
16181
|
"image/png": true,
|
|
16103
|
-
"
|
|
16104
|
-
"
|
|
16105
|
-
"
|
|
16106
|
-
"text/x-python": true,
|
|
16107
|
-
"video/jpeg2000": true,
|
|
16108
|
-
"application/json": true,
|
|
16109
|
-
"application/pdf": true,
|
|
16110
|
-
"text/css": true,
|
|
16111
|
-
"video/text/timestamp": true,
|
|
16112
|
-
"application/x-typescript": true,
|
|
16113
|
-
"image/heif": true,
|
|
16114
|
-
"text/x-typescript": true,
|
|
16115
|
-
"text/csv": true,
|
|
16182
|
+
"application/x-javascript": true,
|
|
16183
|
+
"video/webm": true,
|
|
16184
|
+
"video/mp4": true,
|
|
16116
16185
|
"video/audio/s16le": true,
|
|
16186
|
+
"text/x-typescript": true,
|
|
16117
16187
|
"application/x-python-code": true,
|
|
16118
|
-
"
|
|
16188
|
+
"text/css": true,
|
|
16119
16189
|
"image/jpeg": true,
|
|
16120
|
-
"
|
|
16121
|
-
"
|
|
16122
|
-
"
|
|
16190
|
+
"application/rtf": true,
|
|
16191
|
+
"text/x-python": true,
|
|
16192
|
+
"text/x-python-script": true,
|
|
16193
|
+
"text/markdown": true,
|
|
16194
|
+
"text/csv": true,
|
|
16195
|
+
"video/text/timestamp": true,
|
|
16196
|
+
"video/jpeg2000": true,
|
|
16197
|
+
"application/x-typescript": true,
|
|
16198
|
+
"application/pdf": true,
|
|
16199
|
+
"text/rtf": true,
|
|
16200
|
+
"text/html": true
|
|
16123
16201
|
},
|
|
16124
16202
|
modelExperiments: {
|
|
16125
16203
|
experiments: {
|
|
16126
|
-
template__system_prompts__planning_mode_artifacts: {
|
|
16127
|
-
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"
|
|
16128
|
-
},
|
|
16129
16204
|
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16130
16205
|
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}'
|
|
16206
|
+
},
|
|
16207
|
+
"cascade-include-ephemeral-message": {
|
|
16208
|
+
stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
|
|
16209
|
+
},
|
|
16210
|
+
"task-details-suffix": {
|
|
16211
|
+
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."
|
|
16131
16212
|
}
|
|
16132
16213
|
}
|
|
16133
16214
|
}
|
|
16134
16215
|
},
|
|
16135
|
-
"gemini-3.6-flash-
|
|
16136
|
-
displayName: "Gemini 3.6 Flash (Low)",
|
|
16216
|
+
"gemini-3.6-flash-tiered": {
|
|
16137
16217
|
supportsImages: true,
|
|
16138
16218
|
supportsThinking: true,
|
|
16139
|
-
thinkingBudget:
|
|
16219
|
+
thinkingBudget: -1,
|
|
16140
16220
|
minThinkingBudget: 32,
|
|
16141
16221
|
recommended: true,
|
|
16142
16222
|
maxTokens: 1048576,
|
|
16143
16223
|
maxOutputTokens: 65536,
|
|
16144
16224
|
quotaInfo: {
|
|
16145
|
-
remainingFraction: 0.
|
|
16146
|
-
resetTime: "2026-08-
|
|
16225
|
+
remainingFraction: 0.9831897,
|
|
16226
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
16147
16227
|
},
|
|
16148
|
-
model: "
|
|
16228
|
+
model: "MODEL_PLACEHOLDER_M196",
|
|
16149
16229
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
16150
16230
|
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16151
16231
|
supportsVideo: true,
|
|
16152
|
-
tagTitle: "Fast",
|
|
16153
|
-
tagDescription: "Limited time",
|
|
16154
16232
|
supportedMimeTypes: {
|
|
16155
|
-
"
|
|
16233
|
+
"application/x-ipynb+json": true,
|
|
16234
|
+
"image/heic": true,
|
|
16235
|
+
"text/markdown": true,
|
|
16156
16236
|
"text/x-python-script": true,
|
|
16157
|
-
"
|
|
16158
|
-
"
|
|
16159
|
-
"image/png": true,
|
|
16237
|
+
"text/x-typescript": true,
|
|
16238
|
+
"application/x-typescript": true,
|
|
16160
16239
|
"application/x-python-code": true,
|
|
16161
|
-
"
|
|
16162
|
-
"text/
|
|
16240
|
+
"image/jpeg": true,
|
|
16241
|
+
"text/javascript": true,
|
|
16242
|
+
"image/webp": true,
|
|
16243
|
+
"text/rtf": true,
|
|
16244
|
+
"video/mp4": true,
|
|
16163
16245
|
"text/plain": true,
|
|
16164
|
-
"
|
|
16165
|
-
"
|
|
16166
|
-
"text/
|
|
16246
|
+
"video/text/timestamp": true,
|
|
16247
|
+
"text/html": true,
|
|
16248
|
+
"text/x-python": true,
|
|
16249
|
+
"text/xml": true,
|
|
16167
16250
|
"text/css": true,
|
|
16168
16251
|
"audio/webm;codecs=opus": true,
|
|
16169
|
-
"text/xml": true,
|
|
16170
|
-
"image/webp": true,
|
|
16171
|
-
"image/jpeg": true,
|
|
16172
16252
|
"video/jpeg2000": true,
|
|
16173
|
-
"
|
|
16174
|
-
"video/mp4": true,
|
|
16175
|
-
"text/x-typescript": true,
|
|
16176
|
-
"image/heif": true,
|
|
16177
|
-
"application/x-typescript": true,
|
|
16253
|
+
"application/x-javascript": true,
|
|
16178
16254
|
"video/audio/s16le": true,
|
|
16179
|
-
"
|
|
16255
|
+
"image/heif": true,
|
|
16256
|
+
"video/webm": true,
|
|
16257
|
+
"text/csv": true,
|
|
16258
|
+
"application/json": true,
|
|
16259
|
+
"image/png": true,
|
|
16180
16260
|
"application/rtf": true,
|
|
16261
|
+
"video/videoframe/jpeg2000": true,
|
|
16181
16262
|
"application/pdf": true,
|
|
16182
|
-
"
|
|
16183
|
-
"video/text/timestamp": true,
|
|
16184
|
-
"image/heic": true,
|
|
16185
|
-
"application/json": true
|
|
16263
|
+
"video/audio/wav": true
|
|
16186
16264
|
},
|
|
16187
16265
|
modelExperiments: {
|
|
16188
16266
|
experiments: {
|
|
16267
|
+
template__system_prompts__communication_style: {
|
|
16268
|
+
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"
|
|
16269
|
+
},
|
|
16189
16270
|
template__system_prompts__guidelines: {
|
|
16190
16271
|
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"
|
|
16191
16272
|
},
|
|
@@ -16197,104 +16278,62 @@ var models_default = {
|
|
|
16197
16278
|
},
|
|
16198
16279
|
"cascade-include-ephemeral-message": {
|
|
16199
16280
|
stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
|
|
16200
|
-
},
|
|
16201
|
-
template__system_prompts__communication_style: {
|
|
16202
|
-
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"
|
|
16203
16281
|
}
|
|
16204
16282
|
}
|
|
16205
16283
|
}
|
|
16206
16284
|
},
|
|
16207
|
-
"
|
|
16208
|
-
displayName: "
|
|
16285
|
+
"gemini-3.1-pro-low": {
|
|
16286
|
+
displayName: "Gemini 3.1 Pro (Low)",
|
|
16209
16287
|
supportsImages: true,
|
|
16210
16288
|
supportsThinking: true,
|
|
16211
|
-
thinkingBudget:
|
|
16289
|
+
thinkingBudget: 1001,
|
|
16290
|
+
minThinkingBudget: 128,
|
|
16212
16291
|
recommended: true,
|
|
16213
|
-
maxTokens:
|
|
16214
|
-
maxOutputTokens:
|
|
16292
|
+
maxTokens: 1048576,
|
|
16293
|
+
maxOutputTokens: 65535,
|
|
16215
16294
|
quotaInfo: {
|
|
16216
|
-
remainingFraction:
|
|
16217
|
-
resetTime: "2026-08-
|
|
16218
|
-
},
|
|
16219
|
-
model: "MODEL_PLACEHOLDER_M26",
|
|
16220
|
-
apiProvider: "API_PROVIDER_ANTHROPIC_VERTEX",
|
|
16221
|
-
modelProvider: "MODEL_PROVIDER_ANTHROPIC",
|
|
16222
|
-
supportedMimeTypes: {
|
|
16223
|
-
"image/webp": true,
|
|
16224
|
-
"video/jpeg2000": true,
|
|
16225
|
-
"video/videoframe/jpeg2000": true,
|
|
16226
|
-
"image/heic": true,
|
|
16227
|
-
"image/heif": true,
|
|
16228
|
-
"image/jpeg": true,
|
|
16229
|
-
"image/png": true
|
|
16230
|
-
},
|
|
16231
|
-
modelExperiments: {
|
|
16232
|
-
experiments: {
|
|
16233
|
-
template__system_prompts__planning_mode_artifacts: {
|
|
16234
|
-
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"
|
|
16235
|
-
},
|
|
16236
|
-
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16237
|
-
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}'
|
|
16238
|
-
}
|
|
16239
|
-
}
|
|
16240
|
-
},
|
|
16241
|
-
vertexModelId: "claude-opus-4-6@default"
|
|
16242
|
-
},
|
|
16243
|
-
"gemini-3.1-pro-low": {
|
|
16244
|
-
displayName: "Gemini 3.1 Pro (Low)",
|
|
16245
|
-
supportsImages: true,
|
|
16246
|
-
supportsThinking: true,
|
|
16247
|
-
thinkingBudget: 1001,
|
|
16248
|
-
minThinkingBudget: 128,
|
|
16249
|
-
recommended: true,
|
|
16250
|
-
maxTokens: 1048576,
|
|
16251
|
-
maxOutputTokens: 65535,
|
|
16252
|
-
quotaInfo: {
|
|
16253
|
-
remainingFraction: 0.9501093,
|
|
16254
|
-
resetTime: "2026-08-19T10:09:43Z"
|
|
16295
|
+
remainingFraction: 0.9831897,
|
|
16296
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
16255
16297
|
},
|
|
16256
16298
|
model: "MODEL_PLACEHOLDER_M36",
|
|
16257
16299
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
16258
16300
|
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16259
16301
|
supportsVideo: true,
|
|
16260
16302
|
supportedMimeTypes: {
|
|
16261
|
-
"application/
|
|
16262
|
-
"
|
|
16263
|
-
"image/jpeg": true,
|
|
16264
|
-
"application/pdf": true,
|
|
16265
|
-
"text/csv": true,
|
|
16266
|
-
"text/xml": true,
|
|
16303
|
+
"application/json": true,
|
|
16304
|
+
"video/videoframe/jpeg2000": true,
|
|
16267
16305
|
"image/webp": true,
|
|
16268
16306
|
"text/javascript": true,
|
|
16269
|
-
"text/rtf": true,
|
|
16270
|
-
"application/x-javascript": true,
|
|
16271
|
-
"text/css": true,
|
|
16272
|
-
"video/audio/wav": true,
|
|
16273
|
-
"text/x-python": true,
|
|
16274
|
-
"application/x-typescript": true,
|
|
16275
|
-
"text/x-typescript": true,
|
|
16276
|
-
"video/webm": true,
|
|
16277
|
-
"application/json": true,
|
|
16278
|
-
"application/rtf": true,
|
|
16279
|
-
"video/mp4": true,
|
|
16280
|
-
"text/plain": true,
|
|
16281
|
-
"video/text/timestamp": true,
|
|
16282
16307
|
"video/audio/s16le": true,
|
|
16283
16308
|
"image/heic": true,
|
|
16284
|
-
"
|
|
16309
|
+
"video/mp4": true,
|
|
16285
16310
|
"text/html": true,
|
|
16286
|
-
"
|
|
16287
|
-
"
|
|
16288
|
-
"video/
|
|
16311
|
+
"application/rtf": true,
|
|
16312
|
+
"image/jpeg": true,
|
|
16313
|
+
"video/audio/wav": true,
|
|
16314
|
+
"text/x-python-script": true,
|
|
16315
|
+
"application/pdf": true,
|
|
16316
|
+
"text/plain": true,
|
|
16317
|
+
"image/heif": true,
|
|
16318
|
+
"video/text/timestamp": true,
|
|
16319
|
+
"application/x-javascript": true,
|
|
16320
|
+
"text/x-typescript": true,
|
|
16321
|
+
"application/x-ipynb+json": true,
|
|
16322
|
+
"application/x-typescript": true,
|
|
16323
|
+
"text/rtf": true,
|
|
16324
|
+
"text/csv": true,
|
|
16325
|
+
"video/webm": true,
|
|
16326
|
+
"application/x-python-code": true,
|
|
16289
16327
|
"video/jpeg2000": true,
|
|
16290
16328
|
"image/png": true,
|
|
16291
|
-
"text/
|
|
16329
|
+
"text/xml": true,
|
|
16330
|
+
"text/x-python": true,
|
|
16331
|
+
"text/css": true,
|
|
16332
|
+
"audio/webm;codecs=opus": true,
|
|
16333
|
+
"text/markdown": true
|
|
16292
16334
|
},
|
|
16293
16335
|
modelExperiments: {
|
|
16294
16336
|
experiments: {
|
|
16295
|
-
template__system_prompts__planning_mode_artifacts: {
|
|
16296
|
-
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"
|
|
16297
|
-
},
|
|
16298
16337
|
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16299
16338
|
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}'
|
|
16300
16339
|
},
|
|
@@ -16303,252 +16342,179 @@ var models_default = {
|
|
|
16303
16342
|
},
|
|
16304
16343
|
template__system_prompts__communication_style: {
|
|
16305
16344
|
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: ...'."
|
|
16345
|
+
},
|
|
16346
|
+
template__system_prompts__planning_mode_artifacts: {
|
|
16347
|
+
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
16348
|
}
|
|
16307
16349
|
}
|
|
16308
16350
|
}
|
|
16309
16351
|
},
|
|
16310
|
-
"gemini-3
|
|
16311
|
-
displayName: "Gemini 3
|
|
16352
|
+
"gemini-3-flash": {
|
|
16353
|
+
displayName: "Gemini 3 Flash",
|
|
16312
16354
|
supportsImages: true,
|
|
16313
16355
|
supportsThinking: true,
|
|
16314
|
-
thinkingBudget:
|
|
16356
|
+
thinkingBudget: -1,
|
|
16315
16357
|
minThinkingBudget: 32,
|
|
16316
16358
|
recommended: true,
|
|
16317
16359
|
maxTokens: 1048576,
|
|
16318
16360
|
maxOutputTokens: 65536,
|
|
16319
16361
|
quotaInfo: {
|
|
16320
|
-
remainingFraction: 0.
|
|
16321
|
-
resetTime: "2026-08-
|
|
16362
|
+
remainingFraction: 0.9831897,
|
|
16363
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
16322
16364
|
},
|
|
16323
|
-
model: "
|
|
16365
|
+
model: "MODEL_PLACEHOLDER_M18",
|
|
16324
16366
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
16325
16367
|
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16326
16368
|
supportsVideo: true,
|
|
16327
|
-
tagTitle: "Fast",
|
|
16328
|
-
tagDescription: "Limited time",
|
|
16329
16369
|
supportedMimeTypes: {
|
|
16330
|
-
"
|
|
16331
|
-
"
|
|
16370
|
+
"application/x-python-code": true,
|
|
16371
|
+
"video/webm": true,
|
|
16372
|
+
"application/rtf": true,
|
|
16373
|
+
"text/html": true,
|
|
16374
|
+
"video/videoframe/jpeg2000": true,
|
|
16332
16375
|
"image/webp": true,
|
|
16333
|
-
"
|
|
16334
|
-
"
|
|
16335
|
-
"text/x-python-script": true,
|
|
16376
|
+
"application/json": true,
|
|
16377
|
+
"application/x-ipynb+json": true,
|
|
16336
16378
|
"text/x-typescript": true,
|
|
16379
|
+
"text/x-python-script": true,
|
|
16337
16380
|
"image/png": true,
|
|
16338
|
-
"text/html": true,
|
|
16339
|
-
"video/jpeg2000": true,
|
|
16340
|
-
"text/x-python": true,
|
|
16341
|
-
"application/x-javascript": true,
|
|
16342
|
-
"application/x-typescript": true,
|
|
16343
|
-
"application/json": true,
|
|
16344
|
-
"text/plain": true,
|
|
16345
|
-
"text/javascript": true,
|
|
16346
|
-
"application/rtf": true,
|
|
16347
|
-
"video/webm": true,
|
|
16348
16381
|
"text/markdown": true,
|
|
16382
|
+
"text/xml": true,
|
|
16383
|
+
"text/plain": true,
|
|
16384
|
+
"application/x-typescript": true,
|
|
16385
|
+
"video/mp4": true,
|
|
16349
16386
|
"text/css": true,
|
|
16350
|
-
"text/
|
|
16351
|
-
"video/
|
|
16387
|
+
"text/javascript": true,
|
|
16388
|
+
"video/jpeg2000": true,
|
|
16389
|
+
"video/audio/s16le": true,
|
|
16352
16390
|
"image/heif": true,
|
|
16353
|
-
"audio/
|
|
16354
|
-
"video/
|
|
16355
|
-
"application/x-python-code": true,
|
|
16391
|
+
"video/audio/wav": true,
|
|
16392
|
+
"video/text/timestamp": true,
|
|
16356
16393
|
"image/jpeg": true,
|
|
16357
|
-
"
|
|
16358
|
-
"
|
|
16359
|
-
"
|
|
16360
|
-
"
|
|
16394
|
+
"image/heic": true,
|
|
16395
|
+
"text/x-python": true,
|
|
16396
|
+
"text/csv": true,
|
|
16397
|
+
"application/pdf": true,
|
|
16398
|
+
"audio/webm;codecs=opus": true,
|
|
16399
|
+
"application/x-javascript": true,
|
|
16400
|
+
"text/rtf": true
|
|
16361
16401
|
},
|
|
16362
16402
|
modelExperiments: {
|
|
16363
16403
|
experiments: {
|
|
16364
|
-
"task-details-suffix": {
|
|
16365
|
-
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."
|
|
16366
|
-
},
|
|
16367
16404
|
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16368
|
-
stringValue: '{\n "strategy": "
|
|
16405
|
+
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}'
|
|
16369
16406
|
},
|
|
16370
|
-
|
|
16371
|
-
stringValue: '
|
|
16407
|
+
template__system_prompts__communication_style: {
|
|
16408
|
+
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.'
|
|
16372
16409
|
}
|
|
16373
16410
|
}
|
|
16374
16411
|
}
|
|
16375
16412
|
},
|
|
16376
|
-
|
|
16377
|
-
|
|
16378
|
-
|
|
16413
|
+
"gemini-3.1-flash-lite": {
|
|
16414
|
+
displayName: "Gemini 3.1 Flash Lite",
|
|
16415
|
+
maxTokens: 1048576,
|
|
16416
|
+
maxOutputTokens: 65535,
|
|
16379
16417
|
quotaInfo: {
|
|
16380
|
-
remainingFraction:
|
|
16418
|
+
remainingFraction: 0.9831897,
|
|
16419
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
16381
16420
|
},
|
|
16382
|
-
model: "
|
|
16421
|
+
model: "MODEL_PLACEHOLDER_M50",
|
|
16383
16422
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
16384
16423
|
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16385
|
-
|
|
16386
|
-
|
|
16387
|
-
|
|
16388
|
-
|
|
16389
|
-
|
|
16390
|
-
|
|
16391
|
-
|
|
16424
|
+
modelExperiments: {
|
|
16425
|
+
experiments: {
|
|
16426
|
+
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16427
|
+
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}'
|
|
16428
|
+
}
|
|
16429
|
+
}
|
|
16430
|
+
}
|
|
16392
16431
|
},
|
|
16393
|
-
"
|
|
16394
|
-
displayName: "
|
|
16432
|
+
"claude-sonnet-4-6": {
|
|
16433
|
+
displayName: "Claude Sonnet 4.6 (Thinking)",
|
|
16434
|
+
supportsImages: true,
|
|
16395
16435
|
supportsThinking: true,
|
|
16396
|
-
thinkingBudget:
|
|
16436
|
+
thinkingBudget: 1024,
|
|
16397
16437
|
recommended: true,
|
|
16398
|
-
maxTokens:
|
|
16399
|
-
maxOutputTokens:
|
|
16438
|
+
maxTokens: 25e4,
|
|
16439
|
+
maxOutputTokens: 64e3,
|
|
16400
16440
|
quotaInfo: {
|
|
16401
16441
|
remainingFraction: 1,
|
|
16402
|
-
resetTime: "2026-08-
|
|
16442
|
+
resetTime: "2026-08-21T03:07:34Z"
|
|
16443
|
+
},
|
|
16444
|
+
model: "MODEL_PLACEHOLDER_M35",
|
|
16445
|
+
apiProvider: "API_PROVIDER_ANTHROPIC_VERTEX",
|
|
16446
|
+
modelProvider: "MODEL_PROVIDER_ANTHROPIC",
|
|
16447
|
+
supportedMimeTypes: {
|
|
16448
|
+
"image/png": true,
|
|
16449
|
+
"image/webp": true,
|
|
16450
|
+
"video/jpeg2000": true,
|
|
16451
|
+
"video/videoframe/jpeg2000": true,
|
|
16452
|
+
"image/heic": true,
|
|
16453
|
+
"image/heif": true,
|
|
16454
|
+
"image/jpeg": true
|
|
16403
16455
|
},
|
|
16404
|
-
model: "MODEL_OPENAI_GPT_OSS_120B_MEDIUM",
|
|
16405
|
-
apiProvider: "API_PROVIDER_OPENAI_VERTEX",
|
|
16406
|
-
modelProvider: "MODEL_PROVIDER_OPENAI",
|
|
16407
16456
|
modelExperiments: {
|
|
16408
16457
|
experiments: {
|
|
16409
16458
|
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16410
|
-
stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_UNSPECIFIED",\n "max_token_limit": "
|
|
16459
|
+
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}'
|
|
16460
|
+
},
|
|
16461
|
+
template__system_prompts__planning_mode_artifacts: {
|
|
16462
|
+
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"
|
|
16411
16463
|
}
|
|
16412
16464
|
}
|
|
16413
16465
|
},
|
|
16414
|
-
vertexModelId: "
|
|
16415
|
-
},
|
|
16416
|
-
chat_23310: {
|
|
16417
|
-
maxTokens: 32768,
|
|
16418
|
-
quotaInfo: {
|
|
16419
|
-
remainingFraction: 1
|
|
16420
|
-
},
|
|
16421
|
-
model: "MODEL_CHAT_23310",
|
|
16422
|
-
apiProvider: "API_PROVIDER_INTERNAL",
|
|
16423
|
-
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16424
|
-
supportsCumulativeContext: true,
|
|
16425
|
-
supportsEstimateTokenCounter: true,
|
|
16426
|
-
isInternal: true,
|
|
16427
|
-
promptTemplaterType: "PROMPT_TEMPLATER_TYPE_CHATML",
|
|
16428
|
-
toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
|
|
16429
|
-
requiresLeadInGeneration: true
|
|
16466
|
+
vertexModelId: "claude-sonnet-4-6@default"
|
|
16430
16467
|
},
|
|
16431
|
-
"gemini-3-flash": {
|
|
16432
|
-
displayName: "Gemini 3 Flash",
|
|
16468
|
+
"gemini-3.5-flash-low": {
|
|
16469
|
+
displayName: "Gemini 3.5 Flash (Medium)",
|
|
16433
16470
|
supportsImages: true,
|
|
16434
16471
|
supportsThinking: true,
|
|
16435
|
-
thinkingBudget:
|
|
16472
|
+
thinkingBudget: 4e3,
|
|
16436
16473
|
minThinkingBudget: 32,
|
|
16437
16474
|
recommended: true,
|
|
16438
16475
|
maxTokens: 1048576,
|
|
16439
16476
|
maxOutputTokens: 65536,
|
|
16440
16477
|
quotaInfo: {
|
|
16441
|
-
remainingFraction: 0.
|
|
16442
|
-
resetTime: "2026-08-
|
|
16478
|
+
remainingFraction: 0.9831897,
|
|
16479
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
16443
16480
|
},
|
|
16444
|
-
model: "
|
|
16481
|
+
model: "MODEL_PLACEHOLDER_M20",
|
|
16445
16482
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
16446
16483
|
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16447
16484
|
supportsVideo: true,
|
|
16485
|
+
tagTitle: "Fast",
|
|
16486
|
+
tagDescription: "Limited time",
|
|
16448
16487
|
supportedMimeTypes: {
|
|
16449
|
-
"
|
|
16450
|
-
"text/csv": true,
|
|
16451
|
-
"image/jpeg": true,
|
|
16452
|
-
"video/audio/s16le": true,
|
|
16453
|
-
"image/webp": true,
|
|
16454
|
-
"text/plain": true,
|
|
16455
|
-
"text/x-python": true,
|
|
16456
|
-
"image/png": true,
|
|
16457
|
-
"video/jpeg2000": true,
|
|
16458
|
-
"image/heic": true,
|
|
16459
|
-
"video/mp4": true,
|
|
16460
|
-
"text/x-python-script": true,
|
|
16461
|
-
"video/audio/wav": true,
|
|
16462
|
-
"text/markdown": true,
|
|
16488
|
+
"application/rtf": true,
|
|
16463
16489
|
"text/html": true,
|
|
16464
|
-
"application/x-javascript": true,
|
|
16465
16490
|
"audio/webm;codecs=opus": true,
|
|
16466
|
-
"application/json": true,
|
|
16467
|
-
"application/rtf": true,
|
|
16468
16491
|
"image/heif": true,
|
|
16469
16492
|
"text/x-typescript": true,
|
|
16470
|
-
"text/rtf": true,
|
|
16471
16493
|
"text/xml": true,
|
|
16472
|
-
"video/
|
|
16473
|
-
"
|
|
16474
|
-
"
|
|
16475
|
-
"text/javascript": true,
|
|
16494
|
+
"video/audio/s16le": true,
|
|
16495
|
+
"application/x-javascript": true,
|
|
16496
|
+
"image/jpeg": true,
|
|
16476
16497
|
"application/x-typescript": true,
|
|
16477
|
-
"application/x-python-code": true,
|
|
16478
16498
|
"application/x-ipynb+json": true,
|
|
16479
|
-
"
|
|
16480
|
-
|
|
16481
|
-
|
|
16482
|
-
|
|
16483
|
-
|
|
16484
|
-
|
|
16485
|
-
|
|
16486
|
-
|
|
16487
|
-
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.'
|
|
16488
|
-
}
|
|
16489
|
-
}
|
|
16490
|
-
}
|
|
16491
|
-
},
|
|
16492
|
-
"gemini-3.1-flash-lite": {
|
|
16493
|
-
displayName: "Gemini 3.1 Flash Lite",
|
|
16494
|
-
maxTokens: 1048576,
|
|
16495
|
-
maxOutputTokens: 65535,
|
|
16496
|
-
quotaInfo: {
|
|
16497
|
-
remainingFraction: 0.9501093,
|
|
16498
|
-
resetTime: "2026-08-19T10:09:43Z"
|
|
16499
|
-
},
|
|
16500
|
-
model: "MODEL_PLACEHOLDER_M50",
|
|
16501
|
-
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
16502
|
-
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16503
|
-
modelExperiments: {
|
|
16504
|
-
experiments: {
|
|
16505
|
-
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16506
|
-
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}'
|
|
16507
|
-
}
|
|
16508
|
-
}
|
|
16509
|
-
}
|
|
16510
|
-
},
|
|
16511
|
-
"gemini-2.5-flash": {
|
|
16512
|
-
displayName: "Gemini 3.1 Flash Lite",
|
|
16513
|
-
maxTokens: 1048576,
|
|
16514
|
-
maxOutputTokens: 65535,
|
|
16515
|
-
quotaInfo: {
|
|
16516
|
-
remainingFraction: 0.9501093,
|
|
16517
|
-
resetTime: "2026-08-19T10:09:43Z"
|
|
16518
|
-
},
|
|
16519
|
-
model: "MODEL_GOOGLE_GEMINI_2_5_FLASH",
|
|
16520
|
-
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
16521
|
-
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16522
|
-
modelExperiments: {
|
|
16523
|
-
experiments: {
|
|
16524
|
-
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16525
|
-
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}'
|
|
16526
|
-
}
|
|
16527
|
-
}
|
|
16528
|
-
}
|
|
16529
|
-
},
|
|
16530
|
-
"claude-sonnet-4-6": {
|
|
16531
|
-
displayName: "Claude Sonnet 4.6 (Thinking)",
|
|
16532
|
-
supportsImages: true,
|
|
16533
|
-
supportsThinking: true,
|
|
16534
|
-
thinkingBudget: 1024,
|
|
16535
|
-
recommended: true,
|
|
16536
|
-
maxTokens: 25e4,
|
|
16537
|
-
maxOutputTokens: 64e3,
|
|
16538
|
-
quotaInfo: {
|
|
16539
|
-
remainingFraction: 1,
|
|
16540
|
-
resetTime: "2026-08-19T10:20:19Z"
|
|
16541
|
-
},
|
|
16542
|
-
model: "MODEL_PLACEHOLDER_M35",
|
|
16543
|
-
apiProvider: "API_PROVIDER_ANTHROPIC_VERTEX",
|
|
16544
|
-
modelProvider: "MODEL_PROVIDER_ANTHROPIC",
|
|
16545
|
-
supportedMimeTypes: {
|
|
16546
|
-
"video/videoframe/jpeg2000": true,
|
|
16547
|
-
"image/heic": true,
|
|
16548
|
-
"image/heif": true,
|
|
16549
|
-
"image/jpeg": true,
|
|
16499
|
+
"video/audio/wav": true,
|
|
16500
|
+
"text/csv": true,
|
|
16501
|
+
"text/plain": true,
|
|
16502
|
+
"video/mp4": true,
|
|
16503
|
+
"text/x-python-script": true,
|
|
16504
|
+
"application/pdf": true,
|
|
16505
|
+
"application/json": true,
|
|
16506
|
+
"text/x-python": true,
|
|
16550
16507
|
"image/png": true,
|
|
16508
|
+
"video/text/timestamp": true,
|
|
16509
|
+
"text/rtf": true,
|
|
16510
|
+
"text/javascript": true,
|
|
16511
|
+
"video/videoframe/jpeg2000": true,
|
|
16512
|
+
"text/markdown": true,
|
|
16513
|
+
"application/x-python-code": true,
|
|
16514
|
+
"text/css": true,
|
|
16515
|
+
"video/webm": true,
|
|
16551
16516
|
"image/webp": true,
|
|
16517
|
+
"image/heic": true,
|
|
16552
16518
|
"video/jpeg2000": true
|
|
16553
16519
|
},
|
|
16554
16520
|
modelExperiments: {
|
|
@@ -16557,11 +16523,10 @@ var models_default = {
|
|
|
16557
16523
|
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"
|
|
16558
16524
|
},
|
|
16559
16525
|
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16560
|
-
stringValue: '{\n "strategy": "
|
|
16526
|
+
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}'
|
|
16561
16527
|
}
|
|
16562
16528
|
}
|
|
16563
|
-
}
|
|
16564
|
-
vertexModelId: "claude-sonnet-4-6@default"
|
|
16529
|
+
}
|
|
16565
16530
|
},
|
|
16566
16531
|
"gemini-3.6-flash-high": {
|
|
16567
16532
|
displayName: "Gemini 3.6 Flash (High)",
|
|
@@ -16573,8 +16538,8 @@ var models_default = {
|
|
|
16573
16538
|
maxTokens: 1048576,
|
|
16574
16539
|
maxOutputTokens: 65536,
|
|
16575
16540
|
quotaInfo: {
|
|
16576
|
-
remainingFraction: 0.
|
|
16577
|
-
resetTime: "2026-08-
|
|
16541
|
+
remainingFraction: 0.9831897,
|
|
16542
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
16578
16543
|
},
|
|
16579
16544
|
model: "MODEL_PLACEHOLDER_M71",
|
|
16580
16545
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
@@ -16583,40 +16548,46 @@ var models_default = {
|
|
|
16583
16548
|
tagTitle: "Fast",
|
|
16584
16549
|
tagDescription: "Limited time",
|
|
16585
16550
|
supportedMimeTypes: {
|
|
16586
|
-
"video/
|
|
16587
|
-
"
|
|
16588
|
-
"text/css": true,
|
|
16589
|
-
"image/png": true,
|
|
16551
|
+
"video/audio/wav": true,
|
|
16552
|
+
"audio/webm;codecs=opus": true,
|
|
16590
16553
|
"image/heic": true,
|
|
16591
|
-
"application/x-typescript": true,
|
|
16592
16554
|
"video/mp4": true,
|
|
16593
|
-
"
|
|
16555
|
+
"video/audio/s16le": true,
|
|
16556
|
+
"application/x-javascript": true,
|
|
16557
|
+
"application/json": true,
|
|
16594
16558
|
"application/x-python-code": true,
|
|
16595
16559
|
"application/rtf": true,
|
|
16596
|
-
"image/heif": true,
|
|
16597
|
-
"application/x-javascript": true,
|
|
16598
|
-
"text/markdown": true,
|
|
16599
|
-
"text/x-typescript": true,
|
|
16600
|
-
"video/audio/wav": true,
|
|
16601
16560
|
"application/x-ipynb+json": true,
|
|
16602
|
-
"
|
|
16603
|
-
"image/
|
|
16604
|
-
"
|
|
16605
|
-
"text/
|
|
16561
|
+
"image/jpeg": true,
|
|
16562
|
+
"image/png": true,
|
|
16563
|
+
"text/markdown": true,
|
|
16564
|
+
"text/html": true,
|
|
16606
16565
|
"video/webm": true,
|
|
16566
|
+
"application/x-typescript": true,
|
|
16567
|
+
"text/x-python": true,
|
|
16607
16568
|
"text/rtf": true,
|
|
16569
|
+
"text/csv": true,
|
|
16570
|
+
"text/css": true,
|
|
16571
|
+
"image/webp": true,
|
|
16608
16572
|
"text/javascript": true,
|
|
16609
|
-
"audio/webm;codecs=opus": true,
|
|
16610
|
-
"video/audio/s16le": true,
|
|
16611
|
-
"video/text/timestamp": true,
|
|
16612
|
-
"text/x-python-script": true,
|
|
16613
|
-
"image/jpeg": true,
|
|
16614
16573
|
"text/plain": true,
|
|
16574
|
+
"video/videoframe/jpeg2000": true,
|
|
16575
|
+
"text/x-typescript": true,
|
|
16576
|
+
"application/pdf": true,
|
|
16615
16577
|
"video/jpeg2000": true,
|
|
16616
|
-
"
|
|
16578
|
+
"video/text/timestamp": true,
|
|
16579
|
+
"text/xml": true,
|
|
16580
|
+
"image/heif": true,
|
|
16581
|
+
"text/x-python-script": true
|
|
16617
16582
|
},
|
|
16618
16583
|
modelExperiments: {
|
|
16619
16584
|
experiments: {
|
|
16585
|
+
template__system_prompts__guidelines: {
|
|
16586
|
+
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"
|
|
16587
|
+
},
|
|
16588
|
+
template__system_prompts__messaging: {
|
|
16589
|
+
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."
|
|
16590
|
+
},
|
|
16620
16591
|
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16621
16592
|
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}'
|
|
16622
16593
|
},
|
|
@@ -16625,92 +16596,121 @@ var models_default = {
|
|
|
16625
16596
|
},
|
|
16626
16597
|
template__system_prompts__communication_style: {
|
|
16627
16598
|
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"
|
|
16628
|
-
},
|
|
16629
|
-
template__system_prompts__guidelines: {
|
|
16630
|
-
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"
|
|
16631
|
-
},
|
|
16632
|
-
template__system_prompts__messaging: {
|
|
16633
|
-
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."
|
|
16634
16599
|
}
|
|
16635
16600
|
}
|
|
16636
16601
|
}
|
|
16637
16602
|
},
|
|
16638
|
-
"gemini-
|
|
16639
|
-
displayName: "Gemini 3.
|
|
16603
|
+
"gemini-3.7-flash-high": {
|
|
16604
|
+
displayName: "Gemini 3.7 Flash (High)",
|
|
16640
16605
|
supportsImages: true,
|
|
16641
16606
|
supportsThinking: true,
|
|
16642
|
-
thinkingBudget:
|
|
16643
|
-
minThinkingBudget:
|
|
16607
|
+
thinkingBudget: -1,
|
|
16608
|
+
minThinkingBudget: 32,
|
|
16644
16609
|
recommended: true,
|
|
16645
16610
|
maxTokens: 1048576,
|
|
16646
|
-
maxOutputTokens:
|
|
16611
|
+
maxOutputTokens: 65536,
|
|
16647
16612
|
quotaInfo: {
|
|
16648
|
-
remainingFraction: 0.
|
|
16649
|
-
resetTime: "2026-08-
|
|
16613
|
+
remainingFraction: 0.9831897,
|
|
16614
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
16650
16615
|
},
|
|
16651
|
-
model: "
|
|
16616
|
+
model: "MODEL_PLACEHOLDER_M298",
|
|
16652
16617
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
16653
16618
|
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16654
16619
|
supportsVideo: true,
|
|
16620
|
+
tagTitle: "Fast",
|
|
16621
|
+
tagDescription: "Limited time",
|
|
16655
16622
|
supportedMimeTypes: {
|
|
16656
|
-
"
|
|
16657
|
-
"
|
|
16623
|
+
"text/css": true,
|
|
16624
|
+
"text/plain": true,
|
|
16625
|
+
"image/jpeg": true,
|
|
16626
|
+
"image/webp": true,
|
|
16627
|
+
"video/audio/s16le": true,
|
|
16628
|
+
"image/png": true,
|
|
16629
|
+
"video/text/timestamp": true,
|
|
16630
|
+
"application/pdf": true,
|
|
16631
|
+
"video/webm": true,
|
|
16632
|
+
"application/json": true,
|
|
16633
|
+
"text/xml": true,
|
|
16634
|
+
"audio/webm;codecs=opus": true,
|
|
16635
|
+
"text/x-python": true,
|
|
16658
16636
|
"text/x-typescript": true,
|
|
16659
|
-
"text/html": true,
|
|
16660
|
-
"video/audio/wav": true,
|
|
16661
|
-
"application/x-typescript": true,
|
|
16662
16637
|
"application/rtf": true,
|
|
16638
|
+
"text/markdown": true,
|
|
16639
|
+
"image/heif": true,
|
|
16640
|
+
"application/x-typescript": true,
|
|
16641
|
+
"video/jpeg2000": true,
|
|
16663
16642
|
"text/javascript": true,
|
|
16643
|
+
"video/videoframe/jpeg2000": true,
|
|
16644
|
+
"text/csv": true,
|
|
16645
|
+
"text/html": true,
|
|
16664
16646
|
"text/x-python-script": true,
|
|
16665
|
-
"image/heif": true,
|
|
16666
|
-
"video/webm": true,
|
|
16667
|
-
"text/markdown": true,
|
|
16668
|
-
"video/audio/s16le": true,
|
|
16669
16647
|
"image/heic": true,
|
|
16670
|
-
"text/xml": true,
|
|
16671
|
-
"application/pdf": true,
|
|
16672
|
-
"image/webp": true,
|
|
16673
|
-
"video/text/timestamp": true,
|
|
16674
|
-
"text/plain": true,
|
|
16675
|
-
"text/csv": true,
|
|
16676
|
-
"image/jpeg": true,
|
|
16677
16648
|
"application/x-ipynb+json": true,
|
|
16678
|
-
"text/x-python": true,
|
|
16679
|
-
"application/json": true,
|
|
16680
|
-
"image/png": true,
|
|
16681
|
-
"text/css": true,
|
|
16682
|
-
"video/mp4": true,
|
|
16683
16649
|
"text/rtf": true,
|
|
16684
|
-
"
|
|
16650
|
+
"application/x-python-code": true,
|
|
16685
16651
|
"application/x-javascript": true,
|
|
16686
|
-
"video/
|
|
16652
|
+
"video/audio/wav": true,
|
|
16653
|
+
"video/mp4": true
|
|
16687
16654
|
},
|
|
16688
16655
|
modelExperiments: {
|
|
16689
16656
|
experiments: {
|
|
16690
|
-
template__system_prompts__planning_mode_artifacts: {
|
|
16691
|
-
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"
|
|
16692
|
-
},
|
|
16693
|
-
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16694
|
-
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}'
|
|
16695
|
-
},
|
|
16696
16657
|
"cascade-include-ephemeral-message": {
|
|
16697
|
-
stringValue: '{\n "enabled":
|
|
16658
|
+
stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
|
|
16698
16659
|
},
|
|
16699
|
-
|
|
16700
|
-
stringValue: "
|
|
16660
|
+
"task-details-suffix": {
|
|
16661
|
+
stringValue: "\nYOU MUST TAKE ONE OF THE FOLLOWING TWO ACTIONS: A) either proceed to other relevant work (if any) or, B) simply update the user with a short message (that you have launched the command and will wait for it to finish) and end the turn.\n DO NOTHING ELSE."
|
|
16662
|
+
},
|
|
16663
|
+
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16664
|
+
stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\n "max_overhead_ratio": "0.15",\n "moving_window_size": "1",\n "enabled": true,\n "max_output_tokens": "16384",\n "checkpoint_model": "MODEL_PLACEHOLDER_M50",\n "use_last_planner_model": true,\n "is_sync": false,\n "max_user_requests": 10,\n "include_last_user_message": false,\n "include_conversation_log": true,\n "include_running_task_snapshots": true,\n "include_subagent_snapshots": true,\n "include_artifact_snapshots": true,\n "retry_config": {\n "max_retries": 0,\n "initial_sleep_duration_ms": 1000,\n "exponential_multiplier": 2,\n "include_error_feedback": false\n }\n}'
|
|
16701
16665
|
}
|
|
16702
16666
|
}
|
|
16703
16667
|
}
|
|
16704
16668
|
},
|
|
16705
|
-
"
|
|
16669
|
+
"claude-opus-4-6-thinking": {
|
|
16670
|
+
displayName: "Claude Opus 4.6 (Thinking)",
|
|
16671
|
+
supportsImages: true,
|
|
16672
|
+
supportsThinking: true,
|
|
16673
|
+
thinkingBudget: 1024,
|
|
16674
|
+
recommended: true,
|
|
16675
|
+
maxTokens: 25e4,
|
|
16676
|
+
maxOutputTokens: 64e3,
|
|
16677
|
+
quotaInfo: {
|
|
16678
|
+
remainingFraction: 1,
|
|
16679
|
+
resetTime: "2026-08-21T03:07:34Z"
|
|
16680
|
+
},
|
|
16681
|
+
model: "MODEL_PLACEHOLDER_M26",
|
|
16682
|
+
apiProvider: "API_PROVIDER_ANTHROPIC_VERTEX",
|
|
16683
|
+
modelProvider: "MODEL_PROVIDER_ANTHROPIC",
|
|
16684
|
+
supportedMimeTypes: {
|
|
16685
|
+
"image/jpeg": true,
|
|
16686
|
+
"image/png": true,
|
|
16687
|
+
"image/webp": true,
|
|
16688
|
+
"video/jpeg2000": true,
|
|
16689
|
+
"video/videoframe/jpeg2000": true,
|
|
16690
|
+
"image/heic": true,
|
|
16691
|
+
"image/heif": true
|
|
16692
|
+
},
|
|
16693
|
+
modelExperiments: {
|
|
16694
|
+
experiments: {
|
|
16695
|
+
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16696
|
+
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}'
|
|
16697
|
+
},
|
|
16698
|
+
template__system_prompts__planning_mode_artifacts: {
|
|
16699
|
+
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"
|
|
16700
|
+
}
|
|
16701
|
+
}
|
|
16702
|
+
},
|
|
16703
|
+
vertexModelId: "claude-opus-4-6@default"
|
|
16704
|
+
},
|
|
16705
|
+
"gemini-2.5-flash-thinking": {
|
|
16706
16706
|
displayName: "Gemini 3.1 Flash Lite",
|
|
16707
16707
|
maxTokens: 1048576,
|
|
16708
16708
|
maxOutputTokens: 65535,
|
|
16709
16709
|
quotaInfo: {
|
|
16710
|
-
remainingFraction: 0.
|
|
16711
|
-
resetTime: "2026-08-
|
|
16710
|
+
remainingFraction: 0.9831897,
|
|
16711
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
16712
16712
|
},
|
|
16713
|
-
model: "
|
|
16713
|
+
model: "MODEL_GOOGLE_GEMINI_2_5_FLASH_THINKING",
|
|
16714
16714
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
16715
16715
|
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16716
16716
|
modelExperiments: {
|
|
@@ -16721,112 +16721,89 @@ var models_default = {
|
|
|
16721
16721
|
}
|
|
16722
16722
|
}
|
|
16723
16723
|
},
|
|
16724
|
-
|
|
16725
|
-
|
|
16726
|
-
|
|
16724
|
+
"gpt-oss-120b-medium": {
|
|
16725
|
+
displayName: "GPT-OSS 120B (Medium)",
|
|
16726
|
+
supportsThinking: true,
|
|
16727
|
+
thinkingBudget: 8192,
|
|
16728
|
+
recommended: true,
|
|
16729
|
+
maxTokens: 131072,
|
|
16730
|
+
maxOutputTokens: 32768,
|
|
16727
16731
|
quotaInfo: {
|
|
16728
|
-
remainingFraction: 1
|
|
16732
|
+
remainingFraction: 1,
|
|
16733
|
+
resetTime: "2026-08-21T03:07:34Z"
|
|
16729
16734
|
},
|
|
16730
|
-
model: "
|
|
16731
|
-
apiProvider: "
|
|
16732
|
-
modelProvider: "
|
|
16733
|
-
|
|
16734
|
-
|
|
16735
|
-
|
|
16736
|
-
|
|
16735
|
+
model: "MODEL_OPENAI_GPT_OSS_120B_MEDIUM",
|
|
16736
|
+
apiProvider: "API_PROVIDER_OPENAI_VERTEX",
|
|
16737
|
+
modelProvider: "MODEL_PROVIDER_OPENAI",
|
|
16738
|
+
modelExperiments: {
|
|
16739
|
+
experiments: {
|
|
16740
|
+
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16741
|
+
stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_UNSPECIFIED",\n "max_token_limit": "80000",\n "token_threshold": "50000",\n "max_overhead_ratio": "0.15",\n "moving_window_size": "1",\n "enabled": true,\n "max_output_tokens": "8192",\n "checkpoint_model": "MODEL_PLACEHOLDER_M50",\n "use_last_planner_model": false,\n "is_sync": false,\n "max_user_requests": 10,\n "include_last_user_message": false,\n "include_conversation_log": true,\n "include_running_task_snapshots": true,\n "include_subagent_snapshots": true,\n "include_artifact_snapshots": true,\n "retry_config": {\n "max_retries": 0,\n "initial_sleep_duration_ms": 1000,\n "exponential_multiplier": 2,\n "include_error_feedback": false\n }\n}'
|
|
16742
|
+
}
|
|
16743
|
+
}
|
|
16744
|
+
},
|
|
16745
|
+
vertexModelId: "openai/gpt-oss-120b-maas"
|
|
16737
16746
|
},
|
|
16738
|
-
"gemini-
|
|
16747
|
+
"gemini-2.5-pro": {
|
|
16748
|
+
displayName: "Gemini 2.5 Pro",
|
|
16739
16749
|
supportsImages: true,
|
|
16740
16750
|
supportsThinking: true,
|
|
16741
|
-
thinkingBudget:
|
|
16742
|
-
minThinkingBudget:
|
|
16751
|
+
thinkingBudget: 1024,
|
|
16752
|
+
minThinkingBudget: 128,
|
|
16743
16753
|
recommended: true,
|
|
16744
16754
|
maxTokens: 1048576,
|
|
16745
|
-
maxOutputTokens:
|
|
16755
|
+
maxOutputTokens: 65535,
|
|
16746
16756
|
quotaInfo: {
|
|
16747
|
-
remainingFraction: 0.
|
|
16748
|
-
resetTime: "2026-08-
|
|
16757
|
+
remainingFraction: 0.9831897,
|
|
16758
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
16749
16759
|
},
|
|
16750
|
-
model: "
|
|
16760
|
+
model: "MODEL_GOOGLE_GEMINI_2_5_PRO",
|
|
16751
16761
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
16752
16762
|
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16753
|
-
supportsVideo: true,
|
|
16754
16763
|
supportedMimeTypes: {
|
|
16755
|
-
"text/
|
|
16756
|
-
"
|
|
16757
|
-
"image/
|
|
16758
|
-
"
|
|
16764
|
+
"text/plain": true,
|
|
16765
|
+
"image/heif": true,
|
|
16766
|
+
"image/heic": true,
|
|
16767
|
+
"text/xml": true,
|
|
16768
|
+
"text/rtf": true,
|
|
16759
16769
|
"video/videoframe/jpeg2000": true,
|
|
16760
16770
|
"text/x-typescript": true,
|
|
16761
|
-
"
|
|
16771
|
+
"video/jpeg2000": true,
|
|
16772
|
+
"application/json": true,
|
|
16773
|
+
"text/markdown": true,
|
|
16762
16774
|
"video/text/timestamp": true,
|
|
16763
|
-
"
|
|
16764
|
-
"
|
|
16765
|
-
"
|
|
16766
|
-
"
|
|
16775
|
+
"video/audio/wav": true,
|
|
16776
|
+
"text/css": true,
|
|
16777
|
+
"application/x-python-code": true,
|
|
16778
|
+
"application/pdf": true,
|
|
16779
|
+
"application/x-ipynb+json": true,
|
|
16767
16780
|
"application/x-typescript": true,
|
|
16768
|
-
"
|
|
16781
|
+
"video/webm": true,
|
|
16769
16782
|
"text/html": true,
|
|
16770
|
-
"
|
|
16783
|
+
"text/x-python": true,
|
|
16771
16784
|
"application/x-javascript": true,
|
|
16772
|
-
"video/audio/wav": true,
|
|
16773
|
-
"application/x-python-code": true,
|
|
16774
|
-
"image/png": true,
|
|
16775
|
-
"text/rtf": true,
|
|
16776
|
-
"text/csv": true,
|
|
16777
|
-
"video/mp4": true,
|
|
16778
|
-
"video/jpeg2000": true,
|
|
16779
|
-
"text/plain": true,
|
|
16780
|
-
"video/audio/s16le": true,
|
|
16781
|
-
"text/javascript": true,
|
|
16782
16785
|
"application/rtf": true,
|
|
16786
|
+
"image/jpeg": true,
|
|
16787
|
+
"video/mp4": true,
|
|
16788
|
+
"image/png": true,
|
|
16783
16789
|
"text/x-python-script": true,
|
|
16784
|
-
"
|
|
16785
|
-
"
|
|
16786
|
-
|
|
16787
|
-
|
|
16788
|
-
|
|
16789
|
-
"cascade-include-ephemeral-message": {
|
|
16790
|
-
stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
|
|
16791
|
-
},
|
|
16792
|
-
"task-details-suffix": {
|
|
16793
|
-
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."
|
|
16794
|
-
},
|
|
16795
|
-
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16796
|
-
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}'
|
|
16797
|
-
}
|
|
16798
|
-
}
|
|
16799
|
-
}
|
|
16800
|
-
},
|
|
16801
|
-
chat_20706: {
|
|
16802
|
-
maxTokens: 16384,
|
|
16803
|
-
quotaInfo: {
|
|
16804
|
-
remainingFraction: 1
|
|
16805
|
-
},
|
|
16806
|
-
model: "MODEL_CHAT_20706",
|
|
16807
|
-
apiProvider: "API_PROVIDER_INTERNAL",
|
|
16808
|
-
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16809
|
-
supportsCumulativeContext: true,
|
|
16810
|
-
tabJumpPrintLineRange: true,
|
|
16811
|
-
supportsEstimateTokenCounter: true,
|
|
16812
|
-
isInternal: true,
|
|
16813
|
-
addCursorToFindReplaceTarget: true,
|
|
16814
|
-
promptTemplaterType: "PROMPT_TEMPLATER_TYPE_CHATML",
|
|
16815
|
-
toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
|
|
16816
|
-
requiresLeadInGeneration: true
|
|
16817
|
-
},
|
|
16818
|
-
"gemini-3.1-flash-image": {
|
|
16819
|
-
displayName: "Gemini 3.1 Flash Image",
|
|
16820
|
-
quotaInfo: {
|
|
16821
|
-
remainingFraction: 0.9501093,
|
|
16822
|
-
resetTime: "2026-08-19T10:09:43Z"
|
|
16790
|
+
"image/webp": true,
|
|
16791
|
+
"audio/webm;codecs=opus": true,
|
|
16792
|
+
"text/csv": true,
|
|
16793
|
+
"video/audio/s16le": true,
|
|
16794
|
+
"text/javascript": true
|
|
16823
16795
|
},
|
|
16824
|
-
|
|
16825
|
-
|
|
16826
|
-
|
|
16796
|
+
requiresImageOutputOutsideFunctionResponses: true,
|
|
16797
|
+
modelExperiments: {
|
|
16798
|
+
experiments: {
|
|
16799
|
+
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16800
|
+
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}'
|
|
16801
|
+
}
|
|
16802
|
+
}
|
|
16803
|
+
}
|
|
16827
16804
|
},
|
|
16828
|
-
"gemini-3.
|
|
16829
|
-
displayName: "Gemini 3.
|
|
16805
|
+
"gemini-3.6-flash-low": {
|
|
16806
|
+
displayName: "Gemini 3.6 Flash (Low)",
|
|
16830
16807
|
supportsImages: true,
|
|
16831
16808
|
supportsThinking: true,
|
|
16832
16809
|
thinkingBudget: 1e3,
|
|
@@ -16835,249 +16812,297 @@ var models_default = {
|
|
|
16835
16812
|
maxTokens: 1048576,
|
|
16836
16813
|
maxOutputTokens: 65536,
|
|
16837
16814
|
quotaInfo: {
|
|
16838
|
-
remainingFraction: 0.
|
|
16839
|
-
resetTime: "2026-08-
|
|
16815
|
+
remainingFraction: 0.9831897,
|
|
16816
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
16840
16817
|
},
|
|
16841
|
-
model: "
|
|
16818
|
+
model: "MODEL_PLACEHOLDER_M73",
|
|
16842
16819
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
16843
16820
|
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16844
16821
|
supportsVideo: true,
|
|
16845
16822
|
tagTitle: "Fast",
|
|
16846
16823
|
tagDescription: "Limited time",
|
|
16847
16824
|
supportedMimeTypes: {
|
|
16848
|
-
"text/
|
|
16849
|
-
"text/css": true,
|
|
16850
|
-
"video/audio/wav": true,
|
|
16851
|
-
"video/audio/s16le": true,
|
|
16852
|
-
"text/markdown": true,
|
|
16853
|
-
"video/videoframe/jpeg2000": true,
|
|
16854
|
-
"application/x-python-code": true,
|
|
16855
|
-
"audio/webm;codecs=opus": true,
|
|
16856
|
-
"video/text/timestamp": true,
|
|
16857
|
-
"text/plain": true,
|
|
16825
|
+
"text/csv": true,
|
|
16858
16826
|
"text/x-python-script": true,
|
|
16859
|
-
"
|
|
16827
|
+
"application/x-python-code": true,
|
|
16860
16828
|
"application/json": true,
|
|
16861
|
-
"
|
|
16862
|
-
"
|
|
16829
|
+
"image/webp": true,
|
|
16830
|
+
"video/audio/s16le": true,
|
|
16863
16831
|
"image/heif": true,
|
|
16864
|
-
"text/rtf": true,
|
|
16865
16832
|
"application/x-ipynb+json": true,
|
|
16866
|
-
"video/
|
|
16867
|
-
"
|
|
16868
|
-
"
|
|
16869
|
-
"
|
|
16833
|
+
"video/jpeg2000": true,
|
|
16834
|
+
"text/html": true,
|
|
16835
|
+
"video/mp4": true,
|
|
16836
|
+
"text/css": true,
|
|
16837
|
+
"text/plain": true,
|
|
16870
16838
|
"application/rtf": true,
|
|
16871
|
-
"
|
|
16839
|
+
"image/heic": true,
|
|
16840
|
+
"text/x-typescript": true,
|
|
16841
|
+
"text/rtf": true,
|
|
16842
|
+
"text/x-python": true,
|
|
16843
|
+
"video/text/timestamp": true,
|
|
16872
16844
|
"text/javascript": true,
|
|
16873
|
-
"
|
|
16845
|
+
"application/x-javascript": true,
|
|
16846
|
+
"application/x-typescript": true,
|
|
16847
|
+
"image/jpeg": true,
|
|
16848
|
+
"audio/webm;codecs=opus": true,
|
|
16849
|
+
"video/audio/wav": true,
|
|
16850
|
+
"text/xml": true,
|
|
16851
|
+
"text/markdown": true,
|
|
16874
16852
|
"application/pdf": true,
|
|
16875
|
-
"
|
|
16876
|
-
"
|
|
16877
|
-
"
|
|
16878
|
-
"text/csv": true
|
|
16853
|
+
"video/videoframe/jpeg2000": true,
|
|
16854
|
+
"image/png": true,
|
|
16855
|
+
"video/webm": true
|
|
16879
16856
|
},
|
|
16880
16857
|
modelExperiments: {
|
|
16881
16858
|
experiments: {
|
|
16859
|
+
template__system_prompts__communication_style: {
|
|
16860
|
+
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"
|
|
16861
|
+
},
|
|
16862
|
+
template__system_prompts__guidelines: {
|
|
16863
|
+
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"
|
|
16864
|
+
},
|
|
16865
|
+
template__system_prompts__messaging: {
|
|
16866
|
+
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."
|
|
16867
|
+
},
|
|
16882
16868
|
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16883
16869
|
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}'
|
|
16884
16870
|
},
|
|
16885
|
-
|
|
16886
|
-
stringValue:
|
|
16871
|
+
"cascade-include-ephemeral-message": {
|
|
16872
|
+
stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
|
|
16887
16873
|
}
|
|
16888
16874
|
}
|
|
16889
16875
|
}
|
|
16890
16876
|
},
|
|
16891
|
-
"gemini-
|
|
16892
|
-
displayName: "Gemini 3.
|
|
16877
|
+
"gemini-2.5-flash-lite": {
|
|
16878
|
+
displayName: "Gemini 3.1 Flash Lite",
|
|
16879
|
+
maxTokens: 1048576,
|
|
16880
|
+
maxOutputTokens: 65535,
|
|
16881
|
+
quotaInfo: {
|
|
16882
|
+
remainingFraction: 0.9831897,
|
|
16883
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
16884
|
+
},
|
|
16885
|
+
model: "MODEL_GOOGLE_GEMINI_2_5_FLASH_LITE",
|
|
16886
|
+
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
16887
|
+
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16888
|
+
modelExperiments: {
|
|
16889
|
+
experiments: {
|
|
16890
|
+
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16891
|
+
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}'
|
|
16892
|
+
}
|
|
16893
|
+
}
|
|
16894
|
+
}
|
|
16895
|
+
},
|
|
16896
|
+
"gemini-3.7-flash-medium": {
|
|
16897
|
+
displayName: "Gemini 3.7 Flash (Medium)",
|
|
16893
16898
|
supportsImages: true,
|
|
16894
16899
|
supportsThinking: true,
|
|
16895
|
-
thinkingBudget:
|
|
16900
|
+
thinkingBudget: 4e3,
|
|
16896
16901
|
minThinkingBudget: 32,
|
|
16897
16902
|
recommended: true,
|
|
16898
16903
|
maxTokens: 1048576,
|
|
16899
16904
|
maxOutputTokens: 65536,
|
|
16900
16905
|
quotaInfo: {
|
|
16901
|
-
remainingFraction: 0.
|
|
16902
|
-
resetTime: "2026-08-
|
|
16906
|
+
remainingFraction: 0.9831897,
|
|
16907
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
16903
16908
|
},
|
|
16904
|
-
model: "
|
|
16909
|
+
model: "MODEL_PLACEHOLDER_M299",
|
|
16905
16910
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
16906
16911
|
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16907
16912
|
supportsVideo: true,
|
|
16908
16913
|
tagTitle: "Fast",
|
|
16909
16914
|
tagDescription: "Limited time",
|
|
16910
16915
|
supportedMimeTypes: {
|
|
16911
|
-
"application/x-
|
|
16912
|
-
"application/json": true,
|
|
16913
|
-
"image/heic": true,
|
|
16916
|
+
"application/x-python-code": true,
|
|
16914
16917
|
"video/jpeg2000": true,
|
|
16915
|
-
"
|
|
16916
|
-
"
|
|
16917
|
-
"video/audio/s16le": true,
|
|
16918
|
-
"text/x-typescript": true,
|
|
16919
|
-
"text/x-python-script": true,
|
|
16920
|
-
"image/jpeg": true,
|
|
16921
|
-
"video/audio/wav": true,
|
|
16918
|
+
"video/webm": true,
|
|
16919
|
+
"image/heif": true,
|
|
16922
16920
|
"text/javascript": true,
|
|
16923
|
-
"text/markdown": true,
|
|
16924
|
-
"text/plain": true,
|
|
16925
|
-
"text/html": true,
|
|
16926
|
-
"application/x-typescript": true,
|
|
16927
16921
|
"application/rtf": true,
|
|
16928
16922
|
"text/xml": true,
|
|
16929
|
-
"
|
|
16930
|
-
"
|
|
16931
|
-
"text/x-
|
|
16923
|
+
"text/markdown": true,
|
|
16924
|
+
"application/pdf": true,
|
|
16925
|
+
"text/x-typescript": true,
|
|
16932
16926
|
"video/mp4": true,
|
|
16933
|
-
"
|
|
16927
|
+
"application/x-ipynb+json": true,
|
|
16928
|
+
"text/html": true,
|
|
16929
|
+
"image/png": true,
|
|
16930
|
+
"image/webp": true,
|
|
16931
|
+
"application/x-javascript": true,
|
|
16934
16932
|
"video/text/timestamp": true,
|
|
16933
|
+
"video/audio/s16le": true,
|
|
16934
|
+
"application/x-typescript": true,
|
|
16935
|
+
"text/rtf": true,
|
|
16936
|
+
"application/json": true,
|
|
16937
|
+
"image/jpeg": true,
|
|
16938
|
+
"image/heic": true,
|
|
16939
|
+
"video/videoframe/jpeg2000": true,
|
|
16940
|
+
"text/x-python-script": true,
|
|
16941
|
+
"audio/webm;codecs=opus": true,
|
|
16935
16942
|
"text/csv": true,
|
|
16943
|
+
"video/audio/wav": true,
|
|
16936
16944
|
"text/css": true,
|
|
16937
|
-
"
|
|
16938
|
-
"
|
|
16939
|
-
"application/pdf": true,
|
|
16940
|
-
"image/png": true,
|
|
16941
|
-
"application/x-ipynb+json": true
|
|
16945
|
+
"text/plain": true,
|
|
16946
|
+
"text/x-python": true
|
|
16942
16947
|
},
|
|
16943
16948
|
modelExperiments: {
|
|
16944
16949
|
experiments: {
|
|
16950
|
+
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16951
|
+
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}'
|
|
16952
|
+
},
|
|
16945
16953
|
"cascade-include-ephemeral-message": {
|
|
16946
16954
|
stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
|
|
16947
16955
|
},
|
|
16948
16956
|
"task-details-suffix": {
|
|
16949
16957
|
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."
|
|
16950
|
-
},
|
|
16951
|
-
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
16952
|
-
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}'
|
|
16953
16958
|
}
|
|
16954
16959
|
}
|
|
16955
16960
|
}
|
|
16956
16961
|
},
|
|
16957
|
-
"gemini-
|
|
16958
|
-
displayName: "Gemini
|
|
16962
|
+
"gemini-3.5-flash-extra-low": {
|
|
16963
|
+
displayName: "Gemini 3.5 Flash (Low)",
|
|
16959
16964
|
supportsImages: true,
|
|
16960
16965
|
supportsThinking: true,
|
|
16961
|
-
thinkingBudget:
|
|
16962
|
-
minThinkingBudget:
|
|
16966
|
+
thinkingBudget: 1e3,
|
|
16967
|
+
minThinkingBudget: 32,
|
|
16963
16968
|
recommended: true,
|
|
16964
16969
|
maxTokens: 1048576,
|
|
16965
|
-
maxOutputTokens:
|
|
16970
|
+
maxOutputTokens: 65536,
|
|
16966
16971
|
quotaInfo: {
|
|
16967
|
-
remainingFraction: 0.
|
|
16968
|
-
resetTime: "2026-08-
|
|
16972
|
+
remainingFraction: 0.9831897,
|
|
16973
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
16969
16974
|
},
|
|
16970
|
-
model: "
|
|
16975
|
+
model: "MODEL_PLACEHOLDER_M187",
|
|
16971
16976
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
16972
16977
|
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
16978
|
+
supportsVideo: true,
|
|
16979
|
+
tagTitle: "Fast",
|
|
16980
|
+
tagDescription: "Limited time",
|
|
16973
16981
|
supportedMimeTypes: {
|
|
16974
|
-
"video/
|
|
16975
|
-
"
|
|
16976
|
-
"application/rtf": true,
|
|
16977
|
-
"application/x-python-code": true,
|
|
16978
|
-
"text/html": true,
|
|
16979
|
-
"application/pdf": true,
|
|
16980
|
-
"text/xml": true,
|
|
16982
|
+
"video/audio/s16le": true,
|
|
16983
|
+
"text/markdown": true,
|
|
16981
16984
|
"application/x-typescript": true,
|
|
16982
|
-
"
|
|
16985
|
+
"text/x-python": true,
|
|
16986
|
+
"video/text/timestamp": true,
|
|
16987
|
+
"image/webp": true,
|
|
16988
|
+
"video/jpeg2000": true,
|
|
16989
|
+
"application/pdf": true,
|
|
16990
|
+
"text/css": true,
|
|
16991
|
+
"text/rtf": true,
|
|
16992
|
+
"video/webm": true,
|
|
16993
|
+
"video/videoframe/jpeg2000": true,
|
|
16983
16994
|
"text/csv": true,
|
|
16995
|
+
"audio/webm;codecs=opus": true,
|
|
16996
|
+
"application/rtf": true,
|
|
16997
|
+
"image/png": true,
|
|
16998
|
+
"image/jpeg": true,
|
|
16999
|
+
"text/plain": true,
|
|
17000
|
+
"image/heif": true,
|
|
17001
|
+
"video/audio/wav": true,
|
|
16984
17002
|
"text/x-python-script": true,
|
|
17003
|
+
"application/x-javascript": true,
|
|
17004
|
+
"application/x-python-code": true,
|
|
17005
|
+
"application/json": true,
|
|
16985
17006
|
"video/mp4": true,
|
|
16986
|
-
"
|
|
16987
|
-
"text/x-typescript": true,
|
|
16988
|
-
"video/webm": true,
|
|
17007
|
+
"image/heic": true,
|
|
16989
17008
|
"text/javascript": true,
|
|
16990
|
-
"
|
|
16991
|
-
"text/
|
|
17009
|
+
"text/html": true,
|
|
17010
|
+
"text/xml": true,
|
|
16992
17011
|
"application/x-ipynb+json": true,
|
|
16993
|
-
"
|
|
16994
|
-
"image/heic": true,
|
|
16995
|
-
"image/png": true,
|
|
16996
|
-
"video/jpeg2000": true,
|
|
16997
|
-
"text/plain": true,
|
|
16998
|
-
"application/x-javascript": true,
|
|
16999
|
-
"text/rtf": true,
|
|
17000
|
-
"video/audio/wav": true,
|
|
17001
|
-
"video/text/timestamp": true,
|
|
17002
|
-
"image/jpeg": true,
|
|
17003
|
-
"text/x-python": true,
|
|
17004
|
-
"image/webp": true
|
|
17012
|
+
"text/x-typescript": true
|
|
17005
17013
|
},
|
|
17006
|
-
requiresImageOutputOutsideFunctionResponses: true,
|
|
17007
17014
|
modelExperiments: {
|
|
17008
17015
|
experiments: {
|
|
17009
17016
|
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
17010
|
-
stringValue: '{\n "strategy": "
|
|
17017
|
+
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}'
|
|
17018
|
+
},
|
|
17019
|
+
template__system_prompts__planning_mode_artifacts: {
|
|
17020
|
+
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"
|
|
17011
17021
|
}
|
|
17012
17022
|
}
|
|
17013
17023
|
}
|
|
17014
17024
|
},
|
|
17015
|
-
"gemini-
|
|
17016
|
-
displayName: "Gemini 3.
|
|
17025
|
+
"gemini-pro-agent": {
|
|
17026
|
+
displayName: "Gemini 3.1 Pro (High)",
|
|
17017
17027
|
supportsImages: true,
|
|
17018
17028
|
supportsThinking: true,
|
|
17019
|
-
thinkingBudget:
|
|
17020
|
-
minThinkingBudget:
|
|
17029
|
+
thinkingBudget: 10001,
|
|
17030
|
+
minThinkingBudget: 128,
|
|
17021
17031
|
recommended: true,
|
|
17022
17032
|
maxTokens: 1048576,
|
|
17023
|
-
maxOutputTokens:
|
|
17033
|
+
maxOutputTokens: 65535,
|
|
17024
17034
|
quotaInfo: {
|
|
17025
|
-
remainingFraction: 0.
|
|
17026
|
-
resetTime: "2026-08-
|
|
17035
|
+
remainingFraction: 0.9831897,
|
|
17036
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
17027
17037
|
},
|
|
17028
|
-
model: "
|
|
17038
|
+
model: "MODEL_PLACEHOLDER_M16",
|
|
17029
17039
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
17030
17040
|
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
17031
17041
|
supportsVideo: true,
|
|
17032
|
-
tagTitle: "Fast",
|
|
17033
|
-
tagDescription: "Limited time",
|
|
17034
17042
|
supportedMimeTypes: {
|
|
17035
|
-
"video/
|
|
17036
|
-
"application/x-ipynb+json": true,
|
|
17037
|
-
"text/markdown": true,
|
|
17038
|
-
"text/javascript": true,
|
|
17039
|
-
"application/json": true,
|
|
17040
|
-
"text/x-python-script": true,
|
|
17041
|
-
"text/rtf": true,
|
|
17042
|
-
"video/webm": true,
|
|
17043
|
-
"application/x-typescript": true,
|
|
17044
|
-
"text/csv": true,
|
|
17045
|
-
"application/rtf": true,
|
|
17043
|
+
"video/mp4": true,
|
|
17046
17044
|
"text/plain": true,
|
|
17047
|
-
"video/
|
|
17048
|
-
"
|
|
17049
|
-
"
|
|
17050
|
-
"
|
|
17045
|
+
"video/text/timestamp": true,
|
|
17046
|
+
"audio/webm;codecs=opus": true,
|
|
17047
|
+
"image/heif": true,
|
|
17048
|
+
"application/x-ipynb+json": true,
|
|
17049
|
+
"image/jpeg": true,
|
|
17050
|
+
"text/x-python": true,
|
|
17051
17051
|
"application/pdf": true,
|
|
17052
|
-
"
|
|
17052
|
+
"application/json": true,
|
|
17053
17053
|
"video/videoframe/jpeg2000": true,
|
|
17054
|
-
"
|
|
17054
|
+
"video/webm": true,
|
|
17055
|
+
"text/x-typescript": true,
|
|
17056
|
+
"text/javascript": true,
|
|
17057
|
+
"video/audio/wav": true,
|
|
17058
|
+
"video/jpeg2000": true,
|
|
17059
|
+
"image/webp": true,
|
|
17055
17060
|
"image/heic": true,
|
|
17056
|
-
"
|
|
17057
|
-
"
|
|
17061
|
+
"text/x-python-script": true,
|
|
17062
|
+
"application/x-typescript": true,
|
|
17058
17063
|
"text/css": true,
|
|
17064
|
+
"image/png": true,
|
|
17059
17065
|
"text/html": true,
|
|
17060
|
-
"
|
|
17061
|
-
"
|
|
17062
|
-
"
|
|
17063
|
-
"
|
|
17064
|
-
"
|
|
17065
|
-
"
|
|
17066
|
+
"text/csv": true,
|
|
17067
|
+
"application/x-python-code": true,
|
|
17068
|
+
"video/audio/s16le": true,
|
|
17069
|
+
"application/rtf": true,
|
|
17070
|
+
"text/markdown": true,
|
|
17071
|
+
"application/x-javascript": true,
|
|
17072
|
+
"text/rtf": true,
|
|
17073
|
+
"text/xml": true
|
|
17066
17074
|
},
|
|
17067
17075
|
modelExperiments: {
|
|
17068
17076
|
experiments: {
|
|
17069
17077
|
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
17070
|
-
stringValue: '{\n "strategy": "
|
|
17078
|
+
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}'
|
|
17071
17079
|
},
|
|
17072
17080
|
"cascade-include-ephemeral-message": {
|
|
17073
|
-
stringValue: '{\n "enabled":
|
|
17081
|
+
stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
|
|
17074
17082
|
},
|
|
17075
|
-
|
|
17076
|
-
stringValue: "
|
|
17083
|
+
template__system_prompts__communication_style: {
|
|
17084
|
+
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: ...'."
|
|
17085
|
+
},
|
|
17086
|
+
template__system_prompts__planning_mode_artifacts: {
|
|
17087
|
+
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"
|
|
17077
17088
|
}
|
|
17078
17089
|
}
|
|
17079
17090
|
}
|
|
17080
17091
|
},
|
|
17092
|
+
tab_flash_lite_preview: {
|
|
17093
|
+
maxTokens: 16384,
|
|
17094
|
+
maxOutputTokens: 4096,
|
|
17095
|
+
quotaInfo: {
|
|
17096
|
+
remainingFraction: 1
|
|
17097
|
+
},
|
|
17098
|
+
model: "MODEL_PLACEHOLDER_M19",
|
|
17099
|
+
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
17100
|
+
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
17101
|
+
supportsCumulativeContext: true,
|
|
17102
|
+
supportsEstimateTokenCounter: true,
|
|
17103
|
+
toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
|
|
17104
|
+
requiresLeadInGeneration: true
|
|
17105
|
+
},
|
|
17081
17106
|
"gemini-3-flash-agent": {
|
|
17082
17107
|
displayName: "Gemini 3.5 Flash (High)",
|
|
17083
17108
|
supportsImages: true,
|
|
@@ -17088,8 +17113,8 @@ var models_default = {
|
|
|
17088
17113
|
maxTokens: 1048576,
|
|
17089
17114
|
maxOutputTokens: 65536,
|
|
17090
17115
|
quotaInfo: {
|
|
17091
|
-
remainingFraction: 0.
|
|
17092
|
-
resetTime: "2026-08-
|
|
17116
|
+
remainingFraction: 0.9831897,
|
|
17117
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
17093
17118
|
},
|
|
17094
17119
|
model: "MODEL_PLACEHOLDER_M84",
|
|
17095
17120
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
@@ -17098,49 +17123,66 @@ var models_default = {
|
|
|
17098
17123
|
tagTitle: "Fast",
|
|
17099
17124
|
tagDescription: "Limited time",
|
|
17100
17125
|
supportedMimeTypes: {
|
|
17101
|
-
"
|
|
17126
|
+
"audio/webm;codecs=opus": true,
|
|
17127
|
+
"image/heic": true,
|
|
17128
|
+
"text/xml": true,
|
|
17129
|
+
"application/pdf": true,
|
|
17130
|
+
"video/mp4": true,
|
|
17131
|
+
"image/jpeg": true,
|
|
17132
|
+
"video/webm": true,
|
|
17133
|
+
"text/rtf": true,
|
|
17134
|
+
"video/videoframe/jpeg2000": true,
|
|
17135
|
+
"text/html": true,
|
|
17102
17136
|
"application/x-python-code": true,
|
|
17103
17137
|
"text/javascript": true,
|
|
17104
|
-
"text/csv": true,
|
|
17105
|
-
"text/rtf": true,
|
|
17106
|
-
"text/x-python-script": true,
|
|
17107
|
-
"video/text/timestamp": true,
|
|
17108
17138
|
"application/rtf": true,
|
|
17109
|
-
"video/webm": true,
|
|
17110
|
-
"text/html": true,
|
|
17111
|
-
"text/x-typescript": true,
|
|
17112
|
-
"video/videoframe/jpeg2000": true,
|
|
17113
|
-
"image/jpeg": true,
|
|
17114
|
-
"image/heic": true,
|
|
17115
17139
|
"text/plain": true,
|
|
17116
|
-
"
|
|
17117
|
-
"text/x-python": true,
|
|
17118
|
-
"application/json": true,
|
|
17119
|
-
"application/x-ipynb+json": true,
|
|
17120
|
-
"text/markdown": true,
|
|
17121
|
-
"application/pdf": true,
|
|
17122
|
-
"text/css": true,
|
|
17123
|
-
"text/xml": true,
|
|
17124
|
-
"video/mp4": true,
|
|
17140
|
+
"image/png": true,
|
|
17125
17141
|
"video/audio/wav": true,
|
|
17126
17142
|
"application/x-javascript": true,
|
|
17143
|
+
"application/x-typescript": true,
|
|
17144
|
+
"text/x-python": true,
|
|
17145
|
+
"video/text/timestamp": true,
|
|
17127
17146
|
"video/audio/s16le": true,
|
|
17128
|
-
"
|
|
17147
|
+
"text/x-typescript": true,
|
|
17148
|
+
"text/x-python-script": true,
|
|
17149
|
+
"text/css": true,
|
|
17150
|
+
"video/jpeg2000": true,
|
|
17151
|
+
"application/x-ipynb+json": true,
|
|
17152
|
+
"text/csv": true,
|
|
17129
17153
|
"image/webp": true,
|
|
17130
|
-
"image/
|
|
17131
|
-
"
|
|
17154
|
+
"image/heif": true,
|
|
17155
|
+
"text/markdown": true,
|
|
17156
|
+
"application/json": true
|
|
17132
17157
|
},
|
|
17133
17158
|
modelExperiments: {
|
|
17134
17159
|
experiments: {
|
|
17135
|
-
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
17136
|
-
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}'
|
|
17137
|
-
},
|
|
17138
17160
|
template__system_prompts__planning_mode_artifacts: {
|
|
17139
17161
|
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"
|
|
17162
|
+
},
|
|
17163
|
+
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
17164
|
+
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}'
|
|
17140
17165
|
}
|
|
17141
17166
|
}
|
|
17142
17167
|
}
|
|
17143
17168
|
},
|
|
17169
|
+
tab_jump_flash_lite_preview: {
|
|
17170
|
+
maxTokens: 16384,
|
|
17171
|
+
maxOutputTokens: 4096,
|
|
17172
|
+
quotaInfo: {
|
|
17173
|
+
remainingFraction: 1
|
|
17174
|
+
},
|
|
17175
|
+
model: "MODEL_PLACEHOLDER_M28",
|
|
17176
|
+
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
17177
|
+
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
17178
|
+
supportsCumulativeContext: true,
|
|
17179
|
+
tabJumpPrintLineRange: true,
|
|
17180
|
+
supportsEstimateTokenCounter: true,
|
|
17181
|
+
addCursorToFindReplaceTarget: true,
|
|
17182
|
+
toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
|
|
17183
|
+
requiresLeadInGeneration: true,
|
|
17184
|
+
requiresNoXmlToolExamples: true
|
|
17185
|
+
},
|
|
17144
17186
|
"gemini-3.6-flash-medium": {
|
|
17145
17187
|
displayName: "Gemini 3.6 Flash (Medium)",
|
|
17146
17188
|
supportsImages: true,
|
|
@@ -17151,8 +17193,8 @@ var models_default = {
|
|
|
17151
17193
|
maxTokens: 1048576,
|
|
17152
17194
|
maxOutputTokens: 65536,
|
|
17153
17195
|
quotaInfo: {
|
|
17154
|
-
remainingFraction: 0.
|
|
17155
|
-
resetTime: "2026-08-
|
|
17196
|
+
remainingFraction: 0.9831897,
|
|
17197
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
17156
17198
|
},
|
|
17157
17199
|
model: "MODEL_PLACEHOLDER_M72",
|
|
17158
17200
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
@@ -17161,43 +17203,40 @@ var models_default = {
|
|
|
17161
17203
|
tagTitle: "Fast",
|
|
17162
17204
|
tagDescription: "Limited time",
|
|
17163
17205
|
supportedMimeTypes: {
|
|
17206
|
+
"text/x-python": true,
|
|
17207
|
+
"image/png": true,
|
|
17164
17208
|
"application/x-typescript": true,
|
|
17165
|
-
"
|
|
17209
|
+
"image/jpeg": true,
|
|
17210
|
+
"video/audio/s16le": true,
|
|
17211
|
+
"application/x-javascript": true,
|
|
17212
|
+
"video/mp4": true,
|
|
17213
|
+
"text/x-typescript": true,
|
|
17166
17214
|
"text/plain": true,
|
|
17167
|
-
"
|
|
17168
|
-
"
|
|
17169
|
-
"
|
|
17170
|
-
"
|
|
17215
|
+
"video/jpeg2000": true,
|
|
17216
|
+
"text/html": true,
|
|
17217
|
+
"text/csv": true,
|
|
17218
|
+
"video/audio/wav": true,
|
|
17171
17219
|
"video/text/timestamp": true,
|
|
17220
|
+
"video/webm": true,
|
|
17221
|
+
"image/webp": true,
|
|
17172
17222
|
"text/x-python-script": true,
|
|
17173
|
-
"
|
|
17223
|
+
"text/xml": true,
|
|
17174
17224
|
"application/json": true,
|
|
17175
|
-
"text/css": true,
|
|
17176
|
-
"image/png": true,
|
|
17177
|
-
"image/webp": true,
|
|
17178
|
-
"text/javascript": true,
|
|
17179
17225
|
"application/x-ipynb+json": true,
|
|
17180
|
-
"
|
|
17181
|
-
"text/x-typescript": true,
|
|
17182
|
-
"video/audio/s16le": true,
|
|
17183
|
-
"video/audio/wav": true,
|
|
17226
|
+
"image/heif": true,
|
|
17184
17227
|
"text/rtf": true,
|
|
17228
|
+
"text/markdown": true,
|
|
17185
17229
|
"video/videoframe/jpeg2000": true,
|
|
17186
|
-
"
|
|
17187
|
-
"
|
|
17230
|
+
"application/x-python-code": true,
|
|
17231
|
+
"audio/webm;codecs=opus": true,
|
|
17232
|
+
"text/javascript": true,
|
|
17233
|
+
"text/css": true,
|
|
17188
17234
|
"application/pdf": true,
|
|
17189
|
-
"video/mp4": true,
|
|
17190
|
-
"text/csv": true,
|
|
17191
17235
|
"image/heic": true,
|
|
17192
|
-
"
|
|
17193
|
-
"image/jpeg": true,
|
|
17194
|
-
"application/x-python-code": true
|
|
17236
|
+
"application/rtf": true
|
|
17195
17237
|
},
|
|
17196
17238
|
modelExperiments: {
|
|
17197
17239
|
experiments: {
|
|
17198
|
-
template__system_prompts__guidelines: {
|
|
17199
|
-
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"
|
|
17200
|
-
},
|
|
17201
17240
|
template__system_prompts__messaging: {
|
|
17202
17241
|
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."
|
|
17203
17242
|
},
|
|
@@ -17209,88 +17248,32 @@ var models_default = {
|
|
|
17209
17248
|
},
|
|
17210
17249
|
template__system_prompts__communication_style: {
|
|
17211
17250
|
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"
|
|
17251
|
+
},
|
|
17252
|
+
template__system_prompts__guidelines: {
|
|
17253
|
+
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"
|
|
17212
17254
|
}
|
|
17213
17255
|
}
|
|
17214
17256
|
}
|
|
17215
17257
|
},
|
|
17216
|
-
"gemini-3.
|
|
17217
|
-
|
|
17218
|
-
supportsThinking: true,
|
|
17219
|
-
thinkingBudget: -1,
|
|
17220
|
-
minThinkingBudget: 32,
|
|
17221
|
-
recommended: true,
|
|
17222
|
-
maxTokens: 1048576,
|
|
17223
|
-
maxOutputTokens: 65536,
|
|
17258
|
+
"gemini-3.1-flash-image": {
|
|
17259
|
+
displayName: "Gemini 3.1 Flash Image",
|
|
17224
17260
|
quotaInfo: {
|
|
17225
|
-
remainingFraction: 0.
|
|
17226
|
-
resetTime: "2026-08-
|
|
17261
|
+
remainingFraction: 0.9831897,
|
|
17262
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
17227
17263
|
},
|
|
17228
|
-
model: "
|
|
17264
|
+
model: "MODEL_PLACEHOLDER_M21",
|
|
17229
17265
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
17230
|
-
modelProvider: "MODEL_PROVIDER_GOOGLE"
|
|
17231
|
-
supportsVideo: true,
|
|
17232
|
-
supportedMimeTypes: {
|
|
17233
|
-
"text/x-python-script": true,
|
|
17234
|
-
"audio/webm;codecs=opus": true,
|
|
17235
|
-
"image/webp": true,
|
|
17236
|
-
"video/jpeg2000": true,
|
|
17237
|
-
"image/png": true,
|
|
17238
|
-
"text/css": true,
|
|
17239
|
-
"text/rtf": true,
|
|
17240
|
-
"text/xml": true,
|
|
17241
|
-
"image/heif": true,
|
|
17242
|
-
"text/x-typescript": true,
|
|
17243
|
-
"application/x-javascript": true,
|
|
17244
|
-
"application/x-typescript": true,
|
|
17245
|
-
"text/markdown": true,
|
|
17246
|
-
"application/x-ipynb+json": true,
|
|
17247
|
-
"image/heic": true,
|
|
17248
|
-
"application/x-python-code": true,
|
|
17249
|
-
"application/json": true,
|
|
17250
|
-
"image/jpeg": true,
|
|
17251
|
-
"video/text/timestamp": true,
|
|
17252
|
-
"video/webm": true,
|
|
17253
|
-
"text/csv": true,
|
|
17254
|
-
"application/pdf": true,
|
|
17255
|
-
"video/videoframe/jpeg2000": true,
|
|
17256
|
-
"video/audio/s16le": true,
|
|
17257
|
-
"text/x-python": true,
|
|
17258
|
-
"text/plain": true,
|
|
17259
|
-
"application/rtf": true,
|
|
17260
|
-
"video/audio/wav": true,
|
|
17261
|
-
"text/html": true,
|
|
17262
|
-
"video/mp4": true,
|
|
17263
|
-
"text/javascript": true
|
|
17264
|
-
},
|
|
17265
|
-
modelExperiments: {
|
|
17266
|
-
experiments: {
|
|
17267
|
-
"cascade-include-ephemeral-message": {
|
|
17268
|
-
stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
|
|
17269
|
-
},
|
|
17270
|
-
template__system_prompts__communication_style: {
|
|
17271
|
-
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"
|
|
17272
|
-
},
|
|
17273
|
-
template__system_prompts__guidelines: {
|
|
17274
|
-
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"
|
|
17275
|
-
},
|
|
17276
|
-
template__system_prompts__messaging: {
|
|
17277
|
-
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."
|
|
17278
|
-
},
|
|
17279
|
-
CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
|
|
17280
|
-
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}'
|
|
17281
|
-
}
|
|
17282
|
-
}
|
|
17283
|
-
}
|
|
17266
|
+
modelProvider: "MODEL_PROVIDER_GOOGLE"
|
|
17284
17267
|
},
|
|
17285
|
-
"gemini-2.5-flash
|
|
17268
|
+
"gemini-2.5-flash": {
|
|
17286
17269
|
displayName: "Gemini 3.1 Flash Lite",
|
|
17287
17270
|
maxTokens: 1048576,
|
|
17288
17271
|
maxOutputTokens: 65535,
|
|
17289
17272
|
quotaInfo: {
|
|
17290
|
-
remainingFraction: 0.
|
|
17291
|
-
resetTime: "2026-08-
|
|
17273
|
+
remainingFraction: 0.9831897,
|
|
17274
|
+
resetTime: "2026-08-21T03:05:43Z"
|
|
17292
17275
|
},
|
|
17293
|
-
model: "
|
|
17276
|
+
model: "MODEL_GOOGLE_GEMINI_2_5_FLASH",
|
|
17294
17277
|
apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
|
|
17295
17278
|
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
17296
17279
|
modelExperiments: {
|
|
@@ -17300,6 +17283,23 @@ var models_default = {
|
|
|
17300
17283
|
}
|
|
17301
17284
|
}
|
|
17302
17285
|
}
|
|
17286
|
+
},
|
|
17287
|
+
chat_20706: {
|
|
17288
|
+
maxTokens: 16384,
|
|
17289
|
+
quotaInfo: {
|
|
17290
|
+
remainingFraction: 1
|
|
17291
|
+
},
|
|
17292
|
+
model: "MODEL_CHAT_20706",
|
|
17293
|
+
apiProvider: "API_PROVIDER_INTERNAL",
|
|
17294
|
+
modelProvider: "MODEL_PROVIDER_GOOGLE",
|
|
17295
|
+
supportsCumulativeContext: true,
|
|
17296
|
+
tabJumpPrintLineRange: true,
|
|
17297
|
+
supportsEstimateTokenCounter: true,
|
|
17298
|
+
isInternal: true,
|
|
17299
|
+
addCursorToFindReplaceTarget: true,
|
|
17300
|
+
promptTemplaterType: "PROMPT_TEMPLATER_TYPE_CHATML",
|
|
17301
|
+
toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
|
|
17302
|
+
requiresLeadInGeneration: true
|
|
17303
17303
|
}
|
|
17304
17304
|
},
|
|
17305
17305
|
defaultAgentModelId: "gemini-3.7-flash-high",
|
|
@@ -17364,7 +17364,6 @@ var models_default = {
|
|
|
17364
17364
|
106015333,
|
|
17365
17365
|
105979579,
|
|
17366
17366
|
106568772,
|
|
17367
|
-
106568778,
|
|
17368
17367
|
105867471,
|
|
17369
17368
|
106548982,
|
|
17370
17369
|
106123599,
|
|
@@ -17385,7 +17384,6 @@ var models_default = {
|
|
|
17385
17384
|
105887299,
|
|
17386
17385
|
106428370,
|
|
17387
17386
|
106283618,
|
|
17388
|
-
106568766,
|
|
17389
17387
|
106278607,
|
|
17390
17388
|
106538964,
|
|
17391
17389
|
106512082,
|
|
@@ -17402,7 +17400,6 @@ var models_default = {
|
|
|
17402
17400
|
105979553,
|
|
17403
17401
|
106015328,
|
|
17404
17402
|
106568390,
|
|
17405
|
-
106568396,
|
|
17406
17403
|
105867469,
|
|
17407
17404
|
106123597,
|
|
17408
17405
|
106121399,
|
|
@@ -17413,7 +17410,6 @@ var models_default = {
|
|
|
17413
17410
|
106470331,
|
|
17414
17411
|
105906495,
|
|
17415
17412
|
106283614,
|
|
17416
|
-
106568384,
|
|
17417
17413
|
106038164,
|
|
17418
17414
|
106032301,
|
|
17419
17415
|
106121604
|