@anthonyhaussman/opencode-agy-auth 1.1.11 → 1.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -268,7 +268,7 @@ function createAgyActivityRequestId() {
268
268
  import os from "os";
269
269
 
270
270
  // src/sdk/agy-cli-version.ts
271
- var AGY_CLI_VERSION = "1.1.11";
271
+ var AGY_CLI_VERSION = "1.1.12";
272
272
 
273
273
  // src/sdk/user-agent.ts
274
274
  var cachedUserAgent = null;
@@ -15910,163 +15910,252 @@ import { randomUUID as randomUUID3 } from "crypto";
15910
15910
  // models.json
15911
15911
  var models_default = {
15912
15912
  models: {
15913
- tab_jump_flash_lite_preview: {
15914
- maxTokens: 16384,
15915
- maxOutputTokens: 4096,
15916
- tokenizerType: "LLAMA_WITH_SPECIAL",
15917
- quotaInfo: {
15918
- remainingFraction: 1
15919
- },
15920
- model: "MODEL_PLACEHOLDER_M28",
15921
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
15922
- modelProvider: "MODEL_PROVIDER_GOOGLE",
15923
- supportsCumulativeContext: true,
15924
- tabJumpPrintLineRange: true,
15925
- supportsEstimateTokenCounter: true,
15926
- addCursorToFindReplaceTarget: true,
15927
- toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
15928
- requiresLeadInGeneration: true,
15929
- requiresNoXmlToolExamples: true
15930
- },
15931
- "gemini-3.1-pro-high": {
15932
- displayName: "Gemini 3.1 Pro (High)",
15913
+ "gemini-3.1-pro-low": {
15914
+ displayName: "Gemini 3.1 Pro (Low)",
15933
15915
  supportsImages: true,
15934
15916
  supportsThinking: true,
15935
- thinkingBudget: 10001,
15917
+ thinkingBudget: 1001,
15936
15918
  minThinkingBudget: 128,
15937
15919
  recommended: true,
15938
15920
  maxTokens: 1048576,
15939
15921
  maxOutputTokens: 65535,
15940
- tokenizerType: "LLAMA_WITH_SPECIAL",
15941
15922
  quotaInfo: {
15942
15923
  remainingFraction: 1,
15943
- resetTime: "2026-05-29T18:30:05Z"
15924
+ resetTime: "2026-08-12T03:11:27Z"
15944
15925
  },
15945
- model: "MODEL_PLACEHOLDER_M37",
15926
+ model: "MODEL_PLACEHOLDER_M36",
15946
15927
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
15947
15928
  modelProvider: "MODEL_PROVIDER_GOOGLE",
15948
15929
  supportsVideo: true,
15949
- tagTitle: "New",
15950
15930
  supportedMimeTypes: {
15951
- "audio/webm;codecs=opus": true,
15952
- "application/x-python-code": true,
15953
- "text/xml": true,
15954
- "text/x-python": true,
15955
- "text/html": true,
15956
15931
  "application/x-ipynb+json": true,
15957
- "video/text/timestamp": true,
15958
- "text/markdown": true,
15959
- "text/x-python-script": true,
15960
- "video/jpeg2000": true,
15961
- "image/jpeg": true,
15962
- "image/png": true,
15932
+ "application/rtf": true,
15963
15933
  "image/heic": true,
15964
- "text/plain": true,
15965
- "application/x-javascript": true,
15966
- "application/json": true,
15934
+ "image/heif": true,
15967
15935
  "application/pdf": true,
15968
- "text/javascript": true,
15936
+ "text/css": true,
15937
+ "application/x-javascript": true,
15969
15938
  "image/webp": true,
15939
+ "video/audio/s16le": true,
15940
+ "video/jpeg2000": true,
15970
15941
  "application/x-typescript": true,
15971
- "text/x-typescript": true,
15972
- "text/rtf": true,
15973
15942
  "video/webm": true,
15943
+ "image/jpeg": true,
15944
+ "text/markdown": true,
15945
+ "text/javascript": true,
15946
+ "text/x-python-script": true,
15974
15947
  "video/audio/wav": true,
15975
- "video/audio/s16le": true,
15976
- "text/csv": true,
15977
- "video/mp4": true,
15978
15948
  "video/videoframe/jpeg2000": true,
15979
- "image/heif": true,
15980
- "text/css": true,
15981
- "application/rtf": true
15949
+ "text/plain": true,
15950
+ "image/png": true,
15951
+ "text/x-python": true,
15952
+ "video/text/timestamp": true,
15953
+ "audio/webm;codecs=opus": true,
15954
+ "text/rtf": true,
15955
+ "video/mp4": true,
15956
+ "application/json": true,
15957
+ "text/x-typescript": true,
15958
+ "application/x-python-code": true,
15959
+ "text/html": true,
15960
+ "text/xml": true,
15961
+ "text/csv": true
15982
15962
  },
15983
15963
  modelExperiments: {
15984
15964
  experiments: {
15965
+ template__system_prompts__planning_mode_artifacts: {
15966
+ 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"
15967
+ },
15968
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
15969
+ 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}'
15970
+ },
15985
15971
  "cascade-include-ephemeral-message": {
15986
15972
  stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
15987
15973
  },
15988
15974
  template__system_prompts__communication_style: {
15989
15975
  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: ...'."
15990
- },
15991
- template__system_prompts__identity: {
15992
- stringValue: "You are Antigravity, a powerful agentic AI coding assistant designed by the Google DeepMind team working on Advanced Agentic Coding.\nYou are pair programming with a USER to solve their coding task. The task may require creating a new codebase, modifying or debugging an existing codebase, or simply answering a question.\nThe USER will send you requests, which you must always prioritize addressing. User requests are enclosed within <USER_REQUEST> tags. Along with each USER request, we will attach additional metadata about their current state, such as what files they have open and where their cursor is.\nThis information may or may not be relevant to the coding task, it is up for you to decide."
15993
- },
15994
- template__system_prompts__planning_more_artifacts: {
15995
- 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"
15996
- },
15997
- CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
15998
- 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}'
15999
15976
  }
16000
15977
  }
16001
15978
  }
16002
15979
  },
16003
- "gemini-2.5-flash": {
16004
- displayName: "Gemini 3.1 Flash Lite",
15980
+ "gemini-3-flash-agent": {
15981
+ displayName: "Gemini 3.5 Flash (High)",
15982
+ supportsImages: true,
15983
+ supportsThinking: true,
15984
+ thinkingBudget: -1,
15985
+ minThinkingBudget: 32,
15986
+ recommended: true,
16005
15987
  maxTokens: 1048576,
16006
- maxOutputTokens: 65535,
16007
- tokenizerType: "LLAMA_WITH_SPECIAL",
15988
+ maxOutputTokens: 65536,
16008
15989
  quotaInfo: {
16009
15990
  remainingFraction: 1,
16010
- resetTime: "2026-05-29T18:30:05Z"
15991
+ resetTime: "2026-08-12T03:11:27Z"
16011
15992
  },
16012
- model: "MODEL_GOOGLE_GEMINI_2_5_FLASH",
15993
+ model: "MODEL_PLACEHOLDER_M47",
16013
15994
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16014
15995
  modelProvider: "MODEL_PROVIDER_GOOGLE",
15996
+ supportsVideo: true,
15997
+ tagTitle: "Fast",
15998
+ tagDescription: "Limited time",
15999
+ supportedMimeTypes: {
16000
+ "application/json": true,
16001
+ "application/rtf": true,
16002
+ "text/javascript": true,
16003
+ "text/csv": true,
16004
+ "video/audio/s16le": true,
16005
+ "application/x-javascript": true,
16006
+ "application/x-typescript": true,
16007
+ "image/webp": true,
16008
+ "audio/webm;codecs=opus": true,
16009
+ "image/png": true,
16010
+ "application/pdf": true,
16011
+ "video/audio/wav": true,
16012
+ "video/jpeg2000": true,
16013
+ "image/heif": true,
16014
+ "text/html": true,
16015
+ "application/x-python-code": true,
16016
+ "text/xml": true,
16017
+ "text/markdown": true,
16018
+ "text/rtf": true,
16019
+ "text/x-python": true,
16020
+ "image/jpeg": true,
16021
+ "video/videoframe/jpeg2000": true,
16022
+ "text/plain": true,
16023
+ "image/heic": true,
16024
+ "text/css": true,
16025
+ "video/mp4": true,
16026
+ "text/x-python-script": true,
16027
+ "video/webm": true,
16028
+ "video/text/timestamp": true,
16029
+ "text/x-typescript": true,
16030
+ "application/x-ipynb+json": true
16031
+ },
16015
16032
  modelExperiments: {
16016
16033
  experiments: {
16034
+ template__system_prompts__messaging: {
16035
+ 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."
16036
+ },
16037
+ template__system_prompts__planning_mode_artifacts: {
16038
+ 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"
16039
+ },
16017
16040
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16018
- 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}'
16041
+ 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}'
16042
+ },
16043
+ template__system_prompts__communication_style: {
16044
+ 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"
16045
+ },
16046
+ template__system_prompts__guidelines: {
16047
+ 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"
16019
16048
  }
16020
16049
  }
