@costrict/csc 4.2.5-beta → 4.2.5

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/cli.js CHANGED
@@ -36655,7 +36655,7 @@ var init_ui_common = __esm(() => {
36655
36655
  "commands.allowed.tools": "Allowed tools",
36656
36656
  "commands.answering": "Answering",
36657
36657
  "commands.answering.navHint": "{upArrow}/{downArrow} to scroll \xB7 Space, Enter, or Escape to dismiss",
36658
- "commands.anthropic.auth.status": "Anthropic auth status",
36658
+ "commands.anthropic.auth.status": "CoStrict auth status",
36659
36659
  "commands.archived": "Archived",
36660
36660
  "commands.archived_2": "Archived 2",
36661
36661
  "commands.archived_3": "Archived 3",
@@ -36791,7 +36791,7 @@ var init_ui_common = __esm(() => {
36791
36791
  "commands.redacted": "Redacted",
36792
36792
  "commands.redacted_2": "Redacted 2",
36793
36793
  "commands.redacted.at": "Redacted at",
36794
- "commands.relive.your.year.of.coding.with.claude": "Relive your year of coding with claude",
36794
+ "commands.relive.your.year.of.coding.with.claude": "Relive your year of coding with CoStrict",
36795
36795
  "commands.remote.session": "Remote session",
36796
36796
  "commands.remove.tag": "Remove tag",
36797
36797
  "commands.renamed.to": "Renamed to",
@@ -38075,6 +38075,57 @@ Start a new session at {url}`,
38075
38075
  };
38076
38076
  });
38077
38077
 
38078
+ // locales/en/commands.pipe.ts
38079
+ var commands_pipe_default;
38080
+ var init_commands_pipe = __esm(() => {
38081
+ commands_pipe_default = {
38082
+ "pipe.send.notMasterMode": "Not in master mode. Use /attach <pipe-name> first.",
38083
+ "pipe.send.usage": "Usage: /send <pipe-name> <message>",
38084
+ "pipe.send.notAttached": 'Not attached to "{targetName}". Use /status to see connected sub sessions.',
38085
+ "pipe.send.connectionClosed": 'Connection to "{targetName}" is closed. Use /detach {targetName} and re-attach.',
38086
+ "pipe.send.sent": 'Sent to "{targetName}": {message}',
38087
+ "pipe.send.failed": 'Failed to send to "{targetName}": {error}',
38088
+ "pipe.attach.usage": `Usage: /attach <pipe-name>
38089
+ Use /pipes to list available pipes.`,
38090
+ "pipe.attach.alreadyAttached": 'Already attached to "{targetName}".',
38091
+ "pipe.attach.cannotAttachControlled": "Cannot attach: this sub is currently controlled by a master. Detach it from the master first.",
38092
+ "pipe.attach.connectFailed": 'Failed to connect to "{targetName}"{endpoint}: {error}',
38093
+ "pipe.attach.timeout": 'Attach to "{targetName}" timed out (no response within 5s).',
38094
+ "pipe.attach.attachedAsMaster": `Attached to "{targetName}" as master. Now monitoring {slaveCount} sub session(s).
38095
+ Use /send {targetName} <message> to send tasks.
38096
+ Use /status to see all connected subs.
38097
+ Use /detach {targetName} to disconnect.`,
38098
+ "pipe.attach.rejected": 'Attach rejected by "{targetName}": {reason}',
38099
+ "pipe.detach.notAttachedAny": "Not attached to any CLI.",
38100
+ "pipe.detach.controlledByMaster": "This sub session is controlled by a master. The master must detach.",
38101
+ "pipe.detach.notAttached": 'Not attached to "{targetName}". Use /status to see connected sub sessions.',
38102
+ "pipe.detach.detached": 'Detached from "{targetName}".',
38103
+ "pipe.detach.detachedAll": "Detached from {count} sub session(s): {names}. Back to main mode.",
38104
+ "pipe.status.mainNotConnected": `Main mode \u2014 not connected to any CLIs.
38105
+ Use /attach <pipe-name> to connect to a sub session.`,
38106
+ "pipe.status.controlledByMaster": `{role} mode \u2014 controlled by "{attachedBy}".
38107
+ All session data is being reported to the master.`,
38108
+ "pipe.status.masterNoSubs": `Master mode but no sub sessions connected.
38109
+ Use /attach <pipe-name> to connect.`,
38110
+ "pipe.status.masterHeader": "Master mode \u2014 {count} sub session(s) connected:",
38111
+ "pipe.status.slaveStatus": " Status: {status} ({connected})",
38112
+ "pipe.status.slaveConnected": " Connected: {time}",
38113
+ "pipe.status.slaveHistory": " History: {count} entries",
38114
+ "pipe.status.commandsHeader": "Commands:",
38115
+ "pipe.status.cmdSend": " /send <name> <msg> \u2014 Send a task to a sub session",
38116
+ "pipe.status.cmdHistory": " /history <name> \u2014 View sub session transcript",
38117
+ "pipe.status.cmdDetach": " /detach [name] \u2014 Disconnect from a sub session (or all)",
38118
+ "pipe.claimMain.noServer": "Pipe server not started. Cannot claim main.",
38119
+ "pipe.claimMain.alreadyMain": "This instance is already the main. No change needed.",
38120
+ "pipe.claimMain.success": "Main role claimed successfully.",
38121
+ "pipe.claimMain.machineId": "Machine ID: {id}",
38122
+ "pipe.claimMain.pipe": "Pipe: {pipe}",
38123
+ "pipe.claimMain.previousMain": "Previous main machine: {id}",
38124
+ "pipe.claimMain.subsBound": "All existing subs are now bound to this instance.",
38125
+ "pipe.claimMain.usePipes": "Use /pipes to verify."
38126
+ };
38127
+ });
38128
+
38078
38129
  // locales/en/tools.ts
38079
38130
  var tools_default;
38080
38131
  var init_tools = __esm(() => {
@@ -38457,7 +38508,29 @@ var init_errors2 = __esm(() => {
38457
38508
  "errors.gemini.noResponseBody": "Gemini API returned no response body",
38458
38509
  "errors.gemini.ssePayloadFailed": "Failed to parse Gemini SSE payload: {error}",
38459
38510
  "errors.gemini.trailingSsePayloadFailed": "Failed to parse trailing Gemini SSE payload: {error}",
38460
- "errors.plugins.invalidScope": 'Invalid scope "{scope}". Must be one of: {validScopes}'
38511
+ "errors.plugins.invalidScope": 'Invalid scope "{scope}". Must be one of: {validScopes}',
38512
+ "errors.print.executionError": "Execution error",
38513
+ "errors.print.maxTurns": `Error: Reached max turns ({maxTurns}).
38514
+ Tip: Increase the limit with --max-turns or continue in a new session.`,
38515
+ "errors.print.maxBudgetUsd": "Error: Exceeded USD budget (${maxBudgetUsd}).\nTip: Increase the limit with --max-budget-usd or start a new session to continue.",
38516
+ "errors.print.maxStructuredOutputRetries": `Error: Failed to provide valid structured output after maximum retries.
38517
+ Tip: Simplify your schema or check if the output format matches the expected structure.`,
38518
+ "security.commandContains": "Command contains {message}",
38519
+ "security.commandSubstitution": "$() command substitution",
38520
+ "security.processSubIn": "process substitution <()",
38521
+ "security.processSubOut": "process substitution >()",
38522
+ "security.zshProcessSub": "Zsh process substitution =()",
38523
+ "security.zshEqualsExpansion": "Zsh equals expansion (=cmd)",
38524
+ "security.paramExpansion": "${} parameter substitution",
38525
+ "security.legacyArithExpansion": "$[] legacy arithmetic expansion",
38526
+ "security.zshParamExpansion": "Zsh-style parameter expansion",
38527
+ "security.zshGlobQualifier": "Zsh-style glob qualifiers",
38528
+ "security.zshGlobExec": "Zsh glob qualifier with command execution",
38529
+ "security.zshAlwaysBlock": "Zsh always block (try/always construct)",
38530
+ "security.powershellComment": "PowerShell comment syntax",
38531
+ "security.backtickSubstitution": "backticks (`) for command substitution",
38532
+ "security.powershellSubexpressions": "subexpressions $()",
38533
+ "security.powershellExpandableStrings": "expandable strings with embedded expressions"
38461
38534
  };
38462
38535
  });
38463
38536
 
@@ -39188,7 +39261,29 @@ csc up completed successfully.`,
39188
39261
  [tail] Watching for new output... (Ctrl+C to detach)
39189
39262
  `,
