@anthonyhaussman/opencode-agy-auth 1.1.25 → 1.1.26-alpha.0

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.25";
271
+ var AGY_CLI_VERSION = "1.1.26";
272
272
 
273
273
  // src/sdk/user-agent.ts
274
274
  var cachedUserAgent = null;
@@ -16153,7 +16153,7 @@ var models_default = {
16153
16153
  modelProvider: "MODEL_PROVIDER_ANTHROPIC",
16154
16154
  quotaInfo: {
16155
16155
  remainingFraction: 1,
16156
- resetTime: "2026-09-03T08:51:40Z"
16156
+ resetTime: "2026-09-04T09:33:59Z"
16157
16157
  },
16158
16158
  recommended: true,
16159
16159
  supportedMimeTypes: {
@@ -16192,7 +16192,7 @@ var models_default = {
16192
16192
  modelProvider: "MODEL_PROVIDER_ANTHROPIC",
16193
16193
  quotaInfo: {
16194
16194
  remainingFraction: 1,
16195
- resetTime: "2026-09-03T08:51:40Z"
16195
+ resetTime: "2026-09-04T09:33:59Z"
16196
16196
  },
16197
16197
  recommended: true,
16198
16198
  supportedMimeTypes: {
@@ -16224,8 +16224,8 @@ var models_default = {
16224
16224
  },
16225
16225
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16226
16226
  quotaInfo: {
16227
- remainingFraction: 0.9910493,
16228
- resetTime: "2026-09-03T08:51:13Z"
16227
+ remainingFraction: 0.9808376,
16228
+ resetTime: "2026-09-04T09:31:53Z"
16229
16229
  }
16230
16230
  },
16231
16231
  "gemini-2.5-flash-lite": {
@@ -16243,8 +16243,8 @@ var models_default = {
16243
16243
  },
16244
16244
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16245
16245
  quotaInfo: {
16246
- remainingFraction: 0.9910493,
16247
- resetTime: "2026-09-03T08:51:13Z"
16246
+ remainingFraction: 0.9808376,
16247
+ resetTime: "2026-09-04T09:31:53Z"
16248
16248
  }
16249
16249
  },
16250
16250
  "gemini-2.5-flash-thinking": {
@@ -16262,8 +16262,8 @@ var models_default = {
16262
16262
  },
16263
16263
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16264
16264
  quotaInfo: {
16265
- remainingFraction: 0.9910493,
16266
- resetTime: "2026-09-03T08:51:13Z"
16265
+ remainingFraction: 0.9808376,
16266
+ resetTime: "2026-09-04T09:31:53Z"
16267
16267
  }
16268
16268
  },
16269
16269
  "gemini-2.5-pro": {
@@ -16282,8 +16282,8 @@ var models_default = {
16282
16282
  },
16283
16283
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16284
16284
  quotaInfo: {
16285
- remainingFraction: 0.9910493,
16286
- resetTime: "2026-09-03T08:51:13Z"
16285
+ remainingFraction: 0.9808376,
16286
+ resetTime: "2026-09-04T09:31:53Z"
16287
16287
  },
16288
16288
  recommended: true,
16289
16289
  requiresImageOutputOutsideFunctionResponses: true,
@@ -16357,8 +16357,8 @@ var models_default = {
16357
16357
  },
16358
16358
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16359
16359
  quotaInfo: {
16360
- remainingFraction: 0.9910493,
16361
- resetTime: "2026-09-03T08:51:13Z"
16360
+ remainingFraction: 0.9808376,
16361
+ resetTime: "2026-09-04T09:31:53Z"
16362
16362
  },
16363
16363
  recommended: true,
16364
16364
  supportedMimeTypes: {
@@ -16423,7 +16423,31 @@ var models_default = {
16423
16423
  modelExperiments: {
16424
16424
  experiments: {
16425
16425
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16426
- 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 "session_summary_prompt_override": ""\n}'
16426
+ stringValue: `{
16427
+ "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",
16428
+ "max_token_limit": "256000",
16429
+ "token_threshold": "140000",
16430
+ "max_overhead_ratio": "0.15",
16431
+ "moving_window_size": "1",
16432
+ "enabled": true,
16433
+ "max_output_tokens": "16384",
16434
+ "checkpoint_model": "MODEL_PLACEHOLDER_M50",
16435
+ "use_last_planner_model": true,
16436
+ "is_sync": true,
16437
+ "max_user_requests": 10,
16438
+ "include_last_user_message": true,
16439
+ "include_conversation_log": false,
16440
+ "include_running_task_snapshots": true,
16441
+ "include_subagent_snapshots": true,
16442
+ "include_artifact_snapshots": true,
16443
+ "retry_config": {
16444
+ "max_retries": 0,
16445
+ "initial_sleep_duration_ms": 1000,
16446
+ "exponential_multiplier": 2,
16447
+ "include_error_feedback": false
16448
+ },
16449
+ "session_summary_prompt_override": "You have been working on the task described above but have not yet completed\\nit. Write a continuation summary that will allow you (or another instance of\\nyourself) to resume work efficiently in a future context window where the\\nfull conversation history will NOT be available\\u2014only this summary.\\n\\nThis summary is all that will be available to you going forward in the future\\ncontext window. Do not call any tools, simply just provide the summary based on\\nthe information available in the current context window.\\n\\nYour summary must be structured, concise, and actionable. Optimize for enabling immediate resumption with zero redundant work.\\n\\nInclude the following sections:\\n\\n1. **Task Overview**\\n - The user's core request and success criteria\\n - Constraints, preferences, or scope boundaries they specified\\n - Any ambiguities that were resolved (and how)\\n\\n2. **Progress**\\n - What has been completed, with concrete references (file paths,\\n resource identifiers, tool outputs, URLs, etc.)\\n - Key artifacts produced and their current state\\n - What is in progress but incomplete, and its current state\\n\\n3. **Key Findings**\\n - Technical constraints, requirements, or domain details uncovered\\n - Decisions made and their rationale\\n - Errors encountered and their resolutions\\n - Approaches that were tried and abandoned (and why\\u2014this prevents\\n the successor from repeating them)\\n\\n4. **Active Context**\\n - State of any external resources, sessions, or environments in use\\n - Relevant intermediate results, hypotheses, or working assumptions\\n - Dependencies between components or steps\\n\\n5. **Next Steps**\\n - Specific actions needed to complete the task, in priority order\\n - Known blockers or open questions that must be resolved\\n - For each step, note any prerequisites or risks\\n\\n6. **Commitments & Constraints**\\n - Promises made to the user (e.g., \\"I said I would do X before Y\\")\\n - User preferences or style requirements\\n - Any boundaries the user set on approach, tools, or scope\\n\\nBe concise but complete\\u2014err on the side of including anything that would\\nprevent duplicate work, repeated mistakes, or broken promises. Do not include\\ninformation that is obvious from the task description itself.\\n\\nWrap your response in <summary></summary> tags.\\n"
16450
+ }`
16427
16451
  },
16428
16452
  template__system_prompts__planning_mode_artifacts: {
16429
16453
  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"
@@ -16432,8 +16456,8 @@ var models_default = {
16432
16456
  },
16433
16457
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16434
16458
  quotaInfo: {
16435
- remainingFraction: 0.9910493,
16436
- resetTime: "2026-09-03T08:51:13Z"
16459
+ remainingFraction: 0.9808376,
16460
+ resetTime: "2026-09-04T09:31:53Z"
16437
16461
  },
16438
16462
  recommended: true,
16439
16463
  supportedMimeTypes: {
@@ -16496,8 +16520,8 @@ var models_default = {
16496
16520
  model: "MODEL_PLACEHOLDER_M21",
16497
16521
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16498
16522
  quotaInfo: {
16499
- remainingFraction: 0.9910493,
16500
- resetTime: "2026-09-03T08:51:13Z"
16523
+ remainingFraction: 0.9808376,
16524
+ resetTime: "2026-09-04T09:31:53Z"
16501
16525
  }
16502
16526
  },
16503
16527
  "gemini-3.1-flash-lite": {
@@ -16515,8 +16539,8 @@ var models_default = {
16515
16539
  },
16516
16540
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16517
16541
  quotaInfo: {
16518
- remainingFraction: 0.9910493,
16519
- resetTime: "2026-09-03T08:51:13Z"
16542
+ remainingFraction: 0.9808376,
16543
+ resetTime: "2026-09-04T09:31:53Z"
16520
16544
  }
16521
16545
  },
16522
16546
  "gemini-3.1-pro-high": {
@@ -16547,8 +16571,8 @@ var models_default = {
16547
16571
  },
16548
16572
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16549
16573
  quotaInfo: {
16550
- remainingFraction: 0.9910493,
16551
- resetTime: "2026-09-03T08:51:13Z"
16574
+ remainingFraction: 0.9808376,
16575
+ resetTime: "2026-09-04T09:31:53Z"
16552
16576
  },
16553
16577
  recommended: true,
16554
16578
  supportedMimeTypes: {
@@ -16632,8 +16656,8 @@ var models_default = {
16632
16656
  },
16633
16657
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16634
16658
  quotaInfo: {
16635
- remainingFraction: 0.9910493,
16636
- resetTime: "2026-09-03T08:51:13Z"
16659
+ remainingFraction: 0.9808376,
16660
+ resetTime: "2026-09-04T09:31:53Z"
16637
16661
  },
16638
16662
  recommended: true,
16639
16663
  supportedMimeTypes: {
@@ -16698,7 +16722,31 @@ var models_default = {
16698
16722
  modelExperiments: {
16699
16723
  experiments: {
16700
16724
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16701
- 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 "session_summary_prompt_override": ""\n}'
16725
+ stringValue: `{
16726
+ "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",
16727
+ "max_token_limit": "256000",
16728
+ "token_threshold": "140000",
16729
+ "max_overhead_ratio": "0.15",
16730
+ "moving_window_size": "1",
16731
+ "enabled": true,
16732
+ "max_output_tokens": "16384",
16733
+ "checkpoint_model": "MODEL_PLACEHOLDER_M50",
16734
+ "use_last_planner_model": true,
16735
+ "is_sync": true,
16736
+ "max_user_requests": 10,
16737
+ "include_last_user_message": true,
16738
+ "include_conversation_log": false,
16739
+ "include_running_task_snapshots": true,
16740
+ "include_subagent_snapshots": true,
16741
+ "include_artifact_snapshots": true,
16742
+ "retry_config": {
16743
+ "max_retries": 0,
16744
+ "initial_sleep_duration_ms": 1000,
16745
+ "exponential_multiplier": 2,
16746
+ "include_error_feedback": false
16747
+ },
16748
+ "session_summary_prompt_override": "You have been working on the task described above but have not yet completed\\nit. Write a continuation summary that will allow you (or another instance of\\nyourself) to resume work efficiently in a future context window where the\\nfull conversation history will NOT be available\\u2014only this summary.\\n\\nThis summary is all that will be available to you going forward in the future\\ncontext window. Do not call any tools, simply just provide the summary based on\\nthe information available in the current context window.\\n\\nYour summary must be structured, concise, and actionable. Optimize for enabling immediate resumption with zero redundant work.\\n\\nInclude the following sections:\\n\\n1. **Task Overview**\\n - The user's core request and success criteria\\n - Constraints, preferences, or scope boundaries they specified\\n - Any ambiguities that were resolved (and how)\\n\\n2. **Progress**\\n - What has been completed, with concrete references (file paths,\\n resource identifiers, tool outputs, URLs, etc.)\\n - Key artifacts produced and their current state\\n - What is in progress but incomplete, and its current state\\n\\n3. **Key Findings**\\n - Technical constraints, requirements, or domain details uncovered\\n - Decisions made and their rationale\\n - Errors encountered and their resolutions\\n - Approaches that were tried and abandoned (and why\\u2014this prevents\\n the successor from repeating them)\\n\\n4. **Active Context**\\n - State of any external resources, sessions, or environments in use\\n - Relevant intermediate results, hypotheses, or working assumptions\\n - Dependencies between components or steps\\n\\n5. **Next Steps**\\n - Specific actions needed to complete the task, in priority order\\n - Known blockers or open questions that must be resolved\\n - For each step, note any prerequisites or risks\\n\\n6. **Commitments & Constraints**\\n - Promises made to the user (e.g., \\"I said I would do X before Y\\")\\n - User preferences or style requirements\\n - Any boundaries the user set on approach, tools, or scope\\n\\nBe concise but complete\\u2014err on the side of including anything that would\\nprevent duplicate work, repeated mistakes, or broken promises. Do not include\\ninformation that is obvious from the task description itself.\\n\\nWrap your response in <summary></summary> tags.\\n"
16749
+ }`
16702
16750
  },
16703
16751
  template__system_prompts__planning_mode_artifacts: {
16704
16752
  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"
@@ -16707,8 +16755,8 @@ var models_default = {
16707
16755
  },
16708
16756
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16709
16757
  quotaInfo: {
16710
- remainingFraction: 0.9910493,
16711
- resetTime: "2026-09-03T08:51:13Z"
16758
+ remainingFraction: 0.9808376,
16759
+ resetTime: "2026-09-04T09:31:53Z"
16712
16760
  },
16713
16761
  recommended: true,
16714
16762
  supportedMimeTypes: {
@@ -16775,7 +16823,31 @@ var models_default = {
16775
16823
  modelExperiments: {
16776
16824
  experiments: {
16777
16825
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16778
- 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 "session_summary_prompt_override": ""\n}'
16826
+ stringValue: `{
16827
+ "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",
16828
+ "max_token_limit": "256000",
16829
+ "token_threshold": "140000",
16830
+ "max_overhead_ratio": "0.15",
16831
+ "moving_window_size": "1",
16832
+ "enabled": true,
16833
+ "max_output_tokens": "16384",
16834
+ "checkpoint_model": "MODEL_PLACEHOLDER_M50",
16835
+ "use_last_planner_model": true,
16836
+ "is_sync": true,
16837
+ "max_user_requests": 10,
16838
+ "include_last_user_message": true,
16839
+ "include_conversation_log": false,
16840
+ "include_running_task_snapshots": true,
16841
+ "include_subagent_snapshots": true,
16842
+ "include_artifact_snapshots": true,
16843
+ "retry_config": {
16844
+ "max_retries": 0,
16845
+ "initial_sleep_duration_ms": 1000,
16846
+ "exponential_multiplier": 2,
16847
+ "include_error_feedback": false
16848
+ },
16849
+ "session_summary_prompt_override": "You have been working on the task described above but have not yet completed\\nit. Write a continuation summary that will allow you (or another instance of\\nyourself) to resume work efficiently in a future context window where the\\nfull conversation history will NOT be available\\u2014only this summary.\\n\\nThis summary is all that will be available to you going forward in the future\\ncontext window. Do not call any tools, simply just provide the summary based on\\nthe information available in the current context window.\\n\\nYour summary must be structured, concise, and actionable. Optimize for enabling immediate resumption with zero redundant work.\\n\\nInclude the following sections:\\n\\n1. **Task Overview**\\n - The user's core request and success criteria\\n - Constraints, preferences, or scope boundaries they specified\\n - Any ambiguities that were resolved (and how)\\n\\n2. **Progress**\\n - What has been completed, with concrete references (file paths,\\n resource identifiers, tool outputs, URLs, etc.)\\n - Key artifacts produced and their current state\\n - What is in progress but incomplete, and its current state\\n\\n3. **Key Findings**\\n - Technical constraints, requirements, or domain details uncovered\\n - Decisions made and their rationale\\n - Errors encountered and their resolutions\\n - Approaches that were tried and abandoned (and why\\u2014this prevents\\n the successor from repeating them)\\n\\n4. **Active Context**\\n - State of any external resources, sessions, or environments in use\\n - Relevant intermediate results, hypotheses, or working assumptions\\n - Dependencies between components or steps\\n\\n5. **Next Steps**\\n - Specific actions needed to complete the task, in priority order\\n - Known blockers or open questions that must be resolved\\n - For each step, note any prerequisites or risks\\n\\n6. **Commitments & Constraints**\\n - Promises made to the user (e.g., \\"I said I would do X before Y\\")\\n - User preferences or style requirements\\n - Any boundaries the user set on approach, tools, or scope\\n\\nBe concise but complete\\u2014err on the side of including anything that would\\nprevent duplicate work, repeated mistakes, or broken promises. Do not include\\ninformation that is obvious from the task description itself.\\n\\nWrap your response in <summary></summary> tags.\\n"
16850
+ }`
16779
16851
  },
16780
16852
  template__system_prompts__planning_mode_artifacts: {
16781
16853
  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"
@@ -16784,8 +16856,8 @@ var models_default = {
16784
16856
  },
16785
16857
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16786
16858
  quotaInfo: {
16787
- remainingFraction: 0.9910493,
16788
- resetTime: "2026-09-03T08:51:13Z"
16859
+ remainingFraction: 0.9808376,
16860
+ resetTime: "2026-09-04T09:31:53Z"
16789
16861
  },
16790
16862
  recommended: true,
16791
16863
  supportedMimeTypes: {
@@ -16852,7 +16924,31 @@ var models_default = {
16852
16924
  modelExperiments: {
16853
16925
  experiments: {
16854
16926
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16855
- 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 "session_summary_prompt_override": ""\n}'
16927
+ stringValue: `{
16928
+ "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",
16929
+ "max_token_limit": "256000",
16930
+ "token_threshold": "140000",
16931
+ "max_overhead_ratio": "0.15",
16932
+ "moving_window_size": "1",
16933
+ "enabled": true,
16934
+ "max_output_tokens": "16384",
16935
+ "checkpoint_model": "MODEL_PLACEHOLDER_M50",
16936
+ "use_last_planner_model": true,
16937
+ "is_sync": true,
16938
+ "max_user_requests": 10,
16939
+ "include_last_user_message": true,
16940
+ "include_conversation_log": false,
16941
+ "include_running_task_snapshots": true,
16942
+ "include_subagent_snapshots": true,
16943
+ "include_artifact_snapshots": true,
16944
+ "retry_config": {
16945
+ "max_retries": 0,
16946
+ "initial_sleep_duration_ms": 1000,
16947
+ "exponential_multiplier": 2,
16948
+ "include_error_feedback": false
16949
+ },
16950
+ "session_summary_prompt_override": "You have been working on the task described above but have not yet completed\\nit. Write a continuation summary that will allow you (or another instance of\\nyourself) to resume work efficiently in a future context window where the\\nfull conversation history will NOT be available\\u2014only this summary.\\n\\nThis summary is all that will be available to you going forward in the future\\ncontext window. Do not call any tools, simply just provide the summary based on\\nthe information available in the current context window.\\n\\nYour summary must be structured, concise, and actionable. Optimize for enabling immediate resumption with zero redundant work.\\n\\nInclude the following sections:\\n\\n1. **Task Overview**\\n - The user's core request and success criteria\\n - Constraints, preferences, or scope boundaries they specified\\n - Any ambiguities that were resolved (and how)\\n\\n2. **Progress**\\n - What has been completed, with concrete references (file paths,\\n resource identifiers, tool outputs, URLs, etc.)\\n - Key artifacts produced and their current state\\n - What is in progress but incomplete, and its current state\\n\\n3. **Key Findings**\\n - Technical constraints, requirements, or domain details uncovered\\n - Decisions made and their rationale\\n - Errors encountered and their resolutions\\n - Approaches that were tried and abandoned (and why\\u2014this prevents\\n the successor from repeating them)\\n\\n4. **Active Context**\\n - State of any external resources, sessions, or environments in use\\n - Relevant intermediate results, hypotheses, or working assumptions\\n - Dependencies between components or steps\\n\\n5. **Next Steps**\\n - Specific actions needed to complete the task, in priority order\\n - Known blockers or open questions that must be resolved\\n - For each step, note any prerequisites or risks\\n\\n6. **Commitments & Constraints**\\n - Promises made to the user (e.g., \\"I said I would do X before Y\\")\\n - User preferences or style requirements\\n - Any boundaries the user set on approach, tools, or scope\\n\\nBe concise but complete\\u2014err on the side of including anything that would\\nprevent duplicate work, repeated mistakes, or broken promises. Do not include\\ninformation that is obvious from the task description itself.\\n\\nWrap your response in <summary></summary> tags.\\n"
16951
+ }`
16856
16952
  },
16857
16953
  "cascade-include-ephemeral-message": {
16858
16954
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
@@ -16873,8 +16969,8 @@ var models_default = {
16873
16969
  },
16874
16970
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16875
16971
  quotaInfo: {
16876
- remainingFraction: 0.9910493,
16877
- resetTime: "2026-09-03T08:51:13Z"
16972
+ remainingFraction: 0.9808376,
16973
+ resetTime: "2026-09-04T09:31:53Z"
16878
16974
  },
16879
16975
  recommended: true,
16880
16976
  supportedMimeTypes: {
@@ -16941,7 +17037,31 @@ var models_default = {
16941
17037
  modelExperiments: {
16942
17038
  experiments: {
16943
17039
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
16944
- 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 "session_summary_prompt_override": ""\n}'
17040
+ stringValue: `{
17041
+ "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",
17042
+ "max_token_limit": "256000",
17043
+ "token_threshold": "140000",
17044
+ "max_overhead_ratio": "0.15",
17045
+ "moving_window_size": "1",
17046
+ "enabled": true,
17047
+ "max_output_tokens": "16384",
17048
+ "checkpoint_model": "MODEL_PLACEHOLDER_M50",
17049
+ "use_last_planner_model": true,
17050
+ "is_sync": true,
17051
+ "max_user_requests": 10,
17052
+ "include_last_user_message": true,
17053
+ "include_conversation_log": false,
17054
+ "include_running_task_snapshots": true,
17055
+ "include_subagent_snapshots": true,
17056
+ "include_artifact_snapshots": true,
17057
+ "retry_config": {
17058
+ "max_retries": 0,
17059
+ "initial_sleep_duration_ms": 1000,
17060
+ "exponential_multiplier": 2,
17061
+ "include_error_feedback": false
17062
+ },
17063
+ "session_summary_prompt_override": "You have been working on the task described above but have not yet completed\\nit. Write a continuation summary that will allow you (or another instance of\\nyourself) to resume work efficiently in a future context window where the\\nfull conversation history will NOT be available\\u2014only this summary.\\n\\nThis summary is all that will be available to you going forward in the future\\ncontext window. Do not call any tools, simply just provide the summary based on\\nthe information available in the current context window.\\n\\nYour summary must be structured, concise, and actionable. Optimize for enabling immediate resumption with zero redundant work.\\n\\nInclude the following sections:\\n\\n1. **Task Overview**\\n - The user's core request and success criteria\\n - Constraints, preferences, or scope boundaries they specified\\n - Any ambiguities that were resolved (and how)\\n\\n2. **Progress**\\n - What has been completed, with concrete references (file paths,\\n resource identifiers, tool outputs, URLs, etc.)\\n - Key artifacts produced and their current state\\n - What is in progress but incomplete, and its current state\\n\\n3. **Key Findings**\\n - Technical constraints, requirements, or domain details uncovered\\n - Decisions made and their rationale\\n - Errors encountered and their resolutions\\n - Approaches that were tried and abandoned (and why\\u2014this prevents\\n the successor from repeating them)\\n\\n4. **Active Context**\\n - State of any external resources, sessions, or environments in use\\n - Relevant intermediate results, hypotheses, or working assumptions\\n - Dependencies between components or steps\\n\\n5. **Next Steps**\\n - Specific actions needed to complete the task, in priority order\\n - Known blockers or open questions that must be resolved\\n - For each step, note any prerequisites or risks\\n\\n6. **Commitments & Constraints**\\n - Promises made to the user (e.g., \\"I said I would do X before Y\\")\\n - User preferences or style requirements\\n - Any boundaries the user set on approach, tools, or scope\\n\\nBe concise but complete\\u2014err on the side of including anything that would\\nprevent duplicate work, repeated mistakes, or broken promises. Do not include\\ninformation that is obvious from the task description itself.\\n\\nWrap your response in <summary></summary> tags.\\n"
17064
+ }`
16945
17065
  },
16946
17066
  "cascade-include-ephemeral-message": {
16947
17067
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
@@ -16962,8 +17082,8 @@ var models_default = {
16962
17082
  },
16963
17083
  modelProvider: "MODEL_PROVIDER_GOOGLE",
16964
17084
  quotaInfo: {
16965
- remainingFraction: 0.9910493,
16966
- resetTime: "2026-09-03T08:51:13Z"
17085
+ remainingFraction: 0.9808376,
17086
+ resetTime: "2026-09-04T09:31:53Z"
16967
17087
  },
16968
17088
  recommended: true,
16969
17089
  supportedMimeTypes: {
@@ -17030,7 +17150,31 @@ var models_default = {
17030
17150
  modelExperiments: {
17031
17151
  experiments: {
17032
17152
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17033
- 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 "session_summary_prompt_override": ""\n}'
17153
+ stringValue: `{
17154
+ "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",
17155
+ "max_token_limit": "256000",
17156
+ "token_threshold": "140000",
17157
+ "max_overhead_ratio": "0.15",
17158
+ "moving_window_size": "1",
17159
+ "enabled": true,
17160
+ "max_output_tokens": "16384",
17161
+ "checkpoint_model": "MODEL_PLACEHOLDER_M50",
17162
+ "use_last_planner_model": true,
17163
+ "is_sync": true,
17164
+ "max_user_requests": 10,
17165
+ "include_last_user_message": true,
17166
+ "include_conversation_log": false,
17167
+ "include_running_task_snapshots": true,
17168
+ "include_subagent_snapshots": true,
17169
+ "include_artifact_snapshots": true,
17170
+ "retry_config": {
17171
+ "max_retries": 0,
17172
+ "initial_sleep_duration_ms": 1000,
17173
+ "exponential_multiplier": 2,
17174
+ "include_error_feedback": false
17175
+ },
17176
+ "session_summary_prompt_override": "You have been working on the task described above but have not yet completed\\nit. Write a continuation summary that will allow you (or another instance of\\nyourself) to resume work efficiently in a future context window where the\\nfull conversation history will NOT be available\\u2014only this summary.\\n\\nThis summary is all that will be available to you going forward in the future\\ncontext window. Do not call any tools, simply just provide the summary based on\\nthe information available in the current context window.\\n\\nYour summary must be structured, concise, and actionable. Optimize for enabling immediate resumption with zero redundant work.\\n\\nInclude the following sections:\\n\\n1. **Task Overview**\\n - The user's core request and success criteria\\n - Constraints, preferences, or scope boundaries they specified\\n - Any ambiguities that were resolved (and how)\\n\\n2. **Progress**\\n - What has been completed, with concrete references (file paths,\\n resource identifiers, tool outputs, URLs, etc.)\\n - Key artifacts produced and their current state\\n - What is in progress but incomplete, and its current state\\n\\n3. **Key Findings**\\n - Technical constraints, requirements, or domain details uncovered\\n - Decisions made and their rationale\\n - Errors encountered and their resolutions\\n - Approaches that were tried and abandoned (and why\\u2014this prevents\\n the successor from repeating them)\\n\\n4. **Active Context**\\n - State of any external resources, sessions, or environments in use\\n - Relevant intermediate results, hypotheses, or working assumptions\\n - Dependencies between components or steps\\n\\n5. **Next Steps**\\n - Specific actions needed to complete the task, in priority order\\n - Known blockers or open questions that must be resolved\\n - For each step, note any prerequisites or risks\\n\\n6. **Commitments & Constraints**\\n - Promises made to the user (e.g., \\"I said I would do X before Y\\")\\n - User preferences or style requirements\\n - Any boundaries the user set on approach, tools, or scope\\n\\nBe concise but complete\\u2014err on the side of including anything that would\\nprevent duplicate work, repeated mistakes, or broken promises. Do not include\\ninformation that is obvious from the task description itself.\\n\\nWrap your response in <summary></summary> tags.\\n"
17177
+ }`
17034
17178
  },
17035
17179
  "cascade-include-ephemeral-message": {
17036
17180
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
@@ -17051,8 +17195,8 @@ var models_default = {
17051
17195
  },
17052
17196
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17053
17197
  quotaInfo: {
17054
- remainingFraction: 0.9910493,
17055
- resetTime: "2026-09-03T08:51:13Z"
17198
+ remainingFraction: 0.9808376,
17199
+ resetTime: "2026-09-04T09:31:53Z"
17056
17200
  },
17057
17201
  recommended: true,
17058
17202
  supportedMimeTypes: {
@@ -17118,7 +17262,31 @@ var models_default = {
17118
17262
  modelExperiments: {
17119
17263
  experiments: {
17120
17264
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17121
- stringValue: '{\n "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",\n "max_token_limit": "256000",\n "token_threshold": "140000",\n "max_overhead_ratio": "0.15",\n "moving_window_size": "1",\n "enabled": true,\n "max_output_tokens": "16384",\n "checkpoint_model": "MODEL_PLACEHOLDER_M50",\n "use_last_planner_model": true,\n "is_sync": false,\n "max_user_requests": 10,\n "include_last_user_message": false,\n "include_conversation_log": true,\n "include_running_task_snapshots": true,\n "include_subagent_snapshots": true,\n "include_artifact_snapshots": true,\n "retry_config": {\n "max_retries": 0,\n "initial_sleep_duration_ms": 1000,\n "exponential_multiplier": 2,\n "include_error_feedback": false\n },\n "session_summary_prompt_override": ""\n}'
17265
+ stringValue: `{
17266
+ "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",
17267
+ "max_token_limit": "256000",
17268
+ "token_threshold": "140000",
17269
+ "max_overhead_ratio": "0.15",
17270
+ "moving_window_size": "1",
17271
+ "enabled": true,
17272
+ "max_output_tokens": "16384",
17273
+ "checkpoint_model": "MODEL_PLACEHOLDER_M50",
17274
+ "use_last_planner_model": true,
17275
+ "is_sync": true,
17276
+ "max_user_requests": 10,
17277
+ "include_last_user_message": true,
17278
+ "include_conversation_log": false,
17279
+ "include_running_task_snapshots": true,
17280
+ "include_subagent_snapshots": true,
17281
+ "include_artifact_snapshots": true,
17282
+ "retry_config": {
17283
+ "max_retries": 0,
17284
+ "initial_sleep_duration_ms": 1000,
17285
+ "exponential_multiplier": 2,
17286
+ "include_error_feedback": false
17287
+ },
17288
+ "session_summary_prompt_override": "You have been working on the task described above but have not yet completed\\nit. Write a continuation summary that will allow you (or another instance of\\nyourself) to resume work efficiently in a future context window where the\\nfull conversation history will NOT be available\\u2014only this summary.\\n\\nThis summary is all that will be available to you going forward in the future\\ncontext window. Do not call any tools, simply just provide the summary based on\\nthe information available in the current context window.\\n\\nYour summary must be structured, concise, and actionable. Optimize for enabling immediate resumption with zero redundant work.\\n\\nInclude the following sections:\\n\\n1. **Task Overview**\\n - The user's core request and success criteria\\n - Constraints, preferences, or scope boundaries they specified\\n - Any ambiguities that were resolved (and how)\\n\\n2. **Progress**\\n - What has been completed, with concrete references (file paths,\\n resource identifiers, tool outputs, URLs, etc.)\\n - Key artifacts produced and their current state\\n - What is in progress but incomplete, and its current state\\n\\n3. **Key Findings**\\n - Technical constraints, requirements, or domain details uncovered\\n - Decisions made and their rationale\\n - Errors encountered and their resolutions\\n - Approaches that were tried and abandoned (and why\\u2014this prevents\\n the successor from repeating them)\\n\\n4. **Active Context**\\n - State of any external resources, sessions, or environments in use\\n - Relevant intermediate results, hypotheses, or working assumptions\\n - Dependencies between components or steps\\n\\n5. **Next Steps**\\n - Specific actions needed to complete the task, in priority order\\n - Known blockers or open questions that must be resolved\\n - For each step, note any prerequisites or risks\\n\\n6. **Commitments & Constraints**\\n - Promises made to the user (e.g., \\"I said I would do X before Y\\")\\n - User preferences or style requirements\\n - Any boundaries the user set on approach, tools, or scope\\n\\nBe concise but complete\\u2014err on the side of including anything that would\\nprevent duplicate work, repeated mistakes, or broken promises. Do not include\\ninformation that is obvious from the task description itself.\\n\\nWrap your response in <summary></summary> tags.\\n"
17289
+ }`
17122
17290
  },
17123
17291
  "cascade-include-ephemeral-message": {
17124
17292
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
@@ -17139,8 +17307,8 @@ var models_default = {
17139
17307
  },
17140
17308
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17141
17309
  quotaInfo: {
17142
- remainingFraction: 0.9910493,
17143
- resetTime: "2026-09-03T08:51:13Z"
17310
+ remainingFraction: 0.9808376,
17311
+ resetTime: "2026-09-04T09:31:53Z"
17144
17312
  },
17145
17313
  recommended: true,
17146
17314
  supportedMimeTypes: {
@@ -17205,7 +17373,31 @@ var models_default = {
17205
17373
  modelExperiments: {
17206
17374
  experiments: {
17207
17375
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17208
- 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 "session_summary_prompt_override": ""\n}'
17376
+ stringValue: `{
17377
+ "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",
17378
+ "max_token_limit": "256000",
17379
+ "token_threshold": "140000",
17380
+ "max_overhead_ratio": "0.15",
17381
+ "moving_window_size": "1",
17382
+ "enabled": true,
17383
+ "max_output_tokens": "16384",
17384
+ "checkpoint_model": "MODEL_PLACEHOLDER_M50",
17385
+ "use_last_planner_model": true,
17386
+ "is_sync": true,
17387
+ "max_user_requests": 10,
17388
+ "include_last_user_message": true,
17389
+ "include_conversation_log": false,
17390
+ "include_running_task_snapshots": true,
17391
+ "include_subagent_snapshots": true,
17392
+ "include_artifact_snapshots": true,
17393
+ "retry_config": {
17394
+ "max_retries": 0,
17395
+ "initial_sleep_duration_ms": 1000,
17396
+ "exponential_multiplier": 2,
17397
+ "include_error_feedback": false
17398
+ },
17399
+ "session_summary_prompt_override": "You have been working on the task described above but have not yet completed\\nit. Write a continuation summary that will allow you (or another instance of\\nyourself) to resume work efficiently in a future context window where the\\nfull conversation history will NOT be available\\u2014only this summary.\\n\\nThis summary is all that will be available to you going forward in the future\\ncontext window. Do not call any tools, simply just provide the summary based on\\nthe information available in the current context window.\\n\\nYour summary must be structured, concise, and actionable. Optimize for enabling immediate resumption with zero redundant work.\\n\\nInclude the following sections:\\n\\n1. **Task Overview**\\n - The user's core request and success criteria\\n - Constraints, preferences, or scope boundaries they specified\\n - Any ambiguities that were resolved (and how)\\n\\n2. **Progress**\\n - What has been completed, with concrete references (file paths,\\n resource identifiers, tool outputs, URLs, etc.)\\n - Key artifacts produced and their current state\\n - What is in progress but incomplete, and its current state\\n\\n3. **Key Findings**\\n - Technical constraints, requirements, or domain details uncovered\\n - Decisions made and their rationale\\n - Errors encountered and their resolutions\\n - Approaches that were tried and abandoned (and why\\u2014this prevents\\n the successor from repeating them)\\n\\n4. **Active Context**\\n - State of any external resources, sessions, or environments in use\\n - Relevant intermediate results, hypotheses, or working assumptions\\n - Dependencies between components or steps\\n\\n5. **Next Steps**\\n - Specific actions needed to complete the task, in priority order\\n - Known blockers or open questions that must be resolved\\n - For each step, note any prerequisites or risks\\n\\n6. **Commitments & Constraints**\\n - Promises made to the user (e.g., \\"I said I would do X before Y\\")\\n - User preferences or style requirements\\n - Any boundaries the user set on approach, tools, or scope\\n\\nBe concise but complete\\u2014err on the side of including anything that would\\nprevent duplicate work, repeated mistakes, or broken promises. Do not include\\ninformation that is obvious from the task description itself.\\n\\nWrap your response in <summary></summary> tags.\\n"
17400
+ }`
17209
17401
  },
17210
17402
  "cascade-include-ephemeral-message": {
17211
17403
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
@@ -17220,8 +17412,8 @@ var models_default = {
17220
17412
  },
17221
17413
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17222
17414
  quotaInfo: {
17223
- remainingFraction: 0.9910493,
17224
- resetTime: "2026-09-03T08:51:13Z"
17415
+ remainingFraction: 0.9808376,
17416
+ resetTime: "2026-09-04T09:31:53Z"
17225
17417
  },
17226
17418
  recommended: true,
17227
17419
  supportedMimeTypes: {
@@ -17288,7 +17480,31 @@ var models_default = {
17288
17480
  modelExperiments: {
17289
17481
  experiments: {
17290
17482
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17291
- 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 "session_summary_prompt_override": ""\n}'
17483
+ stringValue: `{
17484
+ "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",
17485
+ "max_token_limit": "256000",
17486
+ "token_threshold": "140000",
17487
+ "max_overhead_ratio": "0.15",
17488
+ "moving_window_size": "1",
17489
+ "enabled": true,
17490
+ "max_output_tokens": "16384",
17491
+ "checkpoint_model": "MODEL_PLACEHOLDER_M50",
17492
+ "use_last_planner_model": true,
17493
+ "is_sync": true,
17494
+ "max_user_requests": 10,
17495
+ "include_last_user_message": true,
17496
+ "include_conversation_log": false,
17497
+ "include_running_task_snapshots": true,
17498
+ "include_subagent_snapshots": true,
17499
+ "include_artifact_snapshots": true,
17500
+ "retry_config": {
17501
+ "max_retries": 0,
17502
+ "initial_sleep_duration_ms": 1000,
17503
+ "exponential_multiplier": 2,
17504
+ "include_error_feedback": false
17505
+ },
17506
+ "session_summary_prompt_override": "You have been working on the task described above but have not yet completed\\nit. Write a continuation summary that will allow you (or another instance of\\nyourself) to resume work efficiently in a future context window where the\\nfull conversation history will NOT be available\\u2014only this summary.\\n\\nThis summary is all that will be available to you going forward in the future\\ncontext window. Do not call any tools, simply just provide the summary based on\\nthe information available in the current context window.\\n\\nYour summary must be structured, concise, and actionable. Optimize for enabling immediate resumption with zero redundant work.\\n\\nInclude the following sections:\\n\\n1. **Task Overview**\\n - The user's core request and success criteria\\n - Constraints, preferences, or scope boundaries they specified\\n - Any ambiguities that were resolved (and how)\\n\\n2. **Progress**\\n - What has been completed, with concrete references (file paths,\\n resource identifiers, tool outputs, URLs, etc.)\\n - Key artifacts produced and their current state\\n - What is in progress but incomplete, and its current state\\n\\n3. **Key Findings**\\n - Technical constraints, requirements, or domain details uncovered\\n - Decisions made and their rationale\\n - Errors encountered and their resolutions\\n - Approaches that were tried and abandoned (and why\\u2014this prevents\\n the successor from repeating them)\\n\\n4. **Active Context**\\n - State of any external resources, sessions, or environments in use\\n - Relevant intermediate results, hypotheses, or working assumptions\\n - Dependencies between components or steps\\n\\n5. **Next Steps**\\n - Specific actions needed to complete the task, in priority order\\n - Known blockers or open questions that must be resolved\\n - For each step, note any prerequisites or risks\\n\\n6. **Commitments & Constraints**\\n - Promises made to the user (e.g., \\"I said I would do X before Y\\")\\n - User preferences or style requirements\\n - Any boundaries the user set on approach, tools, or scope\\n\\nBe concise but complete\\u2014err on the side of including anything that would\\nprevent duplicate work, repeated mistakes, or broken promises. Do not include\\ninformation that is obvious from the task description itself.\\n\\nWrap your response in <summary></summary> tags.\\n"
17507
+ }`
17292
17508
  },
17293
17509
  "cascade-include-ephemeral-message": {
17294
17510
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
@@ -17303,8 +17519,8 @@ var models_default = {
17303
17519
  },
17304
17520
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17305
17521
  quotaInfo: {
17306
- remainingFraction: 0.9910493,
17307
- resetTime: "2026-09-03T08:51:13Z"
17522
+ remainingFraction: 0.9808376,
17523
+ resetTime: "2026-09-04T09:31:53Z"
17308
17524
  },
17309
17525
  recommended: true,
17310
17526
  supportedMimeTypes: {
@@ -17371,7 +17587,31 @@ var models_default = {
17371
17587
  modelExperiments: {
17372
17588
  experiments: {
17373
17589
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17374
- 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 "session_summary_prompt_override": ""\n}'
17590
+ stringValue: `{
17591
+ "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",
17592
+ "max_token_limit": "256000",
17593
+ "token_threshold": "140000",
17594
+ "max_overhead_ratio": "0.15",
17595
+ "moving_window_size": "1",
17596
+ "enabled": true,
17597
+ "max_output_tokens": "16384",
17598
+ "checkpoint_model": "MODEL_PLACEHOLDER_M50",
17599
+ "use_last_planner_model": true,
17600
+ "is_sync": true,
17601
+ "max_user_requests": 10,
17602
+ "include_last_user_message": true,
17603
+ "include_conversation_log": false,
17604
+ "include_running_task_snapshots": true,
17605
+ "include_subagent_snapshots": true,
17606
+ "include_artifact_snapshots": true,
17607
+ "retry_config": {
17608
+ "max_retries": 0,
17609
+ "initial_sleep_duration_ms": 1000,
17610
+ "exponential_multiplier": 2,
17611
+ "include_error_feedback": false
17612
+ },
17613
+ "session_summary_prompt_override": "You have been working on the task described above but have not yet completed\\nit. Write a continuation summary that will allow you (or another instance of\\nyourself) to resume work efficiently in a future context window where the\\nfull conversation history will NOT be available\\u2014only this summary.\\n\\nThis summary is all that will be available to you going forward in the future\\ncontext window. Do not call any tools, simply just provide the summary based on\\nthe information available in the current context window.\\n\\nYour summary must be structured, concise, and actionable. Optimize for enabling immediate resumption with zero redundant work.\\n\\nInclude the following sections:\\n\\n1. **Task Overview**\\n - The user's core request and success criteria\\n - Constraints, preferences, or scope boundaries they specified\\n - Any ambiguities that were resolved (and how)\\n\\n2. **Progress**\\n - What has been completed, with concrete references (file paths,\\n resource identifiers, tool outputs, URLs, etc.)\\n - Key artifacts produced and their current state\\n - What is in progress but incomplete, and its current state\\n\\n3. **Key Findings**\\n - Technical constraints, requirements, or domain details uncovered\\n - Decisions made and their rationale\\n - Errors encountered and their resolutions\\n - Approaches that were tried and abandoned (and why\\u2014this prevents\\n the successor from repeating them)\\n\\n4. **Active Context**\\n - State of any external resources, sessions, or environments in use\\n - Relevant intermediate results, hypotheses, or working assumptions\\n - Dependencies between components or steps\\n\\n5. **Next Steps**\\n - Specific actions needed to complete the task, in priority order\\n - Known blockers or open questions that must be resolved\\n - For each step, note any prerequisites or risks\\n\\n6. **Commitments & Constraints**\\n - Promises made to the user (e.g., \\"I said I would do X before Y\\")\\n - User preferences or style requirements\\n - Any boundaries the user set on approach, tools, or scope\\n\\nBe concise but complete\\u2014err on the side of including anything that would\\nprevent duplicate work, repeated mistakes, or broken promises. Do not include\\ninformation that is obvious from the task description itself.\\n\\nWrap your response in <summary></summary> tags.\\n"
17614
+ }`
17375
17615
  },
17376
17616
  "cascade-include-ephemeral-message": {
17377
17617
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
@@ -17386,8 +17626,8 @@ var models_default = {
17386
17626
  },
17387
17627
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17388
17628
  quotaInfo: {
17389
- remainingFraction: 0.9910493,
17390
- resetTime: "2026-09-03T08:51:13Z"
17629
+ remainingFraction: 0.9808376,
17630
+ resetTime: "2026-09-04T09:31:53Z"
17391
17631
  },
17392
17632
  recommended: true,
17393
17633
  supportedMimeTypes: {
@@ -17453,7 +17693,31 @@ var models_default = {
17453
17693
  modelExperiments: {
17454
17694
  experiments: {
17455
17695
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17456
- 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 "session_summary_prompt_override": ""\n}'
17696
+ stringValue: `{
17697
+ "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",
17698
+ "max_token_limit": "256000",
17699
+ "token_threshold": "140000",
17700
+ "max_overhead_ratio": "0.15",
17701
+ "moving_window_size": "1",
17702
+ "enabled": true,
17703
+ "max_output_tokens": "16384",
17704
+ "checkpoint_model": "MODEL_PLACEHOLDER_M50",
17705
+ "use_last_planner_model": true,
17706
+ "is_sync": true,
17707
+ "max_user_requests": 10,
17708
+ "include_last_user_message": true,
17709
+ "include_conversation_log": false,
17710
+ "include_running_task_snapshots": true,
17711
+ "include_subagent_snapshots": true,
17712
+ "include_artifact_snapshots": true,
17713
+ "retry_config": {
17714
+ "max_retries": 0,
17715
+ "initial_sleep_duration_ms": 1000,
17716
+ "exponential_multiplier": 2,
17717
+ "include_error_feedback": false
17718
+ },
17719
+ "session_summary_prompt_override": "You have been working on the task described above but have not yet completed\\nit. Write a continuation summary that will allow you (or another instance of\\nyourself) to resume work efficiently in a future context window where the\\nfull conversation history will NOT be available\\u2014only this summary.\\n\\nThis summary is all that will be available to you going forward in the future\\ncontext window. Do not call any tools, simply just provide the summary based on\\nthe information available in the current context window.\\n\\nYour summary must be structured, concise, and actionable. Optimize for enabling immediate resumption with zero redundant work.\\n\\nInclude the following sections:\\n\\n1. **Task Overview**\\n - The user's core request and success criteria\\n - Constraints, preferences, or scope boundaries they specified\\n - Any ambiguities that were resolved (and how)\\n\\n2. **Progress**\\n - What has been completed, with concrete references (file paths,\\n resource identifiers, tool outputs, URLs, etc.)\\n - Key artifacts produced and their current state\\n - What is in progress but incomplete, and its current state\\n\\n3. **Key Findings**\\n - Technical constraints, requirements, or domain details uncovered\\n - Decisions made and their rationale\\n - Errors encountered and their resolutions\\n - Approaches that were tried and abandoned (and why\\u2014this prevents\\n the successor from repeating them)\\n\\n4. **Active Context**\\n - State of any external resources, sessions, or environments in use\\n - Relevant intermediate results, hypotheses, or working assumptions\\n - Dependencies between components or steps\\n\\n5. **Next Steps**\\n - Specific actions needed to complete the task, in priority order\\n - Known blockers or open questions that must be resolved\\n - For each step, note any prerequisites or risks\\n\\n6. **Commitments & Constraints**\\n - Promises made to the user (e.g., \\"I said I would do X before Y\\")\\n - User preferences or style requirements\\n - Any boundaries the user set on approach, tools, or scope\\n\\nBe concise but complete\\u2014err on the side of including anything that would\\nprevent duplicate work, repeated mistakes, or broken promises. Do not include\\ninformation that is obvious from the task description itself.\\n\\nWrap your response in <summary></summary> tags.\\n"
17720
+ }`
17457
17721
  },
17458
17722
  "cascade-include-ephemeral-message": {
17459
17723
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
@@ -17468,8 +17732,8 @@ var models_default = {
17468
17732
  },
17469
17733
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17470
17734
  quotaInfo: {
17471
- remainingFraction: 0.9910493,
17472
- resetTime: "2026-09-03T08:51:13Z"
17735
+ remainingFraction: 0.9808376,
17736
+ resetTime: "2026-09-04T09:31:53Z"
17473
17737
  },
17474
17738
  recommended: true,
17475
17739
  supportedMimeTypes: {
@@ -17534,7 +17798,31 @@ var models_default = {
17534
17798
  modelExperiments: {
17535
17799
  experiments: {
17536
17800
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17537
- 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 "session_summary_prompt_override": ""\n}'
17801
+ stringValue: `{
17802
+ "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",
17803
+ "max_token_limit": "256000",
17804
+ "token_threshold": "140000",
17805
+ "max_overhead_ratio": "0.15",
17806
+ "moving_window_size": "1",
17807
+ "enabled": true,
17808
+ "max_output_tokens": "16384",
17809
+ "checkpoint_model": "MODEL_PLACEHOLDER_M50",
17810
+ "use_last_planner_model": true,
17811
+ "is_sync": true,
17812
+ "max_user_requests": 10,
17813
+ "include_last_user_message": true,
17814
+ "include_conversation_log": false,
17815
+ "include_running_task_snapshots": true,
17816
+ "include_subagent_snapshots": true,
17817
+ "include_artifact_snapshots": true,
17818
+ "retry_config": {
17819
+ "max_retries": 0,
17820
+ "initial_sleep_duration_ms": 1000,
17821
+ "exponential_multiplier": 2,
17822
+ "include_error_feedback": false
17823
+ },
17824
+ "session_summary_prompt_override": "You have been working on the task described above but have not yet completed\\nit. Write a continuation summary that will allow you (or another instance of\\nyourself) to resume work efficiently in a future context window where the\\nfull conversation history will NOT be available\\u2014only this summary.\\n\\nThis summary is all that will be available to you going forward in the future\\ncontext window. Do not call any tools, simply just provide the summary based on\\nthe information available in the current context window.\\n\\nYour summary must be structured, concise, and actionable. Optimize for enabling immediate resumption with zero redundant work.\\n\\nInclude the following sections:\\n\\n1. **Task Overview**\\n - The user's core request and success criteria\\n - Constraints, preferences, or scope boundaries they specified\\n - Any ambiguities that were resolved (and how)\\n\\n2. **Progress**\\n - What has been completed, with concrete references (file paths,\\n resource identifiers, tool outputs, URLs, etc.)\\n - Key artifacts produced and their current state\\n - What is in progress but incomplete, and its current state\\n\\n3. **Key Findings**\\n - Technical constraints, requirements, or domain details uncovered\\n - Decisions made and their rationale\\n - Errors encountered and their resolutions\\n - Approaches that were tried and abandoned (and why\\u2014this prevents\\n the successor from repeating them)\\n\\n4. **Active Context**\\n - State of any external resources, sessions, or environments in use\\n - Relevant intermediate results, hypotheses, or working assumptions\\n - Dependencies between components or steps\\n\\n5. **Next Steps**\\n - Specific actions needed to complete the task, in priority order\\n - Known blockers or open questions that must be resolved\\n - For each step, note any prerequisites or risks\\n\\n6. **Commitments & Constraints**\\n - Promises made to the user (e.g., \\"I said I would do X before Y\\")\\n - User preferences or style requirements\\n - Any boundaries the user set on approach, tools, or scope\\n\\nBe concise but complete\\u2014err on the side of including anything that would\\nprevent duplicate work, repeated mistakes, or broken promises. Do not include\\ninformation that is obvious from the task description itself.\\n\\nWrap your response in <summary></summary> tags.\\n"
17825
+ }`
17538
17826
  },
17539
17827
  "cascade-include-ephemeral-message": {
17540
17828
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
@@ -17549,8 +17837,8 @@ var models_default = {
17549
17837
  },
17550
17838
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17551
17839
  quotaInfo: {
17552
- remainingFraction: 0.9910493,
17553
- resetTime: "2026-09-03T08:51:13Z"
17840
+ remainingFraction: 0.9808376,
17841
+ resetTime: "2026-09-04T09:31:53Z"
17554
17842
  },
17555
17843
  recommended: true,
17556
17844
  supportedMimeTypes: {
@@ -17617,7 +17905,31 @@ var models_default = {
17617
17905
  modelExperiments: {
17618
17906
  experiments: {
17619
17907
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17620
- 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 "session_summary_prompt_override": ""\n}'
17908
+ stringValue: `{
17909
+ "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",
17910
+ "max_token_limit": "256000",
17911
+ "token_threshold": "140000",
17912
+ "max_overhead_ratio": "0.15",
17913
+ "moving_window_size": "1",
17914
+ "enabled": true,
17915
+ "max_output_tokens": "16384",
17916
+ "checkpoint_model": "MODEL_PLACEHOLDER_M50",
17917
+ "use_last_planner_model": true,
17918
+ "is_sync": true,
17919
+ "max_user_requests": 10,
17920
+ "include_last_user_message": true,
17921
+ "include_conversation_log": false,
17922
+ "include_running_task_snapshots": true,
17923
+ "include_subagent_snapshots": true,
17924
+ "include_artifact_snapshots": true,
17925
+ "retry_config": {
17926
+ "max_retries": 0,
17927
+ "initial_sleep_duration_ms": 1000,
17928
+ "exponential_multiplier": 2,
17929
+ "include_error_feedback": false
17930
+ },
17931
+ "session_summary_prompt_override": "You have been working on the task described above but have not yet completed\\nit. Write a continuation summary that will allow you (or another instance of\\nyourself) to resume work efficiently in a future context window where the\\nfull conversation history will NOT be available\\u2014only this summary.\\n\\nThis summary is all that will be available to you going forward in the future\\ncontext window. Do not call any tools, simply just provide the summary based on\\nthe information available in the current context window.\\n\\nYour summary must be structured, concise, and actionable. Optimize for enabling immediate resumption with zero redundant work.\\n\\nInclude the following sections:\\n\\n1. **Task Overview**\\n - The user's core request and success criteria\\n - Constraints, preferences, or scope boundaries they specified\\n - Any ambiguities that were resolved (and how)\\n\\n2. **Progress**\\n - What has been completed, with concrete references (file paths,\\n resource identifiers, tool outputs, URLs, etc.)\\n - Key artifacts produced and their current state\\n - What is in progress but incomplete, and its current state\\n\\n3. **Key Findings**\\n - Technical constraints, requirements, or domain details uncovered\\n - Decisions made and their rationale\\n - Errors encountered and their resolutions\\n - Approaches that were tried and abandoned (and why\\u2014this prevents\\n the successor from repeating them)\\n\\n4. **Active Context**\\n - State of any external resources, sessions, or environments in use\\n - Relevant intermediate results, hypotheses, or working assumptions\\n - Dependencies between components or steps\\n\\n5. **Next Steps**\\n - Specific actions needed to complete the task, in priority order\\n - Known blockers or open questions that must be resolved\\n - For each step, note any prerequisites or risks\\n\\n6. **Commitments & Constraints**\\n - Promises made to the user (e.g., \\"I said I would do X before Y\\")\\n - User preferences or style requirements\\n - Any boundaries the user set on approach, tools, or scope\\n\\nBe concise but complete\\u2014err on the side of including anything that would\\nprevent duplicate work, repeated mistakes, or broken promises. Do not include\\ninformation that is obvious from the task description itself.\\n\\nWrap your response in <summary></summary> tags.\\n"
17932
+ }`
17621
17933
  },
17622
17934
  "cascade-include-ephemeral-message": {
17623
17935
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
@@ -17632,8 +17944,8 @@ var models_default = {
17632
17944
  },
17633
17945
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17634
17946
  quotaInfo: {
17635
- remainingFraction: 0.9910493,
17636
- resetTime: "2026-09-03T08:51:13Z"
17947
+ remainingFraction: 0.9808376,
17948
+ resetTime: "2026-09-04T09:31:53Z"
17637
17949
  },
17638
17950
  recommended: true,
17639
17951
  supportedMimeTypes: {
@@ -17700,7 +18012,31 @@ var models_default = {
17700
18012
  modelExperiments: {
17701
18013
  experiments: {
17702
18014
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17703
- 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 "session_summary_prompt_override": ""\n}'
18015
+ stringValue: `{
18016
+ "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",
18017
+ "max_token_limit": "256000",
18018
+ "token_threshold": "140000",
18019
+ "max_overhead_ratio": "0.15",
18020
+ "moving_window_size": "1",
18021
+ "enabled": true,
18022
+ "max_output_tokens": "16384",
18023
+ "checkpoint_model": "MODEL_PLACEHOLDER_M50",
18024
+ "use_last_planner_model": true,
18025
+ "is_sync": true,
18026
+ "max_user_requests": 10,
18027
+ "include_last_user_message": true,
18028
+ "include_conversation_log": false,
18029
+ "include_running_task_snapshots": true,
18030
+ "include_subagent_snapshots": true,
18031
+ "include_artifact_snapshots": true,
18032
+ "retry_config": {
18033
+ "max_retries": 0,
18034
+ "initial_sleep_duration_ms": 1000,
18035
+ "exponential_multiplier": 2,
18036
+ "include_error_feedback": false
18037
+ },
18038
+ "session_summary_prompt_override": "You have been working on the task described above but have not yet completed\\nit. Write a continuation summary that will allow you (or another instance of\\nyourself) to resume work efficiently in a future context window where the\\nfull conversation history will NOT be available\\u2014only this summary.\\n\\nThis summary is all that will be available to you going forward in the future\\ncontext window. Do not call any tools, simply just provide the summary based on\\nthe information available in the current context window.\\n\\nYour summary must be structured, concise, and actionable. Optimize for enabling immediate resumption with zero redundant work.\\n\\nInclude the following sections:\\n\\n1. **Task Overview**\\n - The user's core request and success criteria\\n - Constraints, preferences, or scope boundaries they specified\\n - Any ambiguities that were resolved (and how)\\n\\n2. **Progress**\\n - What has been completed, with concrete references (file paths,\\n resource identifiers, tool outputs, URLs, etc.)\\n - Key artifacts produced and their current state\\n - What is in progress but incomplete, and its current state\\n\\n3. **Key Findings**\\n - Technical constraints, requirements, or domain details uncovered\\n - Decisions made and their rationale\\n - Errors encountered and their resolutions\\n - Approaches that were tried and abandoned (and why\\u2014this prevents\\n the successor from repeating them)\\n\\n4. **Active Context**\\n - State of any external resources, sessions, or environments in use\\n - Relevant intermediate results, hypotheses, or working assumptions\\n - Dependencies between components or steps\\n\\n5. **Next Steps**\\n - Specific actions needed to complete the task, in priority order\\n - Known blockers or open questions that must be resolved\\n - For each step, note any prerequisites or risks\\n\\n6. **Commitments & Constraints**\\n - Promises made to the user (e.g., \\"I said I would do X before Y\\")\\n - User preferences or style requirements\\n - Any boundaries the user set on approach, tools, or scope\\n\\nBe concise but complete\\u2014err on the side of including anything that would\\nprevent duplicate work, repeated mistakes, or broken promises. Do not include\\ninformation that is obvious from the task description itself.\\n\\nWrap your response in <summary></summary> tags.\\n"
18039
+ }`
17704
18040
  },
17705
18041
  "cascade-include-ephemeral-message": {
17706
18042
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
@@ -17715,8 +18051,8 @@ var models_default = {
17715
18051
  },
17716
18052
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17717
18053
  quotaInfo: {
17718
- remainingFraction: 0.9910493,
17719
- resetTime: "2026-09-03T08:51:13Z"
18054
+ remainingFraction: 0.9808376,
18055
+ resetTime: "2026-09-04T09:31:53Z"
17720
18056
  },
17721
18057
  recommended: true,
17722
18058
  supportedMimeTypes: {
@@ -17782,7 +18118,31 @@ var models_default = {
17782
18118
  modelExperiments: {
17783
18119
  experiments: {
17784
18120
  CASCADE_USE_EXPERIMENT_CHECKPOINTER: {
17785
- 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 "session_summary_prompt_override": ""\n}'
18121
+ stringValue: `{
18122
+ "strategy": "CHECKPOINT_STRATEGY_SAME_MODEL",
18123
+ "max_token_limit": "256000",
18124
+ "token_threshold": "140000",
18125
+ "max_overhead_ratio": "0.15",
18126
+ "moving_window_size": "1",
18127
+ "enabled": true,
18128
+ "max_output_tokens": "16384",
18129
+ "checkpoint_model": "MODEL_PLACEHOLDER_M50",
18130
+ "use_last_planner_model": true,
18131
+ "is_sync": true,
18132
+ "max_user_requests": 10,
18133
+ "include_last_user_message": true,
18134
+ "include_conversation_log": false,
18135
+ "include_running_task_snapshots": true,
18136
+ "include_subagent_snapshots": true,
18137
+ "include_artifact_snapshots": true,
18138
+ "retry_config": {
18139
+ "max_retries": 0,
18140
+ "initial_sleep_duration_ms": 1000,
18141
+ "exponential_multiplier": 2,
18142
+ "include_error_feedback": false
18143
+ },
18144
+ "session_summary_prompt_override": "You have been working on the task described above but have not yet completed\\nit. Write a continuation summary that will allow you (or another instance of\\nyourself) to resume work efficiently in a future context window where the\\nfull conversation history will NOT be available\\u2014only this summary.\\n\\nThis summary is all that will be available to you going forward in the future\\ncontext window. Do not call any tools, simply just provide the summary based on\\nthe information available in the current context window.\\n\\nYour summary must be structured, concise, and actionable. Optimize for enabling immediate resumption with zero redundant work.\\n\\nInclude the following sections:\\n\\n1. **Task Overview**\\n - The user's core request and success criteria\\n - Constraints, preferences, or scope boundaries they specified\\n - Any ambiguities that were resolved (and how)\\n\\n2. **Progress**\\n - What has been completed, with concrete references (file paths,\\n resource identifiers, tool outputs, URLs, etc.)\\n - Key artifacts produced and their current state\\n - What is in progress but incomplete, and its current state\\n\\n3. **Key Findings**\\n - Technical constraints, requirements, or domain details uncovered\\n - Decisions made and their rationale\\n - Errors encountered and their resolutions\\n - Approaches that were tried and abandoned (and why\\u2014this prevents\\n the successor from repeating them)\\n\\n4. **Active Context**\\n - State of any external resources, sessions, or environments in use\\n - Relevant intermediate results, hypotheses, or working assumptions\\n - Dependencies between components or steps\\n\\n5. **Next Steps**\\n - Specific actions needed to complete the task, in priority order\\n - Known blockers or open questions that must be resolved\\n - For each step, note any prerequisites or risks\\n\\n6. **Commitments & Constraints**\\n - Promises made to the user (e.g., \\"I said I would do X before Y\\")\\n - User preferences or style requirements\\n - Any boundaries the user set on approach, tools, or scope\\n\\nBe concise but complete\\u2014err on the side of including anything that would\\nprevent duplicate work, repeated mistakes, or broken promises. Do not include\\ninformation that is obvious from the task description itself.\\n\\nWrap your response in <summary></summary> tags.\\n"
18145
+ }`
17786
18146
  },
17787
18147
  "cascade-include-ephemeral-message": {
17788
18148
  stringValue: '{\n "enabled": false,\n "disabledHeuristics": ["planning_mode", "bash_command_reminder", "running_tasks_reminder"],\n "staticMessages": [],\n "useAllowlist": false,\n "enabledHeuristics": []\n}'
@@ -17797,8 +18157,8 @@ var models_default = {
17797
18157
  },
17798
18158
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17799
18159
  quotaInfo: {
17800
- remainingFraction: 0.9910493,
17801
- resetTime: "2026-09-03T08:51:13Z"
18160
+ remainingFraction: 0.9808376,
18161
+ resetTime: "2026-09-04T09:31:53Z"
17802
18162
  },
17803
18163
  recommended: true,
17804
18164
  supportedMimeTypes: {
@@ -17881,8 +18241,8 @@ var models_default = {
17881
18241
  },
17882
18242
  modelProvider: "MODEL_PROVIDER_GOOGLE",
17883
18243
  quotaInfo: {
17884
- remainingFraction: 0.9910493,
17885
- resetTime: "2026-09-03T08:51:13Z"
18244
+ remainingFraction: 0.9808376,
18245
+ resetTime: "2026-09-04T09:31:53Z"
17886
18246
  },
17887
18247
  recommended: true,
17888
18248
  supportedMimeTypes: {
@@ -17953,7 +18313,7 @@ var models_default = {
17953
18313
  modelProvider: "MODEL_PROVIDER_OPENAI",
17954
18314
  quotaInfo: {
17955
18315
  remainingFraction: 1,
17956
- resetTime: "2026-09-03T08:51:40Z"
18316
+ resetTime: "2026-09-04T09:33:59Z"
17957
18317
  },
17958
18318
  recommended: true,
17959
18319
  supportsThinking: true,