16021
16050
  }
16022
16051
  },
16023
- "claude-opus-4-6-thinking": {
16024
- displayName: "Claude Opus 4.6 (Thinking)",
16052
+ tab_flash_lite_preview: {
16053
+ maxTokens: 16384,
16054
+ maxOutputTokens: 4096,
16055
+ quotaInfo: {
16056
+ remainingFraction: 1
16057
+ },
16058
+ model: "MODEL_PLACEHOLDER_M19",
16059
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16060
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16061
+ supportsCumulativeContext: true,
16062
+ supportsEstimateTokenCounter: true,
16063
+ toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
16064
+ requiresLeadInGeneration: true
16065
+ },
16066
+ "gemini-3-flash": {
16067
+ displayName: "Gemini 3 Flash",
16025
16068
  supportsImages: true,
16026
16069
  supportsThinking: true,
16027
- thinkingBudget: 1024,
16070
+ thinkingBudget: -1,
16071
+ minThinkingBudget: 32,
16028
16072
  recommended: true,
16029
- maxTokens: 25e4,
16030
- maxOutputTokens: 64e3,
16031
- tokenizerType: "LLAMA_WITH_SPECIAL",
16073
+ maxTokens: 1048576,
16074
+ maxOutputTokens: 65536,
16032
16075
  quotaInfo: {
16033
- remainingFraction: 0.6,
16034
- resetTime: "2026-05-29T19:43:59Z"
16076
+ remainingFraction: 1,
16077
+ resetTime: "2026-08-12T03:11:27Z"
16035
16078
  },
16036
- model: "MODEL_PLACEHOLDER_M26",
16037
- apiProvider: "API_PROVIDER_ANTHROPIC_VERTEX",
16038
- modelProvider: "MODEL_PROVIDER_ANTHROPIC",
16079
+ model: "MODEL_PLACEHOLDER_M18",
16080
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16081
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16082
+ supportsVideo: true,
16039
16083
  supportedMimeTypes: {
16084
+ "video/audio/wav": true,
16085
+ "application/x-javascript": true,
16086
+ "text/rtf": true,
16087
+ "text/html": true,
16088
+ "text/xml": true,
16089
+ "application/x-python-code": true,
16090
+ "application/json": true,
16091
+ "image/jpeg": true,
16092
+ "image/heif": true,
16093
+ "image/heic": true,
16094
+ "application/x-ipynb+json": true,
16095
+ "image/png": true,
16096
+ "video/text/timestamp": true,
16097
+ "text/plain": true,
16098
+ "application/rtf": true,
16040
16099
  "image/webp": true,
16100
+ "text/css": true,
16041
16101
  "video/jpeg2000": true,
16102
+ "text/markdown": true,
16103
+ "text/csv": true,
16104
+ "video/audio/s16le": true,
16105
+ "text/x-python-script": true,
16106
+ "text/x-python": true,
16107
+ "text/x-typescript": true,
16042
16108
  "video/videoframe/jpeg2000": true,
16043
- "image/heic": true,
16044
- "image/heif": true,
16045
- "image/jpeg": true,
16046
- "image/png": true
16109
+ "video/mp4": true,
16110
+ "video/webm": true,
16111
+ "application/x-typescript": true,
16112
+ "audio/webm;codecs=opus": true,
16113
+ "application/pdf": true,
16114
+ "text/javascript": true
16047
16115
  },
16048
16116
  modelExperiments: {
16049
16117
  experiments: {
16050
- CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16051
- 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}'
16118
+ template__system_prompts__communication_style: {
16119
+ 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.'
16052
16120
  },
16053
- template__system_prompts__planning_more_artifacts: {
16054
- 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"
16121
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16122
+ 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}'
16055
16123
  }
16056
16124
  }
16125
+ }
16126
+ },
16127
+ "gpt-oss-120b-medium": {
16128
+ displayName: "GPT-OSS 120B (Medium)",
16129
+ supportsThinking: true,
16130
+ thinkingBudget: 8192,
16131
+ recommended: true,
16132
+ maxTokens: 131072,
16133
+ maxOutputTokens: 32768,
16134
+ quotaInfo: {
16135
+ remainingFraction: 1,
16136
+ resetTime: "2026-08-12T03:11:27Z"
16057
16137
  },
16058
- vertexModelId: "claude-opus-4-6@default"
16138
+ model: "MODEL_OPENAI_GPT_OSS_120B_MEDIUM",
16139
+ apiProvider: "API_PROVIDER_OPENAI_VERTEX",
16140
+ modelProvider: "MODEL_PROVIDER_OPENAI",
16141
+ modelExperiments: {
16142
+ experiments: {
16143
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16144
+ 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}'
16145
+ }
16146
+ }
16147
+ },
16148
+ vertexModelId: "openai/gpt-oss-120b-maas"
16059
16149
  },
16060
- "gemini-2.5-flash-thinking": {
16150
+ "gemini-2.5-flash-lite": {
16061
16151
  displayName: "Gemini 3.1 Flash Lite",
16062
16152
  maxTokens: 1048576,
16063
16153
  maxOutputTokens: 65535,
16064
- tokenizerType: "LLAMA_WITH_SPECIAL",
16065
16154
  quotaInfo: {
16066
16155
  remainingFraction: 1,
16067
- resetTime: "2026-05-29T18:30:05Z"
16156
+ resetTime: "2026-08-12T03:11:27Z"
16068
16157
  },
16069
- model: "MODEL_GOOGLE_GEMINI_2_5_FLASH_THINKING",
16158
+ model: "MODEL_GOOGLE_GEMINI_2_5_FLASH_LITE",
16070
16159
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16071
16160
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16072
16161
  modelExperiments: {
@@ -16077,304 +16166,309 @@ var models_default = {
16077
16166
  }
16078
16167
  }
16079
16168
  },
16080
- "gemini-2.5-pro": {
16081
- displayName: "Gemini 2.5 Pro",
16169
+ "gemini-3.1-pro-high": {
16170
+ displayName: "Gemini 3.1 Pro (High)",
16082
16171
  supportsImages: true,
16083
16172
  supportsThinking: true,
16084
- thinkingBudget: 1024,
16173
+ thinkingBudget: 10001,
16085
16174
  minThinkingBudget: 128,
16086
16175
  recommended: true,
16087
16176
  maxTokens: 1048576,
16088
16177
  maxOutputTokens: 65535,
16089
- tokenizerType: "LLAMA_WITH_SPECIAL",
16090
16178
  quotaInfo: {
16091
16179
  remainingFraction: 1,
16092
- resetTime: "2026-05-29T18:30:05Z"
16180
+ resetTime: "2026-08-12T03:11:27Z"
16093
16181
  },
16094
- model: "MODEL_GOOGLE_GEMINI_2_5_PRO",
16182
+ model: "MODEL_PLACEHOLDER_M37",
16095
16183
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16096
16184
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16185
+ supportsVideo: true,
16186
+ tagTitle: "New",
16097
16187
  supportedMimeTypes: {
16098
- "video/audio/wav": true,
16099
- "image/heic": true,
16188
+ "application/rtf": true,
16189
+ "application/x-javascript": true,
16100
16190
  "text/html": true,
16191
+ "video/mp4": true,
16192
+ "text/csv": true,
16101
16193
  "application/x-python-code": true,
16102
- "image/heif": true,
16103
16194
  "text/xml": true,
16195
+ "text/x-python-script": true,
16196
+ "video/audio/wav": true,
16197
+ "application/x-typescript": true,
16198
+ "video/webm": true,
16199
+ "video/text/timestamp": true,
16104
16200
  "image/webp": true,
16105
- "video/jpeg2000": true,
16106
- "application/pdf": true,
16107
- "text/csv": true,
16108
- "image/jpeg": true,
16109
- "text/markdown": true,
16110
- "text/css": true,
16201
+ "video/videoframe/jpeg2000": true,
16111
16202
  "audio/webm;codecs=opus": true,
16203
+ "image/heic": true,
16204
+ "text/css": true,
16205
+ "application/pdf": true,
16206
+ "video/jpeg2000": true,
16112
16207
  "application/json": true,
16113
- "text/x-python-script": true,
16208
+ "image/jpeg": true,
16209
+ "text/plain": true,
16114
16210
  "video/audio/s16le": true,
16115
- "text/javascript": true,
16211
+ "text/markdown": true,
16116
16212
  "text/x-typescript": true,
16117
- "text/plain": true,
16118
- "application/x-typescript": true,
16213
+ "image/heif": true,
16214
+ "text/javascript": true,
16215
+ "text/x-python": true,
16119
16216
  "application/x-ipynb+json": true,
16120
16217
  "text/rtf": true,
16121
- "video/text/timestamp": true,
16122
- "video/webm": true,
16123
- "text/x-python": true,
16124
- "video/videoframe/jpeg2000": true,
16125
- "application/x-javascript": true,
16126
- "application/rtf": true,
16127
- "video/mp4": true,
16128
16218
  "image/png": true
16129
16219
  },
16130
- requiresImageOutputOutsideFunctionResponses: true,
16131
16220
  modelExperiments: {
16132
16221
  experiments: {
16133
16222
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16134
16223
  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}'
16224
+ },
16225
+ "cascade-include-ephemeral-message": {
16226
+ stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16227
+ },
16228
+ template__system_prompts__communication_style: {
16229
+ 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: ...'."
16230
+ },
16231
+ template__system_prompts__planning_mode_artifacts: {
16232
+ 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"
16135
16233
  }
16136
16234
  }
16137
16235
  }
16138
16236
  },