39190
39263
  "cli.bg.tailDetached": `
39191
- [tail] Detached from session.`
39264
+ [tail] Detached from session.`,
39265
+ "cli.updateCCB.currentVersion": `Current version: {version}
39266
+ `,
39267
+ "cli.updateCCB.packageManager": `Package manager: {manager}
39268
+ `,
39269
+ "cli.updateCCB.checkingUpdates": `Checking for updates...
39270
+ `,
39271
+ "cli.updateCCB.failedCheck": "Failed to check for updates",
39272
+ "cli.updateCCB.unableFetch": `Unable to fetch latest version from npm registry.
39273
+ `,
39274
+ "cli.updateCCB.upToDate": "ccb is up to date ({version})",
39275
+ "cli.updateCCB.newVersion": `New version available: {latest} (current: {current})
39276
+ `,
39277
+ "cli.updateCCB.installing": `Installing update via {manager}...
39278
+ `,
39279
+ "cli.updateCCB.successfullyUpdated": "Successfully updated from {from} to {to}",
39280
+ "cli.updateCCB.updateFailed": "Update failed",
39281
+ "cli.updateCCB.errorDetail": `{error}
39282
+ `,
39283
+ "cli.updateCCB.tryManual": `
39284
+ Try manually updating with:
39285
+ `,
39286
+ "cli.updateCCB.manualCommand": " {command}"
39192
39287
  };
39193
39288
  });
39194
39289
 
@@ -39996,7 +40091,8 @@ var init_ui_plugins = __esm(() => {
39996
40091
  "plugins.installed.and.configured": "Installed and configured {name}",
39997
40092
  "plugins.installed.but.failed.to.save.config": "{detail}",
39998
40093
  "plugins.installed.components": "Installed components:",
39999
- "plugins.installed.count": "Installed {count} {plural}",
40094
+ "plugins.installed.count.single": "Installed {count} plugin",
40095
+ "plugins.installed.count.plural": "Installed {count} plugins",
40000
40096
  "plugins.installed.partial": "Installed {success}/{total} plugins",
40001
40097
  "plugins.installed.plugins": "Installed plugins (",
40002
40098
  "plugins.installing": "Installing\u2026",
@@ -40043,8 +40139,6 @@ var init_ui_plugins = __esm(() => {
40043
40139
  "plugins.plugin.command.usage": "Plugin Command Usage:",
40044
40140
  "plugins.plugin.details": "Plugin Details",
40045
40141
  "plugins.plugin.details_2": "Plugin details",
40046
- "plugins.plugins.stateinstalledpluginslength.0": `Plugins &&\r
40047
- state.installedPlugins.length > 0 && (`,
40048
40142
  "plugins.processing": "Processing\u2026",
40049
40143
  "plugins.processing_2": "Processing\u2026",
40050
40144
  "plugins.processing.changes": "Processing changes\u2026",
@@ -40226,7 +40320,7 @@ var init_ui_permissions2 = __esm(() => {
40226
40320
  ui_permissions_default2 = {
40227
40321
  "permissions.autoApproved": "\u81EA\u52A8\u6279\u51C6",
40228
40322
  "permissions.matched": "\u5339\u914D",
40229
- "permissions.requiresManualApproval": "\u9700\u8981\u624B\u52A8\u6279\u51C6",
40323
+ "permissions.requiresManualApproval": "\u9700\u8981\u624B\u52A8\u5BA1\u6279",
40230
40324
  "permissions.proceed": "\u662F\u5426\u7EE7\u7EED\uFF1F",
40231
40325
  "permissions.escToReject": "Esc \u62D2\u7EDD",
40232
40326
  "permissions.tabForFeedback": "Tab \u6DFB\u52A0\u53CD\u9988",
@@ -40275,15 +40369,15 @@ var init_ui_permissions2 = __esm(() => {
40275
40369
  "permissions.editNotebookTitle": "\u7F16\u8F91\u7B14\u8BB0\u672C",
40276
40370
  "permissions.useSkillTitle": '\u4F7F\u7528\u6280\u80FD "{name}"\uFF1F',
40277
40371
  "permissions.skillDescription": "CoStrict \u53EF\u80FD\u4F1A\u4F7F\u7528\u6B64\u6280\u80FD\u4E2D\u7684\u6307\u4EE4\u3001\u4EE3\u7801\u6216\u6587\u4EF6\u3002",
40278
- "permissions.toolUse": "\u5DE5\u5177\u4F7F\u7528",
40372
+ "permissions.toolUse": "\u5DE5\u5177\u8C03\u7528",
40279
40373
  "permissions.mcpSuffix": "\uFF08MCP\uFF09",
40280
40374
  "permissions.pastedImage": "\u7C98\u8D34\u7684\u56FE\u7247",
40281
- "permissions.waitingForApproval": "\u7B49\u5F85\u56E2\u961F\u8D1F\u8D23\u4EBA\u6279\u51C6",
40375
+ "permissions.waitingForApproval": "\u7B49\u5F85\u56E2\u961F\u8D1F\u8D23\u4EBA\u5BA1\u6279",
40282
40376
  "permissions.toolLabel": "\u5DE5\u5177\uFF1A",
40283
40377
  "permissions.hostLabel": "\u4E3B\u673A\uFF1A",
40284
40378
  "permissions.allowConnection": "\u662F\u5426\u5141\u8BB8\u6B64\u8FDE\u63A5\uFF1F",
40285
40379
  "permissions.networkOutsideSandbox": "\u6C99\u7BB1\u5916\u90E8\u7684\u7F51\u7EDC\u8BF7\u6C42",
40286
- "permissions.enterPlanMode": "CoStrict \u60F3\u8981\u8FDB\u5165\u8BA1\u5212\u6A21\u5F0F\u4EE5\u63A2\u7D22\u548C\u8BBE\u8BA1\u5B9E\u73B0\u65B9\u6848\u3002",
40380
+ "permissions.enterPlanMode": "CoStrict \u60F3\u8981\u8FDB\u5165\u8BA1\u5212\u6A21\u5F0F\u4EE5\u63A2\u7D22\u548C\u8BBE\u8BA1\u5B9E\u73B0\u8BA1\u5212\u3002",
40287
40381
  "permissions.exitPlanMode": "CoStrict \u60F3\u8981\u9000\u51FA\u8BA1\u5212\u6A21\u5F0F",
40288
40382
  "permissions.hereIsPlan": "\u4EE5\u4E0B\u662F CoStrict \u7684\u8BA1\u5212\uFF1A",
40289
40383
  "permissions.reviewArtifact": "CoStrict \u60F3\u8981\u5BA1\u67E5{title}\u3002",
@@ -40368,7 +40462,7 @@ var init_ui_messages2 = __esm(() => {
40368
40462
  "messages.tokenWarning": "\u63A5\u8FD1 token \u4E0A\u9650\uFF08{used}/{max}\uFF09",
40369
40463
  "messages.toolComplete": "{tool} \u5DF2\u5B8C\u6210",
40370
40464
  "messages.toolFailed": "{tool} \u5931\u8D25\uFF1A{error}",
40371
- "messages.toolRunning": "\u6B63\u5728\u8FD0\u884C {tool}...",
40465
+ "messages.toolRunning": "\u6B63\u5728\u6267\u884C {tool}...",
40372
40466
  "messages.userRejected": "\u7528\u6237\u62D2\u7EDD\u4E86{operation}",
40373
40467
  "rateLimit.closeToExtraUsageSpending": "\u60A8\u5373\u5C06\u8FBE\u5230\u989D\u5916\u4F7F\u7528\u989D\u5EA6\u4E0A\u9650",
40374
40468
  "rateLimit.outOfExtraUsage": "\u60A8\u7684\u989D\u5916\u7528\u91CF\u5DF2\u7528\u5B8C",
@@ -40463,7 +40557,7 @@ var init_ui_common2 = __esm(() => {
40463
40557
  "settings.config.saved.remoteControlReset": "\u5DF2\u91CD\u7F6E\u8FDC\u7A0B\u63A7\u5236\u4E3A\u9ED8\u8BA4\u503C",
40464
40558
  "settings.config.dismissed": "\u914D\u7F6E\u5BF9\u8BDD\u6846\u5DF2\u5173\u95ED",
40465
40559
  "dialog.help.dismissed": "\u5E2E\u52A9\u5BF9\u8BDD\u6846\u5DF2\u5173\u95ED",
40466
- "dialog.agents.dismissed": "Agent \u5BF9\u8BDD\u6846\u5DF2\u5173\u95ED",
40560
+ "dialog.agents.dismissed": "\u4EE3\u7406\u5BF9\u8BDD\u6846\u5DF2\u5173\u95ED",
40467
40561
  "dialog.skills.dismissed": "\u6280\u80FD\u5BF9\u8BDD\u6846\u5DF2\u5173\u95ED",
40468
40562
  "dialog.theme.dismissed": "\u4E3B\u9898\u9009\u62E9\u5668\u5DF2\u5173\u95ED",
40469
40563
  "dialog.stats.dismissed": "\u7EDF\u8BA1\u5BF9\u8BDD\u6846\u5DF2\u5173\u95ED",
@@ -40504,8 +40598,8 @@ var init_ui_common2 = __esm(() => {
40504
40598
  "mcp.needsAuth": "\u9700\u8981\u8BA4\u8BC1",
40505
40599
  "mcp.failedUnavailable": "\u5931\u8D25\uFF08\u53EF\u80FD\u4E0D\u53EF\u7528\uFF09",
40506
40600
  "mcp.mayNeedAuth": "\u53EF\u80FD\u9700\u8981\u8BA4\u8BC1",
40507
- "mcp.agentOnly": "\u4EC5 Agent",
40508
- "mcp.agentMCPs": "Agent MCP",
40601
+ "mcp.agentOnly": "\u4EC5\u4EE3\u7406",
40602
+ "mcp.agentMCPs": "\u4EE3\u7406 MCP",
40509
40603
  "mcp.unavailableServers": "\u4E0D\u53EF\u7528\u7684\u670D\u52A1\u5668\u5728\u91CD\u8FDE\u524D\u65E0\u6CD5\u4F7F\u7528",
40510
40604
  "mcp.errorLogsDebug": "\u4F7F\u7528 --debug \u67E5\u770B\u9519\u8BEF\u65E5\u5FD7",
40511
40605
  "mcp.runCscDebug": "\u8FD0\u884C csc --debug \u67E5\u770B\u9519\u8BEF\u65E5\u5FD7",
@@ -40527,11 +40621,11 @@ var init_ui_common2 = __esm(() => {
40527
40621
  "mcp.command": "\u547D\u4EE4\uFF1A",
40528
40622
  "mcp.usedBy": "\u4F7F\u7528\u8005\uFF1A",
40529
40623
  "mcp.status": "\u72B6\u6001\uFF1A",
40530
- "mcp.notConnectedAgentOnly": "\u672A\u8FDE\u63A5\uFF08\u4EC5 Agent\uFF09",
40624
+ "mcp.notConnectedAgentOnly": "\u672A\u8FDE\u63A5\uFF08\u4EC5\u4EE3\u7406\uFF09",
40531
40625
  "mcp.auth": "\u8BA4\u8BC1\uFF1A",
40532
40626
  "mcp.authenticated": "\u5DF2\u8BA4\u8BC1",
40533
40627
  "mcp.mayNeedAuthentication": "\u53EF\u80FD\u9700\u8981\u8BA4\u8BC1",
40534
- "mcp.agentOnlyNote": "\u6B64\u670D\u52A1\u5668\u4EC5\u5728\u8FD0\u884C Agent \u65F6\u8FDE\u63A5\u3002",
40628
+ "mcp.agentOnlyNote": "\u6B64\u670D\u52A1\u5668\u4EC5\u5728\u8FD0\u884C\u4EE3\u7406\u65F6\u8FDE\u63A5\u3002",
40535
40629
  "mcp.error": "\u9519\u8BEF\uFF1A{error}",
40536
40630
  "mcp.failedToLoadDescription": "\u52A0\u8F7D\u63CF\u8FF0\u5931\u8D25",
40537
40631
  "mcp.readOnly": "[\u53EA\u8BFB]",
@@ -40672,8 +40766,8 @@ var init_ui_common2 = __esm(() => {
40672
40766
  "doctor.noVersionLocks": "\u65E0\u6D3B\u8DC3\u7248\u672C\u9501",
40673
40767
  "doctor.running": "\uFF08\u8FD0\u884C\u4E2D\uFF09",
40674
40768
  "doctor.stale": "\uFF08\u5DF2\u8FC7\u671F\uFF09",
40675
- "doctor.agentParseErrors": "Agent \u89E3\u6790\u9519\u8BEF",
40676
- "doctor.failedToParseAgents": "\u89E3\u6790 {n} \u4E2A Agent \u6587\u4EF6\u5931\u8D25\uFF1A",
40769
+ "doctor.agentParseErrors": "\u4EE3\u7406\u89E3\u6790\u9519\u8BEF",
40770
+ "doctor.failedToParseAgents": "\u89E3\u6790 {n} \u4E2A\u4EE3\u7406\u6587\u4EF6\u5931\u8D25\uFF1A",
40677
40771
  "doctor.pluginErrors": "\u63D2\u4EF6\u9519\u8BEF",
40678
40772
  "doctor.pluginErrorsDetected": "\u68C0\u6D4B\u5230 {n} \u4E2A\u63D2\u4EF6\u9519\u8BEF\uFF1A",
40679
40773
  "doctor.unknown": "\u672A\u77E5",
@@ -40710,11 +40804,11 @@ var init_ui_common2 = __esm(() => {
40710
40804
  "panel.fetch": "\u83B7\u53D6",
40711
40805
  "panel.entries": "\u6761\u76EE",
40712
40806
  "panel.archive": "\u5F52\u6863",
40713
- "panel.statusDesc": "\u663E\u793A\u5F85\u5904\u7406\u6807\u8BB0\u3001\u59CB\u7EC8\u6A21\u5F0F\u548C\u4E2D\u65AD\u6B21\u6570",
40714
- "panel.onceDesc": "\u4EC5\u5728\u4E0B\u6B21 API \u8C03\u7528\u65F6\u4E2D\u65AD\u63D0\u793A\u7F13\u5B58",
40715
- "panel.alwaysDesc": "\u6BCF\u6B21 API \u8C03\u7528\u90FD\u4E2D\u65AD\u63D0\u793A\u7F13\u5B58",
40807
+ "panel.statusDesc": "\u663E\u793A\u5F85\u5904\u7406\u6807\u8BB0\u3001\u59CB\u7EC8\u6A21\u5F0F\u548C\u5931\u6548\u6B21\u6570",
40808
+ "panel.onceDesc": "\u4EC5\u5728\u4E0B\u6B21 API \u8C03\u7528\u65F6\u4F7F\u63D0\u793A\u7F13\u5B58\u5931\u6548",
40809
+ "panel.alwaysDesc": "\u6BCF\u6B21 API \u8C03\u7528\u90FD\u4F7F\u63D0\u793A\u7F13\u5B58\u5931\u6548",
40716
40810
  "panel.offDesc": "\u7981\u7528\u59CB\u7EC8\u6A21\u5F0F\u5E76\u6E05\u9664\u5F85\u5904\u7406\u5355\u6B21\u6807\u8BB0",
40717
- "panel.clearOnceDesc": "\u53D6\u6D88\u5F85\u5904\u7406\u7684\u5355\u6B21\u7F13\u5B58\u4E2D\u65AD",
40811
+ "panel.clearOnceDesc": "\u53D6\u6D88\u5F85\u5904\u7406\u7684\u5355\u6B21\u7F13\u5B58\u5931\u6548",
40718
40812
  "panel.statusTuiDesc": "\u663E\u793A\u6807\u8BB0\u548C\u73AF\u5883\u8986\u76D6\u72B6\u6001",
40719
40813
  "panel.toggleDesc": "\u5207\u6362\u4E0B\u6B21\u4F1A\u8BDD\u7684\u6301\u4E45\u5316 TUI \u6A21\u5F0F",
40720
40814
  "panel.onDesc": "\u542F\u7528\u65E0\u95EA\u70C1\u7684\u4EA4\u66FF\u5C4F\u5E55\u6A21\u5F0F",
@@ -40783,7 +40877,7 @@ var init_ui_common2 = __esm(() => {
40783
40877
  "panel.autoWorkflowRuns": "\u5DE5\u4F5C\u6D41\u8FD0\u884C",
40784
40878
  "panel.autoWorkflowRunsDesc": "\u663E\u793A\u6301\u4E45\u5316\u7684 WorkflowTool \u8FD0\u884C\u53CA\u5176\u5F53\u524D\u5DE5\u4F5C\u6D41\u6B65\u9AA4",
40785
40879
  "panel.autoTeams": "\u56E2\u961F",
40786
- "panel.autoTeamsDesc": "\u663E\u793A Agent \u56E2\u961F\u3001\u961F\u53CB\u540E\u7AEF\u3001\u6D3B\u52A8\u548C\u5F00\u653E\u4EFB\u52A1",
40880
+ "panel.autoTeamsDesc": "\u663E\u793A\u4EE3\u7406\u56E2\u961F\u3001\u961F\u53CB\u540E\u7AEF\u3001\u6D3B\u52A8\u548C\u5F00\u653E\u4EFB\u52A1",
40787
40881
  "panel.autoPipes": "\u7BA1\u9053",
40788
40882
  "panel.autoPipesDesc": "\u663E\u793A\u7EC8\u7AEF\u6D88\u606F\u4F20\u9012\u7684 UDS/\u547D\u540D\u7BA1\u9053\u548C LAN \u6CE8\u518C\u8868",
40789
40883
  "panel.autoRuntime": "\u8FD0\u884C\u65F6",
@@ -40815,7 +40909,7 @@ var init_ui_common2 = __esm(() => {
40815
40909
  "panel.skillLearningStopDesc": "\u4E3A\u6B64\u4F1A\u8BDD\u7981\u7528\u6280\u80FD\u5B66\u4E60",
40816
40910
  "panel.skillLearningAboutDesc": "\u6280\u80FD\u5B66\u4E60\u529F\u80FD\u7684\u8BE6\u7EC6\u63CF\u8FF0",
40817
40911
  "panel.tuiTitle": "TUI \u6A21\u5F0F",
40818
- "panel.breakCacheTitle": "\u7F13\u5B58\u4E2D\u65AD",
40912
+ "panel.breakCacheTitle": "\u7F13\u5B58\u5931\u6548",
40819
40913
  "panel.flowLabel": "\u6D41\u7A0B {id}",
40820
40914
  "panel.flowStatusGoal": "{status}\uFF1A{goal}",
40821
40915
  "panel.resumeLabel": "\u6062\u590D {id}",
@@ -40847,22 +40941,22 @@ var init_ui_common2 = __esm(() => {
40847
40941
  {value}`,
40848
40942
  "panel.internalMissingKeyValue": "\u5185\u90E8\u9519\u8BEF\uFF1A\u7F3A\u5C11 key \u6216 value",
40849
40943
  "panel.storedEntry": "\u5DF2\u5B58\u50A8 {key}\uFF08{length} \u5B57\u7B26\uFF09",
40850
- "agents.createNew": "\u521B\u5EFA\u65B0 Agent",
40851
- "agents.noAgentsFound": "\u672A\u627E\u5230 Agent",
40852
- "agents.noAgentsDescription": "\u672A\u627E\u5230 Agent\u3002\u521B\u5EFA\u4E13\u95E8\u7684\u5B50 Agent\uFF0CCoStrict \u53EF\u4EE5\u59D4\u6D3E\u4EFB\u52A1\u7ED9\u5B83\u4EEC\u3002",
40853
- "agents.agentsDescription": "\u6BCF\u4E2A\u5B50 Agent \u6709\u81EA\u5DF1\u7684\u4E0A\u4E0B\u6587\u7A97\u53E3\u3001\u81EA\u5B9A\u4E49\u7CFB\u7EDF\u63D0\u793A\u8BCD\u548C\u7279\u5B9A\u5DE5\u5177\u3002",
40944
+ "agents.createNew": "\u521B\u5EFA\u65B0\u4EE3\u7406",
40945
+ "agents.noAgentsFound": "\u672A\u627E\u5230\u4EE3\u7406",
40946
+ "agents.noAgentsDescription": "\u672A\u627E\u5230\u4EE3\u7406\u3002\u521B\u5EFA\u4E13\u95E8\u7684\u5B50\u4EE3\u7406\uFF0CCoStrict \u53EF\u4EE5\u59D4\u6D3E\u4EFB\u52A1\u7ED9\u5B83\u4EEC\u3002",
40947
+ "agents.agentsDescription": "\u6BCF\u4E2A\u5B50\u4EE3\u7406\u6709\u81EA\u5DF1\u7684\u4E0A\u4E0B\u6587\u7A97\u53E3\u3001\u81EA\u5B9A\u4E49\u7CFB\u7EDF\u63D0\u793A\u8BCD\u548C\u7279\u5B9A\u5DE5\u5177\u3002",
40854
40948
  "agents.suggestions": "\u5C1D\u8BD5\u521B\u5EFA\uFF1A\u4EE3\u7801\u5BA1\u67E5\u5458\u3001\u4EE3\u7801\u7B80\u5316\u5458\u3001\u5B89\u5168\u5BA1\u67E5\u5458\u3001\u6280\u672F\u4E3B\u7BA1\u6216 UX \u5BA1\u67E5\u5458\u3002",
40855
- "agents.builtinAgents": "\u5185\u7F6E Agent",
40949
+ "agents.builtinAgents": "\u5185\u7F6E\u4EE3\u7406",
40856
40950
  "agents.alwaysAvailable": "\uFF08\u59CB\u7EC8\u53EF\u7528\uFF09",
40857
- "agents.builtinDescription": "\u5185\u7F6E Agent \u9ED8\u8BA4\u63D0\u4F9B\uFF0C\u65E0\u6CD5\u4FEE\u6539\u3002",
40858
- "agents.countAgents": "{count} \u4E2A Agent",
40951
+ "agents.builtinDescription": "\u5185\u7F6E\u4EE3\u7406\u9ED8\u8BA4\u63D0\u4F9B\uFF0C\u65E0\u6CD5\u4FEE\u6539\u3002",
40952
+ "agents.countAgents": "{count} \u4E2A\u4EE3\u7406",
40859
40953
  "agents.memory": "\u8BB0\u5FC6",
40860
40954
  "agents.shadowedBy": "\u88AB {source} \u8986\u76D6",
40861
40955
  "agents.allTools": "\u5168\u90E8\u5DE5\u5177",
40862
40956
  "agents.none": "\u65E0",
40863
40957
  "agents.unrecognized": "\u672A\u8BC6\u522B\uFF1A",
40864
40958
  "agents.description": "\u63CF\u8FF0",
40865
- "agents.descriptionHint": "\uFF08\u544A\u8BC9 CoStrict \u4F55\u65F6\u4F7F\u7528\u6B64 Agent\uFF09\uFF1A",
40959
+ "agents.descriptionHint": "\uFF08\u544A\u8BC9 CoStrict \u4F55\u65F6\u4F7F\u7528\u6B64\u4EE3\u7406\uFF09\uFF1A",
40866
40960
  "agents.tools": "\u5DE5\u5177",
40867
40961
  "agents.model": "\u6A21\u578B",
40868
40962
  "agents.permissionMode": "\u6743\u9650\u6A21\u5F0F",
@@ -40873,18 +40967,18 @@ var init_ui_common2 = __esm(() => {
40873
40967
  "agents.color": "\u989C\u8272",
40874
40968
  "agents.systemPrompt": "\u7CFB\u7EDF\u63D0\u793A\u8BCD",
40875
40969
  "agents.source": "\u6765\u6E90\uFF1A",
40876
- "agents.viewAgent": "\u67E5\u770B Agent",
40877
- "agents.editAgent": "\u7F16\u8F91 Agent",
40878
- "agents.deleteAgent": "\u5220\u9664 Agent",
40970
+ "agents.viewAgent": "\u67E5\u770B\u4EE3\u7406",
40971
+ "agents.editAgent": "\u7F16\u8F91\u4EE3\u7406",
40972
+ "agents.deleteAgent": "\u5220\u9664\u4EE3\u7406",
40879
40973
  "agents.back": "\u8FD4\u56DE",
40880
40974
  "agents.yesDelete": "\u662F\uFF0C\u5220\u9664",
40881
40975
  "agents.noCancel": "\u5426\uFF0C\u53D6\u6D88",
40882
- "agents.deleteTitle": "\u5220\u9664 Agent",
40883
- "agents.deleteConfirm": "\u786E\u5B9A\u8981\u5220\u9664 Agent {name} \u5417\uFF1F",
40884
- "agents.editTitle": "\u7F16\u8F91 Agent\uFF1A{name}",
40976
+ "agents.deleteTitle": "\u5220\u9664\u4EE3\u7406",
40977
+ "agents.deleteConfirm": "\u786E\u5B9A\u8981\u5220\u9664\u4EE3\u7406 {name} \u5417\uFF1F",
40978
+ "agents.editTitle": "\u7F16\u8F91\u4EE3\u7406\uFF1A{name}",
40885
40979
  "agents.openedInEditor": "\u5DF2\u5728\u7F16\u8F91\u5668\u4E2D\u6253\u5F00 {name}\u3002\u5982\u679C\u505A\u4E86\u4FEE\u6539\uFF0C\u8BF7\u91CD\u542F\u4EE5\u52A0\u8F7D\u6700\u65B0\u7248\u672C\u3002",
40886
- "agents.updatedAgent": "\u5DF2\u66F4\u65B0 Agent\uFF1A{name}",
40887
- "agents.failedToSave": "\u4FDD\u5B58 Agent \u5931\u8D25",
40980
+ "agents.updatedAgent": "\u5DF2\u66F4\u65B0\u4EE3\u7406\uFF1A{name}",
40981
+ "agents.failedToSave": "\u4FDD\u5B58\u4EE3\u7406\u5931\u8D25",
40888
40982
  "agents.openInEditor": "\u5728\u7F16\u8F91\u5668\u4E2D\u6253\u5F00",
40889
40983
  "agents.editTools": "\u7F16\u8F91\u5DE5\u5177",
40890
40984
  "agents.editModel": "\u7F16\u8F91\u6A21\u578B",
@@ -40892,37 +40986,37 @@ var init_ui_common2 = __esm(() => {
40892
40986
  "agents.navigateHint": "\u6309 \u2191/\u2193 \u5BFC\u822A \xB7 Enter \u9009\u62E9 \xB7 Esc \u8FD4\u56DE",
40893
40987
  "agents.selectHint": "\u6309 \u2191/\u2193 \u5BFC\u822A\uFF0CEnter \u9009\u62E9\uFF0CEsc \u53D6\u6D88",
40894
40988
  "agents.enterOrEsc": "\u6309 Enter \u6216 Esc \u8FD4\u56DE",
40895
- "agents.deletedAgent": "\u5DF2\u5220\u9664 Agent\uFF1A{name}",
40896
- "agents.agentChanges": `Agent \u53D8\u66F4\uFF1A
40989
+ "agents.deletedAgent": "\u5DF2\u5220\u9664\u4EE3\u7406\uFF1A{name}",
40990
+ "agents.agentChanges": `\u4EE3\u7406\u53D8\u66F4\uFF1A
40897
40991
  {changes}`,
40898
40992
  "agents.builtinSource": "\u5185\u7F6E\uFF08\u59CB\u7EC8\u53EF\u7528\uFF09\uFF1A",
40899
- "agents.title": "Agent",
40900
- "agents.pluginAgents": "\u63D2\u4EF6 Agent",
40901
- "agents.wizard.title": "\u521B\u5EFA\u65B0 Agent",
40902
- "agents.wizard.typeStep": "Agent \u7C7B\u578B\uFF08\u6807\u8BC6\u7B26\uFF09",
40993
+ "agents.title": "\u4EE3\u7406",
40994
+ "agents.pluginAgents": "\u63D2\u4EF6\u4EE3\u7406",
40995
+ "agents.wizard.title": "\u521B\u5EFA\u65B0\u4EE3\u7406",
40996
+ "agents.wizard.typeStep": "\u4EE3\u7406\u7C7B\u578B\uFF08\u6807\u8BC6\u7B26\uFF09",
40903
40997
  "agents.wizard.enterText": "\u8F93\u5165\u6587\u672C",
40904
40998
  "agents.wizard.continue": "\u7EE7\u7EED",
40905
- "agents.wizard.enterId": "\u4E3A\u60A8\u7684 Agent \u8F93\u5165\u552F\u4E00\u6807\u8BC6\u7B26\uFF1A",
40999
+ "agents.wizard.enterId": "\u4E3A\u60A8\u7684\u4EE3\u7406\u8F93\u5165\u552F\u4E00\u6807\u8BC6\u7B26\uFF1A",
40906
41000
  "agents.wizard.idPlaceholder": "\u4F8B\u5982\uFF1Atest-runner, tech-lead \u7B49",
40907
41001
  "agents.wizard.generateMethod": "\u4F7F\u7528 CoStrict \u751F\u6210\uFF08\u63A8\u8350\uFF09",
40908
41002
  "agents.wizard.manualMethod": "\u624B\u52A8\u914D\u7F6E",
40909
41003
  "agents.wizard.creationMethod": "\u521B\u5EFA\u65B9\u5F0F",
40910
41004
  "agents.wizard.descriptionRequired": "\u63CF\u8FF0\u4E3A\u5FC5\u586B\u9879",
40911
- "agents.wizard.descriptionStep": "\u63CF\u8FF0\uFF08\u544A\u8BC9 CoStrict \u4F55\u65F6\u4F7F\u7528\u6B64 Agent\uFF09",
40912
- "agents.wizard.whenToUse": "CoStrict \u5E94\u5728\u4F55\u65F6\u4F7F\u7528\u6B64 Agent\uFF1F",
40913
- "agents.wizard.descPlaceholder": "\u4F8B\u5982\uFF1A\u5728\u5B8C\u6210\u4EE3\u7801\u7F16\u5199\u540E\u4F7F\u7528\u6B64 Agent...",
41005
+ "agents.wizard.descriptionStep": "\u63CF\u8FF0\uFF08\u544A\u8BC9 CoStrict \u4F55\u65F6\u4F7F\u7528\u6B64\u4EE3\u7406\uFF09",
41006
+ "agents.wizard.whenToUse": "CoStrict \u5E94\u5728\u4F55\u65F6\u4F7F\u7528\u6B64\u4EE3\u7406\uFF1F",
41007
+ "agents.wizard.descPlaceholder": "\u4F8B\u5982\uFF1A\u5728\u5B8C\u6210\u4EE3\u7801\u7F16\u5199\u540E\u4F7F\u7528\u6B64\u4EE3\u7406...",
40914
41008
  "agents.wizard.selectTools": "\u9009\u62E9\u5DE5\u5177",
40915
41009
  "agents.wizard.toggleSelection": "\u5207\u6362\u9009\u62E9",
40916
41010
  "agents.wizard.selectModel": "\u9009\u62E9\u6A21\u578B",
40917
41011
  "agents.wizard.promptRequired": "\u7CFB\u7EDF\u63D0\u793A\u8BCD\u4E3A\u5FC5\u586B\u9879",
40918
41012
  "agents.wizard.systemPromptStep": "\u7CFB\u7EDF\u63D0\u793A\u8BCD",
40919
- "agents.wizard.enterPrompt": "\u8F93\u5165 Agent \u7684\u7CFB\u7EDF\u63D0\u793A\u8BCD\uFF1A",
41013
+ "agents.wizard.enterPrompt": "\u8F93\u5165\u4EE3\u7406\u7684\u7CFB\u7EDF\u63D0\u793A\u8BCD\uFF1A",
40920
41014
  "agents.wizard.beComprehensive": "\u5C3D\u53EF\u80FD\u8BE6\u7EC6\u4EE5\u83B7\u5F97\u6700\u4F73\u6548\u679C",
40921
41015
  "agents.wizard.promptPlaceholder": "\u4F60\u662F\u4E00\u540D\u79F0\u804C\u7684\u4EE3\u7801\u5BA1\u67E5\u5458...",
40922
41016
  "agents.wizard.generationCancelled": "\u751F\u6210\u5DF2\u53D6\u6D88",
40923
- "agents.wizard.describePrompt": "\u8BF7\u63CF\u8FF0 Agent \u5E94\u8BE5\u505A\u4EC0\u4E48",
40924
- "agents.wizard.describeAgent": "\u63CF\u8FF0\u6B64 Agent \u5E94\u8BE5\u505A\u4EC0\u4E48\u4EE5\u53CA\u4F55\u65F6\u4F7F\u7528\uFF08\u5C3D\u53EF\u80FD\u8BE6\u7EC6\u4EE5\u83B7\u5F97\u6700\u4F73\u6548\u679C\uFF09",
40925
- "agents.wizard.generating": "\u6B63\u5728\u6839\u636E\u63CF\u8FF0\u751F\u6210 Agent...",
41017
+ "agents.wizard.describePrompt": "\u8BF7\u63CF\u8FF0\u4EE3\u7406\u5E94\u8BE5\u505A\u4EC0\u4E48",
41018
+ "agents.wizard.describeAgent": "\u63CF\u8FF0\u6B64\u4EE3\u7406\u5E94\u8BE5\u505A\u4EC0\u4E48\u4EE5\u53CA\u4F55\u65F6\u4F7F\u7528\uFF08\u5C3D\u53EF\u80FD\u8BE6\u7EC6\u4EE5\u83B7\u5F97\u6700\u4F73\u6548\u679C\uFF09",
41019
+ "agents.wizard.generating": "\u6B63\u5728\u6839\u636E\u63CF\u8FF0\u751F\u6210\u4EE3\u7406...",
40926
41020
  "agents.wizard.descPromptPlaceholder": "\u4F8B\u5982\uFF1A\u5E2E\u6211\u4E3A\u6211\u7684\u4EE3\u7801\u7F16\u5199\u5355\u5143\u6D4B\u8BD5...",
40927
41021
  "agents.wizard.chooseColor": "\u9009\u62E9\u80CC\u666F\u989C\u8272",
40928
41022
  "agents.wizard.projectLocation": "\u9879\u76EE\uFF08.costrict/agents/\uFF09",
@@ -40933,7 +41027,7 @@ var init_ui_common2 = __esm(() => {
40933
41027
  "agents.wizard.memoryProjectScope": "\u9879\u76EE\u8303\u56F4\uFF08.costrict/agent-memory/\uFF09",
40934
41028
  "agents.wizard.memoryLocalScope": "\u672C\u5730\u8303\u56F4\uFF08.costrict/agent-memory-local/\uFF09",
40935
41029
  "agents.wizard.memoryProjectRecommended": "\u9879\u76EE\u8303\u56F4\uFF08.costrict/agent-memory/\uFF09\uFF08\u63A8\u8350\uFF09",
40936
- "agents.wizard.configureMemory": "\u914D\u7F6E Agent \u8BB0\u5FC6",
41030
+ "agents.wizard.configureMemory": "\u914D\u7F6E\u4EE3\u7406\u8BB0\u5FC6",
40937
41031
  "agents.wizard.confirmSave": "\u786E\u8BA4\u5E76\u4FDD\u5B58",
40938
41032
  "agents.wizard.save": "\u4FDD\u5B58",
40939
41033
  "agents.wizard.editInEditor": "\u5728\u7F16\u8F91\u5668\u4E2D\u7F16\u8F91",
@@ -40942,8 +41036,8 @@ var init_ui_common2 = __esm(() => {
40942
41036
  "agents.wizard.warnings": "\u8B66\u544A\uFF1A",
40943
41037
  "agents.wizard.errors": "\u9519\u8BEF\uFF1A",
40944
41038
  "agents.wizard.saveHint": "\u6309 s \u6216 Enter \u4FDD\u5B58\uFF0C\u6309 e \u4FDD\u5B58\u5E76\u7F16\u8F91",
40945
- "agents.wizard.createdAndOpened": "\u5DF2\u521B\u5EFA Agent\uFF1A{name} \u5E76\u5728\u7F16\u8F91\u5668\u4E2D\u6253\u5F00\u3002\u5982\u679C\u505A\u4E86\u4FEE\u6539\uFF0C\u8BF7\u91CD\u542F\u4EE5\u52A0\u8F7D\u6700\u65B0\u7248\u672C\u3002",
40946
- "agents.wizard.created": "\u5DF2\u521B\u5EFA Agent\uFF1A{name}",
41039
+ "agents.wizard.createdAndOpened": "\u5DF2\u521B\u5EFA\u4EE3\u7406\uFF1A{name} \u5E76\u5728\u7F16\u8F91\u5668\u4E2D\u6253\u5F00\u3002\u5982\u679C\u505A\u4E86\u4FEE\u6539\uFF0C\u8BF7\u91CD\u542F\u4EE5\u52A0\u8F7D\u6700\u65B0\u7248\u672C\u3002",
41040
+ "agents.wizard.created": "\u5DF2\u521B\u5EFA\u4EE3\u7406\uFF1A{name}",
40947
41041
  " and an API key": " \u548C API \u5BC6\u94A5",
40948
41042
  "login.envVariable": " \u73AF\u5883\u53D8\u91CF\u3002",
40949
41043
  active: "\u6D3B\u8DC3",
@@ -40958,13 +41052,13 @@ var init_ui_common2 = __esm(() => {
40958
41052
  "commands.-.theme": "\u4E3B\u9898",
40959
41053
  "commands.1.open.your.api.providers.key.management.page": "1. \u6253\u5F00\u60A8\u7684 API \u63D0\u4F9B\u5546\u5BC6\u94A5\u7BA1\u7406\u9875\u9762",
40960
41054
  "commands.active": "\u6D3B\u8DC3",
40961
- "commands.agent": "Agent",
40962
- "commands.agent_2": "Agent",
40963
- "commands.agent.created": "Agent \u5DF2\u521B\u5EFA",
40964
- "commands.agent5": "Agent",
41055
+ "commands.agent": "\u4EE3\u7406",
41056
+ "commands.agent_2": "\u4EE3\u7406",
41057
+ "commands.agent.created": "\u4EE3\u7406\u5DF2\u521B\u5EFA",
41058
+ "commands.agent5": "\u4EE3\u7406",
40965
41059
  "commands.allowed.tools": "\u5141\u8BB8\u7684\u5DE5\u5177",
40966
41060
  "commands.answering": "\u6B63\u5728\u56DE\u7B54",
40967
- "commands.anthropic.auth.status": "Anthropic \u8BA4\u8BC1\u72B6\u6001",
41061
+ "commands.anthropic.auth.status": "CoStrict \u8BA4\u8BC1\u72B6\u6001",
40968
41062
  "commands.archived": "\u5DF2\u5F52\u6863",
40969
41063
  "commands.archived_2": "\u5DF2\u5F52\u6863",
40970
41064
  "commands.archived_3": "\u5DF2\u5F52\u6863",
@@ -41005,7 +41099,7 @@ var init_ui_common2 = __esm(() => {
41005
41099
  "commands.answering.navHint": "{upArrow}/{downArrow} \u6EDA\u52A8 \xB7 Space\u3001Enter \u6216 Escape \u5173\u95ED",
41006
41100
  "commands.credential.archived": "\u51ED\u636E\u5DF2\u5F52\u6863",
41007
41101
  "commands.credentials.in": "\u4E2D\u7684\u51ED\u636E",
41008
- "commands.current.plan": "\u5F53\u524D\u65B9\u6848",
41102
+ "commands.current.plan": "\u5F53\u524D\u8BA1\u5212",
41009
41103
  "commands.deleted": "\u5DF2\u5220\u9664",
41010
41104
  "commands.deleted_2": "\u5DF2\u5220\u9664",
41011
41105
  "commands.deleted_4": "\u5DF2\u5220\u9664",
@@ -41044,7 +41138,7 @@ var init_ui_common2 = __esm(() => {
41044
41138
  "commands.loading.conversations": "\u6B63\u5728\u52A0\u8F7D\u5BF9\u8BDD",
41045
41139
  "commands.loading.thinkback.skill": "\u6B63\u5728\u52A0\u8F7D ThinkBack \u6280\u80FD",
41046
41140
  "commands.local.memory.stores": "\u672C\u5730\u8BB0\u5FC6\u5E93",
41047
- "commands.local.vault.keys": "\u672C\u5730\u4FDD\u9669\u5E93\u5BC6\u94A5",
41141
+ "commands.local.vault.keys": "\u672C\u5730\u4FDD\u7BA1\u5E93\u5BC6\u94A5",
41048
41142
  "commands.location": "\u4F4D\u7F6E",
41049
41143
  "commands.login": "\u767B\u5F55",
41050
41144
  "commands.manage.permissions": "\u7BA1\u7406\u6743\u9650",
@@ -41072,7 +41166,7 @@ var init_ui_common2 = __esm(() => {
41072
41166
  "commands.next.run_2": "\u4E0B\u6B21\u8FD0\u884C",
41073
41167
  "commands.no": "\u5426",
41074
41168
  "commands.no.active.assistant.sessions.found": "\u672A\u627E\u5230\u6D3B\u8DC3\u7684\u52A9\u624B\u4F1A\u8BDD",
41075
- "commands.no.credentials.in.vault": "\u4FDD\u9669\u5E93\u4E2D\u6CA1\u6709\u51ED\u636E",
41169
+ "commands.no.credentials.in.vault": "\u4FDD\u7BA1\u5E93\u4E2D\u6CA1\u6709\u51ED\u636E",
41076
41170
  "commands.no.entries.in": "\u6CA1\u6709\u6761\u76EE",
41077
41171
  "commands.no.favorites.in.this.category": "\u6B64\u5206\u7C7B\u4E2D\u6CA1\u6709\u6536\u85CF",
41078
41172
  "commands.no.ide.selected": "\u672A\u9009\u62E9 IDE",
@@ -41101,7 +41195,7 @@ var init_ui_common2 = __esm(() => {
41101
41195
  "commands.redacted": "\u5DF2\u8131\u654F",
41102
41196
  "commands.redacted_2": "\u5DF2\u8131\u654F",
41103
41197
  "commands.redacted.at": "\u8131\u654F\u4E8E",
41104
- "commands.relive.your.year.of.coding.with.claude": "\u91CD\u6E29\u60A8\u4E0E Claude \u7F16\u7801\u7684\u4E00\u5E74",
41198
+ "commands.relive.your.year.of.coding.with.claude": "\u91CD\u6E29\u60A8\u4E0E CoStrict \u7F16\u7801\u7684\u4E00\u5E74",
41105
41199
  "commands.remote.session": "\u8FDC\u7A0B\u4F1A\u8BDD",
41106
41200
  "commands.remove.tag": "\u79FB\u9664\u6807\u7B7E",
41107
41201
  "commands.renamed.to": "\u5DF2\u91CD\u547D\u540D\u4E3A",
@@ -41112,7 +41206,7 @@ var init_ui_common2 = __esm(() => {
41112
41206
  "commands.schedule_2": "\u5B9A\u65F6\u4EFB\u52A1",
41113
41207
  "commands.scheduled.empty": "\u6CA1\u6709\u8BA1\u5212\u7684\u89E6\u53D1\u5668\u3002\u4F7F\u7528 /schedule create <cron\u8868\u8FBE\u5F0F> <\u63D0\u793A\u8BCD> \u521B\u5EFA\u4E00\u4E2A\u3002",
41114
41208
  "commands.scheduled.triggers": "\u8BA1\u5212\u7684\u89E6\u53D1\u5668 (",
41115
- "commands.scheduled.agents": "\u5DF2\u8C03\u5EA6\u7684 Agent",
41209
+ "commands.scheduled.agents": "\u5DF2\u8C03\u5EA6\u7684\u4EE3\u7406",
41116
41210
  "commands.secret.revealed.in.terminal.clear.scrollback.if.this.session": "\u5BC6\u94A5\u5DF2\u663E\u793A\u5728\u7EC8\u7AEF\u4E2D\uFF0C\u5982\u6709\u9700\u8981\u8BF7\u6E05\u9664\u6EDA\u52A8\u7F13\u51B2\u533A",
41117
41211
  "commands.secret.stored": "\u5BC6\u94A5\u5DF2\u5B58\u50A8",
41118
41212
  "commands.select.an.ide.to.open.the.project": "\u9009\u62E9 IDE \u4EE5\u6253\u5F00\u9879\u76EE",
@@ -41148,7 +41242,7 @@ var init_ui_common2 = __esm(() => {
41148
41242
  "commands.this.will.remove.the.tag.from.the.current.session": "\u8FD9\u5C06\u4ECE\u5F53\u524D\u4F1A\u8BDD\u79FB\u9664\u6807\u7B7E",
41149
41243
  "commands.to.connect": "\u8FDE\u63A5",
41150
41244
  "commands.to.create.a.cloud.session": "\u521B\u5EFA\u4E91\u7AEF\u4F1A\u8BDD",
41151
- "commands.to.enable.vault.agents-platform.memory-stores": "\u5982\u9700\u542F\u7528\u4FDD\u9669\u5E93 Agent \u548C\u5E73\u53F0\u8BB0\u5FC6\u5E93",
41245
+ "commands.to.enable.vault.agents-platform.memory-stores": "\u5982\u9700\u542F\u7528\u4FDD\u7BA1\u5E93\u4EE3\u7406\u548C\u5E73\u53F0\u8BB0\u5FC6\u5E93",
41152
41246
  "commands.to.get.started": "\u5F00\u59CB\u4F7F\u7528",
41153
41247
  "commands.track": "\u8DDF\u8E2A",
41154
41248
  "commands.trigger": "\u89E6\u53D1\u5668",
@@ -41163,17 +41257,17 @@ var init_ui_common2 = __esm(() => {
41163
41257
  "commands.updated": "\u66F4\u65B0\u65F6\u95F4",
41164
41258
  "commands.usage": "\u7528\u91CF",
41165
41259
  "commands.use.local-memory.store": "\u4F7F\u7528\u672C\u5730\u8BB0\u5FC6\u5E93",
41166
- "commands.use.local-vault.get": "\u4F7F\u7528\u672C\u5730\u4FDD\u9669\u5E93\u83B7\u53D6",
41260
+ "commands.use.local-vault.get": "\u4F7F\u7528\u672C\u5730\u4FDD\u7BA1\u5E93\u83B7\u53D6",
41167
41261
  "commands.use.memory-stores.create-memory": "\u4F7F\u7528 memory-stores create-memory",
41168
41262
  "commands.use.vault.add-credential": "\u4F7F\u7528 vault add-credential",
41169
41263
  "commands.value.mask": "\u503C\u63A9\u7801",
41170
41264
  "commands.value.mask_2": "\u503C\u63A9\u7801",
41171
- "commands.vault": "\u4FDD\u9669\u5E93",
41172
- "commands.vault_2": "\u4FDD\u9669\u5E93",
41173
- "commands.vault_3": "\u4FDD\u9669\u5E93",
41174
- "commands.vault.archived": "\u4FDD\u9669\u5E93\u5DF2\u5F52\u6863",
41175
- "commands.vault.created": "\u4FDD\u9669\u5E93\u5DF2\u521B\u5EFA",
41176
- "commands.vaults": "\u4FDD\u9669\u5E93",
41265
+ "commands.vault": "\u4FDD\u7BA1\u5E93",
41266
+ "commands.vault_2": "\u4FDD\u7BA1\u5E93",
41267
+ "commands.vault_3": "\u4FDD\u7BA1\u5E93",
41268
+ "commands.vault.archived": "\u4FDD\u7BA1\u5E93\u5DF2\u5F52\u6863",
41269
+ "commands.vault.created": "\u4FDD\u7BA1\u5E93\u5DF2\u521B\u5EFA",
41270
+ "commands.vaults": "\u4FDD\u7BA1\u5E93",
41177
41271
  "commands.version": "\u7248\u672C",
41178
41272
  "commands.version_2": "\u7248\u672C",
41179
41273
  "commands.version.redacted": "\u7248\u672C\u5DF2\u8131\u654F",
@@ -41211,7 +41305,7 @@ var init_ui_common2 = __esm(() => {
41211
41305
  "common.iterm2.split.pane.setup": "iTerm2 \u5206\u5C4F\u8BBE\u7F6E",
41212
41306
  "common.iterm2.split.pane.support.is.ready": "iTerm2 \u5206\u5C4F\u652F\u6301\u5DF2\u5C31\u7EEA",
41213
41307
  "common.large": "\u5927",
41214
- "common.large.cumulative.agent.descriptions.will.impact.performance": "\u7D2F\u79EF\u7684 Agent \u63CF\u8FF0\u8FC7\u5927\u5C06\u5F71\u54CD\u6027\u80FD",
41308
+ "common.large.cumulative.agent.descriptions.will.impact.performance": "\u7D2F\u79EF\u7684\u4EE3\u7406\u63CF\u8FF0\u8FC7\u5927\u5C06\u5F71\u54CD\u6027\u80FD",
41215
41309
  "common.last.said": "\u4E0A\u6B21\u53D1\u8A00",
41216
41310
  "common.lsp.for": "LSP -",
41217
41311
  "common.make.sure": "\u8BF7\u786E\u4FDD",
@@ -41347,7 +41441,7 @@ var init_ui_common2 = __esm(() => {
41347
41441
  "permissions.mode": "\u6A21\u5F0F",
41348
41442
  "permissions.more": "\u66F4\u591A",
41349
41443
  "permissions.navigate.enter.select.type.search.switch.esc.cancel": "\u65B9\u5411\u952E\u5BFC\u822A\uFF0CEnter \u9009\u62E9\uFF0C\u8F93\u5165\u641C\u7D22\uFF0CTab \u5207\u6362\uFF0CEsc \u53D6\u6D88",
41350
- "permissions.no.code.changes.will.be.made.until.you.approve.the.plan": "\u5728\u60A8\u6279\u51C6\u65B9\u6848\u4E4B\u524D\u4E0D\u4F1A\u8FDB\u884C\u4EFB\u4F55\u4EE3\u7801\u4FEE\u6539",
41444
+ "permissions.no.code.changes.will.be.made.until.you.approve.the.plan": "\u5728\u60A8\u6279\u51C6\u8BA1\u5212\u4E4B\u524D\u4E0D\u4F1A\u8FDB\u884C\u4EFB\u4F55\u4EE3\u7801\u4FEE\u6539",
41351
41445
  "permissions.no.recent.denials.commands.denied.by.the.auto.mode.classifie": "\u6700\u8FD1\u6CA1\u6709\u88AB\u81EA\u52A8\u6A21\u5F0F\u5206\u7C7B\u5668\u62D2\u7EDD\u7684\u547D\u4EE4",
41352
41446
  "permissions.not.installed": "\u672A\u5B89\u88C5",
41353
41447
  "permissions.notes": "\u5907\u6CE8",
@@ -41357,10 +41451,10 @@ var init_ui_common2 = __esm(() => {
41357
41451
  "permissions.permission.rule": "\u6743\u9650\u89C4\u5219",
41358
41452
  "permissions.permission.rules.are.a.tool.name.optionally.followed.by.a.sp": "\u6743\u9650\u89C4\u5219\u683C\u5F0F\uFF1A\u5DE5\u5177\u540D\u79F0\uFF0C\u53EF\u9009\u540E\u8DDF\u7A7A\u683C",
41359
41453
  "permissions.permissions": "\u6743\u9650",
41360
- "permissions.plan.saved": "\u65B9\u6848\u5DF2\u4FDD\u5B58",
41361
- "permissions.plan.saved_2": "\u65B9\u6848\u5DF2\u4FDD\u5B58",
41454
+ "permissions.plan.saved": "\u8BA1\u5212\u5DF2\u4FDD\u5B58",
41455
+ "permissions.plan.saved_2": "\u8BA1\u5212\u5DF2\u4FDD\u5B58",
41362
41456
  "permissions.planning": "\u89C4\u5212\u4E2D",
41363
- "permissions.present.a.plan.for.your.approval": "\u63D0\u4EA4\u65B9\u6848\u4F9B\u60A8\u5BA1\u6279",
41457
+ "permissions.present.a.plan.for.your.approval": "\u63D0\u4EA4\u8BA1\u5212\u4F9B\u60A8\u5BA1\u6279",
41364
41458
  "permissions.press": "\u6309",
41365
41459
  "permissions.ready.to.code": "\u51C6\u5907\u7F16\u7801",
41366
41460
  "permissions.ready.to.submit.your.answers": "\u51C6\u5907\u63D0\u4EA4\u60A8\u7684\u56DE\u7B54",
@@ -41473,7 +41567,7 @@ var init_ui_common2 = __esm(() => {
41473
41567
  "settings.auto.mode.plan": "\u89C4\u5212\u65F6\u4F7F\u7528\u81EA\u52A8\u6A21\u5F0F",
41474
41568
  "tasks.archive-remote-session": "\u5F52\u6863\u8FDC\u7A0B\u4F1A\u8BDD",
41475
41569
  "login.unsetThe": "\u53D6\u6D88\u8BBE\u7F6E ",
41476
- "login.unsetAnthropicApiKey": '\u53D6\u6D88\u8BBE\u7F6E ANTHROPIC_API_KEY \u73AF\u5883\u53D8\u91CF\uFF0C\u6216\u8FD0\u884C csc /logout \u540E\u5728\u767B\u5F55\u524D\u5BF9 API \u5BC6\u94A5\u6279\u51C6\u8BF4"\u5426"\u3002',
41570
+ "login.unsetAnthropicApiKey": '\u53D6\u6D88\u8BBE\u7F6E ANTHROPIC_API_KEY \u73AF\u5883\u53D8\u91CF\uFF0C\u6216\u5728\u8FD0\u884C csc /logout \u540E\u3001\u91CD\u65B0\u767B\u5F55\u65F6\u5BF9"\u662F\u5426\u4F7F\u7528 API \u5BC6\u94A5"\u63D0\u793A\u9009\u62E9"\u5426"\u3002',
41477
41571
  "login.unsetApiKeyHelper": "\u53D6\u6D88\u8BBE\u7F6E apiKeyHelper \u914D\u7F6E\u3002",
41478
41572
  "web-search.did-searches": "\u5DF2\u5B8C\u6210\u641C\u7D22",
41479
41573
  "web-search.found-results": "\u627E\u5230 {count} \u6761\u7ED3\u679C",
@@ -41495,7 +41589,7 @@ var init_ui_common2 = __esm(() => {
41495
41589
  "tag.ctx": "\u4E0A\u4E0B\u6587",
41496
41590
  "tag.read": "\u8BFB\u53D6",
41497
41591
  "tag.grep": "\u641C\u7D22",
41498
- "tag.agent": "Agent",
41592
+ "tag.agent": "\u4EE3\u7406",
41499
41593
  "tag.web": "\u7F51\u7EDC",
41500
41594
  "tag.compile": "\u7F16\u8BD1",
41501
41595
  "tag.analyze": "\u5206\u6790",
@@ -41525,8 +41619,8 @@ var init_ui_common2 = __esm(() => {
41525
41619
  "hooks.summary.sessionStart": "\u65B0\u4F1A\u8BDD\u542F\u52A8\u65F6",
41526
41620
  "hooks.summary.stop": "CoStrict \u5B8C\u6210\u54CD\u5E94\u524D",
41527
41621
  "hooks.summary.stopFailure": "\u56E0 API \u9519\u8BEF\u5BFC\u81F4\u8F6E\u6B21\u7ED3\u675F\u65F6",
41528
- "hooks.summary.subagentStart": "\u5B50 Agent \u542F\u52A8\u65F6",
41529
- "hooks.summary.subagentStop": "\u5B50 Agent \u5B8C\u6210\u524D",
41622
+ "hooks.summary.subagentStart": "\u5B50\u4EE3\u7406\u542F\u52A8\u65F6",
41623
+ "hooks.summary.subagentStop": "\u5B50\u4EE3\u7406\u5B8C\u6210\u524D",
41530
41624
  "hooks.summary.preCompact": "\u5BF9\u8BDD\u538B\u7F29\u524D",
41531
41625
  "hooks.summary.postCompact": "\u5BF9\u8BDD\u538B\u7F29\u540E",
41532
41626
  "hooks.summary.sessionEnd": "\u4F1A\u8BDD\u7ED3\u675F\u65F6",
@@ -41543,13 +41637,13 @@ var init_ui_common2 = __esm(() => {
41543
41637
  "hooks.summary.worktreeRemove": "\u79FB\u9664\u4E4B\u524D\u521B\u5EFA\u7684\u5DE5\u4F5C\u6811",
41544
41638
  "hooks.summary.cwdChanged": "\u5DE5\u4F5C\u76EE\u5F55\u53D8\u66F4\u540E",
41545
41639
  "hooks.summary.fileChanged": "\u76D1\u89C6\u7684\u6587\u4EF6\u53D8\u66F4\u65F6",
41546
- "agents.source.userAgents": "\u7528\u6237 Agent",
41547
- "agents.source.projectAgents": "\u9879\u76EE Agent",
41548
- "agents.source.localAgents": "\u672C\u5730 Agent",
41549
- "agents.source.managedAgents": "\u53D7\u7BA1 Agent",
41550
- "agents.source.pluginAgents": "\u63D2\u4EF6 Agent",
41551
- "agents.source.cliArgAgents": "CLI \u53C2\u6570 Agent",
41552
- "agents.source.builtInAgents": "\u5185\u7F6E Agent",
41640
+ "agents.source.userAgents": "\u7528\u6237\u4EE3\u7406",
41641
+ "agents.source.projectAgents": "\u9879\u76EE\u4EE3\u7406",
41642
+ "agents.source.localAgents": "\u672C\u5730\u4EE3\u7406",
41643
+ "agents.source.managedAgents": "\u53D7\u7BA1\u4EE3\u7406",
41644
+ "agents.source.pluginAgents": "\u63D2\u4EF6\u4EE3\u7406",
41645
+ "agents.source.cliArgAgents": "CLI \u53C2\u6570\u4EE3\u7406",
41646
+ "agents.source.builtInAgents": "\u5185\u7F6E\u4EE3\u7406",
41553
41647
  "commands.btw.usage": "\u7528\u6CD5\uFF1A/btw <\u4F60\u7684\u95EE\u9898>",
41554
41648
  "common.to": "\u5230",
41555
41649
  "common.navigate": "\u5BFC\u822A",
@@ -41592,13 +41686,13 @@ var init_commands_descriptions2 = __esm(() => {
41592
41686
  commands_descriptions_default2 = {
41593
41687
  "commands.desc.addDir": "\u6DFB\u52A0\u65B0\u7684\u5DE5\u4F5C\u76EE\u5F55",
41594
41688
  "commands.desc.advisor": "\u914D\u7F6E advisor \u6A21\u578B",
41595
- "commands.desc.agents": "\u7BA1\u7406 Agent \u914D\u7F6E",
41596
- "commands.desc.agentsPlatform": "\u7BA1\u7406\u5B9A\u65F6\u8FDC\u7A0B Agent\uFF08cron \u98CE\u683C\u89E6\u53D1\u5668\uFF09",
41689
+ "commands.desc.agents": "\u7BA1\u7406\u4EE3\u7406\u914D\u7F6E",
41690
+ "commands.desc.agentsPlatform": "\u7BA1\u7406\u5B9A\u65F6\u8FDC\u7A0B\u4EE3\u7406\uFF08cron \u98CE\u683C\u89E6\u53D1\u5668\uFF09",
41597
41691
  "commands.desc.assistant": "\u6253\u5F00 Kairos \u52A9\u624B\u9762\u677F",
41598
41692
  "commands.desc.attach": "\u901A\u8FC7\u547D\u540D\u7BA1\u9053\u9644\u52A0\u5230\u5B50 CLI \u5B9E\u4F8B",
41599
41693
  "commands.desc.autofixPr": "\u81EA\u52A8\u4FEE\u590D PR \u4E0A\u7684 CI \u5931\u8D25",
41600
41694
  "commands.desc.branch": "\u5728\u6B64\u5904\u521B\u5EFA\u5F53\u524D\u5BF9\u8BDD\u7684\u5206\u652F",
41601
- "commands.desc.breakCache": "\u7BA1\u7406\u63D0\u793A\u7F13\u5B58\u4E2D\u65AD\u3002\u6253\u5F00\u64CD\u4F5C\u9762\u677F\u6216\u8FD0\u884C\uFF1Aonce, status, always, off",
41695
+ "commands.desc.breakCache": "\u7BA1\u7406\u63D0\u793A\u7F13\u5B58\u5931\u6548\u3002\u6253\u5F00\u64CD\u4F5C\u9762\u677F\u6216\u8FD0\u884C\uFF1Aonce, status, always, off",
41602
41696
  "commands.desc.breakCacheNonInteractive": "\u5F3A\u5236\u4E0B\u4E00\u6B21\uFF08\u6216\u6240\u6709\uFF09API \u8C03\u7528\u8DF3\u8FC7\u63D0\u793A\u7F13\u5B58\u3002\u8303\u56F4\uFF1Aonce, status, always, off",
41603
41697
  "commands.desc.brief": "\u5207\u6362\u7B80\u6D01\u6A21\u5F0F",
41604
41698
  "commands.desc.btw": "\u5FEB\u901F\u63D0\u95EE\uFF0C\u4E0D\u4E2D\u65AD\u4E3B\u5BF9\u8BDD",
@@ -41611,7 +41705,7 @@ var init_commands_descriptions2 = __esm(() => {
41611
41705
  "commands.desc.config": "\u6253\u5F00\u914D\u7F6E\u9762\u677F",
41612
41706
  "commands.desc.context": "\u4EE5\u5F69\u8272\u7F51\u683C\u53EF\u89C6\u5316\u5F53\u524D\u4E0A\u4E0B\u6587\u7528\u91CF",
41613
41707
  "commands.desc.continue": "\u7EE7\u7EED\u6700\u8FD1\u7684\u5BF9\u8BDD",
41614
- "commands.desc.coordinator": "\u5207\u6362\u534F\u8C03\u5668\uFF08\u591A\u5DE5\u4F5C\u5668\uFF09\u6A21\u5F0F",
41708
+ "commands.desc.coordinator": "\u5207\u6362\u534F\u8C03\u5668\uFF08\u591A worker\uFF09\u6A21\u5F0F",
41615
41709
  "commands.desc.copy": "\u590D\u5236\u6700\u540E\u4E00\u6761\u56DE\u590D\u5230\u526A\u8D34\u677F",
41616
41710
  "commands.desc.daemon": "\u7BA1\u7406\u540E\u53F0\u4F1A\u8BDD\u548C\u5B88\u62A4\u8FDB\u7A0B",
41617
41711
  "commands.desc.detach": "\u4ECE\u5B50 CLI \u65AD\u5F00\uFF08\u6216\u65AD\u5F00\u6240\u6709\u8FDE\u63A5\uFF09",
@@ -41624,7 +41718,7 @@ var init_commands_descriptions2 = __esm(() => {
41624
41718
  "commands.desc.extraUsage": "\u914D\u7F6E\u989D\u5916\u7528\u91CF\u4EE5\u5728\u8FBE\u5230\u9650\u5236\u65F6\u7EE7\u7EED\u5DE5\u4F5C",
41625
41719
  "commands.desc.feedback": "\u63D0\u4EA4\u5173\u4E8E CoStrict \u7684\u53CD\u9988",
41626
41720
  "commands.desc.files": "\u5217\u51FA\u5F53\u524D\u4E0A\u4E0B\u6587\u4E2D\u7684\u6240\u6709\u6587\u4EF6",
41627
- "commands.desc.fork": "\u5C06\u5F53\u524D\u4F1A\u8BDD Fork \u4E3A\u65B0\u7684\u5B50 Agent",
41721
+ "commands.desc.fork": "\u5C06\u5F53\u524D\u4F1A\u8BDD Fork \u4E3A\u65B0\u7684\u5B50\u4EE3\u7406",
41628
41722
  "commands.desc.heapdump": "\u5C06 JS \u5806\u8F6C\u50A8\u5230 ~/Desktop",
41629
41723
  "commands.desc.help": "\u663E\u793A\u5E2E\u52A9\u548C\u53EF\u7528\u547D\u4EE4",
41630
41724
  "commands.desc.history": "\u67E5\u770B\u5DF2\u8FDE\u63A5\u5B50 CLI \u7684\u4F1A\u8BDD\u5386\u53F2",
@@ -41699,10 +41793,10 @@ var init_commands_others2 = __esm(() => {
41699
41793
  "context.autocompactBuffer": "\u81EA\u52A8\u538B\u7F29\u7F13\u51B2",
41700
41794
  "context.memoryFiles": "\u8BB0\u5FC6\u6587\u4EF6",
41701
41795
  "context.mcpTools": "MCP \u5DE5\u5177",
41702
- "context.customAgents": "\u81EA\u5B9A\u4E49 Agent",
41796
+ "context.customAgents": "\u81EA\u5B9A\u4E49\u4EE3\u7406",
41703
41797
  "context.skills": "\u6280\u80FD",
41704
41798
  "context.col.server": "\u670D\u52A1\u5668",
41705
- "context.col.agentType": "Agent \u7C7B\u578B",
41799
+ "context.col.agentType": "\u4EE3\u7406\u7C7B\u578B",
41706
41800
  "context.col.source": "\u6765\u6E90",
41707
41801
  "context.agentSource.project": "\u9879\u76EE",
41708
41802
  "context.agentSource.user": "\u7528\u6237",
@@ -41731,9 +41825,9 @@ var init_commands_others2 = __esm(() => {
41731
41825
  "context.cacheBelowThreshold": " (\u4F4E\u4E8E {threshold}% \u9608\u503C)",
41732
41826
  "context.systemTools": "\u7CFB\u7EDF\u5DE5\u5177",
41733
41827
  "context.systemPromptSections": "\u7CFB\u7EDF\u63D0\u793A\u8BCD\u7247\u6BB5",
41734
- "context.messageBreakdown": "\u6D88\u606F\u5206\u89E3",
41735
- "context.topTools": "\u70ED\u95E8\u5DE5\u5177",
41736
- "context.topAttachments": "\u70ED\u95E8\u9644\u4EF6",
41828
+ "context.messageBreakdown": "\u6D88\u606F\u660E\u7EC6",
41829
+ "context.topTools": "\u7528\u91CF\u6700\u9AD8\u7684\u5DE5\u5177",
41830
+ "context.topAttachments": "\u7528\u91CF\u6700\u9AD8\u7684\u9644\u4EF6",
41737
41831
  "context.someLoadedOnDemand": " (\u90E8\u5206\u6309\u9700\u52A0\u8F7D)",
41738
41832
  "context.loadedOnDemand": " (\u6309\u9700\u52A0\u8F7D)",
41739
41833
  "context.collapseLastError": "(\u6700\u8FD1: {error})",
@@ -41869,8 +41963,8 @@ var init_commands_others2 = __esm(() => {
41869
41963
  "commands.memoryStores.noVersions": "\u672A\u627E\u5230\u5B58\u50A8 {storeId} \u7684\u8BB0\u5FC6\u7248\u672C\u3002",
41870
41964
  "commands.memoryStores.nVersions": "\u5B58\u50A8 {storeId} \u4E2D\u6709 {n} \u4E2A\u7248\u672C\u3002",
41871
41965
  "commands.memoryStores.failedToListVersions": "\u5217\u51FA\u5B58\u50A8 {storeId} \u7684\u7248\u672C\u5931\u8D25: {error}",
41872
- "commands.memoryStores.versionRedacted": "\u7248\u672C {id} \u5DF2\u7F16\u8F91\u3002",
41873
- "commands.memoryStores.failedToRedact": "\u7F16\u8F91\u7248\u672C {id} \u5931\u8D25: {error}",
41966
+ "commands.memoryStores.versionRedacted": "\u7248\u672C {id} \u5DF2\u8131\u654F\u3002",
41967
+ "commands.memoryStores.failedToRedact": "\u8131\u654F\u7248\u672C {id} \u5931\u8D25: {error}",
41874
41968
  "mcp.config.invalidName": "\u65E0\u6548\u540D\u79F0 {name}\u3002\u540D\u79F0\u53EA\u80FD\u5305\u542B\u5B57\u6BCD\u3001\u6570\u5B57\u3001\u8FDE\u5B57\u7B26\u548C\u4E0B\u5212\u7EBF\u3002",
41875
41969
  "mcp.config.reservedName": '\u65E0\u6CD5\u6DFB\u52A0 MCP \u670D\u52A1\u5668 "{name}"\uFF1A\u6B64\u540D\u79F0\u5DF2\u88AB\u4FDD\u7559\u3002',
41876
41970
  "mcp.config.enterpriseExclusive": "\u65E0\u6CD5\u6DFB\u52A0 MCP \u670D\u52A1\u5668\uFF1A\u4F01\u4E1A MCP \u914D\u7F6E\u5904\u4E8E\u6D3B\u52A8\u72B6\u6001\uFF0C\u5177\u6709\u5BF9 MCP \u670D\u52A1\u5668\u7684\u72EC\u5360\u63A7\u5236\u6743",
@@ -41901,12 +41995,12 @@ var init_commands_others2 = __esm(() => {
41901
41995
  "break-cache.usage": [
41902
41996
  "\u7528\u6CD5: /break-cache [\u8303\u56F4]",
41903
41997
  "",
41904
- " (\u65E0\u53C2\u6570) \u4E3A\u4E0B\u4E00\u6B21 API \u8C03\u7528\u5B89\u6392\u4E00\u6B21\u6027\u7F13\u5B58\u4E2D\u65AD",
41998
+ " (\u65E0\u53C2\u6570) \u4E3A\u4E0B\u4E00\u6B21 API \u8C03\u7528\u5B89\u6392\u4E00\u6B21\u7F13\u5B58\u5931\u6548",
41905
41999
  " once \u540C\u65E0\u53C2\u6570",
41906
- " always \u542F\u7528\u6301\u7EED\u7F13\u5B58\u4E2D\u65AD\u6A21\u5F0F\uFF08\u6BCF\u6B21\u8BF7\u6C42\uFF09",
42000
+ " always \u542F\u7528\u6301\u7EED\u7F13\u5B58\u5931\u6548\u6A21\u5F0F\uFF08\u6BCF\u6B21\u8BF7\u6C42\uFF09",
41907
42001
  " off \u7981\u7528\u6301\u7EED\u6A21\u5F0F\u5E76\u6E05\u9664\u5F85\u5904\u7406\u6807\u8BB0",
41908
42002
  " --clear \u6E05\u9664\u5F85\u5904\u7406\u7684\u4E00\u6B21\u6027\u6807\u8BB0\uFF08\u53D6\u6D88\uFF09",
41909
- " status \u663E\u793A\u5F53\u524D\u7F13\u5B58\u4E2D\u65AD\u72B6\u6001\u548C\u7EDF\u8BA1",
42003
+ " status \u663E\u793A\u5F53\u524D\u7F13\u5B58\u5931\u6548\u72B6\u6001\u548C\u7EDF\u8BA1",
41910
42004
  "",
41911
42005
  "\u5DE5\u4F5C\u539F\u7406:",
41912
42006
  " \u63D0\u793A\u7F13\u5B58\u57FA\u4E8E\u7CFB\u7EDF\u63D0\u793A\u8BCD\u524D\u7F00\u54C8\u5E0C\u8FDB\u884C\u5339\u914D\u3002",
@@ -41919,29 +42013,29 @@ var init_commands_others2 = __esm(() => {
41919
42013
  "break-cache.never": "\u4ECE\u672A",
41920
42014
  "break-cache.off": "\u5173\u95ED",
41921
42015
  "break-cache.alwaysOn": "\u6301\u7EED\u5F00\u542F",
41922
- "break-cache.status.title": "## \u7F13\u5B58\u4E2D\u65AD\u72B6\u6001",
42016
+ "break-cache.status.title": "## \u7F13\u5B58\u5931\u6548\u72B6\u6001",
41923
42017
  "break-cache.status.once": "\u4E0B\u6B21\u8BF7\u6C42\u6807\u8BB0: {state}",
41924
42018
  "break-cache.status.always": "\u6301\u7EED\u6A21\u5F0F: {state}",
41925
42019
  "break-cache.stats.title": "### \u7EDF\u8BA1",
41926
- "break-cache.stats.total": "\u603B\u8BA1\u4E2D\u65AD: {count}",
41927
- "break-cache.stats.last": "\u4E0A\u6B21\u4E2D\u65AD: {time}",
41928
- "break-cache.off.disabled": "\u7F13\u5B58\u4E2D\u65AD\u5DF2\u7981\u7528\u3002\u5DF2\u79FB\u9664\u4E00\u6B21\u6027\u6807\u8BB0\u548C/\u6216\u6301\u7EED\u6807\u8BB0\u3002",
41929
- "break-cache.off.wasNotActive": "\u7F13\u5B58\u4E2D\u65AD\u672A\u5904\u4E8E\u6D3B\u52A8\u72B6\u6001\u3002",
41930
- "break-cache.clear.cleared": "\u7F13\u5B58\u4E2D\u65AD\u6807\u8BB0\u5DF2\u6E05\u9664\u3002\n `{path}`",
41931
- "break-cache.clear.noMarkerSet": "\u672A\u8BBE\u7F6E\u7F13\u5B58\u4E2D\u65AD\u6807\u8BB0\u3002",
41932
- "break-cache.always.title": "## \u5DF2\u542F\u7528\u6301\u7EED\u7F13\u5B58\u4E2D\u65AD",
42020
+ "break-cache.stats.total": "\u603B\u8BA1\u5931\u6548: {count}",
42021
+ "break-cache.stats.last": "\u4E0A\u6B21\u5931\u6548: {time}",
42022
+ "break-cache.off.disabled": "\u7F13\u5B58\u5931\u6548\u5DF2\u7981\u7528\u3002\u5DF2\u79FB\u9664\u4E00\u6B21\u6027\u6807\u8BB0\u548C/\u6216\u6301\u7EED\u6807\u8BB0\u3002",
42023
+ "break-cache.off.wasNotActive": "\u7F13\u5B58\u5931\u6548\u672A\u5904\u4E8E\u6D3B\u52A8\u72B6\u6001\u3002",
42024
+ "break-cache.clear.cleared": "\u7F13\u5B58\u5931\u6548\u6807\u8BB0\u5DF2\u6E05\u9664\u3002\n `{path}`",
42025
+ "break-cache.clear.noMarkerSet": "\u672A\u8BBE\u7F6E\u7F13\u5B58\u5931\u6548\u6807\u8BB0\u3002",
42026
+ "break-cache.always.title": "## \u5DF2\u542F\u7528\u6301\u7EED\u7F13\u5B58\u5931\u6548",
41933
42027
  "break-cache.always.flagWritten": "\u6807\u8BB0\u5DF2\u5199\u5165\uFF1A`{path}`",
41934
42028
  "break-cache.always.desc1": "\u6BCF\u6B21 API \u8C03\u7528\u73B0\u5728\u90FD\u4F1A\u5411\u7CFB\u7EDF\u63D0\u793A\u8BCD\u8FFD\u52A0\u552F\u4E00\u968F\u673A\u6570\uFF0C",
41935
42029
  "break-cache.always.desc2": "\u6C38\u4E45\u963B\u6B62\u6B64\u4F1A\u8BDD\u7684\u63D0\u793A\u7F13\u5B58\u547D\u4E2D\u3002",
41936
42030
  "break-cache.always.disableHint": "\u7981\u7528: `/break-cache off`",
41937
- "break-cache.once.title": "## \u7F13\u5B58\u4E2D\u65AD\u5DF2\u5B89\u6392",
42031
+ "break-cache.once.title": "## \u7F13\u5B58\u5931\u6548\u5DF2\u5B89\u6392",
41938
42032
  "break-cache.once.markerWritten": "\u6807\u8BB0\u5DF2\u5199\u5165\uFF1A`{path}`",
41939
42033
  "break-cache.once.timestamp": "\u65F6\u95F4\u6233\uFF1A{timestamp}",
41940
42034
  "break-cache.once.desc1": "\u4E0B\u4E00\u6B21 API \u8C03\u7528\u5C06\u8FFD\u52A0\u552F\u4E00\u968F\u673A\u6570\u5230\u7CFB\u7EDF\u63D0\u793A\u8BCD\uFF0C",
41941
42035
  "break-cache.once.desc2": "\u5BFC\u81F4\u7F13\u5B58\u672A\u547D\u4E2D\u3002\u6807\u8BB0\u5728\u4F7F\u7528\u540E\u81EA\u52A8\u79FB\u9664\u3002",
41942
42036
  "break-cache.once.cancelHint": "\u5728\u4E0B\u6B21\u8C03\u7528\u524D\u53D6\u6D88: `/break-cache --clear`",
41943
- "break-cache.once.alwaysHint": "\u6BCF\u6B21\u8C03\u7528\u90FD\u4E2D\u65AD: `/break-cache always`",
41944
- "break-cache.once.totalBreaks": "\u672C\u6B21\u4F1A\u8BDD\u603B\u8BA1\u4E2D\u65AD: {count}",
42037
+ "break-cache.once.alwaysHint": "\u6BCF\u6B21\u8C03\u7528\u90FD\u5931\u6548: `/break-cache always`",
42038
+ "break-cache.once.totalBreaks": "\u672C\u6B21\u4F1A\u8BDD\u603B\u8BA1\u5931\u6548: {count}",
41945
42039
  "break-cache.once.howItWorks1": "_\u5DE5\u4F5C\u539F\u7406: \u63D0\u793A\u7F13\u5B58\u57FA\u4E8E\u7CFB\u7EDF\u63D0\u793A\u8BCD\u524D\u7F00\u54C8\u5E0C\u8FDB\u884C\u5339\u914D\u3002_",
41946
42040
  "break-cache.once.howItWorks2": "_\u552F\u4E00\u968F\u673A\u6570\u4F7F\u54C8\u5E0C\u5931\u6548\uFF0C\u5F3A\u5236\u91CD\u65B0\u8BA1\u7B97\u3002_",
41947
42041
  "break-cache.unknownScope": '\u672A\u77E5\u8303\u56F4: "{scope}"',
@@ -42006,7 +42100,7 @@ var init_commands_others2 = __esm(() => {
42006
42100
  "tui.unknownSubcommand": "\u672A\u77E5\u5B50\u547D\u4EE4\uFF1A{sub}",
42007
42101
  "tui.unknownScope": '\u672A\u77E5\u8303\u56F4\uFF1A"{scope}"',
42008
42102
  "tui.bridgeError": "\u901A\u8FC7 Remote Control \u4F7F\u7528 /tui status/on/off/toggle\u3002",
42009
- "commands.invalidFormat": "\u547D\u4EE4\u683C\u5F0F\u4E3A `/\u547D\u4EE4 [\u53C2\u6570]`",
42103
+ "commands.invalidFormat": "\u547D\u4EE4\u683C\u5F0F\u4E3A `/command [\u53C2\u6570]`",
42010
42104
  "commands.unknownSkill": "\u672A\u77E5\u6280\u80FD\uFF1A{name}",
42011
42105
  "commands.argsFromUnknownSkill": "\u672A\u77E5\u6280\u80FD\u7684\u53C2\u6570\uFF1A{args}",
42012
42106
  "commands.skill.modelOnly": '\u6B64\u6280\u80FD\u53EA\u80FD\u7531 CoStrict \u8C03\u7528\uFF0C\u7528\u6237\u4E0D\u80FD\u76F4\u63A5\u8C03\u7528\u3002\u8BF7\u8BA9 CoStrict \u4F7F\u7528 "{name}" \u6280\u80FD\u3002',
@@ -42029,7 +42123,7 @@ var init_commands_others2 = __esm(() => {
42029
42123
  "ultraplan.usage": [
42030
42124
  '\u7528\u6CD5\uFF1A/ultraplan \\<\u63D0\u793A\u8BCD\\>\uFF0C\u6216\u5728\u63D0\u793A\u8BCD\u4EFB\u610F\u4F4D\u7F6E\u5305\u542B "ultraplan"',
42031
42125
  "",
42032
- "\u4F7F\u7528\u6211\u4EEC\u6700\u5F3A\u5927\u7684\u6A21\u578B\uFF08Opus\uFF09\u8FDB\u884C\u9AD8\u7EA7\u591A Agent \u534F\u4F5C\u89C4\u5212\u3002",
42126
+ "\u4F7F\u7528\u6211\u4EEC\u6700\u5F3A\u5927\u7684\u6A21\u578B\uFF08Opus\uFF09\u8FDB\u884C\u9AD8\u7EA7\u591A\u4EE3\u7406\u534F\u4F5C\u89C4\u5212\u3002",
42033
42127
  "\u5728 CoStrict \u7F51\u9875\u7AEF\u8FD0\u884C\u3002\u8BA1\u5212\u5C31\u7EEA\u540E\uFF0C",
42034
42128
  "\u60A8\u53EF\u4EE5\u5728\u7F51\u9875\u7AEF\u6267\u884C\uFF0C\u6216\u5C06\u5176\u53D1\u56DE\u672C\u5730\u7EC8\u7AEF\u3002",
42035
42129
  "\u8FDC\u7A0B\u89C4\u5212\u65F6\u7EC8\u7AEF\u4E0D\u53D7\u5F71\u54CD\u3002",
@@ -42041,7 +42135,7 @@ var init_commands_others2 = __esm(() => {
42041
42135
  "ultraplan.sessionCreationFailed": "ultraplan\uFF1A\u4F1A\u8BDD\u521B\u5EFA\u5931\u8D25{failDetail}\u3002\u8BE6\u60C5\u8BF7\u89C1 --debug\u3002",
42042
42136
  "ultraplan.unexpectedError": "ultraplan\uFF1A\u610F\u5916\u9519\u8BEF \u2014 {error}",
42043
42137
  "ultraplan.unexpectedError.meta": "Ultraplan \u542F\u52A8\u65F6\u53D1\u751F\u610F\u5916\u9519\u8BEF\u3002\u8BF7\u7B49\u5F85\u7528\u6237\u7684\u4E0B\u4E00\u6761\u6307\u4EE4\u3002",
42044
- "daemon.supervisor.title": "=== \u5B88\u62A4\u8FDB\u7A0B\u4E3B\u7BA1 ===",
42138
+ "daemon.supervisor.title": "=== \u5B88\u62A4\u8FDB\u7A0B\u7BA1\u7406\u5668 ===",
42045
42139
  "daemon.supervisor.statusRunning": " \u72B6\u6001\uFF1A\u8FD0\u884C\u4E2D",
42046
42140
  "daemon.supervisor.statusStopped": " \u72B6\u6001\uFF1A\u5DF2\u505C\u6B62",
42047
42141
  "daemon.supervisor.statusStale": " \u72B6\u6001\uFF1A\u8FC7\u671F\uFF08\u5DF2\u6E05\u7406\uFF09",
@@ -42157,7 +42251,7 @@ var init_commands_others2 = __esm(() => {
42157
42251
  "commands.advisor.status": `Advisor\uFF1A{current}
42158
42252
  \u4F7F\u7528 "/advisor unset" \u7981\u7528\u6216 "/advisor <\u6A21\u578B>" \u66F4\u6362\u3002`,
42159
42253
  "commands.advisor.disabled": "Advisor \u5DF2\u7981\u7528\uFF08\u4E4B\u524D\u4E3A {prev}\uFF09\u3002",
42160
- "commands.advisor.alreadyUnset": "Advisor \u5DF2\u7ECF\u672A\u8BBE\u7F6E\u3002",
42254
+ "commands.advisor.alreadyUnset": "Advisor \u5DF2\u5904\u4E8E\u672A\u8BBE\u7F6E\u72B6\u6001\u3002",
42161
42255
  "commands.advisor.invalidModel": "\u65E0\u6548\u7684 advisor \u6A21\u578B\uFF1A{error}",
42162
42256
  "commands.advisor.unknownModel": "\u672A\u77E5\u6A21\u578B\uFF1A{arg}\uFF08{resolvedModel}\uFF09",
42163
42257
  "commands.advisor.cannotBeAdvisor": "\u6A21\u578B {arg}\uFF08{resolvedModel}\uFF09\u4E0D\u80FD\u7528\u4F5C advisor",
@@ -42219,15 +42313,15 @@ var init_commands_others2 = __esm(() => {
42219
42313
  "commands.schedule.enableFailed": "\u542F\u7528\u89E6\u53D1\u5668 {id} \u5931\u8D25\uFF1A{error}",
42220
42314
  "commands.schedule.disabled": "\u89E6\u53D1\u5668 {id} \u5DF2\u7981\u7528\u3002",
42221
42315
  "commands.schedule.disableFailed": "\u7981\u7528\u89E6\u53D1\u5668 {id} \u5931\u8D25\uFF1A{error}",
42222
- "commands.vault.listEmpty": "\u672A\u627E\u5230\u4FDD\u9669\u5E93\u3002",
42223
- "commands.vault.listCount": "{count} \u4E2A\u4FDD\u9669\u5E93\u3002",
42224
- "commands.vault.created": "\u4FDD\u9669\u5E93\u5DF2\u521B\u5EFA\uFF1A{id}",
42225
- "commands.vault.getFetched": "\u4FDD\u9669\u5E93\u5DF2\u83B7\u53D6\u3002",
42226
- "commands.vault.archived": "\u4FDD\u9669\u5E93\u5DF2\u5F52\u6863\u3002",
42316
+ "commands.vault.listEmpty": "\u672A\u627E\u5230\u4FDD\u7BA1\u5E93\u3002",
42317
+ "commands.vault.listCount": "{count} \u4E2A\u4FDD\u7BA1\u5E93\u3002",
42318
+ "commands.vault.created": "\u4FDD\u7BA1\u5E93\u5DF2\u521B\u5EFA\uFF1A{id}",
42319
+ "commands.vault.getFetched": "\u4FDD\u7BA1\u5E93\u5DF2\u83B7\u53D6\u3002",
42320
+ "commands.vault.archived": "\u4FDD\u7BA1\u5E93\u5DF2\u5F52\u6863\u3002",
42227
42321
  "commands.vault.credentialAdded": "\u51ED\u8BC1\u5DF2\u6DFB\u52A0\uFF1A{id}",
42228
42322
  "commands.vault.credentialArchived": "\u51ED\u8BC1 {id} \u5DF2\u5F52\u6863\u3002",
42229
- "commands.vault.credentialsEmpty": "\u4FDD\u9669\u5E93 {vaultId} \u4E2D\u6CA1\u6709\u51ED\u8BC1\u3002",
42230
- "commands.vault.credentialsCount": "\u4FDD\u9669\u5E93 {vaultId} \u4E2D\u6709 {count} \u4E2A\u51ED\u8BC1\u3002",
42323
+ "commands.vault.credentialsEmpty": "\u4FDD\u7BA1\u5E93 {vaultId} \u4E2D\u6CA1\u6709\u51ED\u8BC1\u3002",
42324
+ "commands.vault.credentialsCount": "\u4FDD\u7BA1\u5E93 {vaultId} \u4E2D\u6709 {count} \u4E2A\u51ED\u8BC1\u3002",
42231
42325
  "commands.vault.credentialsListFailed": "\u5217\u51FA\u51ED\u8BC1\u5931\u8D25\uFF1A{error}",
42232
42326
  "commands.skillStore.listEmpty": "\u5E02\u573A\u4E0A\u672A\u627E\u5230\u6280\u80FD\u3002",
42233
42327
  "commands.skillStore.listCount": "{count} \u4E2A\u53EF\u7528\u6280\u80FD\u3002",
@@ -42246,16 +42340,16 @@ var init_commands_others2 = __esm(() => {
42246
42340
  "commands.skillStore.noPublishedVersions": "\u6280\u80FD {id} \u6CA1\u6709\u5DF2\u53D1\u5E03\u7684\u7248\u672C\u53EF\u4F9B\u5B89\u88C5\u3002",
42247
42341
  "commands.skillStore.installed": "\u6280\u80FD\u5DF2\u5B89\u88C5\u5230 {path}",
42248
42342
  "commands.skillStore.installFailed": "\u5B89\u88C5\u6280\u80FD {id} \u5931\u8D25\uFF1A{error}",
42249
- "commands.agentsPlatform.listEmpty": "\u672A\u627E\u5230\u5B9A\u65F6 Agent\u3002",
42250
- "commands.agentsPlatform.listCount": "{count} \u4E2A\u5B9A\u65F6 Agent\u3002",
42251
- "commands.agentsPlatform.listFailed": "\u5217\u51FA Agent \u5931\u8D25\uFF1A{error}",
42343
+ "commands.agentsPlatform.listEmpty": "\u672A\u627E\u5230\u5B9A\u65F6\u4EE3\u7406\u3002",
42344
+ "commands.agentsPlatform.listCount": "{count} \u4E2A\u5B9A\u65F6\u4EE3\u7406\u3002",
42345
+ "commands.agentsPlatform.listFailed": "\u5217\u51FA\u4EE3\u7406\u5931\u8D25\uFF1A{error}",
42252
42346
  "commands.agentsPlatform.invalidCron": '\u65E0\u6548\u7684 cron \u8868\u8FBE\u5F0F\uFF1A"{cron}"\u3002\u671F\u671B 5 \u4E2A\u5B57\u6BB5\uFF08\u5206 \u65F6 \u65E5 \u6708 \u5468\uFF09\u3002',
42253
- "commands.agentsPlatform.created": "Agent \u5DF2\u521B\u5EFA\uFF1A{id}",
42254
- "commands.agentsPlatform.createFailed": "\u521B\u5EFA Agent \u5931\u8D25\uFF1A{error}",
42255
- "commands.agentsPlatform.deleted": "Agent {id} \u5DF2\u5220\u9664\u3002",
42256
- "commands.agentsPlatform.deleteFailed": "\u5220\u9664 Agent {id} \u5931\u8D25\uFF1A{error}",
42257
- "commands.agentsPlatform.ran": "Agent {id} \u5DF2\u89E6\u53D1\u3002\u8FD0\u884C ID\uFF1A{runId}",
42258
- "commands.agentsPlatform.runFailed": "\u6267\u884C Agent {id} \u5931\u8D25\uFF1A{error}",
42347
+ "commands.agentsPlatform.created": "\u4EE3\u7406\u5DF2\u521B\u5EFA\uFF1A{id}",
42348
+ "commands.agentsPlatform.createFailed": "\u521B\u5EFA\u4EE3\u7406\u5931\u8D25\uFF1A{error}",
42349
+ "commands.agentsPlatform.deleted": "\u4EE3\u7406 {id} \u5DF2\u5220\u9664\u3002",
42350
+ "commands.agentsPlatform.deleteFailed": "\u5220\u9664\u4EE3\u7406 {id} \u5931\u8D25\uFF1A{error}",
42351
+ "commands.agentsPlatform.ran": "\u4EE3\u7406 {id} \u5DF2\u89E6\u53D1\u3002\u8FD0\u884C ID\uFF1A{runId}",
42352
+ "commands.agentsPlatform.runFailed": "\u6267\u884C\u4EE3\u7406 {id} \u5931\u8D25\uFF1A{error}",
42259
42353
  "commands.brief.notEnabled": "Brief \u5DE5\u5177\u672A\u5BF9\u60A8\u7684\u8D26\u6237\u542F\u7528",
42260
42354
  "commands.brief.enabled": "Brief-only \u6A21\u5F0F\u5DF2\u542F\u7528",
42261
42355
  "commands.brief.disabled": "Brief-only \u6A21\u5F0F\u5DF2\u7981\u7528",
@@ -42310,7 +42404,7 @@ var init_commands_others2 = __esm(() => {
42310
42404
  "commands.copy.written": "\u5DF2\u5199\u5165 {filePath}",
42311
42405
  "commands.copy.writeFailed": "\u5199\u5165\u6587\u4EF6\u5931\u8D25\uFF1A{error}",
42312
42406
  "commands.copy.cancelled": "\u590D\u5236\u5DF2\u53D6\u6D88",
42313
- "commands.copy.usage": "\u7528\u6CD5\uFF1A/copy [N]\uFF0CN \u4E3A 1\uFF08\u6700\u65B0\uFF09\u30012\u30013... \u5F53\u524D\uFF1A{arg}",
42407
+ "commands.copy.usage": "\u7528\u6CD5\uFF1A/copy [N]\uFF0CN \u4E3A 1\uFF08\u6700\u65B0\uFF09\u30012\u30013... \u5B9E\u9645\u8F93\u5165\uFF1A{arg}",
42314
42408
  "commands.copy.onlyMessages": "\u4EC5\u6709 {count} \u6761\u52A9\u624B{messages}\u53EF\u590D\u5236",
42315
42409
  "commands.copy.fullResponse": "\u5B8C\u6574\u56DE\u590D",
42316
42410
  "commands.copy.alwaysCopyFull": "\u59CB\u7EC8\u590D\u5236\u5B8C\u6574\u56DE\u590D",
@@ -42373,7 +42467,7 @@ var init_commands_others2 = __esm(() => {
42373
42467
  "commands.autofixPr.cannotDetectRepo": "\u65E0\u6CD5\u4ECE\u5F53\u524D\u76EE\u5F55\u68C0\u6D4B GitHub \u4ED3\u5E93\u3002",
42374
42468
  "commands.autofixPr.crossRepoNotSupported": "\u5F53\u524D\u76EE\u5F55\u4E0D\u652F\u6301\u8DE8\u4ED3\u5E93 autofix\u3002\u8BF7\u5728 {owner}/{repo} \u4E0B\u8FD0\u884C\u6216\u4EC5\u4F20\u5165 PR \u7F16\u53F7\u3002",
42375
42469
  "commands.autofixPr.alreadyMonitoring": "\u5DF2\u5728\u540E\u53F0\u76D1\u63A7 {repo}#{prNumber}\u3002",
42376
- "commands.autofixPr.remoteNotAvailable": `\u8FDC\u7A0B Agent \u4E0D\u53EF\u7528\uFF1A
42470
+ "commands.autofixPr.remoteNotAvailable": `\u8FDC\u7A0B\u4EE3\u7406\u4E0D\u53EF\u7528\uFF1A
42377
42471
  {reasons}`,
42378
42472
  "commands.autofixPr.alreadyMonitoringOther": "\u5DF2\u5728\u76D1\u63A7 {repo}#{prNumber}\u3002\u8BF7\u5148\u8FD0\u884C /autofix-pr stop\u3002",
42379
42473
  "commands.autofixPr.teleportFailed": "\u4F20\u9001\u5931\u8D25\uFF1A{error}",
@@ -42383,6 +42477,57 @@ var init_commands_others2 = __esm(() => {
42383
42477
  };
42384
42478
  });
42385
42479
 
42480
+ // locales/zh-CN/commands.pipe.ts
42481
+ var commands_pipe_default2;
42482
+ var init_commands_pipe2 = __esm(() => {
42483
+ commands_pipe_default2 = {
42484
+ "pipe.send.notMasterMode": "\u4E0D\u5728 master \u6A21\u5F0F\u3002\u8BF7\u5148\u4F7F\u7528 /attach <pipe-name>\u3002",
42485
+ "pipe.send.usage": "\u7528\u6CD5: /send <pipe-name> <message>",
42486
+ "pipe.send.notAttached": '\u672A\u8FDE\u63A5\u5230 "{targetName}"\u3002\u4F7F\u7528 /status \u67E5\u770B\u5DF2\u8FDE\u63A5\u7684\u5B50\u4F1A\u8BDD\u3002',
42487
+ "pipe.send.connectionClosed": '\u5230 "{targetName}" \u7684\u8FDE\u63A5\u5DF2\u5173\u95ED\u3002\u4F7F\u7528 /detach {targetName} \u540E\u91CD\u65B0\u8FDE\u63A5\u3002',
42488
+ "pipe.send.sent": '\u5DF2\u53D1\u9001\u5230 "{targetName}": {message}',
42489
+ "pipe.send.failed": '\u53D1\u9001\u5230 "{targetName}" \u5931\u8D25: {error}',
42490
+ "pipe.attach.usage": `\u7528\u6CD5: /attach <pipe-name>
42491
+ \u4F7F\u7528 /pipes \u5217\u51FA\u53EF\u7528 pipe\u3002`,
42492
+ "pipe.attach.alreadyAttached": '\u5DF2\u8FDE\u63A5\u5230 "{targetName}"\u3002',
42493
+ "pipe.attach.cannotAttachControlled": "\u65E0\u6CD5\u8FDE\u63A5: \u8BE5\u5B50\u4F1A\u8BDD\u5F53\u524D\u7531\u4E00\u4E2A master \u63A7\u5236\u3002\u8BF7\u5148\u5C06\u5176\u4ECE master \u65AD\u5F00\u3002",
42494
+ "pipe.attach.connectFailed": '\u8FDE\u63A5\u5230 "{targetName}"{endpoint} \u5931\u8D25: {error}',
42495
+ "pipe.attach.timeout": '\u8FDE\u63A5\u5230 "{targetName}" \u8D85\u65F6\uFF085 \u79D2\u5185\u65E0\u54CD\u5E94\uFF09\u3002',
42496
+ "pipe.attach.attachedAsMaster": `\u5DF2\u4F5C\u4E3A master \u8FDE\u63A5\u5230 "{targetName}"\u3002\u6B63\u5728\u76D1\u63A7 {slaveCount} \u4E2A\u5B50\u4F1A\u8BDD\u3002
42497
+ \u4F7F\u7528 /send {targetName} <message> \u53D1\u9001\u4EFB\u52A1\u3002
42498
+ \u4F7F\u7528 /status \u67E5\u770B\u6240\u6709\u5DF2\u8FDE\u63A5\u7684\u5B50\u4F1A\u8BDD\u3002
42499
+ \u4F7F\u7528 /detach {targetName} \u65AD\u5F00\u8FDE\u63A5\u3002`,
42500
+ "pipe.attach.rejected": '\u8FDE\u63A5\u5230 "{targetName}" \u88AB\u62D2\u7EDD: {reason}',
42501
+ "pipe.detach.notAttachedAny": "\u672A\u8FDE\u63A5\u5230\u4EFB\u4F55 CLI\u3002",
42502
+ "pipe.detach.controlledByMaster": "\u8BE5\u5B50\u4F1A\u8BDD\u7531\u4E00\u4E2A master \u63A7\u5236\u3002\u5FC5\u987B\u7531 master \u65AD\u5F00\u3002",
42503
+ "pipe.detach.notAttached": '\u672A\u8FDE\u63A5\u5230 "{targetName}"\u3002\u4F7F\u7528 /status \u67E5\u770B\u5DF2\u8FDE\u63A5\u7684\u5B50\u4F1A\u8BDD\u3002',
42504
+ "pipe.detach.detached": '\u5DF2\u4ECE "{targetName}" \u65AD\u5F00\u3002',
42505
+ "pipe.detach.detachedAll": "\u5DF2\u4ECE {count} \u4E2A\u5B50\u4F1A\u8BDD\u65AD\u5F00: {names}\u3002\u8FD4\u56DE main \u6A21\u5F0F\u3002",
42506
+ "pipe.status.mainNotConnected": `Main \u6A21\u5F0F \u2014 \u672A\u8FDE\u63A5\u5230\u4EFB\u4F55 CLI\u3002
42507
+ \u4F7F\u7528 /attach <pipe-name> \u8FDE\u63A5\u5230\u4E00\u4E2A\u5B50\u4F1A\u8BDD\u3002`,
42508
+ "pipe.status.controlledByMaster": `{role} \u6A21\u5F0F \u2014 \u7531 "{attachedBy}" \u63A7\u5236\u3002
42509
+ \u6240\u6709\u4F1A\u8BDD\u6570\u636E\u6B63\u5728\u4E0A\u62A5\u7ED9 master\u3002`,
42510
+ "pipe.status.masterNoSubs": `Master \u6A21\u5F0F\uFF0C\u4F46\u6CA1\u6709\u8FDE\u63A5\u4EFB\u4F55\u5B50\u4F1A\u8BDD\u3002
42511
+ \u4F7F\u7528 /attach <pipe-name> \u8FDB\u884C\u8FDE\u63A5\u3002`,
42512
+ "pipe.status.masterHeader": "Master \u6A21\u5F0F \u2014 \u5DF2\u8FDE\u63A5 {count} \u4E2A\u5B50\u4F1A\u8BDD:",
42513
+ "pipe.status.slaveStatus": " \u72B6\u6001: {status} ({connected})",
42514
+ "pipe.status.slaveConnected": " \u8FDE\u63A5\u65F6\u95F4: {time}",
42515
+ "pipe.status.slaveHistory": " \u5386\u53F2: {count} \u6761\u8BB0\u5F55",
42516
+ "pipe.status.commandsHeader": "\u547D\u4EE4:",
42517
+ "pipe.status.cmdSend": " /send <name> <msg> \u2014 \u5411\u5B50\u4F1A\u8BDD\u53D1\u9001\u4EFB\u52A1",
42518
+ "pipe.status.cmdHistory": " /history <name> \u2014 \u67E5\u770B\u5B50\u4F1A\u8BDD\u8BB0\u5F55",
42519
+ "pipe.status.cmdDetach": " /detach [name] \u2014 \u65AD\u5F00\u5B50\u4F1A\u8BDD\uFF08\u6216\u5168\u90E8\uFF09",
42520
+ "pipe.claimMain.noServer": "Pipe \u670D\u52A1\u672A\u542F\u52A8\u3002\u65E0\u6CD5\u58F0\u660E main\u3002",
42521
+ "pipe.claimMain.alreadyMain": "\u5F53\u524D\u5B9E\u4F8B\u5DF2\u7ECF\u662F main\u3002\u65E0\u9700\u66F4\u6539\u3002",
42522
+ "pipe.claimMain.success": "\u5DF2\u6210\u529F\u58F0\u660E main \u89D2\u8272\u3002",
42523
+ "pipe.claimMain.machineId": "\u673A\u5668 ID: {id}",
42524
+ "pipe.claimMain.pipe": "Pipe: {pipe}",
42525
+ "pipe.claimMain.previousMain": "\u4E0A\u4E00\u4E2A main \u673A\u5668: {id}",
42526
+ "pipe.claimMain.subsBound": "\u6240\u6709\u73B0\u6709\u5B50\u4F1A\u8BDD\u73B0\u5DF2\u7ED1\u5B9A\u5230\u5F53\u524D\u5B9E\u4F8B\u3002",
42527
+ "pipe.claimMain.usePipes": "\u4F7F\u7528 /pipes \u8FDB\u884C\u9A8C\u8BC1\u3002"
42528
+ };
42529
+ });
42530
+
42386
42531
  // locales/zh-CN/tools.ts
42387
42532
  var tools_default2;
42388
42533
  var init_tools2 = __esm(() => {
@@ -42398,7 +42543,7 @@ var init_tools2 = __esm(() => {
42398
42543
  "tools.ConfigTool.settings.preferredNotifChannel.description": "\u9996\u9009\u901A\u77E5\u6E20\u9053",
42399
42544
  "tools.ConfigTool.settings.autoCompactEnabled.description": "\u4E0A\u4E0B\u6587\u6EE1\u65F6\u81EA\u52A8\u538B\u7F29",
42400
42545
  "tools.ConfigTool.settings.autoMemoryEnabled.description": "\u542F\u7528\u81EA\u52A8\u8BB0\u5FC6",
42401
- "tools.ConfigTool.settings.autoDreamEnabled.description": "\u542F\u7528\u540E\u53F0\u8BB0\u5FC6\u6574\u7406",
42546
+ "tools.ConfigTool.settings.autoDreamEnabled.description": "\u542F\u7528\u540E\u53F0\u8BB0\u5FC6\u6574\u5408",
42402
42547
  "tools.ConfigTool.settings.fileCheckpointingEnabled.description": "\u542F\u7528\u6587\u4EF6\u68C0\u67E5\u70B9\uFF08\u4EE3\u7801\u56DE\u9000\uFF09",
42403
42548
  "tools.ConfigTool.settings.showTurnDuration.description": '\u54CD\u5E94\u540E\u663E\u793A\u8017\u65F6\u6D88\u606F\uFF08\u5982"\u8017\u65F6 1 \u5206 6 \u79D2"\uFF09',
42404
42549
  "tools.ConfigTool.settings.terminalProgressBarEnabled.description": "\u5728\u652F\u6301\u7684\u7EC8\u7AEF\u4E2D\u663E\u793A OSC 9;4 \u8FDB\u5EA6\u6307\u793A\u5668",
@@ -42418,7 +42563,7 @@ var init_tools2 = __esm(() => {
42418
42563
  "tools.CronCreateTool.description": "\u8C03\u5EA6\u4E00\u4E2A prompt \u5728\u672A\u6765\u8FD0\u884C\u2014\u2014\u53EF\u4EE5\u662F\u6309 cron \u8BA1\u5212\u91CD\u590D\u6267\u884C\uFF0C\u4E5F\u53EF\u4EE5\u662F\u5355\u6B21\u6267\u884C\u3002",
42419
42564
  "tools.CronDeleteTool.description": "\u6309 ID \u53D6\u6D88\u5DF2\u8BA1\u5212\u7684 cron \u4EFB\u52A1",
42420
42565
  "tools.CronListTool.description": "\u5217\u51FA\u5DF2\u8BA1\u5212\u7684 cron \u4EFB\u52A1",
42421
- "tools.CtxInspectTool.description": "\u68C0\u67E5\u5F53\u524D\u4E0A\u4E0B\u6587\u7A97\u53E3\u5185\u5BB9\u548C\u4EE4\u724C\u4F7F\u7528\u60C5\u51B5",
42566
+ "tools.CtxInspectTool.description": "\u68C0\u67E5\u5F53\u524D\u4E0A\u4E0B\u6587\u7A97\u53E3\u5185\u5BB9\u548C token \u4F7F\u7528\u60C5\u51B5",
42422
42567
  "tools.DiscoverSkillsTool.description": "\u901A\u8FC7\u63CF\u8FF0\u4F60\u60F3\u505A\u4EC0\u4E48\u6765\u641C\u7D22\u76F8\u5173\u6280\u80FD",
42423
42568
  "tools.EnterPlanModeTool.description": "\u8FDB\u5165\u8BA1\u5212\u6A21\u5F0F\u4EE5\u83B7\u53D6\u8BBE\u8BA1\u6279\u51C6",
42424
42569
  "tools.EnterWorktreeTool.description": "\u521B\u5EFA\u4E00\u4E2A\u72EC\u7ACB\u7684\u5DE5\u4F5C\u6811\uFF08\u901A\u8FC7 git \u6216\u914D\u7F6E\u7684\u94A9\u5B50\uFF09\u5C06\u4F1A\u8BDD\u5207\u6362\u5230\u5176\u4E2D",
@@ -42435,12 +42580,12 @@ var init_tools2 = __esm(() => {
42435
42580
  "tools.LocalMemoryRecallTool.description": "\u83B7\u53D6\u7528\u6237\u5B58\u50A8\u5728 ~/.costrict/local-memory/ \u4E2D\u7684\u672C\u5730\u8DE8\u4F1A\u8BDD\u7B14\u8BB0",
42436
42581
  "tools.LSPTool.description": "\u4E0E\u8BED\u8A00\u670D\u52A1\u5668\u534F\u8BAE (LSP) \u670D\u52A1\u5668\u4EA4\u4E92\u4EE5\u83B7\u53D6\u4EE3\u7801\u667A\u80FD\u529F\u80FD\u3002",
42437
42582
  "tools.McpAuthTool.description": "\u4E3A\u672A\u7ECF\u8EAB\u4EFD\u9A8C\u8BC1\u7684 MCP \u670D\u52A1\u5668\u542F\u52A8 OAuth \u6388\u6743\u6D41\u7A0B",
42438
- "tools.MCPTool.description": "\u901A\u8FC7\u5DF2\u8FDE\u63A5\u7684 MCP\uFF08\u6A21\u578B\u4E0A\u4E0B\u6587\u534F\u8BAE\uFF09\u670D\u52A1\u5668\u6267\u884C\u5DE5\u5177\u3002",
42583
+ "tools.MCPTool.description": "\u901A\u8FC7\u5DF2\u8FDE\u63A5\u7684 MCP \u670D\u52A1\u5668\u6267\u884C\u5DE5\u5177\u3002",
42439
42584
  "tools.MonitorTool.description": "\u542F\u52A8\u4E00\u4E2A\u957F\u65F6\u95F4\u8FD0\u884C\u7684\u540E\u53F0\u76D1\u89C6\u5668",
42440
42585
  "tools.NotebookEditTool.description": "\u66FF\u6362 Jupyter notebook \u4E2D\u7279\u5B9A\u5355\u5143\u683C\u7684\u5185\u5BB9\u3002",
42441
42586
  "tools.PowerShellTool.description": "\u8FD0\u884C PowerShell \u547D\u4EE4",
42442
42587
  "tools.ReadMcpResourceTool.description": "\u4ECE MCP \u670D\u52A1\u5668\u8BFB\u53D6\u7279\u5B9A\u8D44\u6E90\u3002",
42443
- "tools.RemoteTriggerTool.description": "\u901A\u8FC7 claude.ai CCR API \u7BA1\u7406\u5DF2\u8BA1\u5212\u7684\u8FDC\u7A0B CoStrict Agent\uFF08\u89E6\u53D1\u5668\uFF09\u3002",
42588
+ "tools.RemoteTriggerTool.description": "\u901A\u8FC7 claude.ai CCR API \u7BA1\u7406\u5DF2\u8BA1\u5212\u7684\u8FDC\u7A0B CoStrict \u4EE3\u7406\uFF08\u89E6\u53D1\u5668\uFF09\u3002",
42444
42589
  "tools.REPLTool.description": "\u5728 REPL \u73AF\u5883\u4E2D\u6267\u884C\u4EE3\u7801\uFF0C\u53EF\u8BBF\u95EE\u6240\u6709\u539F\u59CB\u5DE5\u5177",
42445
42590
  "tools.ReviewArtifactTool.description": "\u5BA1\u67E5\u4EE3\u7801\u7247\u6BB5\u3001\u6587\u6863\u6216\u5176\u4ED6\u5185\u5BB9\uFF0C\u5E76\u5E26\u6709\u5185\u8054\u6CE8\u91CA\u548C\u53CD\u9988\u3002",
42446
42591
  "tools.SearchExtraToolsTool.description": "\u6309\u540D\u79F0\u6216\u5173\u952E\u8BCD\u641C\u7D22\u5EF6\u8FDF\u5DE5\u5177\u3002",
@@ -42458,13 +42603,13 @@ var init_tools2 = __esm(() => {
42458
42603
  "tools.TaskOutputTool.description": "[\u5DF2\u5F03\u7528]\u2014\u2014\u5EFA\u8BAE\u4F7F\u7528 Read \u5DE5\u5177\u8BFB\u53D6\u4EFB\u52A1\u8F93\u51FA\u6587\u4EF6\u8DEF\u5F84",
42459
42604
  "tools.TaskStopTool.description": "\u6309 ID \u505C\u6B62\u6B63\u5728\u8FD0\u884C\u7684\u540E\u53F0\u4EFB\u52A1",
42460
42605
  "tools.TaskUpdateTool.description": "\u66F4\u65B0\u4EFB\u52A1\u72B6\u6001",
42461
- "tools.TeamCreateTool.description": "\u521B\u5EFA\u65B0\u56E2\u961F\u4EE5\u534F\u8C03\u591A\u4E2A Agent",
42462
- "tools.TeamDeleteTool.description": "\u6E05\u7406\u56E2\u961F\u548C\u4EFB\u52A1\u76EE\u5F55\uFF08\u5F53\u7FA4\u7EC4\u5B8C\u6210\u65F6\uFF09",
42606
+ "tools.TeamCreateTool.description": "\u521B\u5EFA\u65B0\u56E2\u961F\u4EE5\u534F\u8C03\u591A\u4E2A\u4EE3\u7406",
42607
+ "tools.TeamDeleteTool.description": "\u6E05\u7406\u56E2\u961F\u548C\u4EFB\u52A1\u76EE\u5F55\uFF08\u5F53 swarm \u5B8C\u6210\u65F6\uFF09",
42463
42608
  "tools.TerminalCaptureTool.description": "\u6355\u83B7\u7EC8\u7AEF\u9762\u677F\u7684\u8F93\u51FA",
42464
42609
  "tools.TodoWriteTool.description": "\u66F4\u65B0\u5F53\u524D\u4F1A\u8BDD\u7684\u5F85\u529E\u4E8B\u9879\u5217\u8868\u3002\u5E94\u4E3B\u52A8\u4E14\u9891\u7E41\u4F7F\u7528\u4EE5\u8DDF\u8E2A\u8FDB\u5EA6\u548C\u5F85\u529E\u4EFB\u52A1\u3002\u786E\u4FDD\u59CB\u7EC8\u81F3\u5C11\u6709\u4E00\u4E2A\u4EFB\u52A1\u5904\u4E8E\u8FDB\u884C\u4E2D\u72B6\u6001\u3002\u59CB\u7EC8\u4E3A\u6BCF\u4E2A\u4EFB\u52A1\u63D0\u4F9B content\uFF08\u7948\u4F7F\u5F62\u5F0F\uFF09\u548C activeForm\uFF08\u73B0\u5728\u8FDB\u884C\u65F6\u5F62\u5F0F\uFF09\u3002",
42465
42610
  "tools.ToolSearchTool.description": "\u83B7\u53D6\u5EF6\u8FDF\u5DE5\u5177\u7684\u5B8C\u6574\u6A21\u5F0F\u5B9A\u4E49\u4EE5\u4FBF\u8C03\u7528\u3002",
42466
42611
  "tools.UpdateTodoListCompatTool.description": "\u63A8\u8350\u7684 CoStrict \u5DE5\u5177\uFF0C\u7528\u4E8E\u4ECE markdown \u521B\u5EFA\u548C\u66F4\u65B0\u7B80\u5355\u7684\u4EFB\u52A1\u68C0\u67E5\u5217\u8868\u3002",
42467
- "tools.VaultHttpFetchTool.description": "\u4F7F\u7528\u5B58\u50A8\u5728\u7528\u6237\u52A0\u5BC6\u672C\u5730\u4FDD\u9669\u5E93\u4E2D\u7684\u5BC6\u94A5\u53D1\u8D77\u7ECF\u8FC7\u8EAB\u4EFD\u9A8C\u8BC1\u7684 HTTPS \u8BF7\u6C42\u3002",
42612
+ "tools.VaultHttpFetchTool.description": "\u4F7F\u7528\u5B58\u50A8\u5728\u7528\u6237\u52A0\u5BC6\u672C\u5730\u4FDD\u7BA1\u5E93\u4E2D\u7684\u5BC6\u94A5\u53D1\u8D77\u7ECF\u8FC7\u8EAB\u4EFD\u9A8C\u8BC1\u7684 HTTPS \u8BF7\u6C42\u3002",
42468
42613
  "tools.VerifyPlanExecutionTool.description": "\u5728\u9000\u51FA\u8BA1\u5212\u6A21\u5F0F\u4E4B\u524D\u9A8C\u8BC1\u8BA1\u5212\u662F\u5426\u6B63\u786E\u6267\u884C",
42469
42614
  "tools.WebBrowserTool.description": "\u901A\u8FC7 HTTP \u83B7\u53D6\u548C\u8BFB\u53D6\u7F51\u9875\u5185\u5BB9",
42470
42615
  "tools.WebFetchTool.description": "\u4ECE URL \u83B7\u53D6\u5185\u5BB9",
@@ -42548,14 +42693,14 @@ var init_tools2 = __esm(() => {
42548
42693
  "tools.vaulthttpfetch": "VaultHttpFetch",
42549
42694
  "tools.waiting": "\u7B49\u5F85\u4E2D",
42550
42695
  "tools.waiting_2": "\u7B49\u5F85\u4E2D",
42551
- "tools.waiting.for.team.lead.to.review.and.approve": "\u7B49\u5F85\u56E2\u961F\u8D1F\u8D23\u4EBA\u5BA1\u6838\u6279\u51C6",
42696
+ "tools.waiting.for.team.lead.to.review.and.approve": "\u7B49\u5F85\u56E2\u961F\u8D1F\u8D23\u4EBA\u5BA1\u6838\u5BA1\u6279",
42552
42697
  "tools.workflow": "\u5DE5\u4F5C\u6D41",
42553
42698
  "tools.yes.and.don": "\u662F\uFF0C\u4E0D\u518D\u8BE2\u95EE",
42554
42699
  "tools.bash.userFacingName": "Bash",
42555
- "tools.bash.sandboxedUserFacingName": "\u6C99\u7BB1Bash",
42700
+ "tools.bash.sandboxedUserFacingName": "\u6C99\u7BB1 Bash",
42556
42701
  "tools.bash.activityDescRunning": "\u6B63\u5728\u8FD0\u884C\u547D\u4EE4",
42557
42702
  "tools.bash.activityDesc": "\u6B63\u5728\u8FD0\u884C {desc}",
42558
- "tools.bash.blockedSleep": "\u5DF2\u963B\u6B62\uFF1A{pattern}\u3002\u8BF7\u5728\u540E\u53F0\u4F7F\u7528 run_in_background: true \u8FD0\u884C\u963B\u585E\u547D\u4EE4\u2014\u2014\u5B8C\u6210\u540E\u4F1A\u6536\u5230\u901A\u77E5\u3002\u5BF9\u4E8E\u6D41\u5F0F\u4E8B\u4EF6\uFF08\u76D1\u63A7\u65E5\u5FD7\u3001\u8F6E\u8BE2 API\uFF09\uFF0C\u8BF7\u4F7F\u7528 Monitor \u5DE5\u5177\u3002\u5982\u679C\u786E\u5B9E\u9700\u8981\u5EF6\u8FDF\uFF08\u9650\u901F\u3001\u523B\u610F\u653E\u7F13\uFF09\uFF0C\u8BF7\u4FDD\u6301\u5728 2 \u79D2\u4EE5\u5185\u3002",
42703
+ "tools.bash.blockedSleep": "\u5DF2\u963B\u6B62\uFF1A{pattern}\u3002\u8BF7\u5728\u540E\u53F0\u4F7F\u7528 run_in_background: true \u8FD0\u884C\u963B\u585E\u547D\u4EE4\u2014\u2014\u5B8C\u6210\u540E\u4F1A\u6536\u5230\u901A\u77E5\u3002\u5BF9\u4E8E\u6D41\u5F0F\u4E8B\u4EF6\uFF08\u76D1\u63A7\u65E5\u5FD7\u3001\u8F6E\u8BE2 API\uFF09\uFF0C\u8BF7\u4F7F\u7528 Monitor \u5DE5\u5177\u3002\u5982\u679C\u786E\u5B9E\u9700\u8981\u5EF6\u8FDF\uFF08\u901F\u7387\u9650\u5236\u3001\u523B\u610F\u653E\u7F13\uFF09\uFF0C\u8BF7\u4FDD\u6301\u5728 2 \u79D2\u4EE5\u5185\u3002",
42559
42704
  "tools.fileEdit.description": "\u7528\u4E8E\u7F16\u8F91\u6587\u4EF6\u7684\u5DE5\u5177",
42560
42705
  "tools.fileEdit.userFacingNameUpdate": "\u66F4\u65B0",
42561
42706
  "tools.fileEdit.userFacingNameUpdatedPlan": "\u66F4\u65B0\u8BA1\u5212",
@@ -42563,7 +42708,7 @@ var init_tools2 = __esm(() => {
42563
42708
  "tools.fileEdit.activityDescEditing": "\u6B63\u5728\u7F16\u8F91\u6587\u4EF6",
42564
42709
  "tools.fileEdit.activityDesc": "\u6B63\u5728\u7F16\u8F91 {summary}",
42565
42710
  "tools.fileRead.userFacingNameReadingPlan": "\u6B63\u5728\u8BFB\u53D6\u8BA1\u5212",
42566
- "tools.fileRead.userFacingNameReadAgentOutput": "\u8BFB\u53D6 Agent \u8F93\u51FA",
42711
+ "tools.fileRead.userFacingNameReadAgentOutput": "\u8BFB\u53D6\u4EE3\u7406\u8F93\u51FA",
42567
42712
  "tools.fileRead.userFacingNameRead": "\u8BFB\u53D6",
42568
42713
  "tools.fileRead.activityDescReading": "\u6B63\u5728\u8BFB\u53D6\u6587\u4EF6",
42569
42714
  "tools.fileRead.activityDesc": "\u6B63\u5728\u8BFB\u53D6 {summary}",
@@ -42674,15 +42819,15 @@ var init_errors3 = __esm(() => {
42674
42819
  "errors.localVault.valueTooLarge": "LocalVault: \u673A\u5BC6\u503C\u8FC7\u5927 ({bytes} \u5B57\u8282)\u3002\u6700\u5927\u5141\u8BB8 {max} \u5B57\u8282 ({maxKB} KB)\u3002\u5927\u578B\u6570\u636E\u8BF7\u4F7F\u7528\u5916\u90E8\u5B58\u50A8\u3002",
42675
42820
  "errors.localVault.keyEmpty": "\u5BC6\u94A5\u4E0D\u80FD\u4E3A\u7A7A",
42676
42821
  "errors.localVault.keychainUnavailable": "[LocalVault] \u64CD\u4F5C\u7CFB\u7EDF\u5BC6\u94A5\u94FE\u4E0D\u53EF\u7528\uFF0C\u56DE\u9000\u5230\u52A0\u5BC6\u6587\u4EF6\u3002\u8BF7\u5B89\u88C5\u5E73\u53F0\u5BC6\u94A5\u94FE\u6216\u8BBE\u7F6E CLAUDE_LOCAL_VAULT_PASSPHRASE \u73AF\u5883\u53D8\u91CF\u3002",
42677
- "errors.localVault.windowsPerm": 'LocalVault\uFF1A\u65E0\u6CD5\u5728 Windows \u4E0A\u8BBE\u7F6E\u5BC6\u7801\u6587\u4EF6\u6743\u9650\u3002\u4E3A\u4FDD\u62A4\u4FDD\u9669\u5E93\uFF0C\u8BF7\u8BBE\u7F6E CLAUDE_LOCAL_VAULT_PASSPHRASE \u73AF\u5883\u53D8\u91CF\u800C\u975E\u4F9D\u8D56\u5BC6\u7801\u6587\u4EF6\u3002\u8FD0\u884C\uFF1Aicacls "%USERPROFILE%\\.claude\\.local-vault-passphrase" /inheritance:r /grant:r "%USERNAME%":F',
42678
- "errors.localVault.passphraseGenerated": "[LocalVault] \u5DF2\u751F\u6210\u65B0\u7684\u5BC6\u7801\u6587\u4EF6: {path} \u2014 \u8BF7\u5907\u4EFD\uFF01\u4E22\u5931\u6B64\u6587\u4EF6\u610F\u5473\u7740\u5C06\u65E0\u6CD5\u8BBF\u95EE\u60A8\u7684\u52A0\u5BC6\u4FDD\u9669\u5E93\u3002",
42822
+ "errors.localVault.windowsPerm": 'LocalVault\uFF1A\u65E0\u6CD5\u5728 Windows \u4E0A\u8BBE\u7F6E\u5BC6\u7801\u6587\u4EF6\u6743\u9650\u3002\u4E3A\u4FDD\u62A4\u4FDD\u7BA1\u5E93\uFF0C\u8BF7\u8BBE\u7F6E CLAUDE_LOCAL_VAULT_PASSPHRASE \u73AF\u5883\u53D8\u91CF\u800C\u975E\u4F9D\u8D56\u5BC6\u7801\u6587\u4EF6\u3002\u8FD0\u884C\uFF1Aicacls "%USERPROFILE%\\.claude\\.local-vault-passphrase" /inheritance:r /grant:r "%USERNAME%":F',
42823
+ "errors.localVault.passphraseGenerated": "[LocalVault] \u5DF2\u751F\u6210\u65B0\u7684\u5BC6\u7801\u6587\u4EF6: {path} \u2014 \u8BF7\u5907\u4EFD\uFF01\u4E22\u5931\u6B64\u6587\u4EF6\u610F\u5473\u7740\u5C06\u65E0\u6CD5\u8BBF\u95EE\u60A8\u7684\u52A0\u5BC6\u4FDD\u7BA1\u5E93\u3002",
42679
42824
  "errors.localVault.corruptedRecord": "\u8BB0\u5F55\u7F16\u7801\u635F\u574F",
42680
42825
  "errors.localVault.invalidIvTag": "\u65E0\u6548\u7684 IV \u6216\u6807\u7B7E\u957F\u5EA6",
42681
42826
  "errors.localVault.authTagMismatch": "\u8BA4\u8BC1\u6807\u7B7E\u4E0D\u5339\u914D \u2014 \u5BC6\u7801\u9519\u8BEF\u6216\u6570\u636E\u88AB\u7BE1\u6539",
42682
- "errors.localVault.notUtf8": "\u89E3\u5BC6\u540E\u7684\u6570\u636E\u4E0D\u662F\u6709\u6548\u7684 UTF-8 \u2014 \u4FDD\u9669\u5E93\u8BB0\u5F55\u53EF\u80FD\u5DF2\u635F\u574F",
42683
- "errors.localVault.corruptJson": "\u4FDD\u9669\u5E93\u6587\u4EF6\u635F\u574F\uFF08\u65E0\u6548\u7684 JSON\uFF09\u2014 \u8BF7\u4ECE\u5907\u4EFD\u6062\u590D",
42684
- "errors.localVault.unexpectedFormat": "\u4FDD\u9669\u5E93\u6587\u4EF6\u683C\u5F0F\u5F02\u5E38 \u2014 \u8BF7\u4ECE\u5907\u4EFD\u6062\u590D",
42685
- "errors.localVault.oldFormat": "\u4FDD\u9669\u5E93\u662F\u7528\u65E7\u683C\u5F0F\u521B\u5EFA\u7684\uFF08\u65E0 KDF \u76D0\u503C\uFF09\u3002\u8BF7\u4F7F\u7528 /local-vault set \u91CD\u65B0\u8BBE\u7F6E\u60A8\u7684\u673A\u5BC6\u6570\u636E\u4EE5\u5347\u7EA7\u5230\u5B89\u5168\u683C\u5F0F",
42827
+ "errors.localVault.notUtf8": "\u89E3\u5BC6\u540E\u7684\u6570\u636E\u4E0D\u662F\u6709\u6548\u7684 UTF-8 \u2014 \u4FDD\u7BA1\u5E93\u8BB0\u5F55\u53EF\u80FD\u5DF2\u635F\u574F",
42828
+ "errors.localVault.corruptJson": "\u4FDD\u7BA1\u5E93\u6587\u4EF6\u635F\u574F\uFF08\u65E0\u6548\u7684 JSON\uFF09\u2014 \u8BF7\u4ECE\u5907\u4EFD\u6062\u590D",
42829
+ "errors.localVault.unexpectedFormat": "\u4FDD\u7BA1\u5E93\u6587\u4EF6\u683C\u5F0F\u5F02\u5E38 \u2014 \u8BF7\u4ECE\u5907\u4EFD\u6062\u590D",
42830
+ "errors.localVault.oldFormat": "\u4FDD\u7BA1\u5E93\u662F\u7528\u65E7\u683C\u5F0F\u521B\u5EFA\u7684\uFF08\u65E0 KDF \u76D0\u503C\uFF09\u3002\u8BF7\u4F7F\u7528 /local-vault set \u91CD\u65B0\u8BBE\u7F6E\u60A8\u7684\u673A\u5BC6\u6570\u636E\u4EE5\u5347\u7EA7\u5230\u5B89\u5168\u683C\u5F0F",
42686
42831
  "friendlyError.hint.login": "\u8FD0\u884C /login \u91CD\u65B0\u8BA4\u8BC1\uFF0C\u6216\u68C0\u67E5 COSTRICT_API_KEY \u73AF\u5883\u53D8\u91CF\u3002",
42687
42832
  "friendlyError.hint.retry": "\u8BF7\u7A0D\u7B49\u51E0\u79D2\u540E\u91CD\u8BD5\u3002\u5982\u679C\u95EE\u9898\u6301\u7EED\uFF0C\u8BF7\u68C0\u67E5\u7F51\u7EDC\u6216\u8FD0\u884C /doctor\u3002",
42688
42833
  "friendlyError.hint.compact": "\u8FD0\u884C /compact \u538B\u7F29\u5386\u53F2\u8BB0\u5F55\uFF0C\u6216\u8FD0\u884C /clear \u91CD\u65B0\u5F00\u59CB\u3002",
@@ -42750,7 +42895,7 @@ var init_errors3 = __esm(() => {
42750
42895
  "errors.acp.option.reject": "\u62D2\u7EDD",
42751
42896
  "errors.acp.option.yesAutoMode": '\u662F\uFF0C\u5E76\u4F7F\u7528 "auto" \u6A21\u5F0F',
42752
42897
  "errors.acp.option.yesAutoAcceptEdits": "\u662F\uFF0C\u5E76\u81EA\u52A8\u63A5\u53D7\u7F16\u8F91",
42753
- "errors.acp.option.yesManuallyApprove": "\u662F\uFF0C\u5E76\u624B\u52A8\u6279\u51C6\u7F16\u8F91",
42898
+ "errors.acp.option.yesManuallyApprove": "\u662F\uFF0C\u5E76\u624B\u52A8\u5BA1\u6279\u7F16\u8F91",
42754
42899
  "errors.acp.option.noKeepPlanning": "\u5426\uFF0C\u7EE7\u7EED\u89C4\u5212",
42755
42900
  "errors.acp.option.yesBypassPermissions": "\u662F\uFF0C\u5E76\u7ED5\u8FC7\u6743\u9650",
42756
42901
  "errors.mcp.requiresPermission": "MCPTool \u9700\u8981\u6743\u9650\u3002",
@@ -42765,7 +42910,29 @@ var init_errors3 = __esm(() => {
42765
42910
  "errors.gemini.noResponseBody": "Gemini API \u672A\u8FD4\u56DE\u54CD\u5E94\u4F53",
42766
42911
  "errors.gemini.ssePayloadFailed": "\u89E3\u6790 Gemini SSE \u8D1F\u8F7D\u5931\u8D25\uFF1A{error}",
42767
42912
  "errors.gemini.trailingSsePayloadFailed": "\u89E3\u6790 Gemini \u5C3E\u90E8 SSE \u8D1F\u8F7D\u5931\u8D25\uFF1A{error}",
42768
- "errors.plugins.invalidScope": '\u65E0\u6548\u7684\u4F5C\u7528\u57DF "{scope}"\u3002\u5FC5\u987B\u662F\u4EE5\u4E0B\u4E4B\u4E00\uFF1A{validScopes}'
42913
+ "errors.plugins.invalidScope": '\u65E0\u6548\u7684\u4F5C\u7528\u57DF "{scope}"\u3002\u5FC5\u987B\u662F\u4EE5\u4E0B\u4E4B\u4E00\uFF1A{validScopes}',
42914
+ "errors.print.executionError": "\u6267\u884C\u9519\u8BEF",
42915
+ "errors.print.maxTurns": `\u9519\u8BEF: \u5DF2\u8FBE\u5230\u6700\u5927\u8F6E\u6570\uFF08{maxTurns}\uFF09\u3002
42916
+ \u63D0\u793A: \u4F7F\u7528 --max-turns \u63D0\u9AD8\u4E0A\u9650\uFF0C\u6216\u5728\u65B0\u7684\u4F1A\u8BDD\u4E2D\u7EE7\u7EED\u3002`,
42917
+ "errors.print.maxBudgetUsd": "\u9519\u8BEF: \u5DF2\u8D85\u51FA USD \u9884\u7B97\uFF08${maxBudgetUsd}\uFF09\u3002\n\u63D0\u793A: \u4F7F\u7528 --max-budget-usd \u63D0\u9AD8\u4E0A\u9650\uFF0C\u6216\u5F00\u542F\u65B0\u7684\u4F1A\u8BDD\u7EE7\u7EED\u3002",
42918
+ "errors.print.maxStructuredOutputRetries": `\u9519\u8BEF: \u5728\u8FBE\u5230\u6700\u5927\u91CD\u8BD5\u6B21\u6570\u540E\u4ECD\u672A\u80FD\u63D0\u4F9B\u6709\u6548\u7684\u7ED3\u6784\u5316\u8F93\u51FA\u3002
42919
+ \u63D0\u793A: \u7B80\u5316\u4F60\u7684 schema\uFF0C\u6216\u68C0\u67E5\u8F93\u51FA\u683C\u5F0F\u662F\u5426\u4E0E\u9884\u671F\u7ED3\u6784\u5339\u914D\u3002`,
42920
+ "security.commandContains": "\u547D\u4EE4\u5305\u542B {message}",
42921
+ "security.commandSubstitution": "\u547D\u4EE4\u66FF\u6362 $()",
42922
+ "security.processSubIn": "\u8FDB\u7A0B\u66FF\u6362 <()",
42923
+ "security.processSubOut": "\u8FDB\u7A0B\u66FF\u6362 >()",
42924
+ "security.zshProcessSub": "Zsh \u8FDB\u7A0B\u66FF\u6362 =()",
42925
+ "security.zshEqualsExpansion": "Zsh \u7B49\u53F7\u5C55\u5F00",
42926
+ "security.paramExpansion": "\u53C2\u6570\u5C55\u5F00 ${}",
42927
+ "security.legacyArithExpansion": "\u65E7\u5F0F\u7B97\u672F\u5C55\u5F00 $[]",
42928
+ "security.zshParamExpansion": "Zsh \u98CE\u683C\u53C2\u6570\u5C55\u5F00",
42929
+ "security.zshGlobQualifier": "Zsh \u98CE\u683C\u901A\u914D\u9650\u5B9A",
42930
+ "security.zshGlobExec": "Zsh \u542B\u547D\u4EE4\u6267\u884C\u7684\u901A\u914D\u9650\u5B9A",
42931
+ "security.zshAlwaysBlock": "Zsh always \u5757",
42932
+ "security.powershellComment": "PowerShell \u6CE8\u91CA\u8BED\u6CD5",
42933
+ "security.backtickSubstitution": "\u53CD\u5F15\u53F7\u547D\u4EE4\u66FF\u6362",
42934
+ "security.powershellSubexpressions": "\u5B50\u8868\u8FBE\u5F0F $()",
42935
+ "security.powershellExpandableStrings": "\u53EF\u6269\u5C55\u5B57\u7B26\u4E32\u542B\u5D4C\u5165\u5F0F\u8868\u8FBE\u5F0F"
42769
42936
  };
42770
42937
  });
42771
42938
 
@@ -42971,8 +43138,8 @@ var init_ui_repl2 = __esm(() => {
42971
43138
  "repl.streamingDots": "...",
42972
43139
  "repl.this.conversation.is.from.a.different.directory": "\u6B64\u5BF9\u8BDD\u6765\u81EA\u4E0D\u540C\u7684\u76EE\u5F55\u3002",
42973
43140
  "repl.to.resume.run": "\u8981\u6062\u590D\uFF0C\u8FD0\u884C\uFF1A",
42974
- "repl.toolApproval": "\u662F\u5426\u6279\u51C6\u5DE5\u5177\u4F7F\u7528\uFF1F",
42975
- "repl.toolDenied": "\u5DE5\u5177\u4F7F\u7528\u88AB\u62D2\u7EDD",
43141
+ "repl.toolApproval": "\u662F\u5426\u6388\u6743\u6B64\u5DE5\u5177\u8C03\u7528\uFF1F",
43142
+ "repl.toolDenied": "\u5DE5\u5177\u8C03\u7528\u88AB\u62D2\u7EDD",
42976
43143
  "repl.updateFailed": "\u81EA\u52A8\u66F4\u65B0\u5931\u8D25 \xB7 \u5C1D\u8BD5 /status",
42977
43144
  "repl.updateInstalled": "\u66F4\u65B0\u5DF2\u5B89\u88C5 \xB7 \u91CD\u542F\u4EE5\u66F4\u65B0",
42978
43145
  "repl.verbose": "\u8BE6\u7EC6\u6A21\u5F0F",
@@ -42983,11 +43150,11 @@ var init_ui_repl2 = __esm(() => {
42983
43150
  "repl.transcript.showAll": "\u5C55\u5F00\u5168\u90E8",
42984
43151
  "repl.transcript.collapse": "\u6298\u53E0",
42985
43152
  "repl.worktreeCreationSlow": '\u5DE5\u4F5C\u6811\u521B\u5EFA\u8017\u65F6 {secs} \u79D2\u3002\u5BF9\u4E8E\u5927\u578B\u4ED3\u5E93\uFF0C\u8BF7\u5728 .costrict/settings.json \u4E2D\u8BBE\u7F6E `worktree.sparsePaths` \u4EC5\u68C0\u51FA\u6240\u9700\u76EE\u5F55 \u2014 \u4F8B\u5982 `{"worktree": {"sparsePaths": ["src", "packages/foo"]}}`\u3002',
42986
- "repl.sandboxRequired": "\u9519\u8BEF\uFF1A\u9700\u8981\u6C99\u7BB1\u4F46\u4E0D\u53EF\u7528\uFF1A{reason}",
43153
+ "repl.sandboxRequired": "\u9519\u8BEF\uFF1A\u9700\u8981\u6C99\u7BB1\u4F46\u4E0D\u53EF\u7528\uFF1A{reason}\u3002\u8BF7\u5728 .costrict/settings.json \u4E2D\u914D\u7F6E sandbox\uFF0C\u6216\u5C06 sandbox.failIfUnavailable \u8BBE\u4E3A false \u8DF3\u8FC7\u6C99\u7BB1\u3002",
42987
43154
  "repl.sandboxFailIfUnavailable": "\u5DF2\u8BBE\u7F6E sandbox.failIfUnavailable \u2014 \u62D2\u7EDD\u5728\u6CA1\u6709\u53EF\u7528\u6C99\u7BB1\u60C5\u51B5\u4E0B\u542F\u52A8\u3002",
42988
43155
  "repl.sandboxDisabled": "\u6C99\u7BB1\u5DF2\u7981\u7528",
42989
- "repl.slaveRequestFailed": "\u4ECE\u5C5E\u8BF7\u6C42\u5931\u8D25",
42990
- "repl.slaveRequestInterrupted": "\u5DE5\u4F5C\u8BF7\u6C42\u5728\u5B8C\u6210\u524D\u88AB\u4E2D\u65AD\u3002",
43156
+ "repl.slaveRequestFailed": "\u5B50\u4EE3\u7406\u8BF7\u6C42\u5931\u8D25",
43157
+ "repl.slaveRequestInterrupted": "\u5B50\u4EE3\u7406\u8BF7\u6C42\u5728\u5B8C\u6210\u524D\u88AB\u4E2D\u65AD\u3002",
42991
43158
  "repl.suspended": "CoStrict \u5DF2\u6682\u505C\u3002\u8FD0\u884C `fg` \u4EE5\u6062\u590D CoStrict\u3002\n\u6CE8\u610F\uFF1ACtrl+Z \u6682\u505C CoStrict\uFF0CCtrl+_ \u64A4\u9500\u8F93\u5165\u3002",
42992
43159
  "repl.runningStopHooks": "\u6B63\u5728\u8FD0\u884C\u505C\u6B62\u94A9\u5B50",
42993
43160
  "repl.renderingMessages": "\u6B63\u5728\u6E32\u67D3 {count} \u6761\u6D88\u606F\u2026",
@@ -42996,7 +43163,7 @@ var init_ui_repl2 = __esm(() => {
42996
43163
  "repl.wroteTranscript": "\u5DF2\u5199\u5165 {path} \xB7 \u672A\u8BBE\u7F6E $VISUAL/$EDITOR",
42997
43164
  "repl.renderFailed": "\u6E32\u67D3\u5931\u8D25\uFF1A{error}",
42998
43165
  "repl.promptCancelledByUser": "\u7528\u6237\u53D6\u6D88\u4E86\u5F53\u524D\u8F93\u5165",
42999
- "repl.waitingForLeaderApproval": "\u7B49\u5F85 leader \u6279\u51C6\u5BF9 {host} \u7684\u7F51\u7EDC\u8BBF\u95EE",
43166
+ "repl.waitingForLeaderApproval": "\u7B49\u5F85\u4E3B\u4EE3\u7406\u5BA1\u6279\u5BF9 {host} \u7684\u7F51\u7EDC\u8BBF\u95EE",
43000
43167
  "repl.messageSniped": "\u8BE5\u6D88\u606F\u5DF2\u4E0D\u518D\u4F4D\u4E8E\u6D3B\u52A8\u4E0A\u4E0B\u6587\u4E2D\uFF08\u5DF2\u88AB\u88C1\u526A\u6216\u538B\u7F29\u79FB\u9664\uFF09\u3002\u8BF7\u9009\u62E9\u66F4\u8FD1\u671F\u7684\u6D88\u606F\u3002",
43001
43168
  "repl.conversationSummarized": "\u5BF9\u8BDD\u5DF2\u603B\u7ED3\uFF08{shortcut} \u67E5\u770B\u5386\u53F2\uFF09",
43002
43169
  "repl.shortcutsHint": "? \u67E5\u770B\u5FEB\u6377\u952E"
@@ -43009,7 +43176,7 @@ var init_cli2 = __esm(() => {
43009
43176
  cli_default2 = {
43010
43177
  "cli.argument.exportOutput": "\u5BFC\u51FA\u6587\u672C\u7684\u8F93\u51FA\u6587\u4EF6\u8DEF\u5F84",
43011
43178
  "cli.argument.prompt": "\u4F60\u7684\u63D0\u793A\u8BCD",
43012
- "cli.cmd.agents": "\u5217\u51FA\u5DF2\u914D\u7F6E\u7684 Agent",
43179
+ "cli.cmd.agents": "\u5217\u51FA\u5DF2\u914D\u7F6E\u7684\u4EE3\u7406",
43013
43180
  "cli.cmd.auth": "\u7BA1\u7406\u8BA4\u8BC1",
43014
43181
  "cli.cmd.autoMode": "\u67E5\u770B\u81EA\u52A8\u6A21\u5F0F\u5206\u7C7B\u5668\u914D\u7F6E",
43015
43182
  "cli.cmd.autoModeConfig": "\u4EE5 JSON \u683C\u5F0F\u8F93\u51FA\u6709\u6548\u7684\u81EA\u52A8\u6A21\u5F0F\u914D\u7F6E",
@@ -43085,11 +43252,11 @@ var init_cli2 = __esm(() => {
43085
43252
  "cli.option.addDir": "\u989D\u5916\u7684 CLAUDE.md \u641C\u7D22\u76EE\u5F55",
43086
43253
  "cli.option.advisor": "\u542F\u7528\u670D\u52A1\u7AEF advisor \u5DE5\u5177\u5E76\u6307\u5B9A\u6A21\u578B\uFF08\u522B\u540D\u6216\u5B8C\u6574 ID\uFF09",
43087
43254
  "cli.option.afk": "[SF-ONLY] \u5DF2\u5F03\u7528\u7684 --permission-mode auto \u522B\u540D",
43088
- "cli.option.agent": "\u4F7F\u7528\u7684 Agent \u540D\u79F0",
43255
+ "cli.option.agent": "\u4F7F\u7528\u7684\u4EE3\u7406\u540D\u79F0",
43089
43256
  "cli.option.agentColor": "\u961F\u53CB UI \u989C\u8272",
43090
43257
  "cli.option.agentId": "\u961F\u53CB agent ID",
43091
43258
  "cli.option.agentName": "\u961F\u53CB\u663E\u793A\u540D\u79F0",
43092
- "cli.option.agentTeams": "\u5F3A\u5236\u4F7F\u7528\u591A\u4EE3\u7406\u6A21\u5F0F",
43259
+ "cli.option.agentTeams": "\u5F3A\u5236 CoStrict \u4F7F\u7528\u591A\u4EE3\u7406\u6A21\u5F0F",
43093
43260
  "cli.option.agentType": "\u6B64\u961F\u53CB\u7684\u81EA\u5B9A\u4E49 agent \u7C7B\u578B",
43094
43261
  "cli.option.agents": `\u5B9A\u4E49\u81EA\u5B9A\u4E49\u4EE3\u7406\u7684 JSON \u5BF9\u8C61\uFF08\u4F8B\u5982 '{"reviewer": {"description": "Reviews code", "prompt": "You are a code reviewer"}}'\uFF09`,
43095
43262
  "cli.option.all": "\u5E94\u7528\u5230\u6240\u6709\uFF08\u4F8B\u5982\u7981\u7528\u6240\u6709\u63D2\u4EF6\uFF09",
@@ -43101,7 +43268,7 @@ var init_cli2 = __esm(() => {
43101
43268
  "cli.option.assistant": "\u5F3A\u5236\u4F7F\u7528 assistant \u6A21\u5F0F\uFF08Agent SDK daemon \u4F7F\u7528\uFF09",
43102
43269
  "cli.option.authToken": "\u7528\u4E8E\u8BA4\u8BC1\u7684 Bearer token",
43103
43270
  "cli.option.available": "\u5305\u542B\u5E02\u573A\u4E2D\u53EF\u7528\u7684\u63D2\u4EF6",
43104
- "cli.option.bare": "\u6700\u5C0F\u6A21\u5F0F\uFF1A\u8DF3\u8FC7 hooks\u3001LSP\u3001\u63D2\u4EF6\u540C\u6B65\u3001attribution\u3001\u81EA\u52A8\u8BB0\u5FC6\u3001\u540E\u53F0\u9884\u53D6\u3001keychain \u8BFB\u53D6\u548C CLAUDE.md \u81EA\u52A8\u53D1\u73B0\u3002\u8BBE\u7F6E CLAUDE_CODE_SIMPLE=1\u3002Anthropic \u8BA4\u8BC1\u4E25\u683C\u4F7F\u7528 ANTHROPIC_API_KEY \u6216\u901A\u8FC7 --settings \u7684 apiKeyHelper\uFF08OAuth \u548C keychain \u4E0D\u4F1A\u88AB\u8BFB\u53D6\uFF09\u3002\u7B2C\u4E09\u65B9 provider\uFF08Bedrock/Vertex/Foundry\uFF09\u4F7F\u7528\u5404\u81EA\u7684\u51ED\u8BC1\u3002\u6280\u80FD\u4ECD\u901A\u8FC7 /skill-name \u89E3\u6790\u3002\u53EF\u901A\u8FC7\u4EE5\u4E0B\u65B9\u5F0F\u663E\u5F0F\u63D0\u4F9B\u4E0A\u4E0B\u6587\uFF1A--system-prompt[-file]\u3001--append-system-prompt[-file]\u3001--add-dir\uFF08CLAUDE.md \u76EE\u5F55\uFF09\u3001--mcp-config\u3001--settings\u3001--agents\u3001--plugin-dir\u3002",
43271
+ "cli.option.bare": "\u6700\u5C0F\u6A21\u5F0F\uFF1A\u8DF3\u8FC7 hooks\u3001LSP\u3001\u63D2\u4EF6\u540C\u6B65\u3001attribution\u3001\u81EA\u52A8\u8BB0\u5FC6\u3001\u540E\u53F0\u9884\u53D6\u3001keychain \u8BFB\u53D6\u548C CLAUDE.md \u81EA\u52A8\u53D1\u73B0\u3002\u8BBE\u7F6E CLAUDE_CODE_SIMPLE=1\u3002\u8BA4\u8BC1\u4E25\u683C\u4F7F\u7528 ANTHROPIC_API_KEY \u6216\u901A\u8FC7 --settings \u7684 apiKeyHelper\uFF08OAuth \u548C keychain \u4E0D\u4F1A\u88AB\u8BFB\u53D6\uFF09\u3002\u7B2C\u4E09\u65B9 provider\uFF08Bedrock/Vertex/Foundry\uFF09\u4F7F\u7528\u5404\u81EA\u7684\u51ED\u8BC1\u3002\u6280\u80FD\u4ECD\u901A\u8FC7 /skill-name \u89E3\u6790\u3002\u53EF\u901A\u8FC7\u4EE5\u4E0B\u65B9\u5F0F\u663E\u5F0F\u63D0\u4F9B\u4E0A\u4E0B\u6587\uFF1A--system-prompt[-file]\u3001--append-system-prompt[-file]\u3001--add-dir\uFF08CLAUDE.md \u76EE\u5F55\uFF09\u3001--mcp-config\u3001--settings\u3001--agents\u3001--plugin-dir\u3002",
43105
43272
  "cli.option.betas": "API \u8BF7\u6C42\u4E2D\u5305\u542B\u7684 Beta \u5934\uFF08\u4EC5\u9650 API key \u7528\u6237\uFF09",
43106
43273
  "cli.option.brief": "\u542F\u7528 SendUserMessage \u5DE5\u5177\u7528\u4E8E agent \u4E0E\u7528\u6237\u901A\u4FE1",
43107
43274
  "cli.option.channels": "\u9700\u5728\u6B64\u4F1A\u8BDD\u4E2D\u6CE8\u518C\u9891\u9053\u901A\u77E5\uFF08\u5165\u7AD9\u63A8\u9001\uFF09\u7684 MCP \u670D\u52A1\u5668\u3002\u7A7A\u683C\u5206\u9694\u7684\u670D\u52A1\u5668\u540D\u79F0\u3002",
@@ -43158,7 +43325,7 @@ var init_cli2 = __esm(() => {
43158
43325
  "cli.option.maxBudgetUsd": "API \u8C03\u7528\u7684\u6700\u5927\u7F8E\u5143\u82B1\u8D39\uFF08\u4EC5\u9002\u7528\u4E8E --print\uFF09",
43159
43326
  "cli.option.maxSessions": "\u6700\u5927\u5E76\u53D1\u4F1A\u8BDD\u6570",
43160
43327
  "cli.option.maxThinkingTokens": "[\u5DF2\u5F03\u7528\uFF0C\u65B0\u7248\u6A21\u578B\u8BF7\u4F7F\u7528 --thinking] \u6700\u5927 thinking token \u6570\uFF08\u4EC5\u9002\u7528\u4E8E --print\uFF09",
43161
- "cli.option.maxTurns": "\u6700\u5927 Agent \u8F6E\u6B21",
43328
+ "cli.option.maxTurns": "\u6700\u5927\u4EE3\u7406\u8F6E\u6B21",
43162
43329
  "cli.option.mcpConfig": "\u4ECE JSON \u6587\u4EF6\u6216\u5B57\u7B26\u4E32\u52A0\u8F7D MCP \u670D\u52A1\u5668\uFF08\u7A7A\u683C\u5206\u9694\uFF09",
43163
43330
  "cli.option.mcpDebug": "[\u5DF2\u5F03\u7528\uFF0C\u8BF7\u4F7F\u7528 --debug] \u542F\u7528 MCP \u8C03\u8BD5\u6A21\u5F0F\uFF08\u663E\u793A MCP \u670D\u52A1\u5668\u9519\u8BEF\uFF09",
43164
43331
  "cli.option.messagingSocketPath": "UDS \u6D88\u606F\u670D\u52A1\u5668\u7684 Unix domain socket \u8DEF\u5F84\uFF08\u9ED8\u8BA4\u4E3A\u4E34\u65F6\u8DEF\u5F84\uFF09",
@@ -43266,7 +43433,7 @@ detached \u5F15\u64CE\u6CA1\u6709\u7528\u4E8E\u4EA4\u4E92\u8F93\u5165\u7684\u7EC
43266
43433
  `,
43267
43434
  "cli.auth.loginFailed": `\u767B\u5F55\u5931\u8D25\uFF1A
43268
43435
  `,
43269
- "cli.auth.consoleAndClaudeaiConflict": `\u9519\u8BEF\uFF1A--console \u548C --claudeai \u4E0D\u80FD\u540C\u65F6\u4F7F\u7528\u3002
43436
+ "cli.auth.consoleAndClaudeaiConflict": `\u9519\u8BEF\uFF1A--console \u548C --claudeai \u4E0D\u80FD\u540C\u65F6\u4F7F\u7528\uFF0C\u8BF7\u4E8C\u9009\u4E00\u3002
43270
43437
  `,
43271
43438
  "cli.auth.oauthScopesRequired": `\u4F7F\u7528 COSTRICT_OAUTH_REFRESH_TOKEN \u65F6\u9700\u8981\u8BBE\u7F6E COSTRICT_OAUTH_SCOPES\u3002
43272
43439
  \u5C06\u5176\u8BBE\u7F6E\u4E3A\u5237\u65B0\u4EE4\u724C\u9881\u53D1\u65F6\u7684\u8303\u56F4\uFF08\u4EE5\u7A7A\u683C\u5206\u9694\uFF09
@@ -43489,14 +43656,36 @@ detached \u5F15\u64CE\u6CA1\u6709\u7528\u4E8E\u4EA4\u4E92\u8F93\u5165\u7684\u7EC
43489
43656
  csc up \u5931\u8D25\uFF0C\u9000\u51FA\u7801 {code}`,
43490
43657
  "cli.up.completed": `
43491
43658
  csc up \u5DF2\u6210\u529F\u5B8C\u6210\u3002`,
43492
- "cli.agents.notFound": "\u672A\u627E\u5230 Agent\u3002",
43493
- "cli.agents.activeCount": `{count} \u4E2A\u6D3B\u8DC3 Agent
43659
+ "cli.agents.notFound": "\u672A\u627E\u5230\u4EE3\u7406\u3002",
43660
+ "cli.agents.activeCount": `{count} \u4E2A\u6D3B\u8DC3\u4EE3\u7406
43494
43661
  `,
43495
43662
  "cli.bg.tailWatching": `
43496
43663
  [tail] \u6B63\u5728\u76D1\u542C\u65B0\u8F93\u51FA... (Ctrl+C \u5206\u79BB)
43497
43664
  `,
43498
43665
  "cli.bg.tailDetached": `
43499
- [tail] \u5DF2\u4ECE\u4F1A\u8BDD\u5206\u79BB\u3002`
43666
+ [tail] \u5DF2\u4ECE\u4F1A\u8BDD\u5206\u79BB\u3002`,
43667
+ "cli.updateCCB.currentVersion": `\u5F53\u524D\u7248\u672C: {version}
43668
+ `,
43669
+ "cli.updateCCB.packageManager": `\u5305\u7BA1\u7406\u5668: {manager}
43670
+ `,
43671
+ "cli.updateCCB.checkingUpdates": `\u6B63\u5728\u68C0\u67E5\u66F4\u65B0...
43672
+ `,
43673
+ "cli.updateCCB.failedCheck": "\u68C0\u67E5\u66F4\u65B0\u5931\u8D25",
43674
+ "cli.updateCCB.unableFetch": `\u65E0\u6CD5\u4ECE npm registry \u83B7\u53D6\u6700\u65B0\u7248\u672C\u3002
43675
+ `,
43676
+ "cli.updateCCB.upToDate": "ccb \u5DF2\u662F\u6700\u65B0\u7248\u672C\uFF08{version}\uFF09",
43677
+ "cli.updateCCB.newVersion": `\u6709\u65B0\u7248\u672C\u53EF\u7528: {latest}\uFF08\u5F53\u524D: {current}\uFF09
43678
+ `,
43679
+ "cli.updateCCB.installing": `\u6B63\u5728\u901A\u8FC7 {manager} \u5B89\u88C5\u66F4\u65B0...
43680
+ `,
43681
+ "cli.updateCCB.successfullyUpdated": "\u5DF2\u6210\u529F\u4ECE {from} \u66F4\u65B0\u5230 {to}",
43682
+ "cli.updateCCB.updateFailed": "\u66F4\u65B0\u5931\u8D25",
43683
+ "cli.updateCCB.errorDetail": `{error}
43684
+ `,
43685
+ "cli.updateCCB.tryManual": `
43686
+ \u5C1D\u8BD5\u624B\u52A8\u66F4\u65B0\uFF1A
43687
+ `,
43688
+ "cli.updateCCB.manualCommand": " {command}"
43500
43689
  };
43501
43690
  });
43502
43691
 
@@ -43513,8 +43702,8 @@ var init_ui_components2 = __esm(() => {
43513
43702
  "components.advisor.unavailable": "\u987E\u95EE\u6682\u4E0D\u53EF\u7528",
43514
43703
  "components.after.authenticating.in.your.browser": "\u6D4F\u89C8\u5668\u8BA4\u8BC1\u5B8C\u6210\u540E",
43515
43704
  "components.again.to.exit": "\u518D\u6B21\u6309\u4EE5\u9000\u51FA",
43516
- "components.agents": "Agent",
43517
- "components.all.background.agents.stopped": "\u6240\u6709\u540E\u53F0 Agent \u5DF2\u505C\u6B62",
43705
+ "components.agents": "\u4EE3\u7406",
43706
+ "components.all.background.agents.stopped": "\u6240\u6709\u540E\u53F0\u4EE3\u7406\u5DF2\u505C\u6B62",
43518
43707
  "components.all.hooks.are.currently": "\u5F53\u524D\u6240\u6709\u94A9\u5B50\u5747",
43519
43708
  "components.allow.unsandboxed.fallback": "\u5141\u8BB8\u975E\u6C99\u7BB1\u56DE\u9000",
43520
43709
  "components.allowed": "\u5DF2\u5141\u8BB8",
@@ -43558,7 +43747,7 @@ var init_ui_components2 = __esm(() => {
43558
43747
  "components.memory.newSuffix": " (\u65B0\u5EFA)",
43559
43748
  "components.memory.openAutoFolder": "\u6253\u5F00\u81EA\u52A8\u8BB0\u5FC6\u6587\u4EF6\u5939",
43560
43749
  "components.memory.openTeamFolder": "\u6253\u5F00\u56E2\u961F\u8BB0\u5FC6\u6587\u4EF6\u5939",
43561
- "components.memory.openAgentFolder": "\u6253\u5F00 {agent} Agent \u8BB0\u5FC6",
43750
+ "components.memory.openAgentFolder": "\u6253\u5F00 {agent} \u4EE3\u7406\u8BB0\u5FC6",
43562
43751
  "components.memory.scope": "{scope} \u8303\u56F4",
43563
43752
  "components.auto-updating": "\u81EA\u52A8\u66F4\u65B0\u4E2D",
43564
43753
  "components.automatic.color": "\u81EA\u52A8\u914D\u8272",
@@ -43759,7 +43948,7 @@ var init_ui_components2 = __esm(() => {
43759
43948
  "components.loading.output.styles": "\u6B63\u5728\u52A0\u8F7D\u8F93\u51FA\u683C\u5F0F",
43760
43949
  "components.loading.preview": "\u6B63\u5728\u52A0\u8F7D\u9884\u89C8",
43761
43950
  "components.loading.session": "\u6B63\u5728\u52A0\u8F7D\u4F1A\u8BDD",
43762
- "components.local.agents": "\u672C\u5730 Agent",
43951
+ "components.local.agents": "\u672C\u5730\u4EE3\u7406",
43763
43952
  "components.location": "\u8DEF\u5F84",
43764
43953
  "components.logged.in.as": "\u5DF2\u767B\u5F55",
43765
43954
  "components.logging.to": "\u6B63\u5728\u8BB0\u5F55\u5230",
@@ -43772,7 +43961,7 @@ var init_ui_components2 = __esm(() => {
43772
43961
  "components.managed.settings.require.approval": "\u6258\u7BA1\u8BBE\u7F6E\u9700\u8981\u5BA1\u6279",
43773
43962
  "components.marketplace": "\u5E02\u573A",
43774
43963
  "components.matcher": "\u5339\u914D\u89C4\u5219",
43775
- "components.memory.consolidation": "\u8BB0\u5FC6\u6574\u7406",
43964
+ "components.memory.consolidation": "\u8BB0\u5FC6\u6574\u5408",
43776
43965
  "components.memory.updated.in": "\u8BB0\u5FC6\u5DF2\u66F4\u65B0\u4E8E",
43777
43966
  "components.message.from": "\u6D88\u606F\u6765\u81EA",
43778
43967
  "components.message.from_2": "\u6D88\u606F\u6765\u81EA",
@@ -43877,7 +44066,7 @@ var init_ui_components2 = __esm(() => {
43877
44066
  "components.referenced.pdf": "\u5F15\u7528\u7684 PDF",
43878
44067
  "components.referral.link.copied.to.clipboard": "\u63A8\u8350\u94FE\u63A5\u5DF2\u590D\u5236\u5230\u526A\u8D34\u677F",
43879
44068
  "components.reject.all": "\u5168\u90E8\u62D2\u7EDD",
43880
- "components.remote.agents": "\u8FDC\u7A0B Agent",
44069
+ "components.remote.agents": "\u8FDC\u7A0B\u4EE3\u7406",
43881
44070
  "components.remote.session.details": "\u8FDC\u7A0B\u4F1A\u8BDD\u8BE6\u60C5",
43882
44071
  "components.removing.worktree": "\u6B63\u5728\u5220\u9664\u5DE5\u4F5C\u6811",
43883
44072
  "components.rename.session": "\u91CD\u547D\u540D\u4F1A\u8BDD",
@@ -44244,8 +44433,8 @@ var init_ui_plugins2 = __esm(() => {
44244
44433
  "plugins.add.marketplace_3": "\u6DFB\u52A0\u5E02\u573A",
44245
44434
  "plugins.again.to.go.back": "\u518D\u6309\u4E00\u6B21\u8FD4\u56DE",
44246
44435
  "plugins.again.to.go.back_2": "\u518D\u6309\u4E00\u6B21\u8FD4\u56DE",
44247
- "plugins.agents": "\xB7 Agent\uFF1A",
44248
- "plugins.agents_2": "\u2022 Agent\uFF1A",
44436
+ "plugins.agents": "\xB7 \u4EE3\u7406\uFF1A",
44437
+ "plugins.agents_2": "\u2022 \u4EE3\u7406\uFF1A",
44249
44438
  "plugins.all.available.plugins.are.already.installed": "\u6240\u6709\u53EF\u7528\u63D2\u4EF6\u5DF2\u5B89\u88C5\u3002",
44250
44439
  "plugins.all.plugins.from.this.marketplace.are.already.installed": "\u6B64\u5E02\u573A\u4E2D\u7684\u6240\u6709\u63D2\u4EF6\u5DF2\u5B89\u88C5\u3002",
44251
44440
  "plugins.already.installed": "\u5DF2\u5B89\u88C5",
@@ -44303,7 +44492,8 @@ var init_ui_plugins2 = __esm(() => {
44303
44492
  "plugins.installed.and.configured": "\u5DF2\u5B89\u88C5\u5E76\u914D\u7F6E {name}",
44304
44493
  "plugins.installed.but.failed.to.save.config": "{detail}",
44305
44494
  "plugins.installed.components": "\u5DF2\u5B89\u88C5\u7EC4\u4EF6\uFF1A",
44306
- "plugins.installed.count": "\u5DF2\u5B89\u88C5 {count} \u4E2A\u63D2\u4EF6",
44495
+ "plugins.installed.count.single": "\u5DF2\u5B89\u88C5 {count} \u4E2A\u63D2\u4EF6",
44496
+ "plugins.installed.count.plural": "\u5DF2\u5B89\u88C5 {count} \u4E2A\u63D2\u4EF6",
44307
44497
  "plugins.installed.partial": "\u5DF2\u5B89\u88C5 {success}/{total} \u4E2A\u63D2\u4EF6",
44308
44498
  "plugins.installed.plugins": "\u5DF2\u5B89\u88C5\u63D2\u4EF6\uFF08",
44309
44499
  "plugins.installing": "\u6B63\u5728\u5B89\u88C5\u2026",
@@ -44350,7 +44540,6 @@ var init_ui_plugins2 = __esm(() => {
44350
44540
  "plugins.plugin.command.usage": "\u63D2\u4EF6\u547D\u4EE4\u7528\u6CD5\uFF1A",
44351
44541
  "plugins.plugin.details": "\u63D2\u4EF6\u8BE6\u60C5",
44352
44542
  "plugins.plugin.details_2": "\u63D2\u4EF6\u8BE6\u60C5",
44353
- "plugins.plugins.stateinstalledpluginslength.0": "\u5DF2\u5B89\u88C5\u63D2\u4EF6\u6570\u91CF > 0 \u4E14\uFF08",
44354
44543
  "plugins.processing": "\u5904\u7406\u4E2D\u2026",
44355
44544
  "plugins.processing_2": "\u5904\u7406\u4E2D\u2026",
44356
44545
  "plugins.processing.changes": "\u6B63\u5728\u5904\u7406\u66F4\u6539...",
@@ -44401,18 +44590,18 @@ var init_ui_plugins2 = __esm(() => {
44401
44590
  var acp_default2;
44402
44591
  var init_acp2 = __esm(() => {
44403
44592
  acp_default2 = {
44404
- "acp.server.notConnected": "\u672A\u8FDE\u63A5\u5230 Agent",
44593
+ "acp.server.notConnected": "\u672A\u8FDE\u63A5\u5230\u4EE3\u7406",
44405
44594
  "acp.server.noActiveSession": "\u6CA1\u6709\u6D3B\u8DC3\u4F1A\u8BDD",
44406
44595
  "acp.server.connectFailed": "\u8FDE\u63A5\u5931\u8D25\uFF1A{error}",
44407
44596
  "acp.server.sessionCreateFailed": "\u521B\u5EFA\u4F1A\u8BDD\u5931\u8D25\uFF1A{error}",
44408
- "acp.server.sessionListNotSupported": "\u6B64 Agent \u4E0D\u652F\u6301\u5217\u51FA\u4F1A\u8BDD",
44597
+ "acp.server.sessionListNotSupported": "\u6B64\u4EE3\u7406\u4E0D\u652F\u6301\u5217\u51FA\u4F1A\u8BDD",
44409
44598
  "acp.server.sessionListFailed": "\u5217\u51FA\u4F1A\u8BDD\u5931\u8D25\uFF1A{error}",
44410
- "acp.server.sessionLoadNotSupported": "\u6B64 Agent \u4E0D\u652F\u6301\u52A0\u8F7D\u4F1A\u8BDD",
44599
+ "acp.server.sessionLoadNotSupported": "\u6B64\u4EE3\u7406\u4E0D\u652F\u6301\u52A0\u8F7D\u4F1A\u8BDD",
44411
44600
  "acp.server.sessionLoadFailed": "\u52A0\u8F7D\u4F1A\u8BDD\u5931\u8D25\uFF1A{error}",
44412
- "acp.server.sessionResumeNotSupported": "\u6B64 Agent \u4E0D\u652F\u6301\u6062\u590D\u4F1A\u8BDD",
44601
+ "acp.server.sessionResumeNotSupported": "\u6B64\u4EE3\u7406\u4E0D\u652F\u6301\u6062\u590D\u4F1A\u8BDD",
44413
44602
  "acp.server.sessionResumeFailed": "\u6062\u590D\u4F1A\u8BDD\u5931\u8D25\uFF1A{error}",
44414
44603
  "acp.server.promptFailed": "\u63D0\u793A\u8BCD\u5904\u7406\u5931\u8D25\uFF1A{error}",
44415
- "acp.server.modelNotSupported": "\u6B64 Agent \u4E0D\u652F\u6301\u6A21\u578B\u9009\u62E9",
44604
+ "acp.server.modelNotSupported": "\u6B64\u4EE3\u7406\u4E0D\u652F\u6301\u6A21\u578B\u9009\u62E9",
44416
44605
  "acp.server.setModelFailed": "\u8BBE\u7F6E\u6A21\u578B\u5931\u8D25\uFF1A{error}",
44417
44606
  "acp.server.unauthorizedToken": "\u672A\u6388\u6743\uFF1A\u65E0\u6548\u7684 Token",
44418
44607
  "acp.server.messageTooLarge": "\u6D88\u606F\u8FC7\u5927",
@@ -44431,12 +44620,12 @@ var init_acp2 = __esm(() => {
44431
44620
  "acp.server.urlLabel": "URL\uFF1A",
44432
44621
  "acp.server.tokenConfigured": "\u5DF2\u914D\u7F6E",
44433
44622
  "acp.server.authDisabled": "\u8BA4\u8BC1\u5DF2\u7981\u7528 (--no-auth)",
44434
- "acp.server.agentLabel": "Agent\uFF1A",
44623
+ "acp.server.agentLabel": "\u4EE3\u7406\uFF1A",
44435
44624
  "acp.server.cwdLabel": "\u5DE5\u4F5C\u76EE\u5F55\uFF1A",
44436
44625
  "acp.server.pressCtrlC": "\u6309 Ctrl+C \u505C\u6B62",
44437
44626
  "acp.agent.error.sessionNotFound": "\u4F1A\u8BDD\u672A\u627E\u5230",
44438
44627
  "acp.agent.error.sessionXNotFound": "\u4F1A\u8BDD {sessionId} \u672A\u627E\u5230",
44439
- "acp.agent.error.processExited": "CoStrict Agent \u8FDB\u7A0B\u610F\u5916\u9000\u51FA\u3002\u8BF7\u542F\u52A8\u65B0\u4F1A\u8BDD\u3002",
44628
+ "acp.agent.error.processExited": "CoStrict \u4EE3\u7406\u8FDB\u7A0B\u610F\u5916\u9000\u51FA\u3002\u8BF7\u542F\u52A8\u65B0\u4F1A\u8BDD\u3002",
44440
44629
  "acp.agent.error.unknownConfigOption": "\u672A\u77E5\u914D\u7F6E\u9009\u9879\uFF1A{configId}",
44441
44630
  "acp.agent.error.invalidConfigValue": "\u914D\u7F6E\u9009\u9879 {configId} \u7684\u503C\u65E0\u6548\uFF1A{value}",
44442
44631
  "acp.agent.error.invalidMode": "\u65E0\u6548\u6A21\u5F0F\uFF1A{modeId}",
@@ -44500,7 +44689,7 @@ var init_tips2 = __esm(() => {
44500
44689
  "tips.shiftTab": "\u6309 {shortcut} \u5728\u9ED8\u8BA4\u3001\u63A5\u53D7\u7F16\u8F91\u3001\u8BA1\u5212\u3001\u81EA\u52A8\u548C\u7ED5\u8FC7\u6A21\u5F0F\u4E4B\u95F4\u5207\u6362",
44501
44690
  "tips.imagePaste": "\u4F7F\u7528 {shortcut} \u4ECE\u526A\u8D34\u677F\u7C98\u8D34\u56FE\u7247",
44502
44691
  "tips.customAgents": "\u4F7F\u7528 /agents \u4F18\u5316\u7279\u5B9A\u4EFB\u52A1\u3002\u4F8B\u5982\uFF1A\u8F6F\u4EF6\u67B6\u6784\u5E08\u3001\u4EE3\u7801\u7F16\u5199\u8005\u3001\u4EE3\u7801\u5BA1\u67E5\u8005",
44503
- "tips.agentFlag": "\u4F7F\u7528 --agent <agent_name> \u76F4\u63A5\u542F\u52A8\u4E0E\u5B50 Agent \u7684\u5BF9\u8BDD",
44692
+ "tips.agentFlag": "\u4F7F\u7528 --agent <agent_name> \u76F4\u63A5\u542F\u52A8\u4E0E\u5B50\u4EE3\u7406\u7684\u5BF9\u8BDD",
44504
44693
  "tips.desktopApp": "\u5728\u672C\u5730\u6216\u901A\u8FC7 CoStrict Web \u8FDC\u7A0B\u8FD0\u884C CoStrict",
44505
44694
  "tips.desktopShortcut": "\u4F7F\u7528 {command} \u5728 CoStrict Desktop \u4E2D\u7EE7\u7EED\u4F60\u7684\u4F1A\u8BDD",
44506
44695
  "tips.webApp": "\u5728\u4E91\u7AEF\u8FD0\u884C\u4EFB\u52A1\uFF0C\u540C\u65F6\u7EE7\u7EED\u672C\u5730\u7F16\u7801 \xB7 costrict.ai",
@@ -44512,7 +44701,7 @@ var init_tips2 = __esm(() => {
44512
44701
  {command}`,
44513
44702
  "tips.effortHighNudgeA": "\u5728\u5904\u7406\u68D8\u624B\u95EE\u9898\uFF1F{cmd} \u80FD\u7ED9\u51FA\u66F4\u597D\u7684\u9996\u6B21\u56DE\u7B54",
44514
44703
  "tips.effortHighNudgeB": "\u4F7F\u7528 {cmd} \u83B7\u5F97\u66F4\u597D\u7684\u4E00\u6B21\u6027\u7B54\u6848\u3002CoStrict \u4F1A\u5148\u4ED4\u7EC6\u601D\u8003\u3002",
44515
- "tips.subagentFanoutNudgeA": "\u8BF4\u51FA {command}\uFF0CCoStrict \u4F1A\u6D3E\u51FA\u4E00\u652F\u56E2\u961F\u3002\u6BCF\u4E2A Agent \u6DF1\u5165\u6316\u6398\uFF0C\u4E0D\u9057\u6F0F\u4EFB\u4F55\u7EC6\u8282\u3002",
44704
+ "tips.subagentFanoutNudgeA": "\u8BF4\u51FA {command}\uFF0CCoStrict \u4F1A\u6D3E\u51FA\u4E00\u652F\u56E2\u961F\u3002\u6BCF\u4E2A\u4EE3\u7406\u6DF1\u5165\u6316\u6398\uFF0C\u4E0D\u9057\u6F0F\u4EFB\u4F55\u7EC6\u8282\u3002",
44516
44705
  "tips.subagentFanoutNudgeB": "\u5BF9\u4E8E\u5927\u578B\u4EFB\u52A1\uFF0C\u544A\u8BC9 CoStrict {command}\u3002\u5B83\u4EEC\u5E76\u884C\u5DE5\u4F5C\uFF0C\u4FDD\u6301\u4E3B\u7EBF\u7A0B\u6574\u6D01\u3002",
44517
44706
  "tips.loopCommandNudgeA": "{command} \u6309\u5FAA\u73AF\u8BA1\u5212\u8FD0\u884C\u4EFB\u4F55\u63D0\u793A\u3002\u975E\u5E38\u9002\u5408\u76D1\u63A7\u90E8\u7F72\u3001\u7167\u770B PR \u6216\u8F6E\u8BE2\u72B6\u6001\u3002",
44518
44707
  "tips.loopCommandNudgeB": "\u4F7F\u7528 {cmd} \u6309\u8BA1\u5212\u8FD0\u884C\u4EFB\u4F55\u63D0\u793A\u3002\u8BBE\u7F6E\u540E\u5373\u53EF\u5FD8\u8BB0\u3002",
@@ -63681,8 +63870,8 @@ var init_credentials = __esm(() => {
63681
63870
  import { createRequire } from "module";
63682
63871
  function getVersion() {
63683
63872
  try {
63684
- if (typeof MACRO !== "undefined" && "4.2.5-beta")
63685
- return "4.2.5-beta";
63873
+ if (typeof MACRO !== "undefined" && "4.2.5")
63874
+ return "4.2.5";
63686
63875
  } catch {}
63687
63876
  try {
63688
63877
  const require2 = createRequire(import.meta.url);
@@ -215669,7 +215858,7 @@ async function fetchCoStrictModels(baseUrl, accessToken) {
215669
215858
  headers: {
215670
215859
  Authorization: `Bearer ${accessToken}`,
215671
215860
  Accept: "application/json",
215672
- "User-Agent": `csc/${"4.2.5-beta"}`
215861
+ "User-Agent": `csc/${"4.2.5"}`
215673
215862
  },
215674
215863
  signal: controller.signal
215675
215864
  });
@@ -219255,7 +219444,7 @@ var init_auth7 = __esm(() => {
219255
219444
 
219256
219445
  // src/utils/userAgent.ts
219257
219446
  function getClaudeCodeUserAgent() {
219258
- return `costrict/${"4.2.5-beta"}`;
219447
+ return `costrict/${"4.2.5"}`;
219259
219448
  }
219260
219449
 
219261
219450
  // src/utils/workloadContext.ts
@@ -219277,7 +219466,7 @@ function getUserAgent() {
219277
219466
  const clientApp = process.env.CLAUDE_AGENT_SDK_CLIENT_APP ? `, client-app/${process.env.CLAUDE_AGENT_SDK_CLIENT_APP}` : "";
219278
219467
  const workload = getWorkload();
219279
219468
  const workloadSuffix = workload ? `, workload/${workload}` : "";
219280
- return `csc/${"4.2.5-beta"}`;
219469
+ return `csc/${"4.2.5"}`;
219281
219470
  }
219282
219471
  function getMCPUserAgent() {
219283
219472
  const parts = [];
@@ -219291,7 +219480,7 @@ function getMCPUserAgent() {
219291
219480
  parts.push(`client-app/${process.env.CLAUDE_AGENT_SDK_CLIENT_APP}`);
219292
219481
  }
219293
219482
  const suffix = parts.length > 0 ? ` (${parts.join(", ")})` : "";
219294
- return `csc/${"4.2.5-beta"}${suffix}`;
219483
+ return `csc/${"4.2.5"}${suffix}`;
219295
219484
  }
219296
219485
  function getWebFetchUserAgent() {
219297
219486
  return `Claude-User (${getClaudeCodeUserAgent()}; +https://support.anthropic.com/)`;
@@ -219411,7 +219600,7 @@ var init_user = __esm(() => {
219411
219600
  deviceId,
219412
219601
  sessionId: getSessionId(),
219413
219602
  email: getEmail(),
219414
- appVersion: "4.2.5-beta",
219603
+ appVersion: "4.2.5",
219415
219604
  platform: getHostPlatformForAnalytics(),
219416
219605
  organizationUuid,
219417
219606
  accountUuid,
@@ -228911,7 +229100,7 @@ var init_metadata = __esm(() => {
228911
229100
  COMPOUND_OPERATOR_REGEX = /\s*(?:&&|\|\||[;|])\s*/;
228912
229101
  WHITESPACE_REGEX = /\s+/;
228913
229102
  getVersionBase = memoize_default(() => {
228914
- const match = "4.2.5-beta".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
229103
+ const match = "4.2.5".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
228915
229104
  return match ? match[0] : undefined;
228916
229105
  });
228917
229106
  buildEnvContext = memoize_default(async () => {
@@ -228951,9 +229140,9 @@ var init_metadata = __esm(() => {
228951
229140
  isGithubAction: isEnvTruthy(process.env.GITHUB_ACTIONS),
228952
229141
  isClaudeCodeAction: isEnvTruthy(process.env.CLAUDE_CODE_ACTION),
228953
229142
  isClaudeAiAuth: isClaudeAISubscriber(),
228954
- version: "4.2.5-beta",
229143
+ version: "4.2.5",
228955
229144
  versionBase: getVersionBase(),
228956
- buildTime: "2026-06-17T05:10:33.832Z",
229145
+ buildTime: "2026-06-18T03:39:27.400Z",
228957
229146
  deploymentEnvironment: env4.detectDeploymentEnvironment(),
228958
229147
  ...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
228959
229148
  githubEventName: process.env.GITHUB_EVENT_NAME,
@@ -229624,7 +229813,7 @@ function initialize1PEventLogging() {
229624
229813
  const platform3 = getPlatform();
229625
229814
  const attributes = {
229626
229815
  [import_semantic_conventions2.ATTR_SERVICE_NAME]: "claude-code",
229627
- [import_semantic_conventions2.ATTR_SERVICE_VERSION]: "4.2.5-beta"
229816
+ [import_semantic_conventions2.ATTR_SERVICE_VERSION]: "4.2.5"
229628
229817
  };
229629
229818
  if (platform3 === "wsl") {
229630
229819
  const wslVersion = getWslVersion();
@@ -229651,7 +229840,7 @@ function initialize1PEventLogging() {
229651
229840
  })
229652
229841
  ]
229653
229842
  });
229654
- firstPartyEventLogger = firstPartyEventLoggerProvider.getLogger("com.anthropic.claude_code.events", "4.2.5-beta");
229843
+ firstPartyEventLogger = firstPartyEventLoggerProvider.getLogger("com.anthropic.claude_code.events", "4.2.5");
229655
229844
  }
229656
229845
  async function reinitialize1PEventLoggingIfConfigChanged() {
229657
229846
  if (!is1PEventLoggingEnabled() || !firstPartyEventLoggerProvider) {
@@ -231612,7 +231801,7 @@ function t(key, paramsOrFallback, explicitFallback, langOverride) {
231612
231801
  }
231613
231802
  return result;
231614
231803
  } catch {
231615
- return explicitFallback ?? paramsOrFallback ?? key;
231804
+ return explicitFallback ?? (typeof paramsOrFallback === "string" ? paramsOrFallback : key);
231616
231805
  }
231617
231806
  }
231618
231807
  function getToolDescription(tool, fallback) {
@@ -231627,6 +231816,7 @@ var init_locales2 = __esm(() => {
231627
231816
  init_commands_help();
231628
231817
  init_commands_descriptions();
231629
231818
  init_commands_others();
231819
+ init_commands_pipe();
231630
231820
  init_tools();
231631
231821
  init_errors2();
231632
231822
  init_prompts();
@@ -231644,6 +231834,7 @@ var init_locales2 = __esm(() => {
231644
231834
  init_commands_help2();
231645
231835
  init_commands_descriptions2();
231646
231836
  init_commands_others2();
231837
+ init_commands_pipe2();
231647
231838
  init_tools2();
231648
231839
  init_errors3();
231649
231840
  init_prompts2();
@@ -231663,6 +231854,7 @@ var init_locales2 = __esm(() => {
231663
231854
  ...commands_help_default,
231664
231855
  ...commands_descriptions_default,
231665
231856
  ...commands_others_default,
231857
+ ...commands_pipe_default,
231666
231858
  ...tools_default,
231667
231859
  ...errors_default,
231668
231860
  ...prompts_default,
@@ -231682,6 +231874,7 @@ var init_locales2 = __esm(() => {
231682
231874
  ...commands_help_default2,
231683
231875
  ...commands_descriptions_default2,
231684
231876
  ...commands_others_default2,
231877
+ ...commands_pipe_default2,
231685
231878
  ...tools_default2,
231686
231879
  ...errors_default2,
231687
231880
  ...prompts_default2,
@@ -409935,7 +410128,7 @@ function getTelemetryAttributes() {
409935
410128
  attributes["session.id"] = sessionId;
409936
410129
  }
409937
410130
  if (shouldIncludeAttribute("OTEL_METRICS_INCLUDE_VERSION")) {
409938
- attributes["app.version"] = "4.2.5-beta";
410131
+ attributes["app.version"] = "4.2.5";
409939
410132
  }
409940
410133
  const oauthAccount = getOauthAccountInfo();
409941
410134
  if (oauthAccount) {
@@ -415283,16 +415476,16 @@ function validateDangerousPatterns(context4) {
415283
415476
  if (hasUnescapedChar(unquotedContent, "`")) {
415284
415477
  return {
415285
415478
  behavior: "ask",
415286
- message: "Command contains backticks (`) for command substitution"
415479
+ message: t("security.commandContains", { message: t("security.backtickSubstitution") })
415287
415480
  };
415288
415481
  }
415289
- for (const { pattern, message: message2 } of COMMAND_SUBSTITUTION_PATTERNS) {
415482
+ for (const { pattern, key: key2 } of COMMAND_SUBSTITUTION_PATTERNS) {
415290
415483
  if (pattern.test(unquotedContent)) {
415291
415484
  logEvent("tengu_bash_security_check_triggered", {
415292
415485
  checkId: BASH_SECURITY_CHECK_IDS.DANGEROUS_PATTERNS_COMMAND_SUBSTITUTION,
415293
415486
  subId: 1
415294
415487
  });
415295
- return { behavior: "ask", message: `Command contains ${message2}` };
415488
+ return { behavior: "ask", message: t("security.commandContains", { message: t(key2) }) };
415296
415489
  }
415297
415490
  }
415298
415491
  return { behavior: "passthrough", message: "No dangerous patterns" };
@@ -416235,29 +416428,30 @@ async function bashCommandIsSafeAsync_DEPRECATED(command4, onDivergence) {
416235
416428
  var HEREDOC_IN_SUBSTITUTION, COMMAND_SUBSTITUTION_PATTERNS, ZSH_DANGEROUS_COMMANDS, BASH_SECURITY_CHECK_IDS, SHELL_OPERATORS, UNICODE_WS_RE, NETWORK_DEVICE_PATH_RE, CONTROL_CHAR_RE2;
416236
416429
  var init_bashSecurity = __esm(() => {
416237
416430
  init_analytics();
416431
+ init_locales2();
416238
416432
  init_heredoc();
416239
416433
  init_ParsedCommand();
416240
416434
  init_shellQuote();
416241
416435
  HEREDOC_IN_SUBSTITUTION = /\$\(.*<</;
416242
416436
  COMMAND_SUBSTITUTION_PATTERNS = [
416243
- { pattern: /<\(/, message: "process substitution <()" },
416244
- { pattern: />\(/, message: "process substitution >()" },
416245
- { pattern: /=\(/, message: "Zsh process substitution =()" },
416437
+ { pattern: /<\(/, key: "security.processSubIn" },
416438
+ { pattern: />\(/, key: "security.processSubOut" },
416439
+ { pattern: /=\(/, key: "security.zshProcessSub" },
416246
416440
  {
416247
416441
  pattern: /(?:^|[\s;&|])=[a-zA-Z_]/,
416248
- message: "Zsh equals expansion (=cmd)"
416249
- },
416250
- { pattern: /\$\(/, message: "$() command substitution" },
416251
- { pattern: /\$\{/, message: "${} parameter substitution" },
416252
- { pattern: /\$\[/, message: "$[] legacy arithmetic expansion" },
416253
- { pattern: /~\[/, message: "Zsh-style parameter expansion" },
416254
- { pattern: /\(e:/, message: "Zsh-style glob qualifiers" },
416255
- { pattern: /\(\+/, message: "Zsh glob qualifier with command execution" },
416442
+ key: "security.zshEqualsExpansion"
416443
+ },
416444
+ { pattern: /\$\(/, key: "security.commandSubstitution" },
416445
+ { pattern: /\$\{/, key: "security.paramExpansion" },
416446
+ { pattern: /\$\[/, key: "security.legacyArithExpansion" },
416447
+ { pattern: /~\[/, key: "security.zshParamExpansion" },
416448
+ { pattern: /\(e:/, key: "security.zshGlobQualifier" },
416449
+ { pattern: /\(\+/, key: "security.zshGlobExec" },
416256
416450
  {
416257
416451
  pattern: /\}\s*always\s*\{/,
416258
- message: "Zsh always block (try/always construct)"
416452
+ key: "security.zshAlwaysBlock"
416259
416453
  },
416260
- { pattern: /<#/, message: "PowerShell comment syntax" }
416454
+ { pattern: /<#/, key: "security.powershellComment" }
416261
416455
  ];
416262
416456
  ZSH_DANGEROUS_COMMANDS = new Set([
416263
416457
  "zmodload",
@@ -443471,7 +443665,7 @@ function initLangfuse() {
443471
443665
  flushInterval: parseInt(process.env.LANGFUSE_FLUSH_INTERVAL ?? "10", 10),
443472
443666
  mask: maskFn,
443473
443667
  environment: process.env.LANGFUSE_TRACING_ENVIRONMENT ?? "development",
443474
- release: "4.2.5-beta",
443668
+ release: "4.2.5",
443475
443669
  exportMode: process.env.LANGFUSE_EXPORT_MODE ?? "batched",
443476
443670
  timeout: parseInt(process.env.LANGFUSE_TIMEOUT ?? "5", 10)
443477
443671
  });
@@ -475364,7 +475558,7 @@ function initSentry() {
475364
475558
  }
475365
475559
  init3({
475366
475560
  dsn,
475367
- release: typeof MACRO !== "undefined" ? "4.2.5-beta" : undefined,
475561
+ release: typeof MACRO !== "undefined" ? "4.2.5" : undefined,
475368
475562
  environment: typeof BUILD_ENV !== "undefined" ? BUILD_ENV : "production",
475369
475563
  maxBreadcrumbs: 20,
475370
475564
  sampleRate: 1,
@@ -503251,7 +503445,7 @@ async function initializeBetaTracing(resource) {
503251
503445
  });
503252
503446
  logs.setGlobalLoggerProvider(loggerProvider);
503253
503447
  setLoggerProvider(loggerProvider);
503254
- const eventLogger = logs.getLogger("com.anthropic.claude_code.events", "4.2.5-beta");
503448
+ const eventLogger = logs.getLogger("com.anthropic.claude_code.events", "4.2.5");
503255
503449
  setEventLogger(eventLogger);
503256
503450
  process.on("beforeExit", async () => {
503257
503451
  await loggerProvider?.forceFlush();
@@ -503291,7 +503485,7 @@ async function initializeTelemetry() {
503291
503485
  const platform5 = getPlatform();
503292
503486
  const baseAttributes = {
503293
503487
  [import_semantic_conventions29.ATTR_SERVICE_NAME]: "claude-code",
503294
- [import_semantic_conventions29.ATTR_SERVICE_VERSION]: "4.2.5-beta"
503488
+ [import_semantic_conventions29.ATTR_SERVICE_VERSION]: "4.2.5"
503295
503489
  };
503296
503490
  if (platform5 === "wsl") {
503297
503491
  const wslVersion = getWslVersion();
@@ -503336,7 +503530,7 @@ async function initializeTelemetry() {
503336
503530
  } catch {}
503337
503531
  };
503338
503532
  registerCleanup(shutdownTelemetry2);
503339
- return meterProvider2.getMeter("com.anthropic.claude_code", "4.2.5-beta");
503533
+ return meterProvider2.getMeter("com.anthropic.claude_code", "4.2.5");
503340
503534
  }
503341
503535
  const meterProvider = new import_sdk_metrics2.MeterProvider({
503342
503536
  resource,
@@ -503356,7 +503550,7 @@ async function initializeTelemetry() {
503356
503550
  });
503357
503551
  logs.setGlobalLoggerProvider(loggerProvider);
503358
503552
  setLoggerProvider(loggerProvider);
503359
- const eventLogger = logs.getLogger("com.anthropic.claude_code.events", "4.2.5-beta");
503553
+ const eventLogger = logs.getLogger("com.anthropic.claude_code.events", "4.2.5");
503360
503554
  setEventLogger(eventLogger);
503361
503555
  logForDebugging("[3P telemetry] Event logger set successfully");
503362
503556
  process.on("beforeExit", async () => {
@@ -503418,7 +503612,7 @@ Current timeout: ${timeoutMs}ms
503418
503612
  }
503419
503613
  };
503420
503614
  registerCleanup(shutdownTelemetry);
503421
- return meterProvider.getMeter("com.anthropic.claude_code", "4.2.5-beta");
503615
+ return meterProvider.getMeter("com.anthropic.claude_code", "4.2.5");
503422
503616
  }
503423
503617
  async function flushTelemetry() {
503424
503618
  const meterProvider = getMeterProvider();
@@ -504477,7 +504671,7 @@ async function installGlobalPackage(specificVersion) {
504477
504671
  logError3(new AutoUpdaterError("Another process is currently installing an update"));
504478
504672
  logEvent("tengu_auto_updater_lock_contention", {
504479
504673
  pid: process.pid,
504480
- currentVersion: "4.2.5-beta"
504674
+ currentVersion: "4.2.5"
504481
504675
  });
504482
504676
  return { status: "in_progress" };
504483
504677
  }
@@ -504486,7 +504680,7 @@ async function installGlobalPackage(specificVersion) {
504486
504680
  if (!env4.isRunningWithBun() && env4.isNpmFromWindowsPath()) {
504487
504681
  logError3(new Error("Windows NPM detected in WSL environment"));
504488
504682
  logEvent("tengu_auto_updater_windows_npm_in_wsl", {
504489
- currentVersion: "4.2.5-beta"
504683
+ currentVersion: "4.2.5"
504490
504684
  });
504491
504685
  return {
504492
504686
  status: "install_failed",
@@ -505032,7 +505226,7 @@ function detectLinuxGlobPatternWarnings() {
505032
505226
  }
505033
505227
  async function getDoctorDiagnostic() {
505034
505228
  const installationType = await getCurrentInstallationType();
505035
- const version7 = typeof MACRO !== "undefined" ? "4.2.5-beta" : "unknown";
505229
+ const version7 = typeof MACRO !== "undefined" ? "4.2.5" : "unknown";
505036
505230
  const installationPath = await getInstallationPath();
505037
505231
  const invokedBinary = getInvokedBinary();
505038
505232
  const multipleInstallations = await detectMultipleInstallations();
@@ -508078,6 +508272,8 @@ var init_defaultBindings = __esm(() => {
508078
508272
  escape: "confirm:no",
508079
508273
  y: "confirm:yes",
508080
508274
  n: "confirm:no",
508275
+ \u{662f}: "confirm:yes",
508276
+ \u{5426}: "confirm:no",
508081
508277
  up: "confirm:previous",
508082
508278
  down: "confirm:next",
508083
508279
  tab: "confirm:nextField",
@@ -543188,7 +543384,7 @@ async function setupSdkMcpClients(sdkMcpConfigs, sendMcpMessage) {
543188
543384
  const client10 = new Client3({
543189
543385
  name: "claude-code",
543190
543386
  title: "CoStrict",
543191
- version: "4.2.5-beta",
543387
+ version: "4.2.5",
543192
543388
  description: "CoStrict agentic coding tool",
543193
543389
  websiteUrl: PRODUCT_URL
543194
543390
  }, {
@@ -543559,7 +543755,7 @@ var init_client17 = __esm(() => {
543559
543755
  const client10 = new Client3({
543560
543756
  name: "claude-code",
543561
543757
  title: "CoStrict",
543562
- version: "4.2.5-beta",
543758
+ version: "4.2.5",
543563
543759
  description: "CoStrict agentic coding tool",
543564
543760
  websiteUrl: PRODUCT_URL
543565
543761
  }, {
@@ -544937,7 +545133,7 @@ function getInstallationEnv() {
544937
545133
  return;
544938
545134
  }
544939
545135
  function getClaudeCodeVersion() {
544940
- return "4.2.5-beta";
545136
+ return "4.2.5";
544941
545137
  }
544942
545138
  async function getInstalledVSCodeExtensionVersion(command4) {
544943
545139
  const { stdout } = await execFileNoThrow2(command4, ["--list-extensions", "--show-versions"], {
@@ -546301,8 +546497,8 @@ async function updateLatest(channelOrVersion, forceReinstall = false) {
546301
546497
  const maxVersion = await getMaxVersion();
546302
546498
  if (maxVersion && gt(version8, maxVersion)) {
546303
546499
  logForDebugging(`Native installer: maxVersion ${maxVersion} is set, capping update from ${version8} to ${maxVersion}`);
546304
- if (gte2("4.2.5-beta", maxVersion)) {
546305
- logForDebugging(`Native installer: current version ${"4.2.5-beta"} is already at or above maxVersion ${maxVersion}, skipping update`);
546500
+ if (gte2("4.2.5", maxVersion)) {
546501
+ logForDebugging(`Native installer: current version ${"4.2.5"} is already at or above maxVersion ${maxVersion}, skipping update`);
546306
546502
  logEvent("tengu_native_update_skipped_max_version", {
546307
546503
  latency_ms: Date.now() - startTime2,
546308
546504
  max_version: maxVersion,
@@ -546313,7 +546509,7 @@ async function updateLatest(channelOrVersion, forceReinstall = false) {
546313
546509
  version8 = maxVersion;
546314
546510
  }
546315
546511
  }
546316
- if (!forceReinstall && version8 === "4.2.5-beta" && await versionIsAvailable(version8) && await isPossibleClaudeBinary(executablePath)) {
546512
+ if (!forceReinstall && version8 === "4.2.5" && await versionIsAvailable(version8) && await isPossibleClaudeBinary(executablePath)) {
546317
546513
  logForDebugging(`Found ${version8} at ${executablePath}, skipping install`);
546318
546514
  logEvent("tengu_native_update_complete", {
546319
546515
  latency_ms: Date.now() - startTime2,
@@ -594219,8 +594415,9 @@ async function exec5(command4, abortSignal, shellType, options) {
594219
594415
  } catch {}
594220
594416
  }
594221
594417
  if (childProcess3.stdout && onStdout) {
594418
+ const stdoutDecoder = new TextDecoder("utf-8", { fatal: false });
594222
594419
  childProcess3.stdout.on("data", (chunk) => {
594223
- onStdout(typeof chunk === "string" ? chunk : chunk.toString());
594420
+ onStdout(typeof chunk === "string" ? chunk : stdoutDecoder.decode(chunk, { stream: true }));
594224
594421
  });
594225
594422
  }
594226
594423
  const nativeCwdFilePath = getPlatform() === "windows" ? posixPathToWindowsPath(cwdFilePath) : cwdFilePath;
@@ -599210,7 +599407,7 @@ function checkSubExpressions(parsed) {
599210
599407
  if (deriveSecurityFlags(parsed).hasSubExpressions) {
599211
599408
  return {
599212
599409
  behavior: "ask",
599213
- message: "Command contains subexpressions $()"
599410
+ message: t("security.commandContains", { message: t("security.powershellSubexpressions") })
599214
599411
  };
599215
599412
  }
599216
599413
  return { behavior: "passthrough" };
@@ -599219,7 +599416,7 @@ function checkExpandableStrings(parsed) {
599219
599416
  if (deriveSecurityFlags(parsed).hasExpandableStrings) {
599220
599417
  return {
599221
599418
  behavior: "ask",
599222
- message: "Command contains expandable strings with embedded expressions"
599419
+ message: t("security.commandContains", { message: t("security.powershellExpandableStrings") })
599223
599420
  };
599224
599421
  }
599225
599422
  return { behavior: "passthrough" };
@@ -599398,6 +599595,7 @@ function powershellCommandIsSafe(_command, parsed) {
599398
599595
  }
599399
599596
  var POWERSHELL_EXECUTABLES, PS_ALT_PARAM_PREFIXES, DOWNLOADER_NAMES, SAFE_SCRIPT_BLOCK_CMDLETS, SCHEDULED_TASK_CMDLETS, ENV_WRITE_CMDLETS, RUNTIME_STATE_CMDLETS, WMI_SPAWN_CMDLETS;
599400
599597
  var init_powershellSecurity = __esm(() => {
599598
+ init_locales2();
599401
599599
  init_dangerousCmdlets();
599402
599600
  init_parser12();
599403
599601
  init_clmTypes();
@@ -680540,7 +680738,7 @@ function Feedback({
680540
680738
  platform: env4.platform,
680541
680739
  gitRepo: envInfo.isGit,
680542
680740
  terminal: env4.terminal,
680543
- version: "4.2.5-beta",
680741
+ version: "4.2.5",
680544
680742
  transcript: normalizeMessagesForAPI(messages),
680545
680743
  errors: sanitizedErrors,
680546
680744
  lastApiRequest: getLastAPIRequest(),
@@ -680723,7 +680921,7 @@ function Feedback({
680723
680921
  ", ",
680724
680922
  env4.terminal,
680725
680923
  ", v",
680726
- "4.2.5-beta"
680924
+ "4.2.5"
680727
680925
  ]
680728
680926
  })
680729
680927
  ]
@@ -680820,7 +681018,7 @@ ${sanitizedDescription}
680820
681018
  ` + `**Environment Info**
680821
681019
  ` + `- Platform: ${env4.platform}
680822
681020
  ` + `- Terminal: ${env4.terminal}
680823
- ` + `- Version: ${"4.2.5-beta"}
681021
+ ` + `- Version: ${"4.2.5"}
680824
681022
  ` + `- Feedback ID: ${feedbackId}
680825
681023
  ` + `
680826
681024
  **Errors**
@@ -683039,7 +683237,7 @@ function buildPrimarySection() {
683039
683237
  children: t("settings.status.renameHint")
683040
683238
  });
683041
683239
  return [
683042
- { label: t("settings.status.version"), value: "4.2.5-beta" },
683240
+ { label: t("settings.status.version"), value: "4.2.5" },
683043
683241
  { label: t("settings.status.sessionName"), value: nameValue },
683044
683242
  { label: t("settings.status.sessionId"), value: sessionId },
683045
683243
  { label: t("settings.status.cwd"), value: getCwd() },
@@ -685859,7 +686057,7 @@ function Config({
685859
686057
  }
685860
686058
  })
685861
686059
  }) : showSubmenu === "ChannelDowngrade" ? /* @__PURE__ */ jsx_runtime191.jsx(ChannelDowngradeDialog, {
685862
- currentVersion: "4.2.5-beta",
686060
+ currentVersion: "4.2.5",
685863
686061
  onChoice: (choice) => {
685864
686062
  setShowSubmenu(null);
685865
686063
  setTabsHidden(false);
@@ -685871,7 +686069,7 @@ function Config({
685871
686069
  autoUpdatesChannel: "stable"
685872
686070
  };
685873
686071
  if (choice === "stay") {
685874
- newSettings.minimumVersion = "4.2.5-beta";
686072
+ newSettings.minimumVersion = "4.2.5";
685875
686073
  }
685876
686074
  updateSettingsForSource("userSettings", newSettings);
685877
686075
  setSettingsData((prev) => ({
@@ -691319,7 +691517,7 @@ function HelpV2({ onClose, commands: commands11 }) {
691319
691517
  color: "professionalBlue",
691320
691518
  children: [
691321
691519
  /* @__PURE__ */ jsx_runtime218.jsx(Tabs, {
691322
- title: process.env.USER_TYPE === "sf" ? "/help" : `CoStrict v${"4.2.5-beta"}`,
691520
+ title: process.env.USER_TYPE === "sf" ? "/help" : `CoStrict v${"4.2.5"}`,
691323
691521
  color: "professionalBlue",
691324
691522
  defaultTab: "general",
691325
691523
  children: tabs
@@ -775285,7 +775483,7 @@ function BrowseMarketplace({
775285
775483
  setSelectedForInstall(new Set);
775286
775484
  clearAllCaches();
775287
775485
  if (failureCount === 0) {
775288
- const message2 = `${t("plugins.installed.count", { count: successCount, plural: plural(successCount, "plugin") })}. ` + t("plugins.run.reload.plugins.to.activate");
775486
+ const message2 = `${t(successCount === 1 ? "plugins.installed.count.single" : "plugins.installed.count.plural", { count: successCount })}. ` + t("plugins.run.reload.plugins.to.activate");
775289
775487
  setResult(message2);
775290
775488
  } else if (successCount === 0) {
775291
775489
  setError(t("plugins.failed.to.install", { details: formatFailureDetails(newFailedPlugins, true) }));
@@ -777825,9 +778023,9 @@ function ManageMarketplaces({
777825
778023
  isActive: !isProcessing && internalView === "details"
777826
778024
  });
777827
778025
  use_input_default((input4) => {
777828
- if (input4 === "y" || input4 === "Y") {
778026
+ if (input4 === "y" || input4 === "Y" || input4 === "\u662F") {
777829
778027
  confirmRemove();
777830
- } else if (input4 === "n" || input4 === "N") {
778028
+ } else if (input4 === "n" || input4 === "N" || input4 === "\u5426") {
777831
778029
  setInternalView("list");
777832
778030
  setSelectedMarketplace(null);
777833
778031
  }
@@ -780041,9 +780239,9 @@ function ManagePlugins({
780041
780239
  setProcessError(e7 instanceof Error ? e7.message : String(e7));
780042
780240
  }
780043
780241
  };
780044
- if (input4 === "y" || input4 === "Y") {
780242
+ if (input4 === "y" || input4 === "Y" || input4 === "\u662F") {
780045
780243
  doUninstall(true);
780046
- } else if (input4 === "n" || input4 === "N") {
780244
+ } else if (input4 === "n" || input4 === "N" || input4 === "\u5426") {
780047
780245
  doUninstall(false);
780048
780246
  } else if (key6.escape) {
780049
780247
  setViewState("plugin-details");
@@ -783103,7 +783301,7 @@ function getAllReleaseNotes(changelogContent = getStoredChangelogFromMemory()) {
783103
783301
  return [];
783104
783302
  }
783105
783303
  }
783106
- async function checkForReleaseNotes(lastSeenVersion, currentVersion = "4.2.5-beta") {
783304
+ async function checkForReleaseNotes(lastSeenVersion, currentVersion = "4.2.5") {
783107
783305
  if (process.env.USER_TYPE === "sf") {
783108
783306
  const changelog = "";
783109
783307
  if (changelog) {
@@ -783130,7 +783328,7 @@ async function checkForReleaseNotes(lastSeenVersion, currentVersion = "4.2.5-bet
783130
783328
  releaseNotes
783131
783329
  };
783132
783330
  }
783133
- function checkForReleaseNotesSync(lastSeenVersion, currentVersion = "4.2.5-beta") {
783331
+ function checkForReleaseNotesSync(lastSeenVersion, currentVersion = "4.2.5") {
783134
783332
  if (process.env.USER_TYPE === "sf") {
783135
783333
  const changelog = "";
783136
783334
  if (changelog) {
@@ -785643,7 +785841,7 @@ function isNotLoggedIn() {
785643
785841
  return true;
785644
785842
  }
785645
785843
  function getLogoDisplayData() {
785646
- const version8 = process.env.DEMO_VERSION ?? "4.2.5-beta";
785844
+ const version8 = process.env.DEMO_VERSION ?? "4.2.5";
785647
785845
  const serverUrl = getDirectConnectServerUrl();
785648
785846
  const displayPath = process.env.DEMO_VERSION ? "/code/claude" : getDisplayPath(getCwd());
785649
785847
  const cwd2 = serverUrl ? `${displayPath} in ${serverUrl.replace(/^https?:\/\//, "")}` : displayPath;
@@ -786166,7 +786364,7 @@ var cachedSystemTheme2;
786166
786364
  // src/components/matrix-tactical/MatrixWelcome.tsx
786167
786365
  import { basename as basename47 } from "path";
786168
786366
  function MatrixWelcome({
786169
- version: version8 = "4.2.5-beta",
786367
+ version: version8 = "4.2.5",
786170
786368
  projectName,
786171
786369
  cwd: cwd2,
786172
786370
  modelDisplayName,
@@ -786801,13 +786999,13 @@ function LogoV2() {
786801
786999
  const { hasReleaseNotes } = checkForReleaseNotesSync(config12.lastReleaseNotesSeen);
786802
787000
  import_react167.useEffect(() => {
786803
787001
  const currentConfig = getGlobalConfig();
786804
- if (currentConfig.lastReleaseNotesSeen === "4.2.5-beta") {
787002
+ if (currentConfig.lastReleaseNotesSeen === "4.2.5") {
786805
787003
  return;
786806
787004
  }
786807
787005
  saveGlobalConfig((current2) => {
786808
- if (current2.lastReleaseNotesSeen === "4.2.5-beta")
787006
+ if (current2.lastReleaseNotesSeen === "4.2.5")
786809
787007
  return current2;
786810
- return { ...current2, lastReleaseNotesSeen: "4.2.5-beta" };
787008
+ return { ...current2, lastReleaseNotesSeen: "4.2.5" };
786811
787009
  });
786812
787010
  if (showOnboarding) {
786813
787011
  incrementProjectOnboardingSeenCount();
@@ -797789,7 +797987,7 @@ function AsyncAgentDetailDialog({ agent, onDone, onKillAgent, onBack }) {
797789
797987
  }
797790
797988
  };
797791
797989
  const planContent = extractTag(agent.prompt, "plan");
797792
- const displayPrompt = agent.prompt.length > 300 ? agent.prompt.substring(0, 297) + "\u2026" : agent.prompt;
797990
+ const displayPrompt = truncateToWidth(agent.prompt, 300);
797793
797991
  const tokenCount = agent.result?.totalTokens ?? agent.progress?.tokenCount;
797794
797992
  const toolUseCount = agent.result?.totalToolUseCount ?? agent.progress?.toolUseCount;
797795
797993
  const title = /* @__PURE__ */ jsx_runtime282.jsxs(ThemedText, {
@@ -797934,6 +798132,7 @@ var init_AsyncAgentDetailDialog = __esm(() => {
797934
798132
  init_Tool();
797935
798133
  init_tools5();
797936
798134
  init_format2();
798135
+ init_truncate();
797937
798136
  init_messages7();
797938
798137
  init_src();
797939
798138
  init_UserPlanMessage();
@@ -800681,8 +800880,8 @@ function meta4(s) {
800681
800880
  function formatSessionsPicker(sessions) {
800682
800881
  const rows = sessions.slice(0, PICKER_PAGE_CAP).map((s, i10) => {
800683
800882
  const idx = String(i10 + 1).padStart(2);
800684
- const title = truncateToWidth(s.title, 50).padEnd(50);
800685
- const status2 = s.status.padEnd(14);
800883
+ const title = padEndWidth(truncateToWidth(s.title, 50), 50);
800884
+ const status2 = padEndWidth(s.status, 14);
800686
800885
  const created = s.created_at.slice(0, 10);
800687
800886
  return ` ${idx}. ${title} ${status2} ${created} id=${s.id}`;
800688
800887
  });
@@ -800695,7 +800894,10 @@ function formatSessionsPicker(sessions) {
800695
800894
  ].join(`
800696
800895
  `);
800697
800896
  }
800698
- var SESSION_ID_MIN_LENGTH = 8, PICKER_PAGE_CAP = 20, callTeleport = async (onDone, context41, args) => {
800897
+ var padEndWidth = (text2, width) => {
800898
+ const w2 = stringWidth(text2);
800899
+ return w2 >= width ? text2 : text2 + " ".repeat(width - w2);
800900
+ }, SESSION_ID_MIN_LENGTH = 8, PICKER_PAGE_CAP = 20, callTeleport = async (onDone, context41, args) => {
800699
800901
  const rawArgs = args.trim();
800700
800902
  const isPrintMode = rawArgs === "--print" || rawArgs.startsWith("--print ");
800701
800903
  const sessionId = isPrintMode ? rawArgs.replace(/^--print\s*/u, "").trim() : rawArgs;
@@ -800735,18 +800937,25 @@ var SESSION_ID_MIN_LENGTH = 8, PICKER_PAGE_CAP = 20, callTeleport = async (onDon
800735
800937
  logEvent("tengu_teleport_error_bad_token", {
800736
800938
  error: meta4(msg.slice(0, 200))
800737
800939
  });
800738
- onDone(t("commands.teleport.authError", { error: msg }), { display: "system" });
800940
+ onDone(t("commands.teleport.authError", { error: msg }), {
800941
+ display: "system"
800942
+ });
800739
800943
  return null;
800740
800944
  }
800741
800945
  logEvent("tengu_teleport_events_fetch_fail", {
800742
800946
  error: meta4(msg.slice(0, 200))
800743
800947
  });
800744
- onDone(t("commands.teleport.fetchFailed", { error: msg }), { display: "system" });
800948
+ onDone(t("commands.teleport.fetchFailed", { error: msg }), {
800949
+ display: "system"
800950
+ });
800745
800951
  return null;
800746
800952
  }
800747
800953
  if (sessions.length === 0) {
800748
800954
  logEvent("tengu_teleport_null", {});
800749
- onDone(t("commands.teleport.noSessions", { domain: PRODUCT_DOMAIN, url: PRODUCT_CODE_URL }), { display: "system" });
800955
+ onDone(t("commands.teleport.noSessions", {
800956
+ domain: PRODUCT_DOMAIN,
800957
+ url: PRODUCT_CODE_URL
800958
+ }), { display: "system" });
800750
800959
  return null;
800751
800960
  }
800752
800961
  if (sessions.length >= PICKER_PAGE_CAP) {
@@ -800766,7 +800975,9 @@ var SESSION_ID_MIN_LENGTH = 8, PICKER_PAGE_CAP = 20, callTeleport = async (onDon
800766
800975
  logEvent("tengu_teleport_error_bad_status", {
800767
800976
  error: meta4(`invalid_session_id: ${sessionId.slice(0, 40)}`)
800768
800977
  });
800769
- onDone(t("commands.teleport.invalidId", { id: sessionId }), { display: "system" });
800978
+ onDone(t("commands.teleport.invalidId", { id: sessionId }), {
800979
+ display: "system"
800980
+ });
800770
800981
  return null;
800771
800982
  }
800772
800983
  logEvent("tengu_teleport_source_decision", { source: meta4("explicit_id") });
@@ -800782,7 +800993,9 @@ var SESSION_ID_MIN_LENGTH = 8, PICKER_PAGE_CAP = 20, callTeleport = async (onDon
800782
800993
  logEvent("tengu_teleport_errors_detected", {
800783
800994
  error: meta4(msg.slice(0, 200))
800784
800995
  });
800785
- onDone(t("commands.teleport.cannotTeleport", { error: msg }), { display: "system" });
800996
+ onDone(t("commands.teleport.cannotTeleport", { error: msg }), {
800997
+ display: "system"
800998
+ });
800786
800999
  return null;
800787
801000
  }
800788
801001
  recordStep("resume");
@@ -800803,7 +801016,9 @@ var SESSION_ID_MIN_LENGTH = 8, PICKER_PAGE_CAP = 20, callTeleport = async (onDon
800803
801016
  });
800804
801017
  return null;
800805
801018
  }
800806
- onDone(t("commands.teleport.resumeNoCallback", { id: sessionId }), { display: "system" });
801019
+ onDone(t("commands.teleport.resumeNoCallback", { id: sessionId }), {
801020
+ display: "system"
801021
+ });
800807
801022
  return null;
800808
801023
  }
800809
801024
  recordStep("fetch");
@@ -800812,7 +801027,9 @@ var SESSION_ID_MIN_LENGTH = 8, PICKER_PAGE_CAP = 20, callTeleport = async (onDon
800812
801027
  logEvent("tengu_teleport_errors_detected", {
800813
801028
  error: meta4("log_not_found_after_resume")
800814
801029
  });
800815
- onDone(t("commands.teleport.localLogNotFound", { id: sessionId }), { display: "system" });
801030
+ onDone(t("commands.teleport.localLogNotFound", { id: sessionId }), {
801031
+ display: "system"
801032
+ });
800816
801033
  return null;
800817
801034
  }
800818
801035
  logEvent("tengu_teleport_errors_resolved", {});
@@ -800848,6 +801065,7 @@ var init_launchTeleport = __esm(() => {
800848
801065
  init_analytics();
800849
801066
  init_sessionStorage();
800850
801067
  init_truncate();
801068
+ init_src();
800851
801069
  init_teleport();
800852
801070
  init_api2();
800853
801071
  init_branding();
@@ -808714,7 +808932,7 @@ async function captureMemoryDiagnostics(trigger, dumpNumber = 0) {
808714
808932
  smapsRollup,
808715
808933
  platform: process.platform,
808716
808934
  nodeVersion: process.version,
808717
- ccVersion: "4.2.5-beta"
808935
+ ccVersion: "4.2.5"
808718
808936
  };
808719
808937
  }
808720
808938
  async function performHeapDump(trigger = "manual", dumpNumber = 0) {
@@ -808830,7 +809048,7 @@ var init_mock_limits = __esm(() => {
808830
809048
  var call54 = async () => {
808831
809049
  return {
808832
809050
  type: "text",
808833
- value: `${"4.2.5-beta"} (built ${"2026-06-17T05:10:33.832Z"})`
809051
+ value: `${"4.2.5"} (built ${"2026-06-18T03:39:27.400Z"})`
808834
809052
  };
808835
809053
  }, version8, version_default;
808836
809054
  var init_version2 = __esm(() => {
@@ -815247,8 +815465,8 @@ var init_tag2 = __esm(() => {
815247
815465
  import { createRequire as createRequire5 } from "module";
815248
815466
  function getVersion2() {
815249
815467
  try {
815250
- if (typeof MACRO !== "undefined" && "4.2.5-beta")
815251
- return "4.2.5-beta";
815468
+ if (typeof MACRO !== "undefined" && "4.2.5")
815469
+ return "4.2.5";
815252
815470
  } catch {}
815253
815471
  try {
815254
815472
  const require4 = createRequire5(import.meta.url);
@@ -819108,10 +819326,7 @@ function Stats2({ onClose }) {
819108
819326
  })
819109
819327
  });
819110
819328
  }
819111
- function StatsContent({
819112
- allTimePromise,
819113
- onClose
819114
- }) {
819329
+ function StatsContent({ allTimePromise, onClose }) {
819115
819330
  const allTimeResult = import_react219.use(allTimePromise);
819116
819331
  const [dateRange, setDateRange] = import_react219.useState("all");
819117
819332
  const [statsCache, setStatsCache] = import_react219.useState({});
@@ -819524,8 +819739,7 @@ function OverviewTab({
819524
819739
  wrap: "truncate",
819525
819740
  children: [
819526
819741
  shotStatsData.buckets[0].label,
819527
- ":",
819528
- " ",
819742
+ ": ",
819529
819743
  /* @__PURE__ */ jsx_runtime365.jsx(ThemedText, {
819530
819744
  color: "claude",
819531
819745
  children: shotStatsData.buckets[0].count
@@ -819548,8 +819762,7 @@ function OverviewTab({
819548
819762
  wrap: "truncate",
819549
819763
  children: [
819550
819764
  shotStatsData.buckets[1].label,
819551
- ":",
819552
- " ",
819765
+ ": ",
819553
819766
  /* @__PURE__ */ jsx_runtime365.jsx(ThemedText, {
819554
819767
  color: "claude",
819555
819768
  children: shotStatsData.buckets[1].count
@@ -819578,8 +819791,7 @@ function OverviewTab({
819578
819791
  wrap: "truncate",
819579
819792
  children: [
819580
819793
  shotStatsData.buckets[2].label,
819581
- ":",
819582
- " ",
819794
+ ": ",
819583
819795
  /* @__PURE__ */ jsx_runtime365.jsx(ThemedText, {
819584
819796
  color: "claude",
819585
819797
  children: shotStatsData.buckets[2].count
@@ -819602,8 +819814,7 @@ function OverviewTab({
819602
819814
  wrap: "truncate",
819603
819815
  children: [
819604
819816
  shotStatsData.buckets[3].label,
819605
- ":",
819606
- " ",
819817
+ ": ",
819607
819818
  /* @__PURE__ */ jsx_runtime365.jsx(ThemedText, {
819608
819819
  color: "claude",
819609
819820
  children: shotStatsData.buckets[3].count
@@ -819799,11 +820010,7 @@ function ModelsTab({
819799
820010
  ]
819800
820011
  });
819801
820012
  }
819802
- function ModelEntry({
819803
- model,
819804
- usage: usage2,
819805
- totalTokens
819806
- }) {
820013
+ function ModelEntry({ model, usage: usage2, totalTokens }) {
819807
820014
  const modelTokens = usage2.inputTokens + usage2.outputTokens;
819808
820015
  const percentage = (modelTokens / totalTokens * 100).toFixed(1);
819809
820016
  return /* @__PURE__ */ jsx_runtime365.jsxs(ThemedBox_default, {
@@ -819864,11 +820071,7 @@ function generateTokenChart(dailyTokens, models, terminalWidth) {
819864
820071
  }
819865
820072
  }
819866
820073
  const theme2 = getTheme2(resolveThemeSetting(getGlobalConfig().theme));
819867
- const colors4 = [
819868
- themeColorToAnsi2(theme2.suggestion),
819869
- themeColorToAnsi2(theme2.success),
819870
- themeColorToAnsi2(theme2.warning)
819871
- ];
820074
+ const colors4 = [themeColorToAnsi2(theme2.suggestion), themeColorToAnsi2(theme2.success), themeColorToAnsi2(theme2.warning)];
819872
820075
  const series = [];
819873
820076
  const legend = [];
819874
820077
  const topModels = models.slice(0, 3);
@@ -819965,11 +820168,15 @@ function renderOverviewToAnsi(stats) {
819965
820168
  const COL1_LABEL_WIDTH = 18;
819966
820169
  const COL2_START = 40;
819967
820170
  const COL2_LABEL_WIDTH = 18;
820171
+ const padEndWidth2 = (text2, width) => {
820172
+ const w2 = stringWidth(text2);
820173
+ return w2 >= width ? text2 : text2 + " ".repeat(width - w2);
820174
+ };
819968
820175
  const row = (l1, v1, l22, v2) => {
819969
- const label1 = (l1 + ":").padEnd(COL1_LABEL_WIDTH);
819970
- const col1PlainLen = label1.length + v1.length;
820176
+ const label1 = padEndWidth2(l1 + ":", COL1_LABEL_WIDTH);
820177
+ const col1PlainLen = stringWidth(label1) + stringWidth(v1);
819971
820178
  const spaceBetween = Math.max(2, COL2_START - col1PlainLen);
819972
- const label2 = (l22 + ":").padEnd(COL2_LABEL_WIDTH);
820179
+ const label2 = padEndWidth2(l22 + ":", COL2_LABEL_WIDTH);
819973
820180
  return label1 + h8(v1) + " ".repeat(spaceBetween) + label2 + h8(v2);
819974
820181
  };
819975
820182
  if (stats.dailyActivity.length > 0) {
@@ -819991,7 +820198,7 @@ function renderOverviewToAnsi(stats) {
819991
820198
  const peakHourVal = stats.peakActivityHour !== null ? `${stats.peakActivityHour}:00-${stats.peakActivityHour + 1}:00` : t("stats.na");
819992
820199
  lines2.push(row(t("stats.activeDays2"), activeDaysVal, t("stats.peakHour"), peakHourVal));
819993
820200
  if (process.env.USER_TYPE === "sf" && stats.totalSpeculationTimeSavedMs > 0) {
819994
- const label = (t("stats.speculationSaved2") + ":").padEnd(COL1_LABEL_WIDTH);
820201
+ const label = padEndWidth2(t("stats.speculationSaved2") + ":", COL1_LABEL_WIDTH);
819995
820202
  lines2.push(label + h8(formatDuration(stats.totalSpeculationTimeSavedMs)));
819996
820203
  }
819997
820204
  if (stats.shotDistribution) {
@@ -820014,7 +820221,7 @@ function renderOverviewToAnsi(stats) {
820014
820221
  lines2.push(t("stats.shotDistribution2"));
820015
820222
  lines2.push(row(t("stats.shot1"), fmtBucket(b1, pct(b1)), t("stats.shot2to5"), fmtBucket(b2_5, pct(b2_5))));
820016
820223
  lines2.push(row(t("stats.shot6to10"), fmtBucket(b6_10, pct(b6_10)), t("stats.shot11plus"), fmtBucket(b11, pct(b11))));
820017
- lines2.push(`${t("stats.avgPerSession2") + ":".padEnd(COL1_LABEL_WIDTH)}${h8(avgShots)}`);
820224
+ lines2.push(`${padEndWidth2(t("stats.avgPerSession2") + ":", COL1_LABEL_WIDTH)}${h8(avgShots)}`);
820018
820225
  }
820019
820226
  }
820020
820227
  lines2.push("");
@@ -822739,20 +822946,29 @@ function spawnWorker(worker, dir, config12, signal) {
822739
822946
  stdio: ["ignore", "pipe", "pipe"]
822740
822947
  });
822741
822948
  worker.process = child;
822742
- child.stdout?.on("data", (data) => {
822743
- const lines2 = data.toString().trimEnd().split(`
822744
- `);
822745
- for (const line of lines2) {
822746
- console.log(` ${line}`);
822747
- }
822748
- });
822749
- child.stderr?.on("data", (data) => {
822750
- const lines2 = data.toString().trimEnd().split(`
822949
+ const pipeLineBuffer = (stream6, log13) => {
822950
+ if (!stream6)
822951
+ return;
822952
+ const decoder = new TextDecoder("utf-8", { fatal: false });
822953
+ let remainder = "";
822954
+ stream6.on("data", (data) => {
822955
+ const text2 = remainder + decoder.decode(data, { stream: true });
822956
+ const lines2 = text2.split(`
822751
822957
  `);
822752
- for (const line of lines2) {
822753
- console.error(` ${line}`);
822754
- }
822755
- });
822958
+ remainder = lines2.pop() ?? "";
822959
+ for (const line of lines2) {
822960
+ log13(line);
822961
+ }
822962
+ });
822963
+ stream6.on("end", () => {
822964
+ const tail = remainder + decoder.decode();
822965
+ if (tail)
822966
+ log13(tail);
822967
+ remainder = "";
822968
+ });
822969
+ };
822970
+ pipeLineBuffer(child.stdout, (line) => console.log(` ${line}`));
822971
+ pipeLineBuffer(child.stderr, (line) => console.error(` ${line}`));
822756
822972
  child.on("exit", (code, sig) => {
822757
822973
  worker.process = null;
822758
822974
  if (signal.aborted) {
@@ -825590,7 +825806,7 @@ function generateHtmlReport(data, insights) {
825590
825806
  </html>`;
825591
825807
  }
825592
825808
  function buildExportData(data, insights, facets, remoteStats) {
825593
- const version9 = typeof MACRO !== "undefined" ? "4.2.5-beta" : "unknown";
825809
+ const version9 = typeof MACRO !== "undefined" ? "4.2.5" : "unknown";
825594
825810
  const remote_hosts_collected = remoteStats?.hosts.filter((h8) => h8.sessionCount > 0).map((h8) => h8.name);
825595
825811
  const facets_summary = {
825596
825812
  total: facets.size,
@@ -829904,7 +830120,7 @@ var init_sessionStorage = __esm(() => {
829904
830120
  init_settings2();
829905
830121
  init_slowOperations();
829906
830122
  init_uuid();
829907
- VERSION10 = typeof MACRO !== "undefined" ? "4.2.5-beta" : "unknown";
830123
+ VERSION10 = typeof MACRO !== "undefined" ? "4.2.5" : "unknown";
829908
830124
  MAX_TOMBSTONE_REWRITE_BYTES = 50 * 1024 * 1024;
829909
830125
  SKIP_FIRST_PROMPT_PATTERN2 = /^(?:\s*<[a-z][\w-]*[\s>]|\[Request interrupted by user[^\]]*\])/;
829910
830126
  EPHEMERAL_PROGRESS_TYPES = new Set([
@@ -831212,7 +831428,7 @@ var init_filesystem = __esm(() => {
831212
831428
  });
831213
831429
  getBundledSkillsRoot = memoize_default(function getBundledSkillsRoot2() {
831214
831430
  const nonce = randomBytes24(16).toString("hex");
831215
- return join197(getCostrictTempDir(), "bundled-skills", "4.2.5-beta", nonce);
831431
+ return join197(getCostrictTempDir(), "bundled-skills", "4.2.5", nonce);
831216
831432
  });
831217
831433
  getResolvedWorkingDirPaths = memoize_default(getPathsForPermissionCheck);
831218
831434
  });
@@ -837409,7 +837625,7 @@ function computeFingerprint(messageText, version9) {
837409
837625
  }
837410
837626
  function computeFingerprintFromMessages(messages) {
837411
837627
  const firstMessageText = extractFirstMessageText(messages);
837412
- return computeFingerprint(firstMessageText, "4.2.5-beta");
837628
+ return computeFingerprint(firstMessageText, "4.2.5");
837413
837629
  }
837414
837630
  var FINGERPRINT_SALT = "59cf53e54c78";
837415
837631
  var init_fingerprint = () => {};
@@ -837819,7 +838035,7 @@ function getAnthropicEnvMetadata() {
837819
838035
  function getBuildAgeMinutes() {
837820
838036
  if (false)
837821
838037
  ;
837822
- const buildTime = new Date("2026-06-17T05:10:33.832Z").getTime();
838038
+ const buildTime = new Date("2026-06-18T03:39:27.400Z").getTime();
837823
838039
  if (isNaN(buildTime))
837824
838040
  return;
837825
838041
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -849625,9 +849841,11 @@ To invoke any tool listed above, use ExecuteExtraTool with {"tool_name": "<name>
849625
849841
  endQueryProfile();
849626
849842
  isFirstChunk = false;
849627
849843
  }
849844
+ let messageUUID = "";
849628
849845
  switch (part.type) {
849629
849846
  case "message_start": {
849630
849847
  partialMessage = part.message;
849848
+ messageUUID = randomUUID56();
849631
849849
  ttftMs = Date.now() - start;
849632
849850
  usage2 = updateUsage(usage2, part.message?.usage);
849633
849851
  if (process.env.USER_TYPE === "sf" && "research" in part.message) {
@@ -849798,7 +850016,7 @@ To invoke any tool listed above, use ExecuteExtraTool with {"tool_name": "<name>
849798
850016
  },
849799
850017
  requestId: streamRequestId ?? undefined,
849800
850018
  type: "assistant",
849801
- uuid: randomUUID56(),
850019
+ uuid: messageUUID || randomUUID56(),
849802
850020
  timestamp: new Date().toISOString(),
849803
850021
  ...process.env.USER_TYPE === "sf" && research !== undefined && { research },
849804
850022
  ...advisorModel && { advisorModel }
@@ -849855,7 +850073,7 @@ To invoke any tool listed above, use ExecuteExtraTool with {"tool_name": "<name>
849855
850073
  }
849856
850074
  yield {
849857
850075
  type: "stream_event",
849858
- event: part,
850076
+ event: { ...part, _message_uuid: messageUUID },
849859
850077
  ...part.type === "message_start" ? { ttftMs } : undefined
849860
850078
  };
849861
850079
  }
@@ -850701,7 +850919,7 @@ async function sideQuery(opts) {
850701
850919
  betas.push(STRUCTURED_OUTPUTS_BETA_HEADER);
850702
850920
  }
850703
850921
  const messageText = extractFirstUserMessageText(messages);
850704
- const fingerprint = computeFingerprint(messageText, "4.2.5-beta");
850922
+ const fingerprint = computeFingerprint(messageText, "4.2.5");
850705
850923
  const attributionHeader = getAttributionHeader(fingerprint);
850706
850924
  const systemBlocks = [
850707
850925
  attributionHeader ? { type: "text", text: attributionHeader } : null,
@@ -854076,7 +854294,7 @@ function buildSystemInitMessage(inputs) {
854076
854294
  slash_commands: inputs.commands.filter((c10) => c10.userInvocable !== false).map((c10) => c10.name),
854077
854295
  apiKeySource: getAnthropicApiKeyWithSource().source,
854078
854296
  betas: getSdkBetas(),
854079
- claude_code_version: "4.2.5-beta",
854297
+ claude_code_version: "4.2.5",
854080
854298
  output_style: outputStyle2,
854081
854299
  agents: inputs.agents.map((agent) => agent.agentType),
854082
854300
  skills: inputs.skills.filter((s) => s.userInvocable !== false).map((skill) => skill.name),
@@ -858925,7 +859143,7 @@ function appendToLog(path48, message2) {
858925
859143
  cwd: getFsImplementation().cwd(),
858926
859144
  userType: process.env.USER_TYPE,
858927
859145
  sessionId: getSessionId(),
858928
- version: "4.2.5-beta"
859146
+ version: "4.2.5"
858929
859147
  };
858930
859148
  getLogWriter(path48).write(messageWithTimestamp);
858931
859149
  }
@@ -879667,7 +879885,7 @@ function buildStatusLineCommandInput(permissionMode, exceeds200kTokens, settings
879667
879885
  project_dir: getOriginalCwd(),
879668
879886
  added_dirs: addedDirs
879669
879887
  },
879670
- version: "4.2.5-beta",
879888
+ version: "4.2.5",
879671
879889
  output_style: {
879672
879890
  name: outputStyleName
879673
879891
  },
@@ -898250,7 +898468,7 @@ async function submitTranscriptShare(messages, trigger, appearanceId) {
898250
898468
  } catch {}
898251
898469
  const data = {
898252
898470
  trigger,
898253
- version: "4.2.5-beta",
898471
+ version: "4.2.5",
898254
898472
  platform: process.platform,
898255
898473
  transcript,
898256
898474
  subagentTranscripts: Object.keys(subagentTranscripts).length > 0 ? subagentTranscripts : undefined,
@@ -899505,7 +899723,7 @@ function getReleaseType(current2, latest) {
899505
899723
  return "patch";
899506
899724
  }
899507
899725
  async function checkNewAutoUpdate(callbacks) {
899508
- const currentVersion = "4.2.5-beta";
899726
+ const currentVersion = "4.2.5";
899509
899727
  logForDebugging(`[newAutoUpdater] checking, current: ${currentVersion}`);
899510
899728
  if (isNewAutoUpdaterDisabled()) {
899511
899729
  return { action: "skip", currentVersion, latestVersion: null };
@@ -900212,10 +900430,10 @@ function DesktopHandoff({ onDone }) {
900212
900430
  return;
900213
900431
  }
900214
900432
  if (state4 === "prompt-download") {
900215
- if (input4 === "y" || input4 === "Y") {
900433
+ if (input4 === "y" || input4 === "Y" || input4 === "\u662F") {
900216
900434
  openBrowser(getDownloadUrl()).catch(() => {});
900217
900435
  onDone(t("desktopHandoff.message.startDownload", { url: DESKTOP_DOCS_URL }), { display: "system" });
900218
- } else if (input4 === "n" || input4 === "N") {
900436
+ } else if (input4 === "n" || input4 === "N" || input4 === "\u5426") {
900219
900437
  onDone(t("desktopHandoff.message.appRequired", { url: DESKTOP_DOCS_URL }), { display: "system" });
900220
900438
  }
900221
900439
  }
@@ -910428,7 +910646,7 @@ function WelcomeV2() {
910428
910646
  dimColor: true,
910429
910647
  children: [
910430
910648
  "v",
910431
- "4.2.5-beta",
910649
+ "4.2.5",
910432
910650
  " "
910433
910651
  ]
910434
910652
  })
@@ -910494,7 +910712,7 @@ function WelcomeV2() {
910494
910712
  dimColor: true,
910495
910713
  children: [
910496
910714
  "v",
910497
- "4.2.5-beta",
910715
+ "4.2.5",
910498
910716
  " "
910499
910717
  ]
910500
910718
  })
@@ -910596,7 +910814,7 @@ function AppleTerminalWelcomeV2({ theme: theme2, welcomeMessage }) {
910596
910814
  dimColor: true,
910597
910815
  children: [
910598
910816
  "v",
910599
- "4.2.5-beta",
910817
+ "4.2.5",
910600
910818
  " "
910601
910819
  ]
910602
910820
  })
@@ -910662,7 +910880,7 @@ function AppleTerminalWelcomeV2({ theme: theme2, welcomeMessage }) {
910662
910880
  dimColor: true,
910663
910881
  children: [
910664
910882
  "v",
910665
- "4.2.5-beta",
910883
+ "4.2.5",
910666
910884
  " "
910667
910885
  ]
910668
910886
  })
@@ -911602,7 +911820,7 @@ function completeOnboarding() {
911602
911820
  saveGlobalConfig((current2) => ({
911603
911821
  ...current2,
911604
911822
  hasCompletedOnboarding: true,
911605
- lastOnboardingVersion: "4.2.5-beta"
911823
+ lastOnboardingVersion: "4.2.5"
911606
911824
  }));
911607
911825
  }
911608
911826
  function showDialog(root9, renderer) {
@@ -911970,11 +912188,7 @@ var init_useTeleportResume = __esm(() => {
911970
912188
  });
911971
912189
 
911972
912190
  // src/components/ResumeTask.tsx
911973
- function ResumeTask({
911974
- onSelect,
911975
- onCancel,
911976
- isEmbedded = false
911977
- }) {
912191
+ function ResumeTask({ onSelect, onCancel, isEmbedded = false }) {
911978
912192
  const { rows } = useTerminalSize();
911979
912193
  const [sessions, setSessions] = import_react367.useState([]);
911980
912194
  const [currentRepo, setCurrentRepo] = import_react367.useState(null);
@@ -912139,13 +912353,18 @@ function ResumeTask({
912139
912353
  ]
912140
912354
  });
912141
912355
  }
912356
+ const updatedHeader = t("components.updated");
912357
+ const padEndWidth2 = (text2, width) => {
912358
+ const w2 = stringWidth(text2);
912359
+ return w2 >= width ? text2 : text2 + " ".repeat(width - w2);
912360
+ };
912142
912361
  const sessionMetadata = sessions.map((session2) => ({
912143
912362
  ...session2,
912144
912363
  timeString: formatRelativeTime(new Date(session2.updated_at))
912145
912364
  }));
912146
- const maxTimeStringLength = Math.max(UPDATED_STRING.length, ...sessionMetadata.map((meta5) => meta5.timeString.length));
912365
+ const maxTimeStringLength = Math.max(stringWidth(updatedHeader), ...sessionMetadata.map((meta5) => stringWidth(meta5.timeString)));
912147
912366
  const options = sessionMetadata.map(({ timeString, title, id }) => {
912148
- const paddedTime = timeString.padEnd(maxTimeStringLength, " ");
912367
+ const paddedTime = padEndWidth2(timeString, maxTimeStringLength);
912149
912368
  return {
912150
912369
  label: `${paddedTime} ${title}`,
912151
912370
  value: id
@@ -912196,7 +912415,7 @@ function ResumeTask({
912196
912415
  children: /* @__PURE__ */ jsx_runtime499.jsxs(ThemedText, {
912197
912416
  bold: true,
912198
912417
  children: [
912199
- t("components.updated").padEnd(maxTimeStringLength, " "),
912418
+ padEndWidth2(updatedHeader, maxTimeStringLength),
912200
912419
  SPACE_BETWEEN_TABLE_COLUMNS,
912201
912420
  t("components.session.title")
912202
912421
  ]
@@ -912314,7 +912533,7 @@ function renderErrorSpecificGuidance(errorType) {
912314
912533
  });
912315
912534
  }
912316
912535
  }
912317
- var import_react367, jsx_runtime499, UPDATED_STRING = "Updated", SPACE_BETWEEN_TABLE_COLUMNS = " ";
912536
+ var import_react367, jsx_runtime499, SPACE_BETWEEN_TABLE_COLUMNS = " ";
912318
912537
  var init_ResumeTask = __esm(() => {
912319
912538
  init_locales2();
912320
912539
  init_useTerminalSize2();
@@ -912980,7 +913199,7 @@ function registerWeixinBuiltinPlugin() {
912980
913199
  registerBuiltinPlugin({
912981
913200
  name: "weixin",
912982
913201
  description: "WeChat channel integration. Enables inbound WeChat messages via channels and provides reply/send_typing MCP tools. Configure with `ccb weixin login` and enable for a session with `--channels plugin:weixin@builtin`.",
912983
- version: "4.2.5-beta",
913202
+ version: "4.2.5",
912984
913203
  defaultEnabled: true,
912985
913204
  mcpServers: {
912986
913205
  weixin: {
@@ -921451,19 +921670,16 @@ Error: sandbox required but unavailable: ${sandboxUnavailableReason}
921451
921670
  `);
921452
921671
  break;
921453
921672
  case "error_during_execution":
921454
- writeToStdout(`Execution error`);
921673
+ writeToStdout(t("errors.print.executionError"));
921455
921674
  break;
921456
921675
  case "error_max_turns":
921457
- writeToStdout(`Error: Reached max turns (${options.maxTurns}).
921458
- Tip: Increase the limit with --max-turns or continue in a new session.`);
921676
+ writeToStdout(t("errors.print.maxTurns", { maxTurns: options.maxTurns ?? 0 }));
921459
921677
  break;
921460
921678
  case "error_max_budget_usd":
921461
- writeToStdout(`Error: Exceeded USD budget ($${options.maxBudgetUsd}).
921462
- Tip: Increase the limit with --max-budget-usd or start a new session to continue.`);
921679
+ writeToStdout(t("errors.print.maxBudgetUsd", { maxBudgetUsd: options.maxBudgetUsd ?? 0 }));
921463
921680
  break;
921464
921681
  case "error_max_structured_output_retries":
921465
- writeToStdout(`Error: Failed to provide valid structured output after maximum retries.
921466
- Tip: Simplify your schema or check if the output format matches the expected structure.`);
921682
+ writeToStdout(t("errors.print.maxStructuredOutputRetries"));
921467
921683
  }
921468
921684
  }
921469
921685
  logHeadlessProfilerTurn();
@@ -924111,6 +924327,7 @@ The user cannot receive your response until the team is completely shut down.
924111
924327
 
924112
924328
  Shut down your team and prepare your final response for the user.`, MAX_RECEIVED_UUIDS = 1e4, receivedMessageUuids, receivedMessageUuidsOrder;
924113
924329
  var init_print = __esm(() => {
924330
+ init_locales2();
924114
924331
  init_settingsSync();
924115
924332
  init_remoteManagedSettings();
924116
924333
  init_structuredIO();
@@ -925325,7 +925542,7 @@ async function startMCPServer(cwd3, debug5, verbose) {
925325
925542
  setCwd(cwd3);
925326
925543
  const server2 = new Server({
925327
925544
  name: "claude/tengu",
925328
- version: "4.2.5-beta"
925545
+ version: "4.2.5"
925329
925546
  }, {
925330
925547
  capabilities: {
925331
925548
  tools: {}
@@ -927610,7 +927827,7 @@ function createHealthRoutes(sessionManager) {
927610
927827
  const uptime2 = process.uptime() * 1000;
927611
927828
  return c10.json({
927612
927829
  status: "ok",
927613
- version: "4.2.5-beta",
927830
+ version: "4.2.5",
927614
927831
  uptime_ms: Math.round(uptime2),
927615
927832
  active_sessions: sessionManager.getActiveCount()
927616
927833
  });
@@ -927881,7 +928098,7 @@ function getMacroDefines() {
927881
928098
  commit = execSync3("git rev-parse --short HEAD", { encoding: "utf-8", cwd: __dirname }).trim();
927882
928099
  } catch {}
927883
928100
  return {
927884
- "MACRO.VERSION": JSON.stringify("4.2.5-beta"),
928101
+ "MACRO.VERSION": JSON.stringify("4.2.5"),
927885
928102
  "MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()),
927886
928103
  "MACRO.COMMIT": JSON.stringify(commit),
927887
928104
  "MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),
@@ -929582,6 +929799,7 @@ function getOrCreate(sessionID) {
929582
929799
  messageID: randomUUID81(),
929583
929800
  parentID: "",
929584
929801
  modelID: "",
929802
+ timeCreated: Date.now(),
929585
929803
  activeBlocks: new Map,
929586
929804
  stepStartPartID: randomUUID81(),
929587
929805
  assistantPartEmitted: false,
@@ -929630,7 +929848,7 @@ function processStreamEvent(sessionID, event) {
929630
929848
  switch (eventType) {
929631
929849
  case "message_start": {
929632
929850
  const msg = event.message;
929633
- state4.messageID = randomUUID81();
929851
+ state4.messageID = event._message_uuid || randomUUID81();
929634
929852
  state4.modelID = msg?.model ?? "";
929635
929853
  state4.usage = {
929636
929854
  inputTokens: 0,
@@ -929904,7 +930122,7 @@ function processStreamEvent(sessionID, event) {
929904
930122
  write: state4.usage.cacheWriteTokens
929905
930123
  }
929906
930124
  },
929907
- time: { completed: Date.now() },
930125
+ time: { created: state4.timeCreated, completed: Date.now() },
929908
930126
  finish: state4.stopReason || "stop"
929909
930127
  }
929910
930128
  }
@@ -931173,12 +931391,47 @@ function patchActiveSubagentsInMessages(messages, activeSubagents) {
931173
931391
  }
931174
931392
  }
931175
931393
  }
931176
- function dedupeMessages(disk, memory2) {
931394
+ function hasContent(m4) {
931395
+ if (m4.parts && m4.parts.length > 0)
931396
+ return true;
931397
+ if (typeof m4.content === "string" && m4.content.length > 0)
931398
+ return true;
931399
+ if (Array.isArray(m4.content) && m4.content.length > 0)
931400
+ return true;
931401
+ return false;
931402
+ }
931403
+ function dedupeMessages(disk, memory2, sessionID) {
931177
931404
  if (disk.length === 0)
931178
931405
  return memory2;
931179
- const diskUuids = new Set(disk.map((m4) => m4.uuid));
931180
- const tail = memory2.filter((m4) => !diskUuids.has(m4.uuid));
931181
- return [...disk, ...tail];
931406
+ const memoryByUuid = new Map;
931407
+ for (const m4 of memory2) {
931408
+ if (!m4.uuid)
931409
+ continue;
931410
+ const existing = memoryByUuid.get(m4.uuid);
931411
+ if (!existing || hasContent(m4)) {
931412
+ memoryByUuid.set(m4.uuid, m4);
931413
+ }
931414
+ }
931415
+ const merged = [];
931416
+ const seen = new Set;
931417
+ for (const d7 of disk) {
931418
+ if (!d7.uuid)
931419
+ continue;
931420
+ const mem = memoryByUuid.get(d7.uuid);
931421
+ if (mem && hasContent(mem) && !hasContent(d7)) {
931422
+ merged.push(mem);
931423
+ } else {
931424
+ merged.push(d7);
931425
+ }
931426
+ seen.add(d7.uuid);
931427
+ }
931428
+ for (const [uuid9, m4] of memoryByUuid) {
931429
+ if (!seen.has(uuid9)) {
931430
+ merged.push(m4);
931431
+ seen.add(uuid9);
931432
+ }
931433
+ }
931434
+ return merged;
931182
931435
  }
931183
931436
  function createMessageRoutes(sessionManager) {
931184
931437
  return new Hono2().get("/session/:sessionID/message", async (c10) => {
@@ -931197,7 +931450,7 @@ function createMessageRoutes(sessionManager) {
931197
931450
  before,
931198
931451
  includeSystem
931199
931452
  });
931200
- const messages = handle && handle.messageBuffer.length > 0 ? dedupeMessages(diskMessages, [...handle.messageBuffer]) : diskMessages;
931453
+ const messages = handle && handle.messageBuffer.length > 0 ? dedupeMessages(diskMessages, [...handle.messageBuffer], id) : diskMessages;
931201
931454
  const tombstoned = handle?.tombstonedUuids;
931202
931455
  const filtered = tombstoned && tombstoned.size > 0 ? messages.filter((m4) => !tombstoned.has(m4.uuid)) : messages;
931203
931456
  const decomposed = filtered.map(decomposeMessageToParts);
@@ -933656,7 +933909,7 @@ __export(exports_update, {
933656
933909
  });
933657
933910
  async function update() {
933658
933911
  logEvent("tengu_update_check", {});
933659
- writeToStdout(`${t("cli.update.currentVersion", "Current version")}: ${"4.2.5-beta"}
933912
+ writeToStdout(`${t("cli.update.currentVersion", "Current version")}: ${"4.2.5"}
933660
933913
  `);
933661
933914
  const channel5 = getInitialSettings()?.autoUpdatesChannel ?? "latest";
933662
933915
  writeToStdout(`${t("cli.update.checkingUpdates", { channel: channel5 }, "Checking for updates to {channel} version...")}
@@ -933731,14 +933984,14 @@ async function update() {
933731
933984
  writeToStdout(`${t("cli.update.managedByHomebrew", "CoStrict is managed by Homebrew.")}
933732
933985
  `);
933733
933986
  const latest = await getLatestVersion(channel5);
933734
- if (latest && !gte2("4.2.5-beta", latest)) {
933735
- writeToStdout(`${t("cli.update.updateAvailable", { current: "4.2.5-beta", latest }, "Update available: {current} \u2192 {latest}")}
933987
+ if (latest && !gte2("4.2.5", latest)) {
933988
+ writeToStdout(`${t("cli.update.updateAvailable", { current: "4.2.5", latest }, "Update available: {current} \u2192 {latest}")}
933736
933989
  `);
933737
933990
  writeToStdout(`
933738
933991
  `);
933739
933992
  writeToStdout(`${t("cli.update.toUpdateRun", "To update, run:")}
933740
933993
  `);
933741
- writeToStdout(source_default.bold(" brew upgrade claude-code") + `
933994
+ writeToStdout(source_default.bold(" brew upgrade csc") + `
933742
933995
  `);
933743
933996
  } else {
933744
933997
  writeToStdout(`${t("cli.update.upToDate", "CoStrict is up to date!")}
@@ -933748,8 +934001,8 @@ async function update() {
933748
934001
  writeToStdout(`${t("cli.update.managedByWinget", "CoStrict is managed by winget.")}
933749
934002
  `);
933750
934003
  const latest = await getLatestVersion(channel5);
933751
- if (latest && !gte2("4.2.5-beta", latest)) {
933752
- writeToStdout(`${t("cli.update.updateAvailable", { current: "4.2.5-beta", latest }, "Update available: {current} \u2192 {latest}")}
934004
+ if (latest && !gte2("4.2.5", latest)) {
934005
+ writeToStdout(`${t("cli.update.updateAvailable", { current: "4.2.5", latest }, "Update available: {current} \u2192 {latest}")}
933753
934006
  `);
933754
934007
  writeToStdout(`
933755
934008
  `);
@@ -933765,14 +934018,14 @@ async function update() {
933765
934018
  writeToStdout(`${t("cli.update.managedByApk", "CoStrict is managed by apk.")}
933766
934019
  `);
933767
934020
  const latest = await getLatestVersion(channel5);
933768
- if (latest && !gte2("4.2.5-beta", latest)) {
933769
- writeToStdout(`${t("cli.update.updateAvailable", { current: "4.2.5-beta", latest }, "Update available: {current} \u2192 {latest}")}
934021
+ if (latest && !gte2("4.2.5", latest)) {
934022
+ writeToStdout(`${t("cli.update.updateAvailable", { current: "4.2.5", latest }, "Update available: {current} \u2192 {latest}")}
933770
934023
  `);
933771
934024
  writeToStdout(`
933772
934025
  `);
933773
934026
  writeToStdout(`${t("cli.update.toUpdateRun", "To update, run:")}
933774
934027
  `);
933775
- writeToStdout(source_default.bold(" apk upgrade claude-code") + `
934028
+ writeToStdout(source_default.bold(" apk upgrade csc") + `
933776
934029
  `);
933777
934030
  } else {
933778
934031
  writeToStdout(`${t("cli.update.upToDate", "CoStrict is up to date!")}
@@ -933831,11 +934084,11 @@ async function update() {
933831
934084
  `);
933832
934085
  await gracefulShutdown(1);
933833
934086
  }
933834
- if (result2.latestVersion === "4.2.5-beta") {
933835
- writeToStdout(source_default.green(t("cli.update.upToDateVersion", { version: "4.2.5-beta" }, "CoStrict is up to date ({version})")) + `
934087
+ if (result2.latestVersion === "4.2.5") {
934088
+ writeToStdout(source_default.green(t("cli.update.upToDateVersion", { version: "4.2.5" }, "CoStrict is up to date ({version})")) + `
933836
934089
  `);
933837
934090
  } else {
933838
- writeToStdout(source_default.green(t("cli.update.successfullyUpdated", { from: "4.2.5-beta", to: String(result2.latestVersion) }, "Successfully updated from {from} to version {to}")) + `
934091
+ writeToStdout(source_default.green(t("cli.update.successfullyUpdated", { from: "4.2.5", to: String(result2.latestVersion) }, "Successfully updated from {from} to version {to}")) + `
933839
934092
  `);
933840
934093
  regenerateCompletionCache();
933841
934094
  }
@@ -933895,12 +934148,12 @@ async function update() {
933895
934148
  `);
933896
934149
  await gracefulShutdown(1);
933897
934150
  }
933898
- if (latestVersion === "4.2.5-beta") {
933899
- writeToStdout(source_default.green(t("cli.update.upToDateVersion", { version: "4.2.5-beta" }, "CoStrict is up to date ({version})")) + `
934151
+ if (latestVersion === "4.2.5") {
934152
+ writeToStdout(source_default.green(t("cli.update.upToDateVersion", { version: "4.2.5" }, "CoStrict is up to date ({version})")) + `
933900
934153
  `);
933901
934154
  await gracefulShutdown(0);
933902
934155
  }
933903
- writeToStdout(`${t("cli.update.newVersionAvailable", { latest: String(latestVersion), current: "4.2.5-beta" }, "New version available: {latest} (current: {current})")}
934156
+ writeToStdout(`${t("cli.update.newVersionAvailable", { latest: String(latestVersion), current: "4.2.5" }, "New version available: {latest} (current: {current})")}
933904
934157
  `);
933905
934158
  writeToStdout(`${t("cli.update.installing", "Installing update...")}
933906
934159
  `);
@@ -933945,7 +934198,7 @@ async function update() {
933945
934198
  logForDebugging(`update: Installation status: ${result.status}`);
933946
934199
  switch (result.status) {
933947
934200
  case "success":
933948
- writeToStdout(source_default.green(t("cli.update.successfullyUpdated", { from: "4.2.5-beta", to: String(latestVersion) }, "Successfully updated from {from} to version {to}")) + `
934201
+ writeToStdout(source_default.green(t("cli.update.successfullyUpdated", { from: "4.2.5", to: String(latestVersion) }, "Successfully updated from {from} to version {to}")) + `
933949
934202
  `);
933950
934203
  regenerateCompletionCache();
933951
934204
  break;
@@ -936159,7 +936412,7 @@ ${assistantAddendum}` : assistantAddendum;
936159
936412
  }
936160
936413
  }
936161
936414
  logForDiagnosticsNoPII("info", "started", {
936162
- version: "4.2.5-beta",
936415
+ version: "4.2.5",
936163
936416
  is_native_binary: isInBundledMode()
936164
936417
  });
936165
936418
  registerCleanup(async () => {
@@ -936640,7 +936893,7 @@ Session: ${directConnectConfig.sessionId}`, "info");
936640
936893
  sshSession = await createSSHSession2({
936641
936894
  host: _pendingSSH.host,
936642
936895
  cwd: _pendingSSH.cwd,
936643
- localVersion: "4.2.5-beta",
936896
+ localVersion: "4.2.5",
936644
936897
  permissionMode: _pendingSSH.permissionMode,
936645
936898
  dangerouslySkipPermissions: _pendingSSH.dangerouslySkipPermissions,
936646
936899
  extraCliArgs: _pendingSSH.extraCliArgs,
@@ -937112,7 +937365,7 @@ Usage: csc --remote "your task description"`, () => gracefulShutdown(1));
937112
937365
  pendingHookMessages
937113
937366
  }, renderAndRun);
937114
937367
  }
937115
- }).version("4.2.5-beta (CoStrict)", "-v, --version", cliDesc("cli.option.version", "Output the version number"));
937368
+ }).version("4.2.5 (CoStrict)", "-v, --version", cliDesc("cli.option.version", "Output the version number"));
937116
937369
  program2.addOption(new Option("-w, --worktree [name]", cliDesc("cli.option.worktree", "Create a new git worktree for this session (optionally specify a name)")).hideHelp());
937117
937370
  program2.addOption(new Option("--tmux", cliDesc("cli.option.tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.")).hideHelp());
937118
937371
  if (canUserConfigureAdvisor()) {
@@ -937827,10 +938080,10 @@ if (process.env.CLAUDE_CODE_REMOTE === "true") {
937827
938080
  async function main2() {
937828
938081
  const args = process.argv.slice(2);
937829
938082
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
937830
- const d7 = new Date("2026-06-17T05:10:33.832Z");
938083
+ const d7 = new Date("2026-06-18T03:39:27.400Z");
937831
938084
  const p2 = (n3) => String(n3).padStart(2, "0");
937832
938085
  const buildTime = `${d7.getFullYear()}/${p2(d7.getMonth() + 1)}/${p2(d7.getDate())} ${p2(d7.getHours())}:${p2(d7.getMinutes())}:${p2(d7.getSeconds())}`;
937833
- console.log(`${"4.2.5-beta"} (commit: ${"8aed4e845"}, built: ${buildTime})`);
938086
+ console.log(`${"4.2.5"} (commit: ${"a47a76571"}, built: ${buildTime})`);
937834
938087
  return;
937835
938088
  }
937836
938089
  const { profileCheckpoint: profileCheckpoint2 } = await Promise.resolve().then(() => (init_startupProfiler(), exports_startupProfiler));
@@ -937870,7 +938123,7 @@ async function main2() {
937870
938123
  registerPermissionHandler(server2, handler) {
937871
938124
  server2.setNotificationHandler(ChannelPermissionRequestNotificationSchema2(), async (notification) => handler(notification.params));
937872
938125
  }
937873
- }, "4.2.5-beta");
938126
+ }, "4.2.5");
937874
938127
  return;
937875
938128
  }
937876
938129
  if (args[0] === "--daemon-worker" || args[0]?.startsWith("--daemon-worker=")) {
@@ -937968,5 +938221,5 @@ async function main2() {
937968
938221
  }
937969
938222
  main2();
937970
938223
 
937971
- //# debugId=ED934A05E801CA3564756E2164756E21
938224
+ //# debugId=928B5569B06E42B264756E2164756E21
937972
938225
  //# sourceMappingURL=cli.js.map