16139
- "gemini-3.1-flash-image": {
16140
- displayName: "Gemini 3.1 Flash Image",
16141
- tokenizerType: "LLAMA_WITH_SPECIAL",
16142
- quotaInfo: {
16143
- remainingFraction: 1,
16144
- resetTime: "2026-05-29T18:30:05Z"
16145
- },
16146
- model: "MODEL_PLACEHOLDER_M21",
16147
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16148
- modelProvider: "MODEL_PROVIDER_GOOGLE"
16149
- },
16150
- "gemini-pro-agent": {
16151
- displayName: "Gemini 3.1 Pro (High)",
16237
+ "claude-opus-4-6-thinking": {
16238
+ displayName: "Claude Opus 4.6 (Thinking)",
16152
16239
  supportsImages: true,
16153
16240
  supportsThinking: true,
16154
- thinkingBudget: 10001,
16155
- minThinkingBudget: 128,
16241
+ thinkingBudget: 1024,
16156
16242
  recommended: true,
16157
- maxTokens: 1048576,
16158
- maxOutputTokens: 65535,
16159
- tokenizerType: "LLAMA_WITH_SPECIAL",
16243
+ maxTokens: 25e4,
16244
+ maxOutputTokens: 64e3,
16160
16245
  quotaInfo: {
16161
16246
  remainingFraction: 1,
16162
- resetTime: "2026-05-29T18:30:05Z"
16247
+ resetTime: "2026-08-12T03:11:27Z"
16163
16248
  },
16164
- model: "MODEL_PLACEHOLDER_M16",
16165
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16166
- modelProvider: "MODEL_PROVIDER_GOOGLE",
16167
- supportsVideo: true,
16249
+ model: "MODEL_PLACEHOLDER_M26",
16250
+ apiProvider: "API_PROVIDER_ANTHROPIC_VERTEX",
16251
+ modelProvider: "MODEL_PROVIDER_ANTHROPIC",
16168
16252
  supportedMimeTypes: {
16169
- "image/png": true,
16170
- "image/heic": true,
16171
- "text/plain": true,
16172
- "video/mp4": true,
16173
- "text/css": true,
16174
- "text/rtf": true,
16175
- "text/javascript": true,
16176
- "audio/webm;codecs=opus": true,
16177
- "application/x-typescript": true,
16253
+ "image/webp": true,
16178
16254
  "video/jpeg2000": true,
16179
16255
  "video/videoframe/jpeg2000": true,
16180
- "application/rtf": true,
16181
- "text/xml": true,
16182
- "video/text/timestamp": true,
16183
- "application/x-python-code": true,
16184
- "text/markdown": true,
16185
- "text/x-python": true,
16186
- "image/webp": true,
16187
- "application/x-javascript": true,
16188
- "text/x-python-script": true,
16189
- "application/json": true,
16190
- "text/html": true,
16191
- "video/webm": true,
16192
- "video/audio/s16le": true,
16193
- "application/x-ipynb+json": true,
16194
- "image/jpeg": true,
16195
- "text/x-typescript": true,
16196
- "text/csv": true,
16197
- "video/audio/wav": true,
16256
+ "image/heic": true,
16198
16257
  "image/heif": true,
16199
- "application/pdf": true
16258
+ "image/jpeg": true,
16259
+ "image/png": true
16200
16260
  },
16201
16261
  modelExperiments: {
16202
16262
  experiments: {
16203
- template__system_prompts__communication_style: {
16204
- 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: ...'."
16205
- },
16206
- template__system_prompts__identity: {
16207
- stringValue: "You are Antigravity, a powerful agentic AI coding assistant designed by the Google DeepMind team working on Advanced Agentic Coding.\nYou are pair programming with a USER to solve their coding task. The task may require creating a new codebase, modifying or debugging an existing codebase, or simply answering a question.\nThe USER will send you requests, which you must always prioritize addressing. User requests are enclosed within <USER_REQUEST> tags. Along with each USER request, we will attach additional metadata about their current state, such as what files they have open and where their cursor is.\nThis information may or may not be relevant to the coding task, it is up for you to decide."
16208
- },
16209
- template__system_prompts__planning_more_artifacts: {
16263
+ template__system_prompts__planning_mode_artifacts: {
16210
16264
  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"
16211
16265
  },
16212
16266
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16213
- 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}'
16214
- },
16215
- "cascade-include-ephemeral-message": {
16216
- stringValue: '{\n "enabled": true,\n "disabledHeuristics": ["running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16267
+ 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}'
16217
16268
  }
16218
16269
  }
16219
- }
16270
+ },
16271
+ vertexModelId: "claude-opus-4-6@default"
16220
16272
  },
16221
- "gemini-3.5-flash-extra-low": {
16222
- displayName: "Gemini 3.5 Flash (Low)",
16273
+ "gemini-3.6-flash-high": {
16274
+ displayName: "Gemini 3.6 Flash (High)",
16223
16275
  supportsImages: true,
16224
16276
  supportsThinking: true,
16225
- thinkingBudget: 1e3,
16277
+ thinkingBudget: -1,
16226
16278
  minThinkingBudget: 32,
16227
16279
  recommended: true,
16228
16280
  maxTokens: 1048576,
16229
16281
  maxOutputTokens: 65536,
16230
- tokenizerType: "LLAMA_WITH_SPECIAL",
16231
16282
  quotaInfo: {
16232
16283
  remainingFraction: 1,
16233
- resetTime: "2026-05-29T18:30:05Z"
16284
+ resetTime: "2026-08-12T03:11:27Z"
16234
16285
  },
16235
- model: "MODEL_PLACEHOLDER_M187",
16286
+ model: "MODEL_PLACEHOLDER_M71",
16236
16287
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16237
16288
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16238
16289
  supportsVideo: true,
16239
16290
  tagTitle: "Fast",
16240
16291
  tagDescription: "Limited time",
16241
16292
  supportedMimeTypes: {
16242
- "video/audio/s16le": true,
16243
- "video/mp4": true,
16244
- "image/heif": true,
16245
- "application/x-typescript": true,
16246
- "image/png": true,
16247
- "video/jpeg2000": true,
16248
- "text/csv": true,
16249
- "text/x-python-script": true,
16250
- "image/jpeg": true,
16251
16293
  "text/rtf": true,
16294
+ "video/videoframe/jpeg2000": true,
16295
+ "text/x-python-script": true,
16252
16296
  "text/x-python": true,
16253
- "audio/webm;codecs=opus": true,
16254
- "video/text/timestamp": true,
16255
- "application/pdf": true,
16297
+ "image/jpeg": true,
16298
+ "application/json": true,
16299
+ "text/x-typescript": true,
16300
+ "video/mp4": true,
16301
+ "text/javascript": true,
16302
+ "text/xml": true,
16256
16303
  "image/webp": true,
16257
- "application/x-javascript": true,
16258
16304
  "text/markdown": true,
16259
- "application/x-ipynb+json": true,
16260
- "video/audio/wav": true,
16261
- "text/javascript": true,
16262
16305
  "application/rtf": true,
16306
+ "video/text/timestamp": true,
16307
+ "image/heic": true,
16308
+ "text/html": true,
16309
+ "video/audio/wav": true,
16310
+ "application/x-ipynb+json": true,
16311
+ "image/png": true,
16312
+ "application/x-typescript": true,
16263
16313
  "video/webm": true,
16314
+ "video/jpeg2000": true,
16315
+ "text/csv": true,
16316
+ "audio/webm;codecs=opus": true,
16264
16317
  "text/css": true,
16265
- "text/html": true,
16266
- "text/xml": true,
16267
- "text/x-typescript": true,
16318
+ "image/heif": true,
16319
+ "application/pdf": true,
16268
16320
  "application/x-python-code": true,
16269
- "application/json": true,
16270
- "image/heic": true,
16271
16321
  "text/plain": true,
16272
- "video/videoframe/jpeg2000": true
16322
+ "video/audio/s16le": true,
16323
+ "application/x-javascript": true
16273
16324
  },
16274
16325
  modelExperiments: {
16275
16326
  experiments: {
16276
16327
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16277
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "100000",\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": true,\n "max_user_requests": 10,\n "include_last_user_message": true,\n "include_conversation_log": false,\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}'
16328
+ 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}'
16278
16329
  },
16279
- template__system_prompts__identity: {
16280
- stringValue: "You are Antigravity, a powerful agentic AI coding assistant designed by the Google DeepMind team working on Advanced Agentic Coding.\nYou are pair programming with a USER to solve their coding task. The task may require creating a new codebase, modifying or debugging an existing codebase, or simply answering a question.\nThe USER will send you requests, which you must always prioritize addressing. User requests are enclosed within <USER_REQUEST> tags. Along with each USER request, we will attach additional metadata about their current state, such as what files they have open and where their cursor is.\nThis information may or may not be relevant to the coding task, it is up for you to decide."
16281
- },
16282
- template__system_prompts__planning_more_artifacts: {
16283
- 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"
16330
+ "cascade-include-ephemeral-message": {
16331
+ stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16284
16332
  }
16285
16333
  }
16286
16334
  }
16287
16335
  },
16288
- "gemini-3-flash-agent": {
16289
- displayName: "Gemini 3.5 Flash (High)",
16336
+ "gemini-3.1-flash-image": {
16337
+ displayName: "Gemini 3.1 Flash Image",
16338
+ quotaInfo: {
16339
+ remainingFraction: 1,
16340
+ resetTime: "2026-08-12T03:11:27Z"
16341
+ },
16342
+ model: "MODEL_PLACEHOLDER_M21",
16343
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16344
+ modelProvider: "MODEL_PROVIDER_GOOGLE"
16345
+ },
16346
+ "gemini-2.5-flash": {
16347
+ displayName: "Gemini 3.1 Flash Lite",
16348
+ maxTokens: 1048576,
16349
+ maxOutputTokens: 65535,
16350
+ quotaInfo: {
16351
+ remainingFraction: 1,
16352
+ resetTime: "2026-08-12T03:11:27Z"
16353
+ },
16354
+ model: "MODEL_GOOGLE_GEMINI_2_5_FLASH",
16355
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16356
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16357
+ modelExperiments: {
16358
+ experiments: {
16359
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16360
+ 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}'
16361
+ }
16362
+ }
16363
+ }
16364
+ },
16365
+ "gemini-3.1-flash-lite": {
16366
+ displayName: "Gemini 3.1 Flash Lite",
16367
+ maxTokens: 1048576,
16368
+ maxOutputTokens: 65535,
16369
+ quotaInfo: {
16370
+ remainingFraction: 1,
16371
+ resetTime: "2026-08-12T03:11:27Z"
16372
+ },
16373
+ model: "MODEL_PLACEHOLDER_M50",
16374
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16375
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16376
+ modelExperiments: {
16377
+ experiments: {
16378
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16379
+ 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}'
16380
+ }
16381
+ }
16382
+ }
16383
+ },
16384
+ "gemini-3.5-flash-extra-low": {
16385
+ displayName: "Gemini 3.5 Flash (Low)",
16290
16386
  supportsImages: true,
16291
16387
  supportsThinking: true,
16292
- thinkingBudget: 1e4,
16388
+ thinkingBudget: 1e3,
16293
16389
  minThinkingBudget: 32,
16294
16390
  recommended: true,
16295
16391
  maxTokens: 1048576,
16296
16392
  maxOutputTokens: 65536,
16297
- tokenizerType: "LLAMA_WITH_SPECIAL",
16298
16393
  quotaInfo: {
16299
16394
  remainingFraction: 1,
16300
- resetTime: "2026-05-29T18:30:05Z"
16395
+ resetTime: "2026-08-12T03:11:27Z"
16301
16396
  },
16302
- model: "MODEL_PLACEHOLDER_M132",
16397
+ model: "MODEL_PLACEHOLDER_M187",
16303
16398
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16304
16399
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16305
16400
  supportsVideo: true,
16306
16401
  tagTitle: "Fast",
16307
16402
  tagDescription: "Limited time",
16308
16403
  supportedMimeTypes: {
16309
- "application/json": true,
16310
- "text/html": true,
16311
- "text/markdown": true,
16312
16404
  "image/webp": true,
16313
- "video/text/timestamp": true,
16314
- "application/pdf": true,
16315
- "text/javascript": true,
16316
- "application/rtf": true,
16317
- "video/jpeg2000": true,
16318
- "video/videoframe/jpeg2000": true,
16319
- "text/csv": true,
16320
- "text/x-python-script": true,
16321
- "text/rtf": true,
16322
- "image/png": true,
16323
- "audio/webm;codecs=opus": true,
16324
- "application/x-ipynb+json": true,
16405
+ "application/x-python-code": true,
16325
16406
  "video/audio/wav": true,
16326
- "video/audio/s16le": true,
16327
- "video/webm": true,
16328
- "text/x-python": true,
16329
16407
  "image/heif": true,
16408
+ "text/html": true,
16330
16409
  "text/plain": true,
16331
16410
  "video/mp4": true,
16332
- "application/x-javascript": true,
16411
+ "text/xml": true,
16412
+ "application/rtf": true,
16413
+ "image/jpeg": true,
16414
+ "text/x-python-script": true,
16415
+ "text/csv": true,
16333
16416
  "image/heic": true,
16334
- "text/x-typescript": true,
16335
- "application/x-python-code": true,
16417
+ "video/webm": true,
16418
+ "text/markdown": true,
16419
+ "text/javascript": true,
16420
+ "application/x-ipynb+json": true,
16336
16421
  "text/css": true,
16337
- "image/jpeg": true,
16338
- "text/xml": true,
16339
- "application/x-typescript": true
16340
- },
16341
- modelExperiments: {
16342
- experiments: {
16343
- CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16344
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "100000",\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": true,\n "max_user_requests": 10,\n "include_last_user_message": true,\n "include_conversation_log": false,\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}'
16345
- },
16346
- template__system_prompts__identity: {
16347
- stringValue: "You are Antigravity, a powerful agentic AI coding assistant designed by the Google DeepMind team working on Advanced Agentic Coding.\nYou are pair programming with a USER to solve their coding task. The task may require creating a new codebase, modifying or debugging an existing codebase, or simply answering a question.\nThe USER will send you requests, which you must always prioritize addressing. User requests are enclosed within <USER_REQUEST> tags. Along with each USER request, we will attach additional metadata about their current state, such as what files they have open and where their cursor is.\nThis information may or may not be relevant to the coding task, it is up for you to decide."
16348
- },
16349
- template__system_prompts__planning_more_artifacts: {
16350
- 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"
16351
- }
16352
- }
16353
- }
16354
- },
16355
- chat_23310: {
16356
- maxTokens: 32768,
16357
- tokenizerType: "QWEN2",
16422
+ "video/text/timestamp": true,
16423
+ "text/x-typescript": true,
16424
+ "video/audio/s16le": true,
16425
+ "text/x-python": true,
16426
+ "text/rtf": true,
16427
+ "video/jpeg2000": true,
16428
+ "audio/webm;codecs=opus": true,
16429
+ "video/videoframe/jpeg2000": true,
16430
+ "application/x-typescript": true,
16431
+ "application/pdf": true,
16432
+ "application/json": true,
16433
+ "application/x-javascript": true,
16434
+ "image/png": true
16435
+ },
16436
+ modelExperiments: {
16437
+ experiments: {
16438
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16439
+ 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}'
16440
+ },
16441
+ template__system_prompts__planning_mode_artifacts: {
16442
+ 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"
16443
+ }
16444
+ }
16445
+ }
16446
+ },
16447
+ tab_jump_flash_lite_preview: {
16448
+ maxTokens: 16384,
16449
+ maxOutputTokens: 4096,
16358
16450
  quotaInfo: {
16359
16451
  remainingFraction: 1
16360
16452
  },
16361
- model: "MODEL_CHAT_23310",
16362
- apiProvider: "API_PROVIDER_INTERNAL",
16453
+ model: "MODEL_PLACEHOLDER_M28",
16454
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16455
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16363
16456
  supportsCumulativeContext: true,
16457
+ tabJumpPrintLineRange: true,
16364
16458
  supportsEstimateTokenCounter: true,
16365
- isInternal: true,
16366
- promptTemplaterType: "PROMPT_TEMPLATER_TYPE_CHATML",
16459
+ addCursorToFindReplaceTarget: true,
16367
16460
  toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
16368
- requiresLeadInGeneration: true
16461
+ requiresLeadInGeneration: true,
16462
+ requiresNoXmlToolExamples: true
16369
16463
  },
16370
16464
  chat_20706: {
16371
16465
  maxTokens: 16384,
16372
- tokenizerType: "QWEN2",
16373
16466
  quotaInfo: {
16374
16467
  remainingFraction: 1
16375
16468
  },
16376
16469
  model: "MODEL_CHAT_20706",
16377
16470
  apiProvider: "API_PROVIDER_INTERNAL",
16471
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16378
16472
  supportsCumulativeContext: true,
16379
16473
  tabJumpPrintLineRange: true,
16380
16474
  supportsEstimateTokenCounter: true,
@@ -16384,77 +16478,56 @@ var models_default = {
16384
16478
  toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
16385
16479
  requiresLeadInGeneration: true
16386
16480
  },
16387
- "gpt-oss-120b-medium": {
16388
- displayName: "GPT-OSS 120B (Medium)",
16481
+ "gemini-2.5-pro": {
16482
+ displayName: "Gemini 2.5 Pro",
16483
+ supportsImages: true,
16389
16484
  supportsThinking: true,
16390
- thinkingBudget: 8192,
16485
+ thinkingBudget: 1024,
16486
+ minThinkingBudget: 128,
16391
16487
  recommended: true,
16392
- maxTokens: 131072,
16393
- maxOutputTokens: 32768,
16394
- tokenizerType: "LLAMA_WITH_SPECIAL",
16395
- quotaInfo: {
16396
- remainingFraction: 0.6,
16397
- resetTime: "2026-05-29T19:43:59Z"
16398
- },
16399
- model: "MODEL_OPENAI_GPT_OSS_120B_MEDIUM",
16400
- apiProvider: "API_PROVIDER_OPENAI_VERTEX",
16401
- modelProvider: "MODEL_PROVIDER_OPENAI",
16402
- modelExperiments: {
16403
- experiments: {
16404
- CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16405
- 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}'
16406
- }
16407
- }
16408
- },
16409
- vertexModelId: "openai/gpt-oss-120b-maas"
16410
- },
16411
- tab_flash_lite_preview: {
16412
- maxTokens: 16384,
16413
- maxOutputTokens: 4096,
16414
- tokenizerType: "LLAMA_WITH_SPECIAL",
16415
- quotaInfo: {
16416
- remainingFraction: 1
16417
- },
16418
- model: "MODEL_PLACEHOLDER_M19",
16419
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16420
- modelProvider: "MODEL_PROVIDER_GOOGLE",
16421
- supportsCumulativeContext: true,
16422
- supportsEstimateTokenCounter: true,
16423
- toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
16424
- requiresLeadInGeneration: true
16425
- },
16426
- "gemini-2.5-flash-lite": {
16427
- displayName: "Gemini 3.1 Flash Lite",
16428
16488
  maxTokens: 1048576,
16429
16489
  maxOutputTokens: 65535,
16430
- tokenizerType: "LLAMA_WITH_SPECIAL",
16431
16490
  quotaInfo: {
16432
16491
  remainingFraction: 1,
16433
- resetTime: "2026-05-29T18:30:05Z"
16492
+ resetTime: "2026-08-12T03:11:27Z"
16434
16493
  },
16435
- model: "MODEL_GOOGLE_GEMINI_2_5_FLASH_LITE",
16494
+ model: "MODEL_GOOGLE_GEMINI_2_5_PRO",
16436
16495
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16437
16496
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16438
- modelExperiments: {
16439
- experiments: {
16440
- CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16441
- 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}'
16442
- }
16443
- }
16444
- }
16445
- },
16446
- "gemini-3.1-flash-lite": {
16447
- displayName: "Gemini 3.1 Flash Lite",
16448
- maxTokens: 1048576,
16449
- maxOutputTokens: 65535,
16450
- tokenizerType: "LLAMA_WITH_SPECIAL",
16451
- quotaInfo: {
16452
- remainingFraction: 1,
16453
- resetTime: "2026-05-29T18:30:05Z"
16497
+ supportedMimeTypes: {
16498
+ "image/jpeg": true,
16499
+ "text/plain": true,
16500
+ "application/x-ipynb+json": true,
16501
+ "text/csv": true,
16502
+ "image/heic": true,
16503
+ "text/x-python": true,
16504
+ "application/rtf": true,
16505
+ "text/html": true,
16506
+ "text/rtf": true,
16507
+ "text/x-typescript": true,
16508
+ "application/x-javascript": true,
16509
+ "video/audio/wav": true,
16510
+ "text/css": true,
16511
+ "video/text/timestamp": true,
16512
+ "image/heif": true,
16513
+ "audio/webm;codecs=opus": true,
16514
+ "application/x-typescript": true,
16515
+ "video/videoframe/jpeg2000": true,
16516
+ "video/webm": true,
16517
+ "video/jpeg2000": true,
16518
+ "application/json": true,
16519
+ "application/pdf": true,
16520
+ "text/javascript": true,
16521
+ "text/x-python-script": true,
16522
+ "video/audio/s16le": true,
16523
+ "text/xml": true,
16524
+ "image/webp": true,
16525
+ "text/markdown": true,
16526
+ "application/x-python-code": true,
16527
+ "video/mp4": true,
16528
+ "image/png": true
16454
16529
  },
16455
- model: "MODEL_PLACEHOLDER_M50",
16456
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16457
- modelProvider: "MODEL_PROVIDER_GOOGLE",
16530
+ requiresImageOutputOutsideFunctionResponses: true,
16458
16531
  modelExperiments: {
16459
16532
  experiments: {
16460
16533
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
@@ -16463,8 +16536,7 @@ var models_default = {
16463
16536
  }
16464
16537
  }
16465
16538
  },
16466
- "gemini-3-flash": {
16467
- displayName: "Gemini 3 Flash",
16539
+ "gemini-3.6-flash-tiered": {
16468
16540
  supportsImages: true,
16469
16541
  supportsThinking: true,
16470
16542
  thinkingBudget: -1,
@@ -16472,149 +16544,270 @@ var models_default = {
16472
16544
  recommended: true,
16473
16545
  maxTokens: 1048576,
16474
16546
  maxOutputTokens: 65536,
16475
- tokenizerType: "LLAMA_WITH_SPECIAL",
16476
16547
  quotaInfo: {
16477
16548
  remainingFraction: 1,
16478
- resetTime: "2026-05-29T18:30:05Z"
16549
+ resetTime: "2026-08-12T03:11:27Z"
16479
16550
  },
16480
- model: "MODEL_PLACEHOLDER_M18",
16551
+ model: "MODEL_PLACEHOLDER_M196",
16481
16552
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16482
16553
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16483
16554
  supportsVideo: true,
16484
16555
  supportedMimeTypes: {
16485
- "text/csv": true,
16486
- "text/html": true,
16487
- "application/x-typescript": true,
16488
- "image/heic": true,
16489
- "audio/webm;codecs=opus": true,
16490
- "text/javascript": true,
16491
- "video/videoframe/jpeg2000": true,
16492
- "video/mp4": true,
16493
- "application/x-python-code": true,
16494
- "video/text/timestamp": true,
16556
+ "text/plain": true,
16557
+ "text/xml": true,
16558
+ "application/json": true,
16495
16559
  "video/audio/wav": true,
16496
- "video/jpeg2000": true,
16497
- "text/css": true,
16560
+ "application/pdf": true,
16561
+ "audio/webm;codecs=opus": true,
16562
+ "application/x-ipynb+json": true,
16563
+ "image/heic": true,
16564
+ "text/csv": true,
16565
+ "text/rtf": true,
16498
16566
  "video/audio/s16le": true,
16567
+ "video/mp4": true,
16568
+ "video/webm": true,
16569
+ "text/html": true,
16499
16570
  "application/x-javascript": true,
16571
+ "image/heif": true,
16500
16572
  "text/x-python-script": true,
16501
- "text/markdown": true,
16502
- "image/webp": true,
16573
+ "image/jpeg": true,
16574
+ "application/rtf": true,
16503
16575
  "text/x-python": true,
16504
- "application/pdf": true,
16505
- "application/x-ipynb+json": true,
16506
- "image/heif": true,
16507
- "application/json": true,
16576
+ "video/text/timestamp": true,
16577
+ "video/jpeg2000": true,
16578
+ "text/javascript": true,
16579
+ "application/x-python-code": true,
16580
+ "image/webp": true,
16508
16581
  "text/x-typescript": true,
16509
- "text/plain": true,
16510
- "image/png": true,
16511
- "application/rtf": true,
16512
- "text/xml": true,
16513
- "image/jpeg": true,
16514
- "video/webm": true,
16515
- "text/rtf": true
16582
+ "video/videoframe/jpeg2000": true,
16583
+ "text/css": true,
16584
+ "text/markdown": true,
16585
+ "application/x-typescript": true,
16586
+ "image/png": true
16516
16587
  },
16517
16588
  modelExperiments: {
16518
16589
  experiments: {
16519
16590
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16520
- 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}'
16591
+ 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}'
16592
+ },
16593
+ "cascade-include-ephemeral-message": {
16594
+ stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16521
16595
  },
16522
16596
  template__system_prompts__communication_style: {
16523
- 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.'
16597
+ 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"
16598
+ },
16599
+ template__system_prompts__guidelines: {
16600
+ 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"
16601
+ },
16602
+ template__system_prompts__messaging: {
16603
+ 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."
16524
16604
  }
16525
16605
  }
16526
16606
  }
16527
16607
  },
16528
- "claude-sonnet-4-6": {
16529
- displayName: "Claude Sonnet 4.6 (Thinking)",
16608
+ "gemini-3.6-flash-low": {
16609
+ displayName: "Gemini 3.6 Flash (Low)",
16530
16610
  supportsImages: true,
16531
16611
  supportsThinking: true,
16532
- thinkingBudget: 1024,
16612
+ thinkingBudget: 1e3,
16613
+ minThinkingBudget: 32,
16533
16614
  recommended: true,
16534
- maxTokens: 25e4,
16535
- maxOutputTokens: 64e3,
16536
- tokenizerType: "LLAMA_WITH_SPECIAL",
16615
+ maxTokens: 1048576,
16616
+ maxOutputTokens: 65536,
16537
16617
  quotaInfo: {
16538
- remainingFraction: 0.6,
16539
- resetTime: "2026-05-29T19:43:59Z"
16618
+ remainingFraction: 1,
16619
+ resetTime: "2026-08-12T03:11:27Z"
16540
16620
  },
16541
- model: "MODEL_PLACEHOLDER_M35",
16542
- apiProvider: "API_PROVIDER_ANTHROPIC_VERTEX",
16543
- modelProvider: "MODEL_PROVIDER_ANTHROPIC",
16621
+ model: "MODEL_PLACEHOLDER_M73",
16622
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16623
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16624
+ supportsVideo: true,
16625
+ tagTitle: "Fast",
16626
+ tagDescription: "Limited time",
16544
16627
  supportedMimeTypes: {
16545
- "image/png": true,
16628
+ "text/x-python": true,
16546
16629
  "image/webp": true,
16547
- "video/jpeg2000": true,
16548
- "video/videoframe/jpeg2000": true,
16630
+ "video/audio/wav": true,
16631
+ "video/text/timestamp": true,
16632
+ "application/pdf": true,
16633
+ "text/css": true,
16634
+ "text/x-typescript": true,
16635
+ "video/audio/s16le": true,
16636
+ "text/csv": true,
16637
+ "application/rtf": true,
16638
+ "image/png": true,
16639
+ "text/rtf": true,
16640
+ "text/plain": true,
16549
16641
  "image/heic": true,
16642
+ "application/x-typescript": true,
16643
+ "video/videoframe/jpeg2000": true,
16644
+ "text/markdown": true,
16645
+ "image/jpeg": true,
16646
+ "text/html": true,
16550
16647
  "image/heif": true,
16551
- "image/jpeg": true
16648
+ "application/json": true,
16649
+ "video/webm": true,
16650
+ "application/x-javascript": true,
16651
+ "text/xml": true,
16652
+ "application/x-python-code": true,
16653
+ "audio/webm;codecs=opus": true,
16654
+ "text/x-python-script": true,
16655
+ "video/mp4": true,
16656
+ "video/jpeg2000": true,
16657
+ "text/javascript": true,
16658
+ "application/x-ipynb+json": true
16552
16659
  },
16553
16660
  modelExperiments: {
16554
16661
  experiments: {
16555
- template__system_prompts__planning_more_artifacts: {
16556
- 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"
16662
+ template__system_prompts__guidelines: {
16663
+ 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"
16664
+ },
16665
+ template__system_prompts__messaging: {
16666
+ 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."
16557
16667
  },
16558
16668
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16559
- 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}'
16669
+ 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}'
16670
+ },
16671
+ "cascade-include-ephemeral-message": {
16672
+ stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16560
16673
  },
16561
- template__system_prompts__identity: {
16562
- stringValue: "You are Antigravity, a powerful agentic AI coding assistant designed by the Google DeepMind team working on Advanced Agentic Coding.\nYou are pair programming with a USER to solve their coding task. The task may require creating a new codebase, modifying or debugging an existing codebase, or simply answering a question.\nThe USER will send you requests, which you must always prioritize addressing. User requests are enclosed within <USER_REQUEST> tags. Along with each USER request, we will attach additional metadata about their current state, such as what files they have open and where their cursor is.\nThis information may or may not be relevant to the coding task, it is up for you to decide."
16674
+ template__system_prompts__communication_style: {
16675
+ 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"
16563
16676
  }
16564
16677
  }
16565
- },
16566
- vertexModelId: "claude-sonnet-4-6@default"
16678
+ }
16567
16679
  },
16568
- "gemini-3.1-pro-low": {
16569
- displayName: "Gemini 3.1 Pro (Low)",
16680
+ "gemini-3.5-flash-low": {
16681
+ displayName: "Gemini 3.5 Flash (Medium)",
16570
16682
  supportsImages: true,
16571
16683
  supportsThinking: true,
16572
- thinkingBudget: 1001,
16573
- minThinkingBudget: 128,
16574
- recommended: true,
16684
+ thinkingBudget: 4e3,
16685
+ minThinkingBudget: 32,
16686
+ recommended: true,
16575
16687
  maxTokens: 1048576,
16576
- maxOutputTokens: 65535,
16577
- tokenizerType: "LLAMA_WITH_SPECIAL",
16688
+ maxOutputTokens: 65536,
16578
16689
  quotaInfo: {
16579
16690
  remainingFraction: 1,
16580
- resetTime: "2026-05-29T18:30:05Z"
16691
+ resetTime: "2026-08-12T03:11:27Z"
16581
16692
  },
16582
- model: "MODEL_PLACEHOLDER_M36",
16693
+ model: "MODEL_PLACEHOLDER_M20",
16583
16694
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16584
16695
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16585
16696
  supportsVideo: true,
16697
+ tagTitle: "Fast",
16698
+ tagDescription: "Limited time",
16586
16699
  supportedMimeTypes: {
16587
- "text/x-typescript": true,
16700
+ "video/webm": true,
16701
+ "video/videoframe/jpeg2000": true,
16588
16702
  "audio/webm;codecs=opus": true,
16703
+ "image/png": true,
16704
+ "text/markdown": true,
16589
16705
  "image/webp": true,
16590
- "application/json": true,
16591
- "application/rtf": true,
16592
- "text/x-python": true,
16593
- "video/mp4": true,
16594
- "text/csv": true,
16595
- "video/text/timestamp": true,
16596
- "text/css": true,
16597
- "image/heif": true,
16598
- "application/x-typescript": true,
16599
- "text/x-python-script": true,
16600
16706
  "application/x-python-code": true,
16707
+ "video/mp4": true,
16708
+ "application/x-ipynb+json": true,
16601
16709
  "text/plain": true,
16602
- "video/webm": true,
16603
- "video/audio/wav": true,
16710
+ "text/html": true,
16711
+ "application/rtf": true,
16712
+ "application/x-typescript": true,
16713
+ "image/heic": true,
16714
+ "application/pdf": true,
16604
16715
  "image/jpeg": true,
16716
+ "text/css": true,
16717
+ "application/json": true,
16718
+ "text/x-python": true,
16719
+ "text/x-python-script": true,
16720
+ "text/x-typescript": true,
16721
+ "image/heif": true,
16605
16722
  "text/xml": true,
16606
- "application/x-javascript": true,
16723
+ "video/jpeg2000": true,
16724
+ "video/audio/wav": true,
16607
16725
  "text/javascript": true,
16608
- "text/html": true,
16726
+ "video/audio/s16le": true,
16727
+ "text/rtf": true,
16728
+ "application/x-javascript": true,
16729
+ "text/csv": true,
16730
+ "video/text/timestamp": true
16731
+ },
16732
+ modelExperiments: {
16733
+ experiments: {
16734
+ template__system_prompts__planning_mode_artifacts: {
16735
+ 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"
16736
+ },
16737
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16738
+ 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}'
16739
+ }
16740
+ }
16741
+ }
16742
+ },
16743
+ "gemini-2.5-flash-thinking": {
16744
+ displayName: "Gemini 3.1 Flash Lite",
16745
+ maxTokens: 1048576,
16746
+ maxOutputTokens: 65535,
16747
+ quotaInfo: {
16748
+ remainingFraction: 1,
16749
+ resetTime: "2026-08-12T03:11:27Z"
16750
+ },
16751
+ model: "MODEL_GOOGLE_GEMINI_2_5_FLASH_THINKING",
16752
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16753
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16754
+ modelExperiments: {
16755
+ experiments: {
16756
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16757
+ stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SINGLE_PROMPT",\n "max_token_limit": "128000",\n "token_threshold": "50000",\n "max_overhead_ratio": "0.15",\n "moving_window_size": "1",\n "enabled": true,\n "max_output_tokens": "16384",\n "checkpoint_model": "MODEL_PLACEHOLDER_M50",\n "use_last_planner_model": false,\n "is_sync": false,\n "max_user_requests": 10,\n "include_last_user_message": false,\n "include_conversation_log": true,\n "include_running_task_snapshots": true,\n "include_subagent_snapshots": true,\n "include_artifact_snapshots": true,\n "retry_config": {\n "max_retries": 0,\n "initial_sleep_duration_ms": 1000,\n "exponential_multiplier": 2,\n "include_error_feedback": false\n }\n}'
16758
+ }
16759
+ }
16760
+ }
16761
+ },
16762
+ "gemini-pro-agent": {
16763
+ displayName: "Gemini 3.1 Pro (High)",
16764
+ supportsImages: true,
16765
+ supportsThinking: true,
16766
+ thinkingBudget: 10001,
16767
+ minThinkingBudget: 128,
16768
+ recommended: true,
16769
+ maxTokens: 1048576,
16770
+ maxOutputTokens: 65535,
16771
+ quotaInfo: {
16772
+ remainingFraction: 1,
16773
+ resetTime: "2026-08-12T03:11:27Z"
16774
+ },
16775
+ model: "MODEL_PLACEHOLDER_M16",
16776
+ apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16777
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16778
+ supportsVideo: true,
16779
+ supportedMimeTypes: {
16780
+ "text/rtf": true,
16609
16781
  "video/jpeg2000": true,
16610
- "image/heic": true,
16782
+ "video/text/timestamp": true,
16783
+ "text/html": true,
16784
+ "text/plain": true,
16785
+ "audio/webm;codecs=opus": true,
16786
+ "application/x-python-code": true,
16611
16787
  "application/pdf": true,
16612
- "video/audio/s16le": true,
16613
16788
  "text/markdown": true,
16789
+ "text/csv": true,
16790
+ "image/webp": true,
16791
+ "video/audio/s16le": true,
16792
+ "application/json": true,
16614
16793
  "video/videoframe/jpeg2000": true,
16615
- "image/png": true,
16616
16794
  "application/x-ipynb+json": true,
16617
- "text/rtf": true
16795
+ "text/javascript": true,
16796
+ "application/x-typescript": true,
16797
+ "image/heic": true,
16798
+ "image/heif": true,
16799
+ "text/css": true,
16800
+ "image/png": true,
16801
+ "video/audio/wav": true,
16802
+ "video/mp4": true,
16803
+ "image/jpeg": true,
16804
+ "text/x-python-script": true,
16805
+ "text/x-typescript": true,
16806
+ "video/webm": true,
16807
+ "application/rtf": true,
16808
+ "text/x-python": true,
16809
+ "application/x-javascript": true,
16810
+ "text/xml": true
16618
16811
  },
16619
16812
  modelExperiments: {
16620
16813
  experiments: {
@@ -16627,177 +16820,151 @@ var models_default = {
16627
16820
  template__system_prompts__communication_style: {
16628
16821
  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: ...'."
16629
16822
  },
16630
- template__system_prompts__identity: {
16631
- stringValue: "You are Antigravity, a powerful agentic AI coding assistant designed by the Google DeepMind team working on Advanced Agentic Coding.\nYou are pair programming with a USER to solve their coding task. The task may require creating a new codebase, modifying or debugging an existing codebase, or simply answering a question.\nThe USER will send you requests, which you must always prioritize addressing. User requests are enclosed within <USER_REQUEST> tags. Along with each USER request, we will attach additional metadata about their current state, such as what files they have open and where their cursor is.\nThis information may or may not be relevant to the coding task, it is up for you to decide."
16632
- },
16633
- template__system_prompts__planning_more_artifacts: {
16823
+ template__system_prompts__planning_mode_artifacts: {
16634
16824
  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"
16635
16825
  }
16636
16826
  }
16637
16827
  }
16638
16828
  },
16639
- "gemini-3.5-flash-low": {
16640
- displayName: "Gemini 3.5 Flash (Low)",
16829
+ chat_23310: {
16830
+ maxTokens: 32768,
16831
+ quotaInfo: {
16832
+ remainingFraction: 1
16833
+ },
16834
+ model: "MODEL_CHAT_23310",
16835
+ apiProvider: "API_PROVIDER_INTERNAL",
16836
+ modelProvider: "MODEL_PROVIDER_GOOGLE",
16837
+ supportsCumulativeContext: true,
16838
+ supportsEstimateTokenCounter: true,
16839
+ isInternal: true,
16840
+ promptTemplaterType: "PROMPT_TEMPLATER_TYPE_CHATML",
16841
+ toolFormatterType: "TOOL_FORMATTER_TYPE_XML",
16842
+ requiresLeadInGeneration: true
16843
+ },
16844
+ "gemini-3.6-flash-medium": {
16845
+ displayName: "Gemini 3.6 Flash (Medium)",
16641
16846
  supportsImages: true,
16642
16847
  supportsThinking: true,
16643
- thinkingBudget: 1e3,
16848
+ thinkingBudget: 4e3,
16644
16849
  minThinkingBudget: 32,
16645
16850
  recommended: true,
16646
16851
  maxTokens: 1048576,
16647
16852
  maxOutputTokens: 65536,
16648
- tokenizerType: "LLAMA_WITH_SPECIAL",
16649
16853
  quotaInfo: {
16650
16854
  remainingFraction: 1,
16651
- resetTime: "2026-05-29T18:30:05Z"
16855
+ resetTime: "2026-08-12T03:11:27Z"
16652
16856
  },
16653
- model: "MODEL_PLACEHOLDER_M20",
16857
+ model: "MODEL_PLACEHOLDER_M72",
16654
16858
  apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16655
16859
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16656
16860
  supportsVideo: true,
16657
16861
  tagTitle: "Fast",
16658
16862
  tagDescription: "Limited time",
16659
16863
  supportedMimeTypes: {
16660
- "video/mp4": true,
16864
+ "application/x-javascript": true,
16865
+ "audio/webm;codecs=opus": true,
16866
+ "application/x-ipynb+json": true,
16867
+ "image/png": true,
16661
16868
  "text/x-python": true,
16662
16869
  "image/heic": true,
16663
- "application/x-ipynb+json": true,
16870
+ "text/x-typescript": true,
16871
+ "application/x-python-code": true,
16872
+ "image/jpeg": true,
16873
+ "video/audio/s16le": true,
16874
+ "video/videoframe/jpeg2000": true,
16875
+ "text/html": true,
16664
16876
  "text/markdown": true,
16665
16877
  "video/text/timestamp": true,
16666
- "application/x-javascript": true,
16667
- "video/videoframe/jpeg2000": true,
16668
- "text/xml": true,
16669
- "text/x-python-script": true,
16670
- "image/heif": true,
16671
- "application/rtf": true,
16672
16878
  "video/jpeg2000": true,
16879
+ "image/webp": true,
16880
+ "application/rtf": true,
16881
+ "text/rtf": true,
16673
16882
  "application/pdf": true,
16674
- "text/css": true,
16675
16883
  "application/json": true,
16676
- "image/webp": true,
16677
- "text/csv": true,
16678
- "text/javascript": true,
16884
+ "video/mp4": true,
16679
16885
  "text/plain": true,
16680
- "video/audio/wav": true,
16681
- "image/png": true,
16682
- "application/x-python-code": true,
16683
- "video/audio/s16le": true,
16684
- "audio/webm;codecs=opus": true,
16886
+ "text/javascript": true,
16685
16887
  "video/webm": true,
16686
- "image/jpeg": true,
16687
- "text/rtf": true,
16688
- "text/html": true,
16888
+ "text/x-python-script": true,
16689
16889
  "application/x-typescript": true,
16690
- "text/x-typescript": true
16890
+ "image/heif": true,
16891
+ "text/xml": true,
16892
+ "text/csv": true,
16893
+ "text/css": true,
16894
+ "video/audio/wav": true
16691
16895
  },
16692
16896
  modelExperiments: {
16693
16897
  experiments: {
16694
- template__system_prompts__identity: {
16695
- stringValue: "You are Antigravity, a powerful agentic AI coding assistant designed by the Google DeepMind team working on Advanced Agentic Coding.\nYou are pair programming with a USER to solve their coding task. The task may require creating a new codebase, modifying or debugging an existing codebase, or simply answering a question.\nThe USER will send you requests, which you must always prioritize addressing. User requests are enclosed within <USER_REQUEST> tags. Along with each USER request, we will attach additional metadata about their current state, such as what files they have open and where their cursor is.\nThis information may or may not be relevant to the coding task, it is up for you to decide."
16898
+ "cascade-include-ephemeral-message": {
16899
+ stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
16696
16900
  },
16697
- template__system_prompts__planning_more_artifacts: {
16698
- 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"
16901
+ template__system_prompts__communication_style: {
16902
+ 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"
16903
+ },
16904
+ template__system_prompts__guidelines: {
16905
+ 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"
16906
+ },
16907
+ template__system_prompts__messaging: {
16908
+ 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."
16699
16909
  },
16700
16910
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16701
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "100000",\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": true,\n "max_user_requests": 10,\n "include_last_user_message": true,\n "include_conversation_log": false,\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}'
16911
+ 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}'
16702
16912
  }
16703
16913
  }
16704
16914
  }
16705
16915
  },
16706
- "gemini-3.5-flash-medium": {
16707
- displayName: "Gemini 3.5 Flash (Medium)",
16708
- supportsImages: true,
16709
- supportsThinking: true,
16710
- thinkingBudget: 4e3,
16711
- minThinkingBudget: 32,
16712
- recommended: true,
16713
- maxTokens: 1048576,
16714
- maxOutputTokens: 65536,
16715
- tokenizerType: "LLAMA_WITH_SPECIAL",
16716
- model: "MODEL_PLACEHOLDER_M16",
16717
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16718
- modelProvider: "MODEL_PROVIDER_GOOGLE",
16719
- supportsVideo: true,
16720
- tagTitle: "Fast",
16721
- tagDescription: "Limited time"
16722
- },
16723
- "gemini-3.5-flash-high": {
16724
- displayName: "Gemini 3.5 Flash (High)",
16725
- supportsImages: true,
16726
- supportsThinking: true,
16727
- thinkingBudget: 1e4,
16728
- minThinkingBudget: 32,
16729
- recommended: true,
16730
- maxTokens: 1048576,
16731
- maxOutputTokens: 65536,
16732
- tokenizerType: "LLAMA_WITH_SPECIAL",
16733
- model: "MODEL_PLACEHOLDER_M16",
16734
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16735
- modelProvider: "MODEL_PROVIDER_GOOGLE",
16736
- supportsVideo: true,
16737
- tagTitle: "Fast",
16738
- tagDescription: "Limited time"
16739
- },
16740
- "gemini-3.6-flash-low": {
16741
- displayName: "Gemini 3.6 Flash (Low)",
16742
- supportsImages: true,
16743
- supportsThinking: true,
16744
- thinkingBudget: 1e3,
16745
- minThinkingBudget: 32,
16746
- recommended: true,
16747
- maxTokens: 1048576,
16748
- maxOutputTokens: 65536,
16749
- tokenizerType: "LLAMA_WITH_SPECIAL",
16750
- model: "MODEL_PLACEHOLDER_M16",
16751
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16752
- modelProvider: "MODEL_PROVIDER_GOOGLE",
16753
- supportsVideo: true,
16754
- tagTitle: "Fast",
16755
- tagDescription: "Limited time"
16756
- },
16757
- "gemini-3.6-flash-medium": {
16758
- displayName: "Gemini 3.6 Flash (Medium)",
16759
- supportsImages: true,
16760
- supportsThinking: true,
16761
- thinkingBudget: 4e3,
16762
- minThinkingBudget: 32,
16763
- recommended: true,
16764
- maxTokens: 1048576,
16765
- maxOutputTokens: 65536,
16766
- tokenizerType: "LLAMA_WITH_SPECIAL",
16767
- model: "MODEL_PLACEHOLDER_M16",
16768
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16769
- modelProvider: "MODEL_PROVIDER_GOOGLE",
16770
- supportsVideo: true,
16771
- tagTitle: "Fast",
16772
- tagDescription: "Limited time"
16773
- },
16774
- "gemini-3.6-flash-high": {
16775
- displayName: "Gemini 3.6 Flash (High)",
16916
+ "claude-sonnet-4-6": {
16917
+ displayName: "Claude Sonnet 4.6 (Thinking)",
16776
16918
  supportsImages: true,
16777
16919
  supportsThinking: true,
16778
- thinkingBudget: 1e4,
16779
- minThinkingBudget: 32,
16920
+ thinkingBudget: 1024,
16780
16921
  recommended: true,
16781
- maxTokens: 1048576,
16782
- maxOutputTokens: 65536,
16783
- tokenizerType: "LLAMA_WITH_SPECIAL",
16784
- model: "MODEL_PLACEHOLDER_M16",
16785
- apiProvider: "API_PROVIDER_GOOGLE_GEMINI",
16786
- modelProvider: "MODEL_PROVIDER_GOOGLE",
16787
- supportsVideo: true,
16788
- tagTitle: "Fast",
16789
- tagDescription: "Limited time"
16922
+ maxTokens: 25e4,
16923
+ maxOutputTokens: 64e3,
16924
+ quotaInfo: {
16925
+ remainingFraction: 1,
16926
+ resetTime: "2026-08-12T03:11:27Z"
16927
+ },
16928
+ model: "MODEL_PLACEHOLDER_M35",
16929
+ apiProvider: "API_PROVIDER_ANTHROPIC_VERTEX",
16930
+ modelProvider: "MODEL_PROVIDER_ANTHROPIC",
16931
+ supportedMimeTypes: {
16932
+ "image/heic": true,
16933
+ "image/heif": true,
16934
+ "image/jpeg": true,
16935
+ "image/png": true,
16936
+ "image/webp": true,
16937
+ "video/jpeg2000": true,
16938
+ "video/videoframe/jpeg2000": true
16939
+ },
16940
+ modelExperiments: {
16941
+ experiments: {
16942
+ CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16943
+ 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}'
16944
+ },
16945
+ template__system_prompts__planning_mode_artifacts: {
16946
+ 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"
16947
+ }
16948
+ }
16949
+ },
16950
+ vertexModelId: "claude-sonnet-4-6@default"
16790
16951
  }
16791
16952
  },
16792
- defaultAgentModelId: "gemini-3.5-flash",
16953
+ defaultAgentModelId: "gemini-3.6-flash-high",
16793
16954
  agentModelSorts: [
16794
16955
  {
16795
16956
  displayName: "Recommended",
16796
16957
  groups: [
16797
16958
  {
16798
16959
  modelIds: [
16799
- "gemini-3.5-flash",
16800
- "gemini-3.1-pro",
16960
+ "gemini-3.6-flash-high",
16961
+ "gemini-3.6-flash-medium",
16962
+ "gemini-3.6-flash-low",
16963
+ "gemini-3-flash-agent",
16964
+ "gemini-3.5-flash-low",
16965
+ "gemini-3.5-flash-extra-low",
16966
+ "gemini-pro-agent",
16967
+ "gemini-3.1-pro-low",
16801
16968
  "claude-sonnet-4-6",
16802
16969
  "claude-opus-4-6-thinking",
16803
16970
  "gpt-oss-120b-medium"
@@ -16833,46 +17000,64 @@ var models_default = {
16833
17000
  "gemini-3.1-flash-lite"
16834
17001
  ],
16835
17002
  audioTranscriptionModelIds: [
16836
- "models/proactive-observer"
17003
+ "models/proactive-observer-v10"
16837
17004
  ],
16838
17005
  experimentIds: [
16839
- 106101246,
16840
- 106168863,
17006
+ 106571595,
17007
+ 106409969,
17008
+ 106140402,
16841
17009
  105979552,
16842
17010
  105979574,
16843
17011
  106015333,
16844
17012
  105979579,
17013
+ 106568772,
17014
+ 106568778,
16845
17015
  105867471,
17016
+ 106548982,
16846
17017
  106123599,
16847
17018
  106076629,
17019
+ 106121401,
16848
17020
  106100625,
16849
- 105930909,
16850
17021
  106143956,
16851
17022
  105879567,
16852
17023
  105856899,
17024
+ 106312323,
16853
17025
  106064030,
17026
+ 106567313,
17027
+ 106396310,
16854
17028
  105757908,
16855
- 106240760,
16856
17029
  106106760,
16857
17030
  106021688,
16858
17031
  106014288,
16859
17032
  105887299,
17033
+ 106283618,
17034
+ 106568766,
16860
17035
  106278607,
17036
+ 106538964,
17037
+ 106512082,
17038
+ 106380926,
16861
17039
  106212376,
16862
17040
  106281951,
16863
17041
  106264532,
17042
+ 106222835,
16864
17043
  106044947,
16865
17044
  106032303,
16866
17045
  106228452,
16867
- 106121606,
17046
+ 106121607,
16868
17047
  105979531,
16869
17048
  105979553,
16870
17049
  106015328,
17050
+ 106568390,
17051
+ 106568396,
16871
17052
  105867469,
16872
17053
  106123597,
17054
+ 106121399,
16873
17055
  106100654,
16874
17056
  106064028,
16875
- 106240748,
17057
+ 106567309,
17058
+ 106396304,
17059
+ 106283614,
17060
+ 106568384,
16876
17061
  106038164,
16877
17062
  106032301,
16878
17063
  106121604
@@ -16882,7 +17067,7 @@ var models_default = {
16882
17067
  "gemini-3.1-flash-lite"
16883
17068
  ],
16884
17069
  flash: [
16885
- "gemini-3-flash-agent"
17070
+ "gemini-3.6-flash-tiered"
16886
17071
  ],
16887
17072
  pro: [
16888
17073
  "gemini-3.1-pro-low"