yepanywhere 0.6.0 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (225) hide show
  1. package/bundled/@yep-anywhere/shared/dist/app-types.d.ts +25 -0
  2. package/bundled/@yep-anywhere/shared/dist/app-types.d.ts.map +1 -1
  3. package/bundled/@yep-anywhere/shared/dist/app-types.js.map +1 -1
  4. package/bundled/@yep-anywhere/shared/dist/codex-schema/session.d.ts +179 -14
  5. package/bundled/@yep-anywhere/shared/dist/codex-schema/session.d.ts.map +1 -1
  6. package/bundled/@yep-anywhere/shared/dist/codex-schema/session.js +89 -0
  7. package/bundled/@yep-anywhere/shared/dist/codex-schema/session.js.map +1 -1
  8. package/bundled/@yep-anywhere/shared/dist/codex-tool-correlation.d.ts +25 -0
  9. package/bundled/@yep-anywhere/shared/dist/codex-tool-correlation.d.ts.map +1 -0
  10. package/bundled/@yep-anywhere/shared/dist/codex-tool-correlation.js +52 -0
  11. package/bundled/@yep-anywhere/shared/dist/codex-tool-correlation.js.map +1 -0
  12. package/bundled/@yep-anywhere/shared/dist/codex-web-run.d.ts +46 -0
  13. package/bundled/@yep-anywhere/shared/dist/codex-web-run.d.ts.map +1 -0
  14. package/bundled/@yep-anywhere/shared/dist/codex-web-run.js +14 -0
  15. package/bundled/@yep-anywhere/shared/dist/codex-web-run.js.map +1 -0
  16. package/bundled/@yep-anywhere/shared/dist/git-status.d.ts +29 -6
  17. package/bundled/@yep-anywhere/shared/dist/git-status.d.ts.map +1 -1
  18. package/bundled/@yep-anywhere/shared/dist/git-status.js +1 -6
  19. package/bundled/@yep-anywhere/shared/dist/git-status.js.map +1 -1
  20. package/bundled/@yep-anywhere/shared/dist/index.d.ts +7 -2
  21. package/bundled/@yep-anywhere/shared/dist/index.d.ts.map +1 -1
  22. package/bundled/@yep-anywhere/shared/dist/index.js +2 -0
  23. package/bundled/@yep-anywhere/shared/dist/index.js.map +1 -1
  24. package/bundled/@yep-anywhere/shared/dist/server-capabilities.d.ts +248 -0
  25. package/bundled/@yep-anywhere/shared/dist/server-capabilities.d.ts.map +1 -0
  26. package/bundled/@yep-anywhere/shared/dist/server-capabilities.js +251 -0
  27. package/bundled/@yep-anywhere/shared/dist/server-capabilities.js.map +1 -0
  28. package/bundled/@yep-anywhere/shared/dist/tool-display-actions.d.ts +26 -0
  29. package/bundled/@yep-anywhere/shared/dist/tool-display-actions.d.ts.map +1 -0
  30. package/bundled/@yep-anywhere/shared/dist/tool-display-actions.js +9 -0
  31. package/bundled/@yep-anywhere/shared/dist/tool-display-actions.js.map +1 -0
  32. package/bundled/@yep-anywhere/shared/package.json +1 -1
  33. package/client-dist/assets/de-BNhVdIq4.js +6 -0
  34. package/client-dist/assets/es-Csn9n24J.js +6 -0
  35. package/client-dist/assets/fr-DKx4tSpo.js +6 -0
  36. package/client-dist/assets/index-1y2h7U7U.js +582 -0
  37. package/client-dist/assets/index-Cn_ZDP6u.css +1 -0
  38. package/client-dist/assets/ja-DAkhkwQZ.js +6 -0
  39. package/client-dist/assets/zh-CN-B7lY0cc6.js +6 -0
  40. package/client-dist/index.html +2 -2
  41. package/dist/app.d.ts.map +1 -1
  42. package/dist/app.js.map +1 -1
  43. package/dist/codex/codeModeExec.d.ts +30 -0
  44. package/dist/codex/codeModeExec.d.ts.map +1 -0
  45. package/dist/codex/codeModeExec.js +419 -0
  46. package/dist/codex/codeModeExec.js.map +1 -0
  47. package/dist/codex/displayActions.d.ts +48 -0
  48. package/dist/codex/displayActions.d.ts.map +1 -0
  49. package/dist/codex/displayActions.js +674 -0
  50. package/dist/codex/displayActions.js.map +1 -0
  51. package/dist/codex/normalization.d.ts +10 -7
  52. package/dist/codex/normalization.d.ts.map +1 -1
  53. package/dist/codex/normalization.js +179 -502
  54. package/dist/codex/normalization.js.map +1 -1
  55. package/dist/codex/webRun.d.ts +42 -0
  56. package/dist/codex/webRun.d.ts.map +1 -0
  57. package/dist/codex/webRun.js +199 -0
  58. package/dist/codex/webRun.js.map +1 -0
  59. package/dist/indexes/SessionIndexService.d.ts +1 -1
  60. package/dist/indexes/SessionIndexService.d.ts.map +1 -1
  61. package/dist/indexes/SessionIndexService.js +16 -4
  62. package/dist/indexes/SessionIndexService.js.map +1 -1
  63. package/dist/routes/git-status.d.ts.map +1 -1
  64. package/dist/routes/git-status.js +70 -0
  65. package/dist/routes/git-status.js.map +1 -1
  66. package/dist/routes/project-queue.d.ts.map +1 -1
  67. package/dist/routes/project-queue.js.map +1 -1
  68. package/dist/routes/public-shares.d.ts +1 -1
  69. package/dist/routes/public-shares.d.ts.map +1 -1
  70. package/dist/routes/public-shares.js +4 -6
  71. package/dist/routes/public-shares.js.map +1 -1
  72. package/dist/routes/session-metadata-patch.d.ts +24 -0
  73. package/dist/routes/session-metadata-patch.d.ts.map +1 -0
  74. package/dist/routes/session-metadata-patch.js +119 -0
  75. package/dist/routes/session-metadata-patch.js.map +1 -0
  76. package/dist/routes/session-project-routing.d.ts +25 -0
  77. package/dist/routes/session-project-routing.d.ts.map +1 -0
  78. package/dist/routes/session-project-routing.js +32 -0
  79. package/dist/routes/session-project-routing.js.map +1 -0
  80. package/dist/routes/session-provider-resolution.d.ts +28 -0
  81. package/dist/routes/session-provider-resolution.d.ts.map +1 -0
  82. package/dist/routes/session-provider-resolution.js +22 -0
  83. package/dist/routes/session-provider-resolution.js.map +1 -0
  84. package/dist/routes/session-queue-summaries.d.ts +21 -0
  85. package/dist/routes/session-queue-summaries.d.ts.map +1 -0
  86. package/dist/routes/session-queue-summaries.js +79 -0
  87. package/dist/routes/session-queue-summaries.js.map +1 -0
  88. package/dist/routes/session-recovered-queue.d.ts +43 -0
  89. package/dist/routes/session-recovered-queue.d.ts.map +1 -0
  90. package/dist/routes/session-recovered-queue.js +132 -0
  91. package/dist/routes/session-recovered-queue.js.map +1 -0
  92. package/dist/routes/session-thinking-options.d.ts +12 -0
  93. package/dist/routes/session-thinking-options.d.ts.map +1 -0
  94. package/dist/routes/session-thinking-options.js +7 -0
  95. package/dist/routes/session-thinking-options.js.map +1 -0
  96. package/dist/routes/sessions.d.ts.map +1 -1
  97. package/dist/routes/sessions.js +110 -409
  98. package/dist/routes/sessions.js.map +1 -1
  99. package/dist/routes/settings-parsers.d.ts +37 -0
  100. package/dist/routes/settings-parsers.d.ts.map +1 -0
  101. package/dist/routes/settings-parsers.js +896 -0
  102. package/dist/routes/settings-parsers.js.map +1 -0
  103. package/dist/routes/settings.d.ts.map +1 -1
  104. package/dist/routes/settings.js +4 -894
  105. package/dist/routes/settings.js.map +1 -1
  106. package/dist/routes/version.d.ts +0 -2
  107. package/dist/routes/version.d.ts.map +1 -1
  108. package/dist/routes/version.js +8 -10
  109. package/dist/routes/version.js.map +1 -1
  110. package/dist/sdk/cli-detection.d.ts +15 -1
  111. package/dist/sdk/cli-detection.d.ts.map +1 -1
  112. package/dist/sdk/cli-detection.js +159 -28
  113. package/dist/sdk/cli-detection.js.map +1 -1
  114. package/dist/sdk/messageQueue.d.ts +5 -0
  115. package/dist/sdk/messageQueue.d.ts.map +1 -1
  116. package/dist/sdk/messageQueue.js +21 -0
  117. package/dist/sdk/messageQueue.js.map +1 -1
  118. package/dist/sdk/providers/codex-model-catalog.d.ts +34 -0
  119. package/dist/sdk/providers/codex-model-catalog.d.ts.map +1 -0
  120. package/dist/sdk/providers/codex-model-catalog.js +378 -0
  121. package/dist/sdk/providers/codex-model-catalog.js.map +1 -0
  122. package/dist/sdk/providers/codex-notification-guards.d.ts +15 -0
  123. package/dist/sdk/providers/codex-notification-guards.d.ts.map +1 -0
  124. package/dist/sdk/providers/codex-notification-guards.js +159 -0
  125. package/dist/sdk/providers/codex-notification-guards.js.map +1 -0
  126. package/dist/sdk/providers/codex-protocol/generated/ImageGenerationItem.d.ts +9 -0
  127. package/dist/sdk/providers/codex-protocol/generated/ImageGenerationItem.d.ts.map +1 -0
  128. package/dist/sdk/providers/codex-protocol/generated/ImageGenerationItem.js +3 -0
  129. package/dist/sdk/providers/codex-protocol/generated/ImageGenerationItem.js.map +1 -0
  130. package/dist/sdk/providers/codex-protocol/generated/MultiAgentMode.d.ts +5 -5
  131. package/dist/sdk/providers/codex-protocol/generated/MultiAgentMode.d.ts.map +1 -1
  132. package/dist/sdk/providers/codex-protocol/generated/ResponseItem.d.ts +1 -0
  133. package/dist/sdk/providers/codex-protocol/generated/ResponseItem.d.ts.map +1 -1
  134. package/dist/sdk/providers/codex-protocol/generated/ThreadId.d.ts +5 -0
  135. package/dist/sdk/providers/codex-protocol/generated/ThreadId.d.ts.map +1 -1
  136. package/dist/sdk/providers/codex-protocol/generated/WebSearchItem.d.ts +7 -0
  137. package/dist/sdk/providers/codex-protocol/generated/WebSearchItem.d.ts.map +1 -0
  138. package/dist/sdk/providers/codex-protocol/generated/WebSearchItem.js +3 -0
  139. package/dist/sdk/providers/codex-protocol/generated/WebSearchItem.js.map +1 -0
  140. package/dist/sdk/providers/codex-protocol/generated/v2/AskForApproval.d.ts +1 -1
  141. package/dist/sdk/providers/codex-protocol/generated/v2/AskForApproval.d.ts.map +1 -1
  142. package/dist/sdk/providers/codex-protocol/generated/v2/CapabilityRootLocation.d.ts +3 -0
  143. package/dist/sdk/providers/codex-protocol/generated/v2/CapabilityRootLocation.d.ts.map +1 -1
  144. package/dist/sdk/providers/codex-protocol/generated/v2/CodexErrorInfo.d.ts +1 -1
  145. package/dist/sdk/providers/codex-protocol/generated/v2/CodexErrorInfo.d.ts.map +1 -1
  146. package/dist/sdk/providers/codex-protocol/generated/v2/McpToolCallAppContext.d.ts +3 -0
  147. package/dist/sdk/providers/codex-protocol/generated/v2/McpToolCallAppContext.d.ts.map +1 -1
  148. package/dist/sdk/providers/codex-protocol/generated/v2/Thread.d.ts +13 -0
  149. package/dist/sdk/providers/codex-protocol/generated/v2/Thread.d.ts.map +1 -1
  150. package/dist/sdk/providers/codex-protocol/generated/v2/ThreadExtra.d.ts +5 -0
  151. package/dist/sdk/providers/codex-protocol/generated/v2/ThreadExtra.d.ts.map +1 -0
  152. package/dist/sdk/providers/codex-protocol/generated/v2/ThreadExtra.js +3 -0
  153. package/dist/sdk/providers/codex-protocol/generated/v2/ThreadExtra.js.map +1 -0
  154. package/dist/sdk/providers/codex-protocol/generated/v2/ThreadForkParams.d.ts +7 -0
  155. package/dist/sdk/providers/codex-protocol/generated/v2/ThreadForkParams.d.ts.map +1 -1
  156. package/dist/sdk/providers/codex-protocol/generated/v2/ThreadHistoryMode.d.ts +2 -0
  157. package/dist/sdk/providers/codex-protocol/generated/v2/ThreadHistoryMode.d.ts.map +1 -0
  158. package/dist/sdk/providers/codex-protocol/generated/v2/ThreadHistoryMode.js +3 -0
  159. package/dist/sdk/providers/codex-protocol/generated/v2/ThreadHistoryMode.js.map +1 -0
  160. package/dist/sdk/providers/codex-protocol/generated/v2/ThreadItem.d.ts +5 -13
  161. package/dist/sdk/providers/codex-protocol/generated/v2/ThreadItem.d.ts.map +1 -1
  162. package/dist/sdk/providers/codex-protocol/generated/v2/ThreadRollbackParams.d.ts +3 -0
  163. package/dist/sdk/providers/codex-protocol/generated/v2/ThreadRollbackParams.d.ts.map +1 -1
  164. package/dist/sdk/providers/codex-protocol/generated/v2/ThreadStartParams.d.ts +10 -0
  165. package/dist/sdk/providers/codex-protocol/generated/v2/ThreadStartParams.d.ts.map +1 -1
  166. package/dist/sdk/providers/codex-protocol/generated/v2/Turn.d.ts +3 -0
  167. package/dist/sdk/providers/codex-protocol/generated/v2/Turn.d.ts.map +1 -1
  168. package/dist/sdk/providers/codex-summary-helpers.d.ts +41 -0
  169. package/dist/sdk/providers/codex-summary-helpers.d.ts.map +1 -0
  170. package/dist/sdk/providers/codex-summary-helpers.js +207 -0
  171. package/dist/sdk/providers/codex-summary-helpers.js.map +1 -0
  172. package/dist/sdk/providers/codex.d.ts +0 -25
  173. package/dist/sdk/providers/codex.d.ts.map +1 -1
  174. package/dist/sdk/providers/codex.js +160 -703
  175. package/dist/sdk/providers/codex.js.map +1 -1
  176. package/dist/sdk/providers/opencode-models.d.ts +17 -0
  177. package/dist/sdk/providers/opencode-models.d.ts.map +1 -0
  178. package/dist/sdk/providers/opencode-models.js +83 -0
  179. package/dist/sdk/providers/opencode-models.js.map +1 -0
  180. package/dist/sdk/providers/opencode.d.ts +1 -9
  181. package/dist/sdk/providers/opencode.d.ts.map +1 -1
  182. package/dist/sdk/providers/opencode.js +1 -82
  183. package/dist/sdk/providers/opencode.js.map +1 -1
  184. package/dist/sdk/types.d.ts +3 -1
  185. package/dist/sdk/types.d.ts.map +1 -1
  186. package/dist/services/ProjectQueueService.d.ts.map +1 -1
  187. package/dist/services/ProjectQueueService.js +3 -1
  188. package/dist/services/ProjectQueueService.js.map +1 -1
  189. package/dist/sessions/claude-summary.d.ts.map +1 -1
  190. package/dist/sessions/claude-summary.js +13 -1
  191. package/dist/sessions/claude-summary.js.map +1 -1
  192. package/dist/sessions/codex-reader.d.ts +0 -2
  193. package/dist/sessions/codex-reader.d.ts.map +1 -1
  194. package/dist/sessions/codex-reader.js +46 -84
  195. package/dist/sessions/codex-reader.js.map +1 -1
  196. package/dist/sessions/codex-user-turn-provenance.d.ts +40 -0
  197. package/dist/sessions/codex-user-turn-provenance.d.ts.map +1 -0
  198. package/dist/sessions/codex-user-turn-provenance.js +165 -0
  199. package/dist/sessions/codex-user-turn-provenance.js.map +1 -0
  200. package/dist/sessions/normalization.d.ts.map +1 -1
  201. package/dist/sessions/normalization.js +80 -51
  202. package/dist/sessions/normalization.js.map +1 -1
  203. package/dist/sessions/pagination.d.ts +6 -0
  204. package/dist/sessions/pagination.d.ts.map +1 -1
  205. package/dist/sessions/pagination.js +42 -2
  206. package/dist/sessions/pagination.js.map +1 -1
  207. package/dist/subscriptions.d.ts.map +1 -1
  208. package/dist/subscriptions.js +1 -0
  209. package/dist/subscriptions.js.map +1 -1
  210. package/dist/supervisor/Process.d.ts +12 -0
  211. package/dist/supervisor/Process.d.ts.map +1 -1
  212. package/dist/supervisor/Process.js +178 -22
  213. package/dist/supervisor/Process.js.map +1 -1
  214. package/dist/supervisor/Supervisor.d.ts +5 -1
  215. package/dist/supervisor/Supervisor.d.ts.map +1 -1
  216. package/dist/supervisor/Supervisor.js +47 -0
  217. package/dist/supervisor/Supervisor.js.map +1 -1
  218. package/package.json +2 -2
  219. package/client-dist/assets/de-CHMDbVD5.js +0 -6
  220. package/client-dist/assets/es-CK8MPF_C.js +0 -6
  221. package/client-dist/assets/fr-49PXQiUL.js +0 -6
  222. package/client-dist/assets/index-B-09fVut.js +0 -557
  223. package/client-dist/assets/index-uJnfvD1f.css +0 -1
  224. package/client-dist/assets/ja-CrCGPmoH.js +0 -6
  225. package/client-dist/assets/zh-CN-AFJxv5ke.js +0 -6
@@ -1,6 +0,0 @@
1
- const Nh="项目",Oh="设置",Hh="自动",Bh="关闭",jh="开启",Vh="或",Wh="返回",e="打开侧边栏",o="切换侧边栏",t="关闭侧边栏",s="展开侧边栏",n="调整侧边栏宽度",c="新建会话",zh="收件箱",i="全部会话",qh="项目",r="源码控制",Yh="设备",Qh="设置",a="切换主机",Gh="已收藏",l="最近 24 小时",Jh="更早",Kh="展开",_h="收起",p="正在加载会话...",d="还没有会话",Xh="外观",u="会话默认值",S="提供商、模型与思考默认值",g="代理上下文",m="所有会话的自定义指令",$h="通知",b="推送通知偏好",h="生命周期 Webhook",T="将会话生命周期事件发送到外部 webhook",Zh="设备",f="浏览器配置与连接来源",v="本地访问",A="网络绑定与认证",L="远程访问",D="中继服务器配置",eT="提供商",P="AI 提供商集成",C="STT 后端",y="语音转文字后端默认值",w="远程执行器",R="在远程机器上运行会话",oT="关于",k="版本与支持信息",I="设备桥接",x="设备串流(实验性)",tT="开发",M="开发者工具与调试",sT="外观",nT="语言",E="选择界面语言。",cT="主题",iT="排版",F="界面大小",U="正文字体",N="界面字体",O="内容大小",H="等宽字体",B="等宽字号偏移",j="思考字号偏移",V="数学字号偏移",W="换行行距(占字体的百分比)",z="段落间距(占字体的百分比)",q="工具预览行数",rT="行",Y="输出预览",aT="样张",lT="系统",Q="Source Serif 4 字体",pT="系统",G="Iosevka 字体",J="IBM Plex Mono 字体",K="Fira Mono 字体",_="Tab 宽度",X="代码和 diff 中 Tab 字符的显示宽度。",$="最大内容宽度",Z="宽屏下消息和页面内容的最大宽度(像素)。",dT="重置",ee="生成标题长度",oe="生成会话标题的目标字符数。",uT="字符",te="重置生成标题长度",se="流式输出",ne="在响应生成时逐 token 显示内容。较慢设备上可关闭以提升性能。",ce="稳定工具预览滚动",ie="保持已完成的工具预览预渲染,避免长会话滚动时跳动。如果大型会话感觉更慢,可关闭。",re="默认展开内联媒体",ae="在转录和 markdown 中默认展开链接的图片和视频预览。关闭后,媒体链接会保持紧凑,直到单独展开。",le="趣味短语",pe="等待响应时显示更活泼的状态文案。关闭后只显示“Thinking...”。",de="浮动新建会话按钮",ue="在宽屏上显示快速新建会话按钮。",Se="在标签页标题中显示会话活动",ge="会话工作时动画显示浏览器标签页标题。",me="连接状态条",be="显示中继和会话连接的彩色状态条(绿/橙/红)。",he="会话工具栏",Te="选择此浏览器上会话输入区工具栏中显示哪些可选控件。",fe="重置工具栏",ve="模式选择器",Ae="显示权限模式选择器。",ST="附件",Le="在支持附件时显示文件附件按钮。",De="斜杠菜单",Pe="显示斜杠命令选择器按钮。",Ce="思考开关",ye="显示思考模式快速开关。",we="渲染模式",Re="显示渲染/源码模式工具栏按钮。",gT="麦克风",ke="可用时显示语音输入和 STT 后端控件。",Ie="快捷键帮助",xe="显示键盘快捷键帮助按钮。",Me="上下文用量",Ee="显示上下文窗口用量指示器。",Fe="/btw 按钮",Ue="在工具栏中显示 /btw 旁路快捷入口。",Ne="心跳/Nudge 按钮",Oe="显示快速 Nudge 开关。会话菜单中仍保留 Nudge 选项。",He="会话状态",Be="显示存活状态和最近活动状态标签。",je="隐藏思考转录行(仅影响显示;代理会继续工作)",Ve="显示隐藏的思考转录行",We="可用时显示思考转录行",mT="英语",ze="中文(简体)",qe="西班牙语",bT="法语",hT="德语",TT="日语",fT="自动",vT="浅色",AT="深色",LT="极暗",DT="小",PT="默认",CT="大",yT="更大",Ye="正在加载项目...",wT="错误:",Qe="添加项目",Ge="输入项目路径(例如:~/code/my-project)",Je="添加中...",RT="添加",kT="取消",Ke="添加项目失败",_e="新建会话",Xe="移除项目",$e="要从 YA 的项目列表中移除 {name} 吗?这不会删除项目文件或源目录。",Ze="移除项目失败",eo="还没有项目",oo="你可以先在上方添加项目,或者在某个目录里启动会话,它会自动出现在这里。",IT="收件箱",to="{project} 收件箱",xT="项目",so="全部项目",MT="刷新",no="刷新中...",co="刷新收件箱",io="正在加载收件箱...",ro="加载收件箱失败:{message}",ao="都处理完了",lo="当前没有需要关注的会话。",po="这个项目里没有需要关注的会话。",uo="没有会话",So="需要关注",ET="活跃中",go="最近活动",mo="未读(8小时)",bo="未读(24小时)",FT="审批",UT="提问",ho="新建会话",To="加载中...",NT="错误:",OT="项目",fo="切换项目",vo="选择项目",Ao="{count} 个会话",Lo="加载中...",Do="创建账号后即可开始使用",Po="输入密码以继续",HT="密码",Co="创建密码",yo="输入密码",wo="确认密码",Ro="再次输入密码",ko="请稍候...",Io="创建账号",BT="登录",xo="这个密码将用于你从任意设备访问 Yep Anywhere。",Mo='忘记密码?运行 `yepanywhere --setup-auth "你的新密码"` 来重置。',Eo="请输入密码",Fo="密码至少需要 8 个字符",Uo="两次输入的密码不一致",No="认证失败",Oo="密码错误",Ho="出了点问题",Bo="检测到可能的版本不匹配。",jo="前端和 yepanywhere 服务器可能运行的是不同版本。请尝试刷新页面或更新 yepanywhere 安装。",Vo="服务器版本:",Wo="更新方法:",zo="重新加载页面",qo="报告问题",Yo="描述一下你希望我帮你做什么...",Qo="文件上传失败:{message}",Go="启动会话失败",Jo="{provider} 身份验证失败。请在“设置 > 提供商”中重新认证。",Ko="服务器正忙,请稍后再试。",_o="服务器已满载,请稍后再试。",Xo="未找到项目。",$o="网络错误,请检查连接。",Zo="添加文件",et="思考:关闭",ot="思考:自动",tt="思考:开启({level})",st="思考模式:{mode}",nt="开始会话",ct="移除 {name}",it="选择一个项目目录,或者先保持未绑定,等准备好再开始。",jT="未绑定",rt="还没有选择目录",at="选择一个目录",lt="项目目录",pt="输入路径或搜索已有项目",dt="可以选择最近目录、按名称搜索,或粘贴像 ~/code/project 这样的路径。",ut="使用这个路径",St="没有匹配的已保存项目。你仍然可以直接使用输入的路径开始。",gt="将当前的提供商、模型和权限模式保存为默认值。",mt="设为默认",bt="正在保存...",ht="已保存新会话默认值",Tt="保存新会话默认值失败",ft="AI 提供商",vt="{provider} 当前不可用({reason})",VT="未安装",WT="未认证",zT="未安装",qT="未认证",YT="模型",At="选择模型",Lt="回顾摘要",QT="建议",GT="关闭",Dt="不要为此会话生成返回时摘要。",JT="原生",Pt="使用提供商原生的回顾摘要支持,不创建 YA 旁路会话。",KT="模拟",Ct="让共享辅助会话生成返回时摘要。",_T="分叉",yt="从已归档的临时会话分叉生成摘要。",XT="离开",wt="离开多少秒后回顾摘要",$T="秒",ZT="关闭",Rt="不要请求预测的下一轮建议。",ef="原生",kt="可用时使用提供商原生的下一轮建议。",It="{provider} 不原生支持建议。",xt="辅助模型",Mt="用于模拟回顾摘要和相关辅助会话功能的共享辅助模型。",of="最便宜",Et="与主会话相同",Ft="辅助目标",Ut="用于模拟回顾摘要、建议和其他辅助会话工作的 OpenAI 兼容辅助端点。",Nt="已配置的目标现在可以选择;跨提供商回顾摘要/建议执行仍需要辅助目标运行时支持。",tf="名称",Ot="基础 URL",Ht="例如:http://localhost:8001/v1",sf="模型",Bt="端点默认值 / 第一个模型",jt="留空则使用端点默认值",Vt="加载模型",Wt="正在加载...",zt="找到 {count} 个模型。",qt="添加目标",Yt="保存目标",Qt="取消编辑",nf="编辑",cf="删除",Gt="未配置辅助目标。",rf="存储为",Jt="名称和基础 URL 为必填项。",Kt="加载模型失败。",_t="保存辅助目标失败。",Xt="语音转文字",$t="选择语音方法",Zt="运行位置",af="本地",es="在当前机器上运行",os="通过 SSH 运行",ts="权限模式",ss="修改前先询问",ns="自动修改",cs="计划模式",is="绕过权限",lf="自动",rs="修改前先请求批准",as="直接修改文件,不再询问",ls="先生成计划,再开始实现",ps="跳过全部权限检查(请谨慎使用)",ds="让提供商分类器批准或拒绝提示",pf="下一轮",us="从下一次用户回合开始生效",Ss="无效的会话地址",df="未命名",gs="上传中...",ms="发送消息失败:{message}",bs="加入队列失败:{message}",hs="取消排队消息失败:{message}",Ts="编辑排队消息失败:{message}",fs="排队消息已在本地恢复;它可能已经离开服务器队列。",vs="排队消息文本已恢复,但其附件不可用。",As="编辑最新消息失败:{message}",Ls="没有要发送的修正更改。",Ds="正在修正最新消息",Ps="取消修正",Cs="已切换到 {model}",ys="批准失败",ws="拒绝失败",Rs="发送反馈失败",ks="提交答案失败",Is="上传 {file} 失败:{message}",xs="会话已重命名",Ms="重命名会话失败",Es="将会话移至项目",Fs="会话已移至 {project}",Us="移动会话失败",Ns="会话已归档",Os="会话已取消归档",Hs="更新归档状态失败",Bs="会话已收藏",js="会话已取消收藏",Vs="更新收藏状态失败",Ws="已标记为未读",zs="已标记为已读",qs="更新已读状态失败",Ys="会话已终止",Qs="终止失败:{message}",Gs="已启动交接会话",Js="已请求压缩上下文",Ks="请求压缩上下文失败:{message}",_s="分享失败",Xs="公共只读分享",$s="拥有复制的秘密链接的任何人都可以只读查看此会话。分享内容会经过已配置的中继,并且该中继运营者可见。",Zs="高级设置中已禁用创建新的公共链接。",uf="快照",en="复制当前会话状态的只读快照。",Sf="实时",on="复制会随此会话更新的只读实时视图。",tn="复制只读快照链接",sn="复制只读实时链接",nn="正在复制...",cn="复制链接",rn="链接已复制",an="只读链接已复制到剪贴板。",ln="已创建只读链接。剪贴板访问被阻止;请选择上方链接并手动复制。",pn="撤销全部分享链接",dn="使此会话的每个公共链接失效",un="正在撤销...",Sn="已撤销 {count} 个分享链接。",gn="撤销分享链接失败",mn="打开公共只读分享控件",bn="{active} 个活跃查看者,{total} 个令牌,{live} 个实时链接,{frozen} 个快照链接",hn="停止实时更新",Tn="将实时公共链接转换为当前会话状态的只读快照",fn="正在停止...",vn="已停止 {count} 个链接的实时更新;它们现在会以只读快照打开。",An="停止公共分享链接的实时更新失败",Ln="公共查看者令牌",Dn="{count} 次访问,最近 {time}",gf="活跃",mf="空闲",bf="快照",hf="已断开",Pn="将此令牌 {token} 设为快照",Cn="断开此令牌 {token}",yn="令牌 {token} 从现在起会看到快照。",wn="已断开令牌 {token}。",Rn="分享链接",kn="未命名会话",In="正在加载分享...",xn="未找到分享或分享不可用",Mn="分享链接缺少中继信息",En="此文件链接不在公共分享范围内。",Fn="返回公共分享",Tf="快照",ff="实时",Un="{count} 个活跃公共查看者",vf="错误:",Nn="切换侧边栏",On="打开侧边栏",Hn="关闭最近会话",Af="已收藏",Lf="已归档",Bn="查看会话信息",jn="配置模型、思考和努力级别",Vn="当前有外部会话正在运行,发送消息需自行承担风险。",Wn="这个会话可能正在其他进程中等待输入(VS Code、CLI)。发送消息前请先去那里确认。",zn="关闭警告",qn="正在加载会话...",Yn="创建后的时间(墙钟时间 / 文件创建时间或首次解析时间)。不同于“任意时间”筛选器,后者基于距最后消息/活动的时间(updatedAt)。",Qn="外部会话运行中,发送消息请谨慎...",Gn="发送一条消息以恢复会话...",Jn="加入一条排队消息...",Kn="未找到会话",_n="此会话在磁盘上的底层数据或实时进程中的数据当前不可读取。这可能发生在 YA 服务器重启、提供商存储升级,或原生会话目录被清理之后。",Xn="归档 / 从所有列表隐藏",Df="返回",$n="会话 ID:",Zn="在下方输入 /btw 旁路请求。",ec="最小化此面板(侧栏保持聚焦;点击把手可重新打开)",oc="关闭此侧栏并将编辑器返回 Mother",tc="将编辑器返回主会话",sc="将此侧栏移入会话历史",nc="取消收藏",Pf="收藏",Cf="重命名",cc="复制提示词",ic="Heartbeat...",rc="回顾摘要...",ac="恢复警告",lc="克隆中...",yf="克隆",wf="压缩",Rf="交接",pc="分享中...",kf="分享",dc="取消归档",If="归档",uc="标记为已读",Sc="标记为未读",gc="终止中...",xf="终止",mc="会话选项",bc="会话心跳",hc="启用心跳轮次",Tc="当该会话空闲一段时间后,排入一条合成的用户轮次。",fc="空闲分钟数覆盖",vc="留空则使用全局默认值({value} 分钟)。",Ac="心跳启动:空闲 {value} 分钟后发送一次合成回合。",Lc="此会话已关闭心跳。",Dc="常规心跳计时后,如果仍处于空闲状态,将在 {value} 分钟后发送一次强制心跳。",Pc="此会话已禁用强制心跳延迟。",Cc="Heartbeat Force Override",yc="Optional extra minutes to wait before forcing a heartbeat turn when steering is not possible.",wc="Blank to disable",Rc="心跳文本覆盖",kc="留空则本会话使用全局默认文本。",Ic="保存会话心跳设置失败",xc="已更新会话心跳",Mc="会话回顾摘要",Ec="回顾摘要模式",Fc="控制你返回这个活动会话时未来生成的摘要。",Uc="加载回顾摘要设置失败",Nc="此提供商不支持该回顾摘要模式。",Mf="保存",Oc="保存回顾摘要设置失败",Hc="会话回顾摘要设置已更新",Bc="展开消息输入框",jc="收起消息输入框",Vc="在上方响应时可继续输入...",Wc="添加文件",zc="先发送一条消息后才能添加附件",qc="展开工具审批",Yc="展开问题面板",Ef="审批",Ff="问题",Qc="加入消息队列",Gc=`排队等待下一轮
2
- Ctrl+Enter`,Jc=`引导当前回合
3
- Enter`,Kc=`发送消息
4
- Enter`,_c="渲染视图已开启。为此会话关闭它(Ctrl/Cmd+Shift+M)",Xc="渲染视图已关闭。为此会话开启它(Ctrl/Cmd+Shift+M)",$c="本地渲染开关状态不一致。切换会话默认值(Ctrl/Cmd+Shift+M)",Uf="停止",Nf="发送",Zc="从主操作加入队列",ei="{current}。点击选择;右键或长按可切换关闭/开启。下一轮生效。",oi="下一轮生效",ti="已验证进展",si="未验证回合",ni="长时间静默",ci="等待提供商",ii="已验证空闲",ri="需要输入",ai="需要注意",li="未知状态",Of="现在",pi="{age}前",di="{state},{age}",ui="会话活跃度已验证:{summary}",Si="会话最后活动",gi="最后活动 {age}",mi="会话状态预览",bi="正在查看 /btw 子会话;点击返回 Mother(Ctrl+B)",hi="编辑器聚焦在 /btw 侧栏;点击返回 Mother(Ctrl+B)",Ti="/btw 面板已聚焦;点击聚焦它的编辑器(Ctrl+B)",fi="聚焦现有 /btw 侧栏(Ctrl+B)",vi="启动 /btw 侧栏(Ctrl+B)",Ai="会话键盘快捷键",Li="用户回合",Di="所有回合",Pi="完整会话",Ci="上一个匹配",Hf="跳转",yi="上一个 / 下一个匹配",Bf="点击",wi="匹配预览 / 侧栏标记跳转",Ri="取消 / 恢复焦点",ki="滚动到当前",Ii="用户回合反向搜索",xi="所有回合反向搜索",Mi="完整会话反向搜索",Ei="引导当前回合",jf="发送",Vf="换行",Fi="启动 /btw 侧栏",Ui="停止代理 / 取消覆盖层",Ni="调回上次发送的文本",Oi="取消最近加入队列的消息",Hi="清空编辑器",Bi="渲染/源码模式",ji="上下文:{percentage}%({used} / {total} tokens)",Vi="上下文:{percentage}%({used} tokens)",Wi="展开审批面板",zi="收起审批面板",qi="接受这个计划吗?",Yi="查看上方计划并决定是否继续",Qi="允许 {tool} {summary} 吗?",Gi="查看详情",Ji="{tool} 详情",Ki="是,并自动接受",_i="是,并手动审批修改",Xi="否,继续规划",Wf="是",$i="是,并且不再询问",zf="否",Zi="告诉代理接下来该做什么",er="告诉代理接下来该做什么...",qf="发送",or="没有需要回答的问题",tr="展开问题面板",sr="收起问题面板",Yf="其他",nr="输入你的答案...",Qf="取消",Gf="提交",Jf="下一步",cr="会话信息",ir="获取进程信息失败",Kf="关闭",_f="自适应",Xf="开启",$f="从未",Zf="刚刚",rr="{seconds} 秒前",ar="{minutes} 分前",lr="{hours} 小时 {minutes} 分前",pr="网络开启",dr="网络关闭",ur="$TMPDIR 已排除",Sr="$TMPDIR 已包含",gr="/tmp 已排除",mr="/tmp 已包含",ev="会话",ov="连接",br="Token 使用",tv="进程",sv="项目",hr="会话 ID",Tr="创建时间",nv="提供商",cv="模型",iv="归属",fr="活动状态",rv="发起方",vr="CLI 版本",Ar="会话来源",Lr="审批策略",Dr="沙箱策略",av="活动流",Pr="连接状态",Cr="会话监听",lv="会话流",yr="最近会话事件",wr="订阅模式",Rr="输入 tokens",kr="输出 tokens",Ir="上下文使用率",xr="缓存读取",Mr="缓存创建",Er="进程 ID",Fr="启动时间",Ur="运行时长",Nr="队列深度",Or="扩展思考",Hr="空闲开始于",pv="名称",dv="路径",Br="远程主机",uv="已连接",Sv="已断开",gv="未订阅",jr="聚焦文件监听",mv="默认",Vr="没有进程数据",Wr="该会话由外部进程控制(VS Code、CLI)",zr="没有活动进程",bv="关闭",hv="取消",qr="源码控制",Yr="没有可用项目",Qr="加载中...",Tv="错误:",Gr="不是 git 仓库",Jr="(游离 HEAD)",fv="干净",vv="有改动",Kr="工作区干净",_r="已暂存改动",Av="改动",Lv="未跟踪",Xr="加载 diff 失败",$r="加载 diff 中...",Zr="加载完整上下文失败",Dv="差异",Pv="预览",ea="仅看 Diff",oa="完整上下文",ta="开始一个新会话...",sa="前往新建会话",Cv="关闭",na="新建会话",ca="切换模型",ia="加载模型失败",ra="切换模型失败",aa="加载模型中...",la="没有可用模型",yv="当前",pa="交接会话",da="开始交接",ua="正在开始交接...",Sa="无法开始交接",ga="在新窗口中打开交接",ma="正在重新连接...",ba="{target} 代码已更改 - 重新加载以查看改动",ha="清除全部",Ta="按 {label} 筛选",fa="全部会话",va="搜索会话...",Aa="全部项目",wv="状态",Rv="提供商",La="所有提供商",kv="机器",Da="时间范围",Pa="全部机器",Ca="任意时间",ya="清除筛选",Iv="全部",xv="未读",Mv="已收藏",Ev="已归档",wa="早于 3 天",Ra="早于 7 天",ka="早于 14 天",Ia="早于 30 天",Fv="本地",Uv="全选",xa="未找到会话",Ma="可以尝试调整筛选条件或搜索词。",Ea="这里会显示你所有项目中的会话。",Fa="首条提示词",Ua="为以下项目打开会话",Na="加载更多",Oa="已隐藏 {count} 个重复标题(相同名称 + 提供商 + 项目)",Ha="归档全部 {count} 个筛选结果会话",Ba="全部归档 {count}",ja="已选 {count} 项",Va="清除选择",Wa="归档所选",Nv="归档",za="取消归档所选",qa="取消归档",Ya="收藏所选",Ov="收藏",Qa="取消收藏所选",Ga="取消收藏",Ja="标记为已读",Ka="标记已读",_a="标记为未读",Xa="标记未读",$a="必须填写主机别名",Za="主机别名不能包含空格",el="保存主机别名失败",ol="删除主机别名失败",tl="设备桥接",sl="通过 WebRTC 从手机串流并控制 Android 模拟器、Android 设备和 ChromeOS 测试设备。",nl="启用设备桥接",cl="实验性功能。在侧边栏显示设备串流并启用设备发现。",il="串流质量",rl="更改会在下次连接时生效。",Hv="帧率",al="更高的帧率会增加 CPU 和带宽占用。",Bv="分辨率",ll="串流最大宽度(像素,高度按比例缩放)。",jv="画质",pl="在 720p/30fps 下,高约使用 4 Mbps,中约 2.8 Mbps,低约 1.5 Mbps。",dl="自适应帧率",ul="检测到丢包时自动降低帧率,连接恢复后再自动恢复。",Sl="ChromeOS 主机",gl="从本地 SSH 配置中添加主机别名(例如,",ml=")。它们会作为可串流的 ChromeOS 目标显示在设备列表中。",bl="添加主机别名",hl="仅支持主机别名,不能有空格。",Tl="例如:chromeroot",fl="还没有自定义 ChromeOS 主机别名。",Vv="删除",vl="已发现设备",Al="未发现设备。请确认 ADB 已在 PATH 中,且模拟器或设备可用。",Ll="使用前需要更新设备桥接运行时。",Dl="设备串流需要下载桥接运行时(sidecar 二进制文件 + Android server APK)。",Pl="未检测到设备。请连接 Android 模拟器/设备,或在设置中添加 ChromeOS SSH 主机别名。",Wv="停止",zv="启动",Cl="主机离线",yl="未找到主机",wl="连接超时",Rl="无法连接中继",kl="无法访问主机",Il="需要更新服务器",xl="连接失败",Ml="主机“{relayUsername}”未连接到中继。服务器可能已离线,或已关闭连接。",El="主机未连接到中继。",Fl="中继上找不到用户名为“{relayUsername}”的主机。用户名可能已更改,或服务器尚未注册。",Ul="中继上找不到该用户名对应的主机。",Nl="等待主机“{relayUsername}”超时。服务器可能已离线,或当前延迟过高。",Ol="等待主机超时。",Hl="无法连接到中继服务器。请检查网络连接后重试。",Bl="无法连接到服务器。请确认服务器正在运行且可访问。",jl="无法与主机建立连接。",Vl="服务器需要更新以支持更安全的会话恢复。在此之前,刷新或重连后你需要重新登录。",Wl="重连时发生意外错误。",zl="运行 `npm update -g yepanywhere`,重启服务器后再重新连接。",ql="请确认服务器正在运行并已启用中继。",Yl="请确认服务器正在运行且可访问。",Ql="前往登录",qv="重试",Gl="直接连接",Jl="服务器地址",Kl="你的服务器地址(例如:ws://192.168.1.50:3400/api/ws)",Yv="用户名",_l="输入用户名",Qv="密码",Xl="输入密码",Gv="记住我",$l="会自动恢复会话",Zl="在这台设备上保持登录",Jv="连接",ep="连接中...",op="需要先在服务器的设置中启用远程访问,用户名和密码也在那里配置。",tp="请输入服务器地址",sp="请输入用户名",np="请输入密码",cp="通过中继连接",Kv="用户名",ip="例如:my-server",rp="你在服务器上配置的用户名",_v="密码",ap="输入密码",Xv="记住我",lp="显示高级选项",pp="隐藏高级选项",dp="自定义中继地址",up="留空则使用默认中继",$v="连接",Sp="连接中...",gp="请在服务器的远程访问设置中配置中继选项。",mp="正在连接中继...",bp="正在等待服务器...",hp="正在认证...",Tp="连接失败",fp="请输入用户名",vp="请输入密码",Ap="服务器未连接到中继。请确认服务器正在运行并已启用中继。",Lp="没有找到这个用户名对应的服务器。请检查后重试。",Dp="用户名或密码无效。请检查凭据后重试。",Pp="已保存主机",Cp="添加新主机",yp="你希望如何连接?",wp="通过中继连接",Rp="通过中继服务器从任意位置连接,无需端口转发。",kp="直接连接",Ip="通过 WebSocket 地址直接连接,适用于局域网或 Tailscale。",xp="可先选择上方已保存的主机,或添加新主机。",Mp="大多数用户应选择“通过中继连接”,设置最简单。",Ep="移除主机",Fp="要移除这个已保存的主机吗?",Zv="在线",eA="离线",oA="检测中",tA="未知",Up="缺少中继配置",Np="缺少 WebSocket 地址",Op="连接失败",sA="刚刚",Hp="{count} 分钟前",Bp="{count} 小时前",jp="{count} 天前",Vp="服务器通知类型",Wp="控制哪些事件会向所有设备触发推送通知。",zp="工具审批",qp="当代理需要你批准运行工具时通知你(文件修改、命令等)。",Yp="用户问题",Qp="当代理提出问题并需要你的回复时通知你。",Gp="会话暂停",Jp="当会话完成、报错或进入空闲状态时通知你。",Kp="当前没有已订阅设备。先在下方启用推送通知才能使用这些设置。",_p="桌面通知",Xp="当会话需要关注时接收浏览器通知。标签页打开时可用。",$p="推送通知",Zp="即使浏览器关闭,或你在另一台设备上,也能接收推送通知。",nA="设备",ed="所有连接到或订阅此服务器的设备。",od="正在加载设备...",td="当前没有连接或订阅的设备。请先在上方启用推送通知。",sd="当前设备",nd="1 个标签页",cd="{count} 个标签页",cA="离线",iA="无推送",id="订阅于 {date}",rd="取消订阅此设备",ad="移除此设备",rA="移除",ld="推送通知",pd="当前浏览器不支持推送通知。",dd="这只影响当前设备。其他已订阅设备仍会收到服务器通知。",ud="如需在开发模式下为当前设备启用推送,请使用 VITE_ENABLE_SW=true 重启。",Sd="故障排查指南",gd="通知已被阻止。请在浏览器设置中启用后再接收推送通知。",md="当会话需要你关注时接收通知,即使应用在后台也能收到。",bd="应用内也通知",hd="即使应用处于打开状态,只要你当前没在查看该会话,也会显示通知。",Td="测试通知",fd="发送一条测试通知,确认推送正常工作。",vd="普通(自动消失)",Ad="常驻(保持显示)",Ld="静默(无声音)",Dd="发送中...",Pd="发送测试",Cd="桌面通知",yd="当前浏览器不支持通知。",wd="通知已被阻止。请在浏览器设置中启用后再接收桌面提醒。",Rd="测试桌面通知",kd="发送一条测试通知,确认功能正常。",Id="已启用。会话需要关注时你将收到通知(标签页打开时)。",aA="已启用",xd="当会话需要你关注时通知你。标签页在后台打开时也有效。",Md="请求中...",lA="启用",Ed="测试通知",Fd="桌面通知工作正常。",Ud="远程访问",Nd="你当前正通过中继连接到远程服务器。",Od="当前主机",Hd="退出登录",Bd="断开与远程服务器的连接",jd="退出登录",Vd="通过加密的中继连接,从任意位置访问你的 yepanywhere 服务器。",Wd="远程服务器",pA="提供商",zd="当对应 CLI 已安装时,AI 提供商会被自动检测。",qd="回顾摘要默认值",Yd="新会话的默认回顾摘要模式和共享辅助模型。",Qd="建议默认值",Gd="新会话的默认下一轮建议模式。",Jd="已检测到",Kd="未检测到",_d="Claude 看起来已安装,但当前未通过身份验证。请通过 Claude CLI 登录流程重新认证。",Xd="复制 Claude 登录命令",$d="已复制 `claude auth login --claudeai`",Zd="复制 Claude 登录命令失败",dA="官网",eu="更新策略",ou="自动模式需要 npm 全局安装",uA="通知我",tu="命令已复制",su="复制失败",nu="有可用更新:",cu="Codex CLI {version} 已是最新",iu="正在检查...",ru="立即检查",au="发行说明",lu="正在安装...",pu="立即更新",du="使用你的安装器更新:",uu="安装输出",Su="Codex CLI {version} 现已安装。",gu="Codex {current} → {latest} 已准备好安装。",mu="正在更新 Codex CLI。此对话框会保持打开,便于你检查命令输出。",bu="STT 后端",hu="选择麦克风可用时 YA 使用的全局语音转文字后端。",Tu="语音输入",fu="当服务器允许语音输入时,在此浏览器上启用 YA 麦克风控件。",vu="服务器已禁用语音输入,因此浏览器控件会保持隐藏。",Au="默认 STT 后端",Lu="新会话和活跃输入框会使用它,除非以后添加按会话覆盖。",Du="选择 STT 后端",Pu="当前没有公布任何由服务器路由的 STT 后端;支持时仍可使用浏览器原生识别。",Cu="Smart Turn 控制",yu="所选 STT 后端支持时,{backend} 可在听写暂停后发送、取消或等待。",wu="{backend} 未公布 Smart Turn 控件。",Ru="暂停后:发送、取消或等待。不会发送命令。",SA="保存",ku="全部保存",Iu="保存中...",xu="Ollama 服务地址。默认值:http://localhost:11434",Mu="使用完整 Claude system prompt",Eu="适用于大上下文模型(Qwen3 等)",Fu="Ollama 模型的 system prompt。留空则使用默认值。",Uu="允许 Grok Build 使用 XAI_API_KEY",Nu="默认关闭。启用后,Grok Build 可以使用服务器启动时捕获的 XAI_API_KEY,这可能会将其切换到按量计费的 API 账单。",gA="开发",Ou="Schema 校验",Hu="按预期 schema 校验工具结果。出错时会显示 toast 并写入控制台日志。",Bu="已忽略工具",ju="你选择忽略校验错误的工具。它们将不再显示 toast 通知。",Vu="清除忽略项",Wu="浏览器诊断",zu="采集浏览器日志、未捕获错误和轻量遥测以便调试。",qu="Service Worker 设置",Yu="为推送通知启用 service worker。开发时如果页面重载有问题,可暂时关闭。需要重启生效。",Qu="将远程会话持久化到磁盘",Gu="把远程 SRP 恢复会话存储到",Ju="中,这样服务器重启后中继重连仍可恢复。出于安全考虑默认关闭。",Ku="重启服务器",_u="重启后端服务器以加载代码改动。",Xu="(有待应用改动)",$u="{count} 个活跃会话{suffix}会被中断",Zu="重启中...",eS="仍然重启",oS="重启服务器",tS="公开只读分享",sS="显示用于从会话创建公开只读链接的控件。新链接会使用“远程访问”中配置的中继。",nS="分享内容会通过中继发送给公开查看者,并且中继运营者可以看到这些内容。",cS="关闭后会隐藏公开分享控件,并使现有公开链接失效。",iS="尚未配置“远程访问”中继;设置完成前无法创建公开链接。",rS="公开链接将通过 {url} 以 {username} 身份连接。",aS="公开分享创建已准备就绪。",lS="未启用“远程访问”;启用前无法创建公开链接。",pS="“远程访问”中继未连接({status});可以创建链接,但在重新连接前可能无法加载。",dS="YA 托管客户端",uS="远程登录和公开分享会使用“远程访问”中配置的 YA URL。分享链接仍使用已配置的中继进行传输。",SS="当前 YA URL:{url}",gS="公开分享路由:{url}",mS="代理上下文",bS="加载中...",hS="这些说明会包含在每个会话的 system prompt 中,可用于编码规范、项目上下文或参考文件路径。",TS="全局指令",fS="在支持 system prompt 的情况下会追加到 system prompt;对其他提供商会加在第一条消息之前。",vS=`使用 TypeScript strict mode。优先采用函数式模式。
5
-
6
- 项目上下文:~/code/dotfiles/projects/README.md`,AS="{current}/{max} 个字符",LS="保存指令失败",DS="默认心跳前空闲分钟数",PS="为启用了心跳且未覆盖间隔的会话提供默认空闲时长。",CS="默认心跳文本",yS="为启用了心跳的会话提供默认用户轮次文本。单个会话可以覆盖它。",wS="生命周期 Webhook",RS="加载中...",kS="当会话变为非活跃时发送 webhook。Yep 只发出事件;任何自动化都保留在服务器之外。",IS="启用生命周期 Webhook",xS="开启或关闭对外生命周期 webhook 递送。",MS="Webhook URL 地址",ES="接收会话非活跃事件的端点。",FS="Bearer Token 令牌",US="可选的 bearer token,会作为 Authorization 标头发送。",NS="Bearer token(可选)",mA="试运行",OS="仍然发送 webhook,但在载荷中包含 dryRun=true。",HS="保存生命周期 webhook 设置失败",BS="远程执行器",jS="通过 SSH 在远程机器上运行会话。可添加 ~/.ssh/config 中的主机别名。",VS="添加远程执行器",WS='输入 SSH 主机别名(例如:"devbox"、"gpu-server")',zS="SSH 主机别名",bA="添加",qS="添加中...",YS="添加执行器失败",QS="连接失败",GS="已配置的执行器",JS="当前没有远程执行器。可先在上方添加,然后在远程机器上运行会话。",hA="已连接",TA="失败",KS="Claude CLI 可用",_S="Claude CLI 版本 v{version}",XS="未找到 Claude CLI",$S="测试中...",ZS="测试连接",fA="移除",eg="配置要求",og="在 ~/.ssh/config 中配置 SSH 主机别名",tg="使用 SSH 密钥认证(不出现密码提示)",sg="远程机器上已安装 Claude CLI(本地会话使用 SDK 自带 CLI,因此远程 CLI 版本可能不同;建议保持同步以避免功能不兼容)",ng="本地与远程机器上的项目路径必须一致(例如:~/code/project)",cg="浏览器配置",ig="查看连接过此服务器的设备及其访问来源。每个浏览器配置可能会从多个 URL 连接(localhost、Tailscale 等)。",rg="正在加载浏览器配置...",ag="还没有记录任何浏览器配置。先从浏览器连接一次,这里才会显示。",vA="已连接",AA="已断开",lg="当前设备",pg="最后在线 {date}",dg="首次出现 {date}",ug="忘记此设备",LA="忘记",DA="刚刚",Sg="{count} 分钟前",gg="{count} 小时前",PA="昨天",CA="关于",mg="安装应用",bg="Yep Anywhere 已安装在你的设备上。",hg="把 Yep Anywhere 添加到主屏幕,方便快速访问。",yA="已安装",wA="安装",RA="版本",Tg="服务端:",fg="客户端:",vg="(可升级到 v{version})",Ag="(已是最新)",Lg="暂时无法刷新更新状态。",Dg="中继会话恢复需要升级服务器。新登录仍可用,但在服务器升级前重连/恢复会失败。",Pg="运行 `npm i -g yepanywhere` 进行更新",Cg="检查中...",yg="检查更新",wg="报告问题",Rg="如果发现问题,可前往 GitHub 提交 issue,帮助改进 Yep Anywhere。",kg="报告问题",Ig="设置向导",xg="重新运行初始设置向导,配置主题和远程访问。",Mg="启动向导",Eg="选择你偏好的配色方案。之后可以在设置中更改。",Fg="通过安全中继连接,从任何地方访问 yepanywhere。这样你离开电脑时也能用手机监督编码代理。",Ug="你需要准备:",Ng="中继服务器 URL(自托管或由管理员提供)",Og="用于标识你的服务器的用户名",Hg="用于安全认证的密码",Bg="你现在可以跳过,之后再在设置中配置。",jg="连接诊断",Vg="采集连接日志并发送到服务器,便于调试。",Wg="会话默认值",zg="默认提供商",qg="选择新会话默认使用的提供商。",Yg="默认模型",Qg="选择启动新会话时该提供商默认使用的模型。",Gg="会话默认值",Jg="选择新会话启动时默认使用的提供商、模型和思考行为。",Kg="默认思考模式",_g="选择新会话默认如何请求思考。Auto 表示交由提供商决定何时思考。",kA="关闭",IA="自动",xA="开启",Xg="Claude 专用",$g="仅用于 Claude 会话和旧版 Claude 专用流程的本地回退设置。",Zg="Claude 回退模型",em="选择在 Claude 会话没有显式默认模型时作为本地回退使用的 Claude 模型别名。",om="努力级别",tm='控制新会话在 thinking 设为 "on" 时请求多少计算。更高等级会消耗更多 token。',MA="低",EA="中",FA="高",UA="额外",NA="超高",OA="最大",HA="中",BA="超高",sm="响应最快",nm="中等推理",cm="深度推理",im="用于最困难的任务",rm="超高推理",am="最大努力",lm="加载中...",pm="控制此服务器在本地网络中的访问方式。",jA="状态",VA="监听于",WA="以及",dm="无法获取服务器信息",zA="仅本地",um="网络已暴露",Sm="监听端口",gm="所有网络访问共用的端口",mm="(通过 --port 设置)",bm="局域网访问",hm="允许网络中的其他设备访问",Tm="(通过 --host 设置)",fm="网络接口",vm="选择要绑定的网络接口",Am="选择接口...",Lm="所有接口(0.0.0.0)",Dm="自定义 IP...",Pm="自定义 IP",Cm="输入要绑定的 IP 地址",ym="允许所有主机名",wm="接受来自任意主机名的请求(会禁用 DNS rebinding 防护)",Rm="允许的主机名",km="额外允许的主机名列表,用逗号分隔",Im="例如:mydomain.com, other.example.com",xm="localhost、私有 IP 和 *.ts.net 始终会被允许。",Mm="需要密码",Em="访问此服务器时必须输入密码",qA="密码",Fm="留空则保持当前密码",Um="至少 6 个字符",YA="新密码",Nm="输入密码",Om="确认密码",Hm="确认密码",Bm="忘记密码?可使用 `yepanywhere --setup-auth` 重新设置。",jm="允许 localhost 访问",Vm="允许本机浏览器免密码访问",Wm="认证已被 --auth-disable 参数绕过。",zm="应用中...",qm="应用更改",Ym="在此设备上退出登录",Qm="你当前正通过中继连接到远程服务器。",Gm="断开与远程服务器的连接。",Jm="中继调试日志",Km="将中继请求和响应记录到浏览器控制台,便于排查连接超时问题。",_m="端口必须是 1 到 65535 之间的数字",Xm="密码至少需要 6 个字符",$m="两次输入的密码不一致",Zm="应用更改失败",eb="无效地址",ob="URL 中缺少项目 ID。",tb="前往项目列表",sb="URL 中缺少文件路径。",nb="前往项目",cb="返回项目",QA="活动",ib="文件活动",GA="已连接",JA="已断开",rb="按路径筛选(正则)...",KA="继续",_A="暂停",XA="清空",ab="清除筛选",lb="总计:{count} 条事件",pb="显示中:{count}",db="等待文件变更中...",ub="当前筛选条件下没有匹配事件",$A="已创建",ZA="已修改",eL="已删除",oL="会话",Sb="代理会话",tL="设置",sL="凭据",nL="遥测",cL="其他",iL="代理",gb="正在加载代理...",mb="加载代理失败:{message}",rL="活跃",aL="空闲",lL="已停止",bb="没有活跃代理",hb="没有空闲代理",Tb="没有已停止代理",fb="未命名会话",pL="运行中",vb="等待输入",dL="空闲",uL="已停止",SL="本地",Ab="权限模式",Lb="排队消息",Db="停止原因",Pb="Schema 校验失败:{tool}",Cb="{tool} 的 Schema 警告,点击查看详情",yb="缺失字段",wb="无效字段",Rb="去 GitHub 报告问题",kb="正在重新连接...",Ib="外部进程",gL="处理中",xb="等待输入",mL="就绪",Mb="加载文件失败",Eb="正在加载 {name}...",Fb="未找到文件",bL="源码",hL="预览",Ub="高亮内容已截断(仅显示前 2000 行)",Nb="这个文件无法内联显示。",TL="类型:",fL="大小:",Ob="下载文件",Hb="{count} 行",Bb="已复制!",jb="复制内容",Vb="在新标签页打开",vL="下载",Wb="退出全屏",AL="全屏",zb="开始语音输入(Ctrl+Space)",qb="停止语音输入(Ctrl+Space)",Yb="开始语音输入",Qb="停止语音输入",Gb="选择模式",Jb="点击选择模式",LL="用户名",Kb="例如:my-server",_b="仅允许小写字母、数字和连字符",DL="密码",Xb="新密码(留空则保持不变)",$b="确认密码",Zb="中继服务器",PL="默认",CL="自定义",eh="自定义中继地址",oh="relay.example.com 或 wss://relay.example.com/ws",th="YA Web 应用",sh="默认(yepanywhere.com)",yL="自定义",nh="自定义 YA URL",ch="ya.example.com 或 https://ya.example.com/remote",wL="状态:",ih="连接地址:",rh="复制地址",RL="复制",ah="已复制!",lh="显示二维码",ph="隐藏二维码",dh="扫描后可在手机上连接并自动登录",uh="会话({count})",Sh="全部撤销",gh="没有会话",kL="未知",IL="未知",mh="创建于 {date}",bh="最后使用 {date}",hh="创建时间:",Th="最后使用:",xL="撤销",fh="保存中...",ML="保存",vh="加载中...",EL="已禁用",FL="未配置",UL="已连接",Ah="连接中...",Lh="注册中...",Dh="用户名已被占用",NL="已断开",OL="刚刚",Ph="{count} 分钟前",Ch="{count} 小时前",HL="昨天",yh="请输入用户名",wh="用户名至少需要 3 个字符",Rh="请输入密码",kh="密码至少需要 8 个字符",Ih="两次输入的密码不一致",xh="请输入自定义中继地址",Mh="请输入自定义 YA URL",Eh="保存失败",Fh="更新失败",Uh="正在重新连接以分享...",BL={pageTitleProjects:"项目",pageTitleSettings:"设置",commonAuto:"自动",commonOff:"关闭",commonOn:"开启",commonOr:"或",actionBack:"返回",actionOpenSidebar:e,actionToggleSidebar:o,actionCloseSidebar:t,actionExpandSidebar:s,actionResizeSidebar:n,sidebarNewSession:c,sidebarInbox:"收件箱",sidebarAllSessions:i,sidebarProjects:"项目",sidebarSourceControl:r,sidebarDevices:"设备",sidebarSettings:"设置",sidebarSwitchHost:a,sidebarSectionStarred:"已收藏",sidebarSectionLast24Hours:l,sidebarSectionOlder:"更早",sidebarSectionExpand:"展开",sidebarSectionCollapse:"收起",sidebarLoadingSessions:p,sidebarNoSessions:d,settingsAppearanceTitle:"外观",settingsModelTitle:u,settingsModelDescription:S,settingsAgentContextTitle:g,settingsAgentContextDescription:m,settingsNotificationsTitle:"通知",settingsNotificationsDescription:b,settingsWebhooksTitle:h,settingsWebhooksDescription:T,settingsDevicesTitle:"设备",settingsDevicesDescription:f,settingsLocalAccessTitle:v,settingsLocalAccessDescription:A,settingsRemoteTitle:L,settingsRemoteDescription:D,settingsProvidersTitle:"提供商",settingsProvidersDescription:P,settingsSpeechTitle:C,settingsSpeechDescription:y,settingsRemoteExecutorsTitle:w,settingsRemoteExecutorsDescription:R,settingsAboutTitle:"关于",settingsAboutDescription:k,settingsEmulatorTitle:I,settingsEmulatorDescription:x,settingsDevelopmentTitle:"开发",settingsDevelopmentDescription:M,appearanceSectionTitle:"外观",appearanceLanguageTitle:"语言",appearanceLanguageDescription:E,appearanceThemeTitle:"主题",appearanceOutputTypographyTitle:"排版",appearanceFontSizeTitle:F,appearanceOutputFontLabel:U,appearanceOutputUiFontLabel:N,appearanceOutputFontSizeLabel:O,appearanceOutputFixedFontLabel:H,appearanceOutputFixedSizeOffsetLabel:B,appearanceOutputThinkingSizeOffsetLabel:j,appearanceOutputMathSizeOffsetLabel:V,appearanceOutputLineSpacingLabel:W,appearanceOutputVerticalSpacingLabel:z,appearanceOutputToolPreviewLinesLabel:q,appearanceOutputToolPreviewLinesUnit:"行",appearanceOutputPreviewLabel:Y,appearanceOutputSpecimenLabel:"样张",outputProseFontSystem:"系统",outputProseFontSourceSerif4:Q,outputFixedFontSystem:"系统",outputFixedFontIosevka:G,outputFixedFontIbmPlexMono:J,outputFixedFontFiraMono:K,appearanceTabSizeTitle:_,appearanceTabSizeDescription:X,appearanceContentWidthTitle:$,appearanceContentWidthDescription:Z,appearanceContentWidthReset:"重置",appearanceGeneratedTitleLengthTitle:ee,appearanceGeneratedTitleLengthDescription:oe,appearanceGeneratedTitleLengthUnit:"字符",appearanceGeneratedTitleLengthReset:te,appearanceStreamingTitle:se,appearanceStreamingDescription:ne,appearanceStableToolPreviewTitle:ce,appearanceStableToolPreviewDescription:ie,appearanceInlineImagesTitle:re,appearanceInlineImagesDescription:ae,appearanceFunPhrasesTitle:le,appearanceFunPhrasesDescription:pe,appearanceFloatingActionButtonTitle:de,appearanceFloatingActionButtonDescription:ue,appearanceTabTitleActivityTitle:Se,appearanceTabTitleActivityDescription:ge,appearanceConnectionBarsTitle:me,appearanceConnectionBarsDescription:be,appearanceSessionToolbarTitle:he,appearanceSessionToolbarDescription:Te,appearanceSessionToolbarReset:fe,appearanceToolbarModeTitle:ve,appearanceToolbarModeDescription:Ae,appearanceToolbarAttachmentsTitle:"附件",appearanceToolbarAttachmentsDescription:Le,appearanceToolbarSlashTitle:De,appearanceToolbarSlashDescription:Pe,appearanceToolbarThinkingTitle:Ce,appearanceToolbarThinkingDescription:ye,appearanceToolbarRenderModeTitle:we,appearanceToolbarRenderModeDescription:Re,appearanceToolbarMicrophoneTitle:"麦克风",appearanceToolbarMicrophoneDescription:ke,appearanceToolbarShortcutsTitle:Ie,appearanceToolbarShortcutsDescription:xe,appearanceToolbarContextTitle:Me,appearanceToolbarContextDescription:Ee,appearanceToolbarBtwTitle:Fe,appearanceToolbarBtwDescription:Ue,appearanceToolbarNudgeTitle:Ne,appearanceToolbarNudgeDescription:Oe,appearanceToolbarStatusTitle:He,appearanceToolbarStatusDescription:Be,processingThinkingTranscriptHide:je,processingThinkingTranscriptShowHidden:Ve,processingThinkingTranscriptShowWhenAvailable:We,localeNameEn:"英语",localeNameZhCn:ze,localeNameEs:qe,localeNameFr:"法语",localeNameDe:"德语",localeNameJa:"日语",themeAuto:"自动",themeLight:"浅色",themeDark:"深色",themeVerydark:"极暗",fontSizeSmall:"小",fontSizeDefault:"默认",fontSizeLarge:"大",fontSizeLarger:"更大",projectsLoading:Ye,projectsErrorPrefix:"错误:",projectsAdd:Qe,projectsAddPlaceholder:Ge,projectsAdding:Je,projectsAddConfirm:"添加",projectsCancel:"取消",projectsAddFailed:Ke,projectCardNewSession:_e,projectsDelete:Xe,projectsDeleteConfirm:$e,projectsDeleteFailed:Ze,projectsEmptyTitle:eo,projectsEmptyDescription:oo,inboxTitle:"收件箱",inboxTitleWithProject:to,inboxFilterProject:"项目",inboxAllProjects:so,inboxRefresh:"刷新",inboxRefreshing:no,inboxRefreshTitle:co,inboxLoading:io,inboxError:ro,inboxEmptyTitle:ao,inboxEmptyDescription:lo,inboxEmptyDescriptionProject:po,inboxNoSessions:uo,inboxTierNeedsAttention:So,inboxTierActive:"活跃中",inboxTierRecentActivity:go,inboxTierUnread8h:mo,inboxTierUnread24h:bo,inboxBadgeApproval:"审批",inboxBadgeQuestion:"提问",newSessionTitle:ho,newSessionLoading:To,newSessionErrorPrefix:"错误:",projectSelectorFallback:"项目",projectSelectorChangeProject:fo,projectSelectorSelectProject:vo,projectSelectorSessionsCount:Ao,loginLoading:Lo,loginSetupSubtitle:Do,loginSubtitle:Po,loginPasswordLabel:"密码",loginPasswordPlaceholderSetup:Co,loginPasswordPlaceholder:yo,loginConfirmPasswordLabel:wo,loginConfirmPasswordPlaceholder:Ro,loginSubmitPending:ko,loginSubmitSetup:Io,loginSubmit:"登录",loginSetupHint:xo,loginRecoveryHint:Mo,loginErrorPasswordRequired:Eo,loginErrorPasswordTooShort:Fo,loginErrorPasswordMismatch:Uo,loginErrorAuthFailed:No,loginErrorInvalidPassword:Oo,errorBoundaryTitle:Ho,errorBoundaryVersionMismatchTitle:Bo,errorBoundaryVersionMismatchHint:jo,errorBoundaryServerVersion:Vo,errorBoundaryToUpdate:Wo,errorBoundaryReloadPage:zo,errorBoundaryReportIssue:qo,newSessionPlaceholder:Yo,newSessionUploadError:Qo,newSessionStartError:Go,newSessionProviderAuthError:Jo,newSessionServerBusy:Ko,newSessionServerCapacity:_o,newSessionProjectNotFound:Xo,newSessionNetworkError:$o,newSessionAttachFiles:Zo,newSessionThinkingOff:et,newSessionThinkingAuto:ot,newSessionThinkingOn:tt,newSessionThinkingMode:st,newSessionStartAction:nt,newSessionRemoveFile:ct,newSessionHeaderSubtitle:it,newSessionProjectDetached:"未绑定",newSessionProjectDetachedHint:rt,newSessionProjectDetachedHintShort:at,newSessionProjectPathLabel:lt,newSessionProjectPathPlaceholder:pt,newSessionProjectPathHint:dt,newSessionProjectUseTypedPath:ut,newSessionProjectNoMatches:St,newSessionDefaultsDescription:gt,newSessionDefaultsAction:mt,newSessionDefaultsSaving:bt,newSessionDefaultsSaved:ht,newSessionDefaultsSaveError:Tt,newSessionProviderTitle:ft,newSessionProviderUnavailable:vt,newSessionProviderNotInstalled:"未安装",newSessionProviderNotAuthenticated:"未认证",newSessionProviderStatusNotInstalled:"未安装",newSessionProviderStatusNotAuthenticated:"未认证",newSessionModelTitle:"模型",newSessionModelPlaceholder:At,newSessionRecapTitle:Lt,newSessionPromptSuggestionsTitle:"建议",recapModeOff:"关闭",recapModeOffDescription:Dt,recapModeNative:"原生",recapModeNativeDescription:Pt,recapModeSideSession:"模拟",recapModeSideSessionDescription:Ct,recapModeFork:"分叉",recapModeForkDescription:yt,recapAfterSecondsLabel:"离开",recapAfterSecondsAria:wt,recapAfterSecondsUnit:"秒",promptSuggestionModeOff:"关闭",promptSuggestionModeOffDescription:Rt,promptSuggestionModeNative:"原生",promptSuggestionModeNativeDescription:kt,promptSuggestionNativeUnsupported:It,helperSideModelTitle:xt,helperSideModelDescription:Mt,helperSideModelCheapest:"最便宜",helperSideModelSameAsMain:Et,helperTargetsTitle:Ft,helperTargetsDescription:Ut,helperTargetsRuntimeNote:Nt,helperTargetsNameLabel:"名称",helperTargetsBaseUrlLabel:Ot,helperTargetsBaseUrlPlaceholder:Ht,helperTargetsModelLabel:"模型",helperTargetsModelDefault:Bt,helperTargetsModelPlaceholder:jt,helperTargetsDiscover:Vt,helperTargetsDiscovering:Wt,helperTargetsDiscovered:zt,helperTargetsAdd:qt,helperTargetsSave:Yt,helperTargetsCancelEdit:Qt,helperTargetsEdit:"编辑",helperTargetsDelete:"删除",helperTargetsEmpty:Gt,helperTargetsIdPrefix:"存储为",helperTargetsInvalid:Jt,helperTargetsLoadError:Kt,helperTargetsSaveError:_t,newSessionSpeechTitle:Xt,newSessionSpeechPlaceholder:$t,newSessionRunOnTitle:Zt,newSessionRunOnLocal:"本地",newSessionRunOnLocalDesc:es,newSessionRunOnRemoteDesc:os,newSessionModeTitle:ts,modeDefaultLabel:ss,modeAcceptEditsLabel:ns,modePlanLabel:cs,modeBypassPermissionsLabel:is,modeAutoLabel:"自动",modeDefaultDescription:rs,modeAcceptEditsDescription:as,modePlanDescription:ls,modeBypassPermissionsDescription:ps,modeAutoDescription:ds,modeNextTurnBadge:"下一轮",modeNextTurnHint:us,sessionInvalidUrl:Ss,sessionUntitled:"未命名",sessionUploading:gs,sessionSendFailed:ms,sessionQueueFailed:bs,sessionDeferredCancelFailed:hs,sessionDeferredEditFailed:Ts,sessionDeferredEditLocalOnly:fs,sessionDeferredEditMissingAttachments:vs,sessionCorrectionEditFailed:As,sessionCorrectionNoChanges:Ls,sessionCorrectionActive:Ds,sessionCorrectionCancel:Ps,sessionSwitchedModel:Cs,sessionApproveFailed:ys,sessionDenyFailed:ws,sessionFeedbackFailed:Rs,sessionAnswerFailed:ks,sessionUploadFailed:Is,sessionRenamed:xs,sessionRenameFailed:Ms,sessionReclassifyProjectMenu:Es,sessionReclassifiedProject:Fs,sessionReclassifyProjectFailed:Us,sessionArchived:Ns,sessionUnarchived:Os,sessionArchiveFailed:Hs,sessionStarred:Bs,sessionUnstarred:js,sessionStarFailed:Vs,sessionMarkedUnread:Ws,sessionMarkedRead:zs,sessionReadFailed:qs,sessionTerminated:Ys,sessionTerminateFailed:Qs,sessionHandoffStarted:Gs,sessionCompactRequested:Js,sessionCompactFailed:Ks,sessionShareFailed:_s,sessionShareTitle:Xs,sessionShareReadOnlyNote:$s,sessionShareDisabledInSettings:Zs,sessionShareFrozen:"快照",sessionShareFrozenDescription:en,sessionShareLive:"实时",sessionShareLiveDescription:on,sessionShareCopyFrozenReadOnly:tn,sessionShareCopyLiveReadOnly:sn,sessionShareCopying:nn,sessionShareCopy:cn,sessionShareCopied:rn,sessionShareCopiedReadOnly:an,sessionShareManualCopy:ln,sessionShareRevokeAll:pn,sessionShareRevokeAllTitle:dn,sessionShareRevoking:un,sessionShareRevoked:Sn,sessionShareRevokeFailed:gn,sessionShareOpenTitle:mn,sessionShareViewerSummary:bn,sessionShareFreezeLive:hn,sessionShareFreezeLiveTitle:Tn,sessionShareFreezing:fn,sessionShareFrozenLiveLinks:vn,sessionShareFreezeFailed:An,sessionShareViewerList:Ln,sessionShareViewerMeta:Dn,sessionShareViewerActiveState:"活跃",sessionShareViewerInactiveState:"空闲",sessionShareViewerFrozenState:"快照",sessionShareViewerDisconnectedState:"已断开",sessionShareFreezeViewerTitle:Pn,sessionShareDisconnectViewerTitle:Cn,sessionShareViewerFrozen:yn,sessionShareViewerDisconnected:wn,sessionShareUrlLabel:Rn,publicShareUntitled:kn,publicShareLoading:In,publicShareUnavailable:xn,publicShareMissingRelay:Mn,publicShareLocalFileLinksUnavailable:En,publicShareBackToShare:Fn,publicShareFrozenBadge:"快照",publicShareLiveBadge:"实时",publicShareActiveViewers:Un,sessionErrorPrefix:"错误:",sessionToggleSidebar:Nn,sessionOpenSidebar:On,sessionCloseRecentSessions:Hn,sessionStarredLabel:"已收藏",sessionArchivedBadge:"已归档",sessionViewInfo:Bn,sessionConfigureModel:jn,sessionExternalWarning:Vn,sessionPendingElsewhereWarning:Wn,sessionPendingElsewhereDismiss:zn,sessionLoading:qn,sessionListAgeTitle:Yn,sessionPlaceholderExternal:Qn,sessionPlaceholderResume:Gn,sessionPlaceholderQueue:Jn,sessionNotFoundTitle:Kn,sessionNotFoundDescription:_n,sessionNotFoundArchive:Xn,sessionNotFoundGoBack:"返回",sessionNotFoundSessionId:$n,btwAsideEmpty:Zn,btwAsideMinimizeTitle:ec,btwAsideDoneTitle:oc,btwAsideReturnComposerTitle:tc,btwAsideMoveToHistoryTitle:sc,sessionMenuUnstar:nc,sessionMenuStar:"收藏",sessionMenuRename:"重命名",sessionMenuCopyPrompt:cc,sessionMenuHeartbeat:ic,sessionMenuRecaps:rc,sessionMenuRestoreWarnings:ac,sessionMenuCloning:lc,sessionMenuClone:"克隆",sessionMenuCompact:"压缩",sessionMenuHandoff:"交接",sessionMenuSharing:pc,sessionMenuShare:"分享",sessionMenuUnarchive:dc,sessionMenuArchive:"归档",sessionMenuMarkRead:uc,sessionMenuMarkUnread:Sc,sessionMenuTerminating:gc,sessionMenuTerminate:"终止",sessionMenuOptions:mc,sessionHeartbeatTitle:bc,sessionHeartbeatEnabledTitle:hc,sessionHeartbeatEnabledDescription:Tc,sessionHeartbeatAfterTitle:fc,sessionHeartbeatAfterDescription:vc,sessionHeartbeatAfterStatusActive:Ac,sessionHeartbeatAfterStatusOff:Lc,sessionHeartbeatForceStatusActive:Dc,sessionHeartbeatForceStatusOff:Pc,sessionHeartbeatForceTitle:Cc,sessionHeartbeatForceDescription:yc,sessionHeartbeatForceHint:wc,sessionHeartbeatTextTitle:Rc,sessionHeartbeatTextDescription:kc,sessionHeartbeatSaveFailed:Ic,sessionHeartbeatSaved:xc,sessionRecapTitle:Mc,sessionRecapModeTitle:Ec,sessionRecapModeDescription:Fc,sessionRecapLoadFailed:Uc,sessionRecapUnsupportedMode:Nc,sessionRecapSave:"保存",sessionRecapSaveFailed:Oc,sessionRecapSaved:Hc,messageInputExpand:Bc,messageInputCollapse:jc,messageInputContinueAbove:Vc,toolbarAttachFiles:Wc,toolbarAttachDisabled:zc,toolbarPendingApprovalExpand:qc,toolbarPendingQuestionExpand:Yc,toolbarApproval:"审批",toolbarQuestion:"问题",toolbarQueueLabel:Qc,toolbarQueueTooltip:Gc,toolbarSteerTooltip:Jc,toolbarSendTooltip:Kc,toolbarRenderModeRendered:_c,toolbarRenderModeSource:Xc,toolbarRenderModeMixed:$c,toolbarStop:"停止",toolbarSend:"发送",toolbarQueuePrimaryActionLabel:Zc,toolbarThinkingTitle:ei,toolbarThinkingAppliesNextTurn:oi,toolbarLivenessVerifiedProgress:ti,toolbarLivenessUnverifiedTurn:si,toolbarLivenessLongSilent:ni,toolbarLivenessWaitingOnProvider:ci,toolbarLivenessVerifiedIdle:ii,toolbarLivenessNeedsInput:ri,toolbarLivenessNeedsAttention:ai,toolbarLivenessUnknownState:li,toolbarRelativeAgeNow:"现在",toolbarRelativeAgePast:pi,toolbarLivenessSummary:di,toolbarLivenessAria:ui,toolbarLastActivityAria:Si,toolbarLastActivityAge:gi,toolbarPreviewSessionStatus:mi,toolbarBtwChildSessionTitle:bi,toolbarBtwFocusedFooterTitle:hi,toolbarBtwFocusedPaneTitle:Ti,toolbarBtwFocusExistingTitle:fi,toolbarBtwStartTitle:vi,toolbarKeyboardShortcutsAria:Ai,toolbarShortcutUserTurns:Li,toolbarShortcutAllTurns:Di,toolbarShortcutFullSession:Pi,toolbarShortcutPreviousMatch:Ci,toolbarShortcutJump:"跳转",toolbarShortcutPreviousNextMatch:yi,toolbarShortcutClick:"点击",toolbarShortcutPreviewRailJumps:wi,toolbarShortcutCancelRestoreFocus:Ri,toolbarShortcutScrollToCurrent:ki,toolbarShortcutUserTurnReverseSearch:Ii,toolbarShortcutAllTurnReverseSearch:xi,toolbarShortcutFullSessionReverseSearch:Mi,toolbarShortcutSteerCurrentTurn:Ei,toolbarShortcutSend:"发送",toolbarShortcutNewLine:"换行",toolbarShortcutStartBtwAside:Fi,toolbarShortcutStopAgentCancelOverlay:Ui,toolbarShortcutRecallLastSentText:Ni,toolbarShortcutCancelLatestQueuedMessage:Oi,toolbarShortcutClearComposer:Hi,toolbarShortcutRenderedSourceMode:Bi,contextTooltipWithWindow:ji,contextTooltipNoWindow:Vi,toolApprovalExpand:Wi,toolApprovalCollapse:zi,toolApprovalPlanTitle:qi,toolApprovalPlanSubtitle:Yi,toolApprovalAllow:Qi,toolApprovalViewDetails:Gi,toolApprovalDetailsTitle:Ji,toolApprovalYesAuto:Ki,toolApprovalYesManual:_i,toolApprovalNoKeepPlanning:Xi,toolApprovalYes:"是",toolApprovalYesDontAsk:$i,toolApprovalNo:"否",toolApprovalTellInstead:Zi,toolApprovalFeedbackPlaceholder:er,toolApprovalSend:"发送",questionPanelNoQuestions:or,questionPanelExpand:tr,questionPanelCollapse:sr,questionPanelOther:"其他",questionPanelTypeAnswer:nr,questionPanelCancel:"取消",questionPanelSubmit:"提交",questionPanelNext:"下一步",processInfoTitle:cr,processInfoError:ir,processInfoThinkingDisabled:"关闭",processInfoThinkingAdaptive:"自适应",processInfoThinkingEnabled:"开启",processInfoNever:"从未",processInfoJustNow:"刚刚",processInfoSecondsAgo:rr,processInfoMinutesAgo:ar,processInfoHoursAgo:lr,processInfoNetworkOn:pr,processInfoNetworkOff:dr,processInfoTmpdirExcluded:ur,processInfoTmpdirIncluded:Sr,processInfoTmpExcluded:gr,processInfoTmpIncluded:mr,processInfoSectionSession:"会话",processInfoSectionConnection:"连接",processInfoSectionTokenUsage:br,processInfoSectionProcess:"进程",processInfoSectionProject:"项目",processInfoLabelSessionId:hr,processInfoLabelCreated:Tr,processInfoLabelProvider:"提供商",processInfoLabelModel:"模型",processInfoLabelOwnership:"归属",processInfoLabelActivity:fr,processInfoLabelOriginator:"发起方",processInfoLabelCliVersion:vr,processInfoLabelSessionSource:Ar,processInfoLabelApprovalPolicy:Lr,processInfoLabelSandboxPolicy:Dr,processInfoLabelActivityStream:"活动流",processInfoLabelConnectionState:Pr,processInfoLabelSessionWatch:Cr,processInfoLabelSessionStream:"会话流",processInfoLabelLastSessionEvent:yr,processInfoLabelSubscriptionMode:wr,processInfoLabelInputTokens:Rr,processInfoLabelOutputTokens:kr,processInfoLabelContextUsed:Ir,processInfoLabelCacheRead:xr,processInfoLabelCacheCreated:Mr,processInfoLabelProcessId:Er,processInfoLabelStarted:Fr,processInfoLabelUptime:Ur,processInfoLabelQueueDepth:Nr,processInfoLabelExtendedThinking:Or,processInfoLabelIdleSince:Hr,processInfoLabelProjectName:"名称",processInfoLabelProjectPath:"路径",processInfoLabelRemoteHost:Br,processInfoConnected:"已连接",processInfoDisconnected:"已断开",processInfoNotSubscribed:"未订阅",processInfoFocusedWatch:jr,processInfoDefaultModel:"默认",processInfoNoProcessData:Vr,processInfoExternalProcess:Wr,processInfoNoActiveProcess:zr,modalClose:"关闭",modalCancel:"取消",gitStatusTitle:qr,gitStatusNoProjects:Yr,gitStatusLoading:Qr,gitStatusErrorPrefix:"错误:",gitStatusNotRepo:Gr,gitStatusDetachedHead:Jr,gitStatusClean:"干净",gitStatusDirty:"有改动",gitStatusWorkingTreeClean:Kr,gitStatusStaged:_r,gitStatusChanges:"改动",gitStatusUntracked:"未跟踪",gitStatusLoadDiffFailed:Xr,gitStatusLoadingDiff:$r,gitStatusLoadContextFailed:Zr,gitStatusDiff:"差异",gitStatusPreview:"预览",gitStatusDiffOnly:ea,gitStatusFullContext:oa,fabPlaceholder:ta,fabGoToNewSession:sa,fabClose:"关闭",fabNewSession:na,modelSwitchTitle:ca,modelSwitchLoadFailed:ia,modelSwitchChangeFailed:ra,modelSwitchLoading:aa,modelSwitchEmpty:la,modelSwitchCurrent:"当前",sessionRestartTitle:pa,sessionRestartStart:da,sessionRestarting:ua,sessionRestartFailed:Sa,sessionRestartOpenNewWindow:ga,reconnecting:ma,reloadBannerCodeChanged:ba,filterClearAll:ha,filterByLabel:Ta,globalSessionsTitle:fa,globalSessionsSearchPlaceholder:va,globalSessionsFilterProjectPlaceholder:Aa,globalSessionsFilterStatus:"状态",globalSessionsFilterProvider:"提供商",globalSessionsProviderAll:La,globalSessionsFilterExecutor:"机器",globalSessionsFilterAge:Da,globalSessionsFilterMachinePlaceholder:Pa,globalSessionsFilterAgePlaceholder:Ca,globalSessionsClearFilters:ya,globalSessionsStatusAll:"全部",globalSessionsStatusUnread:"未读",globalSessionsStatusStarred:"已收藏",globalSessionsStatusArchived:"已归档",globalSessionsAge3Days:wa,globalSessionsAge7Days:Ra,globalSessionsAge14Days:ka,globalSessionsAge30Days:Ia,globalSessionsExecutorLocal:"本地",globalSessionsSelectAll:"全选",globalSessionsNoResultsTitle:xa,globalSessionsNoResultsFiltered:Ma,globalSessionsNoResultsEmpty:Ea,globalSessionsProjectCtaPromptLabel:Fa,globalSessionsProjectCtaHint:Ua,globalSessionsLoadMore:Na,globalSessionsHiddenDuplicates:Oa,bulkArchiveAllFilteredTitle:Ha,bulkArchiveAll:Ba,bulkSelectedCount:ja,bulkClearSelection:Va,bulkArchiveSelected:Wa,bulkArchive:"归档",bulkUnarchiveSelected:za,bulkUnarchive:qa,bulkStarSelected:Ya,bulkStar:"收藏",bulkUnstarSelected:Qa,bulkUnstar:Ga,bulkMarkReadTitle:Ja,bulkMarkRead:Ka,bulkMarkUnreadTitle:_a,bulkMarkUnread:Xa,emulatorHostAliasRequired:$a,emulatorHostAliasNoSpaces:Za,emulatorHostAliasSaveFailed:el,emulatorHostAliasRemoveFailed:ol,emulatorSectionTitle:tl,emulatorSectionDescription:sl,emulatorEnableTitle:nl,emulatorEnableDescription:cl,emulatorStreamQualityTitle:il,emulatorStreamQualityDescription:rl,emulatorFrameRateTitle:"帧率",emulatorFrameRateDescription:al,emulatorResolutionTitle:"分辨率",emulatorResolutionDescription:ll,emulatorQualityTitle:"画质",emulatorQualityDescription:pl,emulatorAdaptiveFpsTitle:dl,emulatorAdaptiveFpsDescription:ul,emulatorChromeOsHostsTitle:Sl,emulatorChromeOsHostsDescription:gl,emulatorChromeOsHostsDescriptionSuffix:ml,emulatorAddHostAliasTitle:bl,emulatorAddHostAliasDescription:hl,emulatorHostAliasPlaceholder:Tl,emulatorNoChromeOsHosts:fl,emulatorRemove:"删除",emulatorDiscoveredDevicesTitle:vl,emulatorNoDevicesFound:Al,emulatorBridgeUpdateRequired:Ll,emulatorBridgeDownloadRequired:Dl,emulatorPageNoDevices:Pl,emulatorStop:"停止",emulatorStart:"启动",hostOfflineTitleServerOffline:Cl,hostOfflineTitleUnknownUsername:yl,hostOfflineTitleRelayTimeout:wl,hostOfflineTitleRelayUnreachable:Rl,hostOfflineTitleDirectUnreachable:kl,hostOfflineTitleResumeIncompatible:Il,hostOfflineTitleDefault:xl,hostOfflineMessageServerOfflineNamed:Ml,hostOfflineMessageServerOffline:El,hostOfflineMessageUnknownUsernameNamed:Fl,hostOfflineMessageUnknownUsername:Ul,hostOfflineMessageRelayTimeoutNamed:Nl,hostOfflineMessageRelayTimeout:Ol,hostOfflineMessageRelayUnreachable:Hl,hostOfflineMessageDirectUnreachableDirect:Bl,hostOfflineMessageDirectUnreachable:jl,hostOfflineMessageResumeIncompatible:Vl,hostOfflineMessageDefault:Wl,hostOfflineHintResumeIncompatible:zl,hostOfflineHintRelay:ql,hostOfflineHintDirect:Yl,hostOfflineGoToLogin:Ql,hostOfflineRetry:"重试",directLoginTitle:Gl,directLoginServerUrl:Jl,directLoginServerUrlHint:Kl,directLoginUsername:"用户名",directLoginUsernamePlaceholder:_l,directLoginPassword:"密码",directLoginPasswordPlaceholder:Xl,directLoginRememberMe:"记住我",directLoginResumeHint:$l,directLoginStayLoggedIn:Zl,directLoginConnect:"连接",directLoginConnecting:ep,directLoginHint:op,directLoginErrorServerUrlRequired:tp,directLoginErrorUsernameRequired:sp,directLoginErrorPasswordRequired:np,relayLoginTitle:cp,relayLoginUsername:"用户名",relayLoginUsernamePlaceholder:ip,relayLoginUsernameHint:rp,relayLoginPassword:"密码",relayLoginPasswordPlaceholder:ap,relayLoginRememberMe:"记住我",relayLoginShowAdvanced:lp,relayLoginHideAdvanced:pp,relayLoginCustomRelayUrl:dp,relayLoginCustomRelayUrlHint:up,relayLoginConnect:"连接",relayLoginConnecting:Sp,relayLoginHint:gp,relayLoginStatusConnectingRelay:mp,relayLoginStatusWaitingServer:bp,relayLoginStatusAuthenticating:hp,relayLoginErrorConnectionFailed:Tp,relayLoginErrorUsernameRequired:fp,relayLoginErrorPasswordRequired:vp,relayLoginErrorServerOffline:Ap,relayLoginErrorUnknownUsername:Lp,relayLoginErrorInvalidCredentials:Dp,hostPickerSavedHosts:Pp,hostPickerAddNewHost:Cp,hostPickerHowToConnect:yp,hostPickerRelayTitle:wp,hostPickerRelayDescription:Rp,hostPickerDirectTitle:kp,hostPickerDirectDescription:Ip,hostPickerSavedHint:xp,hostPickerEmptyHint:Mp,hostPickerRemoveHost:Ep,hostPickerRemoveConfirm:Fp,hostPickerStatusOnline:"在线",hostPickerStatusOffline:"离线",hostPickerStatusChecking:"检测中",hostPickerStatusUnknown:"未知",hostPickerMissingRelayConfiguration:Up,hostPickerMissingWebSocketUrl:Np,hostPickerErrorConnectionFailed:Op,hostPickerLastConnectedJustNow:"刚刚",hostPickerLastConnectedMinutes:Hp,hostPickerLastConnectedHours:Bp,hostPickerLastConnectedDays:jp,notificationsServerTitle:Vp,notificationsServerDescription:Wp,notificationsToolApprovalsTitle:zp,notificationsToolApprovalsDescription:qp,notificationsQuestionsTitle:Yp,notificationsQuestionsDescription:Qp,notificationsSessionHaltedTitle:Gp,notificationsSessionHaltedDescription:Jp,notificationsNoSubscribedDevices:Kp,notificationsDesktopTitle:_p,notificationsDesktopDescription:Xp,notificationsPushTitle:$p,notificationsPushDescription:Zp,notificationsDevicesTitle:"设备",notificationsDevicesDescription:ed,notificationsLoadingDevices:od,notificationsNoDevices:td,notificationsThisDevice:sd,notificationsOneTab:nd,notificationsTabs:cd,notificationsOffline:"离线",notificationsNoPush:"无推送",notificationsSubscribed:id,notificationsRemoveThisDevice:rd,notificationsRemoveDevice:ad,notificationsRemove:"移除",pushToggleTitle:ld,pushToggleUnsupported:pd,pushToggleThisDeviceOnly:dd,pushToggleDevModeHint:ud,pushToggleTroubleshooting:Sd,pushToggleBlocked:gd,pushToggleDescription:md,pushToggleNotifyInAppTitle:bd,pushToggleNotifyInAppDescription:hd,pushToggleTestTitle:Td,pushToggleTestDescription:fd,pushToggleUrgencyNormal:vd,pushToggleUrgencyPersistent:Ad,pushToggleUrgencySilent:Ld,pushToggleSending:Dd,pushToggleSendTest:Pd,browserToggleTitle:Cd,browserToggleUnsupported:yd,browserToggleBlocked:wd,browserToggleTestTitle:Rd,browserToggleTestDescription:kd,browserToggleEnabled:Id,browserToggleEnabledBadge:"已启用",browserToggleDescription:xd,browserToggleRequesting:Md,browserToggleEnable:"启用",browserToggleTestNotification:Ed,browserToggleTestBody:Fd,remoteAccessConnectedTitle:Ud,remoteAccessConnectedDescription:Nd,remoteAccessCurrentHostTitle:Od,remoteAccessLogoutTitle:Hd,remoteAccessLogoutDescription:Bd,remoteAccessLogout:jd,remoteAccessSetupDescription:Vd,remoteAccessDefaultHost:Wd,providersSectionTitle:"提供商",providersSectionDescription:zd,providersRecapDefaultsTitle:qd,providersRecapDefaultsDescription:Yd,providersPromptSuggestionDefaultsTitle:Qd,providersPromptSuggestionDefaultsDescription:Gd,providersDetected:Jd,providersNotDetected:Kd,providersClaudeLoginHint:_d,providersClaudeLoginCommandCopy:Xd,providersClaudeLoginCommandCopied:$d,providersClaudeLoginCommandCopyError:Zd,providersWebsite:"官网",providersCodexUpdatePolicyTitle:eu,providersCodexUpdatePolicyAutoUnavailable:ou,providersCodexUpdatePolicyNotify:"通知我",providersCodexUpdateCommandCopied:tu,providersCodexUpdateCopyFailed:su,providersCodexUpdateAvailable:nu,providersCodexUpdateUpToDate:cu,providersCodexUpdateChecking:iu,providersCodexUpdateCheckNow:ru,providersCodexUpdateReleaseNotes:au,providersCodexUpdateInstalling:lu,providersCodexUpdateNow:pu,providersCodexUpdateWithInstaller:du,providersCodexUpdateInstallOutput:uu,codexUpdateInstalledSummary:Su,codexUpdateReadySummary:gu,codexUpdateProgress:mu,speechSettingsTitle:bu,speechSettingsDescription:hu,speechSettingsVoiceInputTitle:Tu,speechSettingsVoiceInputDescription:fu,speechSettingsServerDisabled:vu,speechSettingsBackendTitle:Au,speechSettingsBackendDescription:Lu,speechSettingsBackendPlaceholder:Du,speechSettingsNoServerBackends:Pu,speechSettingsSmartTurnTitle:Cu,speechSettingsSmartTurnDescription:yu,speechSettingsSmartTurnUnavailable:wu,speechSmartTurnCaption:Ru,providersSave:"保存",modelSwitchSaveAll:ku,providersSaving:Iu,providersOllamaUrlHint:xu,providersUseFullPrompt:Mu,providersUseFullPromptHint:Eu,providersOllamaPromptHint:Fu,providersGrokUseXaiApiKey:Uu,providersGrokUseXaiApiKeyHint:Nu,developmentSectionTitle:"开发",developmentSchemaTitle:Ou,developmentSchemaDescription:Hu,developmentIgnoredToolsTitle:Bu,developmentIgnoredToolsDescription:ju,developmentClearIgnored:Vu,developmentDiagnosticsTitle:Wu,developmentDiagnosticsDescription:zu,developmentServiceWorkerTitle:qu,developmentServiceWorkerDescription:Yu,developmentPersistRemoteTitle:Qu,developmentPersistRemoteDescriptionPrefix:Gu,developmentPersistRemoteDescriptionSuffix:Ju,developmentRestartTitle:Ku,developmentRestartDescription:_u,developmentChangesPending:Xu,developmentInterruptedWarning:$u,developmentRestarting:Zu,developmentRestartAnyway:eS,developmentRestart:oS,advancedPublicShareTitle:tS,advancedPublicShareDescription:sS,advancedPublicSharePrivacyWarning:nS,advancedPublicShareExistingManagement:cS,advancedPublicShareRelayMissing:iS,advancedPublicShareRelayEffective:rS,advancedPublicShareReady:aS,advancedPublicShareRemoteAccessDisabled:lS,advancedPublicShareRelayTemporarilyUnavailable:pS,advancedYaClientTitle:dS,advancedYaClientDescription:uS,advancedYaClientEffective:SS,advancedPublicShareViewerEffective:gS,agentContextTitle:mS,agentContextLoading:bS,agentContextDescription:hS,agentContextGlobalInstructions:TS,agentContextGlobalInstructionsDescription:fS,agentContextPlaceholder:vS,agentContextCharacters:AS,agentContextSaveFailed:LS,agentContextHeartbeatAfterTitle:DS,agentContextHeartbeatAfterDescription:PS,agentContextHeartbeatTextTitle:CS,agentContextHeartbeatTextDescription:yS,lifecycleWebhooksTitle:wS,lifecycleWebhooksLoading:RS,lifecycleWebhooksDescription:kS,lifecycleWebhooksEnableTitle:IS,lifecycleWebhooksEnableDescription:xS,lifecycleWebhooksUrlTitle:MS,lifecycleWebhooksUrlDescription:ES,lifecycleWebhooksTokenTitle:FS,lifecycleWebhooksTokenDescription:US,lifecycleWebhooksTokenPlaceholder:NS,lifecycleWebhooksDryRunTitle:"试运行",lifecycleWebhooksDryRunDescription:OS,lifecycleWebhooksSaveFailed:HS,remoteExecutorsTitle:BS,remoteExecutorsDescription:jS,remoteExecutorsAddTitle:VS,remoteExecutorsAddDescription:WS,remoteExecutorsHostPlaceholder:zS,remoteExecutorsAdd:"添加",remoteExecutorsAdding:qS,remoteExecutorsAddFailed:YS,remoteExecutorsConnectionFailed:QS,remoteExecutorsConfigured:GS,remoteExecutorsEmpty:JS,remoteExecutorsConnected:"已连接",remoteExecutorsFailed:"失败",remoteExecutorsClaudeAvailable:KS,remoteExecutorsClaudeVersion:_S,remoteExecutorsClaudeMissing:XS,remoteExecutorsTesting:$S,remoteExecutorsTestConnection:ZS,remoteExecutorsRemove:"移除",remoteExecutorsSetupRequirements:eg,remoteExecutorsRequirementSshConfig:og,remoteExecutorsRequirementKeyAuth:tg,remoteExecutorsRequirementClaude:sg,remoteExecutorsRequirementPaths:ng,devicesProfilesTitle:cg,devicesProfilesDescription:ig,devicesLoadingProfiles:rg,devicesEmpty:ag,devicesConnected:"已连接",devicesDisconnected:"已断开",devicesThisDevice:lg,devicesLastSeen:pg,devicesFirstSeen:dg,devicesForgetThisDevice:ug,devicesForget:"忘记",devicesJustNow:"刚刚",devicesMinutesAgo:Sg,devicesHoursAgo:gg,devicesYesterday:"昨天",aboutTitle:"关于",aboutInstallTitle:mg,aboutInstalledDescription:bg,aboutInstallDescription:hg,aboutInstalled:"已安装",aboutInstall:"安装",aboutVersionTitle:"版本",aboutServerVersion:Tg,aboutClientVersion:fg,aboutVersionAvailable:vg,aboutUpToDate:Ag,aboutUnableRefresh:Lg,aboutRelayResumeWarning:Dg,aboutUpdateHint:Pg,aboutChecking:Cg,aboutCheckUpdates:yg,aboutReportBugTitle:wg,aboutReportBugDescription:Rg,aboutReportBug:kg,aboutSetupWizardTitle:Ig,aboutSetupWizardDescription:xg,aboutLaunchWizard:Mg,onboardingThemeDescription:Eg,onboardingRemoteDescription:Fg,onboardingRemoteRequirementsTitle:Ug,onboardingRemoteRequirementRelayUrl:Ng,onboardingRemoteRequirementUsername:Og,onboardingRemoteRequirementPassword:Hg,onboardingRemoteHint:Bg,aboutDiagnosticsTitle:jg,aboutDiagnosticsDescription:Vg,modelSettingsTitle:Wg,modelSettingsDefaultProviderTitle:zg,modelSettingsDefaultProviderDescription:qg,modelSettingsDefaultModelTitle:Yg,modelSettingsDefaultModelDescription:Qg,modelSettingsSessionDefaultsTitle:Gg,modelSettingsSessionDefaultsDescription:Jg,modelSettingsThinkingTitle:Kg,modelSettingsThinkingDescription:_g,modelSettingsThinkingOffLabel:"关闭",modelSettingsThinkingAutoLabel:"自动",modelSettingsThinkingOnLabel:"开启",modelSettingsClaudeSectionTitle:Xg,modelSettingsClaudeSectionDescription:$g,modelSettingsModelTitle:Zg,modelSettingsModelDescription:em,modelSettingsEffortTitle:om,modelSettingsEffortDescription:tm,effortLevelLowLabel:"低",effortLevelMediumLabel:"中",effortLevelHighLabel:"高",effortLevelExtraLabel:"额外",effortLevelExtraHighLabel:"超高",effortLevelMaxLabel:"最大",effortLevelMediumShortLabel:"中",effortLevelExtraHighShortLabel:"超高",effortLevelLowDescription:sm,effortLevelMediumDescription:nm,effortLevelHighDescription:cm,effortLevelExtraDescription:im,effortLevelExtraHighDescription:rm,effortLevelMaxDescription:am,localAccessLoading:lm,localAccessDescription:pm,localAccessStatusTitle:"状态",localAccessListeningOn:"监听于",localAccessListeningAnd:"以及",localAccessUnableToFetch:dm,localAccessBadgeLocalOnly:"仅本地",localAccessBadgeNetworkExposed:um,localAccessListeningPortTitle:Sm,localAccessListeningPortDescription:gm,localAccessSetViaPort:mm,localAccessNetworkTitle:bm,localAccessNetworkDescription:hm,localAccessSetViaHost:Tm,localAccessInterfaceTitle:fm,localAccessInterfaceDescription:vm,localAccessInterfacePlaceholder:Am,localAccessInterfaceAll:Lm,localAccessInterfaceCustom:Dm,localAccessCustomIpTitle:Pm,localAccessCustomIpDescription:Cm,localAccessAllowAllHostsTitle:ym,localAccessAllowAllHostsDescription:wm,localAccessAllowedHostsTitle:Rm,localAccessAllowedHostsDescription:km,localAccessAllowedHostsPlaceholder:Im,localAccessAllowedHostsHint:xm,localAccessRequirePasswordTitle:Mm,localAccessRequirePasswordDescription:Em,localAccessPasswordTitle:"密码",localAccessPasswordKeepCurrent:Fm,localAccessPasswordMinLength:Um,localAccessPasswordNewPlaceholder:"新密码",localAccessPasswordPlaceholder:Nm,localAccessConfirmPasswordTitle:Om,localAccessConfirmPasswordPlaceholder:Hm,localAccessPasswordResetHint:Bm,localAccessLocalhostOpenTitle:jm,localAccessLocalhostOpenDescription:Vm,localAccessAuthDisabled:Wm,localAccessApplying:zm,localAccessApply:qm,localAccessLogoutDescription:Ym,localAccessRemoteDescription:Qm,localAccessRemoteLogoutDescription:Gm,localAccessRelayDebugTitle:Jm,localAccessRelayDebugDescription:Km,localAccessErrorPortRange:_m,localAccessErrorPasswordLength:Xm,localAccessErrorPasswordMismatch:$m,localAccessErrorApplyFailed:Zm,fileInvalidUrl:eb,fileMissingProjectId:ob,fileGoToProjects:tb,fileMissingPath:sb,fileGoToProject:nb,fileBackToProject:cb,activityBreadcrumb:"活动",activityTitle:ib,activityConnected:"已连接",activityDisconnected:"已断开",activityPathPlaceholder:rb,activityResume:"继续",activityPause:"暂停",activityClear:"清空",activityClearFilters:ab,activityTotal:lb,activityShowing:pb,activityWaiting:db,activityNoMatches:ub,activityTypeCreated:"已创建",activityTypeModified:"已修改",activityTypeDeleted:"已删除",activityFileTypeSession:"会话",activityFileTypeAgentSession:Sb,activityFileTypeSettings:"设置",activityFileTypeCredentials:"凭据",activityFileTypeTelemetry:"遥测",activityFileTypeOther:"其他",agentsTitle:"代理",agentsLoading:gb,agentsError:mb,agentsSectionActive:"活跃",agentsSectionIdle:"空闲",agentsSectionStopped:"已停止",agentsEmptyActive:bb,agentsEmptyIdle:hb,agentsEmptyStopped:Tb,agentsUntitled:fb,agentsRunning:"运行中",agentsNeedsInput:vb,agentsIdle:"空闲",agentsStopped:"已停止",agentsProviderLocal:"本地",agentsPermissionMode:Ab,agentsMessagesQueued:Lb,agentsStopReason:Db,schemaWarningTitle:Pb,schemaWarningTooltip:Cb,schemaWarningMissing:yb,schemaWarningInvalid:wb,schemaWarningReport:Rb,statusReconnecting:kb,statusExternalProcess:Ib,statusProcessing:"处理中",statusWaitingForInput:xb,statusReady:"就绪",fileViewerLoadFailed:Mb,fileViewerLoading:Eb,fileViewerNotFound:Fb,fileViewerSource:"源码",fileViewerPreview:"预览",fileViewerHighlightTruncated:Ub,fileViewerBinary:Nb,fileViewerType:"类型:",fileViewerSize:"大小:",fileViewerDownloadFile:Ob,fileViewerLines:Hb,fileViewerCopied:Bb,fileViewerCopyContent:jb,fileViewerOpenNewTab:Vb,fileViewerDownload:"下载",fileViewerExitFullscreen:Wb,fileViewerFullscreen:"全屏",voiceInputStart:zb,voiceInputStop:qb,voiceInputStartLabel:Yb,voiceInputStopLabel:Qb,modeSelectLabel:Gb,modeClickToSelect:Jb,remoteSetupUsername:"用户名",remoteSetupUsernamePlaceholder:Kb,remoteSetupUsernameHint:_b,remoteSetupPassword:"密码",remoteSetupNewPassword:Xb,remoteSetupConfirmPassword:$b,remoteSetupRelayServer:Zb,remoteSetupRelayDefault:"默认",remoteSetupRelayCustom:"自定义",remoteSetupCustomRelayUrl:eh,remoteSetupCustomRelayPlaceholder:oh,remoteSetupYaClient:th,remoteSetupYaClientDefault:sh,remoteSetupYaClientCustom:"自定义",remoteSetupCustomYaClientUrl:nh,remoteSetupCustomYaClientPlaceholder:ch,remoteSetupStatus:"状态:",remoteSetupConnectFrom:ih,remoteSetupCopyUrl:rh,remoteSetupCopy:"复制",remoteSetupCopied:ah,remoteSetupShowQr:lh,remoteSetupHideQr:ph,remoteSetupQrHint:dh,remoteSetupSessions:uh,remoteSetupRevokeAll:Sh,remoteSetupNoSessions:gh,remoteSetupUnknownBrowser:"未知",remoteSetupUnknownOs:"未知",remoteSetupCreated:mh,remoteSetupLastUsed:bh,remoteSetupCreatedLabel:hh,remoteSetupLastUsedLabel:Th,remoteSetupRevoke:"撤销",remoteSetupSaving:fh,remoteSetupSave:"保存",remoteSetupLoading:vh,remoteSetupStatusDisabled:"已禁用",remoteSetupStatusNotConfigured:"未配置",remoteSetupStatusConnected:"已连接",remoteSetupStatusConnecting:Ah,remoteSetupStatusRegistering:Lh,remoteSetupStatusUsernameTaken:Dh,remoteSetupStatusDisconnected:"已断开",remoteSetupJustNow:"刚刚",remoteSetupMinutesAgo:Ph,remoteSetupHoursAgo:Ch,remoteSetupYesterday:"昨天",remoteSetupErrorUsernameRequired:yh,remoteSetupErrorUsernameShort:wh,remoteSetupErrorPasswordRequired:Rh,remoteSetupErrorPasswordShort:kh,remoteSetupErrorPasswordMismatch:Ih,remoteSetupErrorCustomRelayRequired:xh,remoteSetupErrorCustomYaRequired:Mh,remoteSetupErrorSaveFailed:Eh,remoteSetupErrorUpdateFailed:Fh,publicShareRetrying:Uh};export{yg as aboutCheckUpdates,Cg as aboutChecking,fg as aboutClientVersion,Vg as aboutDiagnosticsDescription,jg as aboutDiagnosticsTitle,wA as aboutInstall,hg as aboutInstallDescription,mg as aboutInstallTitle,yA as aboutInstalled,bg as aboutInstalledDescription,Mg as aboutLaunchWizard,Dg as aboutRelayResumeWarning,kg as aboutReportBug,Rg as aboutReportBugDescription,wg as aboutReportBugTitle,Tg as aboutServerVersion,xg as aboutSetupWizardDescription,Ig as aboutSetupWizardTitle,CA as aboutTitle,Lg as aboutUnableRefresh,Ag as aboutUpToDate,Pg as aboutUpdateHint,vg as aboutVersionAvailable,RA as aboutVersionTitle,Wh as actionBack,t as actionCloseSidebar,s as actionExpandSidebar,e as actionOpenSidebar,n as actionResizeSidebar,o as actionToggleSidebar,QA as activityBreadcrumb,XA as activityClear,ab as activityClearFilters,GA as activityConnected,JA as activityDisconnected,Sb as activityFileTypeAgentSession,sL as activityFileTypeCredentials,cL as activityFileTypeOther,oL as activityFileTypeSession,tL as activityFileTypeSettings,nL as activityFileTypeTelemetry,ub as activityNoMatches,rb as activityPathPlaceholder,_A as activityPause,KA as activityResume,pb as activityShowing,ib as activityTitle,lb as activityTotal,$A as activityTypeCreated,eL as activityTypeDeleted,ZA as activityTypeModified,db as activityWaiting,sS as advancedPublicShareDescription,cS as advancedPublicShareExistingManagement,nS as advancedPublicSharePrivacyWarning,aS as advancedPublicShareReady,rS as advancedPublicShareRelayEffective,iS as advancedPublicShareRelayMissing,pS as advancedPublicShareRelayTemporarilyUnavailable,lS as advancedPublicShareRemoteAccessDisabled,tS as advancedPublicShareTitle,gS as advancedPublicShareViewerEffective,uS as advancedYaClientDescription,SS as advancedYaClientEffective,dS as advancedYaClientTitle,AS as agentContextCharacters,hS as agentContextDescription,TS as agentContextGlobalInstructions,fS as agentContextGlobalInstructionsDescription,PS as agentContextHeartbeatAfterDescription,DS as agentContextHeartbeatAfterTitle,yS as agentContextHeartbeatTextDescription,CS as agentContextHeartbeatTextTitle,bS as agentContextLoading,vS as agentContextPlaceholder,LS as agentContextSaveFailed,mS as agentContextTitle,bb as agentsEmptyActive,hb as agentsEmptyIdle,Tb as agentsEmptyStopped,mb as agentsError,dL as agentsIdle,gb as agentsLoading,Lb as agentsMessagesQueued,vb as agentsNeedsInput,Ab as agentsPermissionMode,SL as agentsProviderLocal,pL as agentsRunning,rL as agentsSectionActive,aL as agentsSectionIdle,lL as agentsSectionStopped,Db as agentsStopReason,uL as agentsStopped,iL as agentsTitle,fb as agentsUntitled,be as appearanceConnectionBarsDescription,me as appearanceConnectionBarsTitle,Z as appearanceContentWidthDescription,dT as appearanceContentWidthReset,$ as appearanceContentWidthTitle,ue as appearanceFloatingActionButtonDescription,de as appearanceFloatingActionButtonTitle,F as appearanceFontSizeTitle,pe as appearanceFunPhrasesDescription,le as appearanceFunPhrasesTitle,oe as appearanceGeneratedTitleLengthDescription,te as appearanceGeneratedTitleLengthReset,ee as appearanceGeneratedTitleLengthTitle,uT as appearanceGeneratedTitleLengthUnit,ae as appearanceInlineImagesDescription,re as appearanceInlineImagesTitle,E as appearanceLanguageDescription,nT as appearanceLanguageTitle,H as appearanceOutputFixedFontLabel,B as appearanceOutputFixedSizeOffsetLabel,U as appearanceOutputFontLabel,O as appearanceOutputFontSizeLabel,W as appearanceOutputLineSpacingLabel,V as appearanceOutputMathSizeOffsetLabel,Y as appearanceOutputPreviewLabel,aT as appearanceOutputSpecimenLabel,j as appearanceOutputThinkingSizeOffsetLabel,q as appearanceOutputToolPreviewLinesLabel,rT as appearanceOutputToolPreviewLinesUnit,iT as appearanceOutputTypographyTitle,N as appearanceOutputUiFontLabel,z as appearanceOutputVerticalSpacingLabel,sT as appearanceSectionTitle,Te as appearanceSessionToolbarDescription,fe as appearanceSessionToolbarReset,he as appearanceSessionToolbarTitle,ie as appearanceStableToolPreviewDescription,ce as appearanceStableToolPreviewTitle,ne as appearanceStreamingDescription,se as appearanceStreamingTitle,X as appearanceTabSizeDescription,_ as appearanceTabSizeTitle,ge as appearanceTabTitleActivityDescription,Se as appearanceTabTitleActivityTitle,cT as appearanceThemeTitle,Le as appearanceToolbarAttachmentsDescription,ST as appearanceToolbarAttachmentsTitle,Ue as appearanceToolbarBtwDescription,Fe as appearanceToolbarBtwTitle,Ee as appearanceToolbarContextDescription,Me as appearanceToolbarContextTitle,ke as appearanceToolbarMicrophoneDescription,gT as appearanceToolbarMicrophoneTitle,Ae as appearanceToolbarModeDescription,ve as appearanceToolbarModeTitle,Oe as appearanceToolbarNudgeDescription,Ne as appearanceToolbarNudgeTitle,Re as appearanceToolbarRenderModeDescription,we as appearanceToolbarRenderModeTitle,xe as appearanceToolbarShortcutsDescription,Ie as appearanceToolbarShortcutsTitle,Pe as appearanceToolbarSlashDescription,De as appearanceToolbarSlashTitle,Be as appearanceToolbarStatusDescription,He as appearanceToolbarStatusTitle,ye as appearanceToolbarThinkingDescription,Ce as appearanceToolbarThinkingTitle,wd as browserToggleBlocked,xd as browserToggleDescription,lA as browserToggleEnable,Id as browserToggleEnabled,aA as browserToggleEnabledBadge,Md as browserToggleRequesting,Fd as browserToggleTestBody,kd as browserToggleTestDescription,Ed as browserToggleTestNotification,Rd as browserToggleTestTitle,Cd as browserToggleTitle,yd as browserToggleUnsupported,oc as btwAsideDoneTitle,Zn as btwAsideEmpty,ec as btwAsideMinimizeTitle,sc as btwAsideMoveToHistoryTitle,tc as btwAsideReturnComposerTitle,Nv as bulkArchive,Ba as bulkArchiveAll,Ha as bulkArchiveAllFilteredTitle,Wa as bulkArchiveSelected,Va as bulkClearSelection,Ka as bulkMarkRead,Ja as bulkMarkReadTitle,Xa as bulkMarkUnread,_a as bulkMarkUnreadTitle,ja as bulkSelectedCount,Ov as bulkStar,Ya as bulkStarSelected,qa as bulkUnarchive,za as bulkUnarchiveSelected,Ga as bulkUnstar,Qa as bulkUnstarSelected,Su as codexUpdateInstalledSummary,mu as codexUpdateProgress,gu as codexUpdateReadySummary,Hh as commonAuto,Bh as commonOff,jh as commonOn,Vh as commonOr,Vi as contextTooltipNoWindow,ji as contextTooltipWithWindow,BL as default,Xu as developmentChangesPending,Vu as developmentClearIgnored,zu as developmentDiagnosticsDescription,Wu as developmentDiagnosticsTitle,ju as developmentIgnoredToolsDescription,Bu as developmentIgnoredToolsTitle,$u as developmentInterruptedWarning,Gu as developmentPersistRemoteDescriptionPrefix,Ju as developmentPersistRemoteDescriptionSuffix,Qu as developmentPersistRemoteTitle,oS as developmentRestart,eS as developmentRestartAnyway,_u as developmentRestartDescription,Ku as developmentRestartTitle,Zu as developmentRestarting,Hu as developmentSchemaDescription,Ou as developmentSchemaTitle,gA as developmentSectionTitle,Yu as developmentServiceWorkerDescription,qu as developmentServiceWorkerTitle,vA as devicesConnected,AA as devicesDisconnected,ag as devicesEmpty,dg as devicesFirstSeen,LA as devicesForget,ug as devicesForgetThisDevice,gg as devicesHoursAgo,DA as devicesJustNow,pg as devicesLastSeen,rg as devicesLoadingProfiles,Sg as devicesMinutesAgo,ig as devicesProfilesDescription,cg as devicesProfilesTitle,lg as devicesThisDevice,PA as devicesYesterday,Jv as directLoginConnect,ep as directLoginConnecting,np as directLoginErrorPasswordRequired,tp as directLoginErrorServerUrlRequired,sp as directLoginErrorUsernameRequired,op as directLoginHint,Qv as directLoginPassword,Xl as directLoginPasswordPlaceholder,Gv as directLoginRememberMe,$l as directLoginResumeHint,Jl as directLoginServerUrl,Kl as directLoginServerUrlHint,Zl as directLoginStayLoggedIn,Gl as directLoginTitle,Yv as directLoginUsername,_l as directLoginUsernamePlaceholder,im as effortLevelExtraDescription,rm as effortLevelExtraHighDescription,NA as effortLevelExtraHighLabel,BA as effortLevelExtraHighShortLabel,UA as effortLevelExtraLabel,cm as effortLevelHighDescription,FA as effortLevelHighLabel,sm as effortLevelLowDescription,MA as effortLevelLowLabel,am as effortLevelMaxDescription,OA as effortLevelMaxLabel,nm as effortLevelMediumDescription,EA as effortLevelMediumLabel,HA as effortLevelMediumShortLabel,ul as emulatorAdaptiveFpsDescription,dl as emulatorAdaptiveFpsTitle,hl as emulatorAddHostAliasDescription,bl as emulatorAddHostAliasTitle,Dl as emulatorBridgeDownloadRequired,Ll as emulatorBridgeUpdateRequired,gl as emulatorChromeOsHostsDescription,ml as emulatorChromeOsHostsDescriptionSuffix,Sl as emulatorChromeOsHostsTitle,vl as emulatorDiscoveredDevicesTitle,cl as emulatorEnableDescription,nl as emulatorEnableTitle,al as emulatorFrameRateDescription,Hv as emulatorFrameRateTitle,Za as emulatorHostAliasNoSpaces,Tl as emulatorHostAliasPlaceholder,ol as emulatorHostAliasRemoveFailed,$a as emulatorHostAliasRequired,el as emulatorHostAliasSaveFailed,fl as emulatorNoChromeOsHosts,Al as emulatorNoDevicesFound,Pl as emulatorPageNoDevices,pl as emulatorQualityDescription,jv as emulatorQualityTitle,Vv as emulatorRemove,ll as emulatorResolutionDescription,Bv as emulatorResolutionTitle,sl as emulatorSectionDescription,tl as emulatorSectionTitle,zv as emulatorStart,Wv as emulatorStop,rl as emulatorStreamQualityDescription,il as emulatorStreamQualityTitle,zo as errorBoundaryReloadPage,qo as errorBoundaryReportIssue,Vo as errorBoundaryServerVersion,Ho as errorBoundaryTitle,Wo as errorBoundaryToUpdate,jo as errorBoundaryVersionMismatchHint,Bo as errorBoundaryVersionMismatchTitle,Cv as fabClose,sa as fabGoToNewSession,na as fabNewSession,ta as fabPlaceholder,cb as fileBackToProject,nb as fileGoToProject,tb as fileGoToProjects,eb as fileInvalidUrl,sb as fileMissingPath,ob as fileMissingProjectId,Nb as fileViewerBinary,Bb as fileViewerCopied,jb as fileViewerCopyContent,vL as fileViewerDownload,Ob as fileViewerDownloadFile,Wb as fileViewerExitFullscreen,AL as fileViewerFullscreen,Ub as fileViewerHighlightTruncated,Hb as fileViewerLines,Mb as fileViewerLoadFailed,Eb as fileViewerLoading,Fb as fileViewerNotFound,Vb as fileViewerOpenNewTab,hL as fileViewerPreview,fL as fileViewerSize,bL as fileViewerSource,TL as fileViewerType,Ta as filterByLabel,ha as filterClearAll,PT as fontSizeDefault,CT as fontSizeLarge,yT as fontSizeLarger,DT as fontSizeSmall,Av as gitStatusChanges,fv as gitStatusClean,Jr as gitStatusDetachedHead,Dv as gitStatusDiff,ea as gitStatusDiffOnly,vv as gitStatusDirty,Tv as gitStatusErrorPrefix,oa as gitStatusFullContext,Zr as gitStatusLoadContextFailed,Xr as gitStatusLoadDiffFailed,Qr as gitStatusLoading,$r as gitStatusLoadingDiff,Yr as gitStatusNoProjects,Gr as gitStatusNotRepo,Pv as gitStatusPreview,_r as gitStatusStaged,qr as gitStatusTitle,Lv as gitStatusUntracked,Kr as gitStatusWorkingTreeClean,ka as globalSessionsAge14Days,Ia as globalSessionsAge30Days,wa as globalSessionsAge3Days,Ra as globalSessionsAge7Days,ya as globalSessionsClearFilters,Fv as globalSessionsExecutorLocal,Da as globalSessionsFilterAge,Ca as globalSessionsFilterAgePlaceholder,kv as globalSessionsFilterExecutor,Pa as globalSessionsFilterMachinePlaceholder,Aa as globalSessionsFilterProjectPlaceholder,Rv as globalSessionsFilterProvider,wv as globalSessionsFilterStatus,Oa as globalSessionsHiddenDuplicates,Na as globalSessionsLoadMore,Ea as globalSessionsNoResultsEmpty,Ma as globalSessionsNoResultsFiltered,xa as globalSessionsNoResultsTitle,Ua as globalSessionsProjectCtaHint,Fa as globalSessionsProjectCtaPromptLabel,La as globalSessionsProviderAll,va as globalSessionsSearchPlaceholder,Uv as globalSessionsSelectAll,Iv as globalSessionsStatusAll,Ev as globalSessionsStatusArchived,Mv as globalSessionsStatusStarred,xv as globalSessionsStatusUnread,fa as globalSessionsTitle,of as helperSideModelCheapest,Mt as helperSideModelDescription,Et as helperSideModelSameAsMain,xt as helperSideModelTitle,qt as helperTargetsAdd,Ot as helperTargetsBaseUrlLabel,Ht as helperTargetsBaseUrlPlaceholder,Qt as helperTargetsCancelEdit,cf as helperTargetsDelete,Ut as helperTargetsDescription,Vt as helperTargetsDiscover,zt as helperTargetsDiscovered,Wt as helperTargetsDiscovering,nf as helperTargetsEdit,Gt as helperTargetsEmpty,rf as helperTargetsIdPrefix,Jt as helperTargetsInvalid,Kt as helperTargetsLoadError,Bt as helperTargetsModelDefault,sf as helperTargetsModelLabel,jt as helperTargetsModelPlaceholder,tf as helperTargetsNameLabel,Nt as helperTargetsRuntimeNote,Yt as helperTargetsSave,_t as helperTargetsSaveError,Ft as helperTargetsTitle,Ql as hostOfflineGoToLogin,Yl as hostOfflineHintDirect,ql as hostOfflineHintRelay,zl as hostOfflineHintResumeIncompatible,Wl as hostOfflineMessageDefault,jl as hostOfflineMessageDirectUnreachable,Bl as hostOfflineMessageDirectUnreachableDirect,Ol as hostOfflineMessageRelayTimeout,Nl as hostOfflineMessageRelayTimeoutNamed,Hl as hostOfflineMessageRelayUnreachable,Vl as hostOfflineMessageResumeIncompatible,El as hostOfflineMessageServerOffline,Ml as hostOfflineMessageServerOfflineNamed,Ul as hostOfflineMessageUnknownUsername,Fl as hostOfflineMessageUnknownUsernameNamed,qv as hostOfflineRetry,xl as hostOfflineTitleDefault,kl as hostOfflineTitleDirectUnreachable,wl as hostOfflineTitleRelayTimeout,Rl as hostOfflineTitleRelayUnreachable,Il as hostOfflineTitleResumeIncompatible,Cl as hostOfflineTitleServerOffline,yl as hostOfflineTitleUnknownUsername,Cp as hostPickerAddNewHost,Ip as hostPickerDirectDescription,kp as hostPickerDirectTitle,Mp as hostPickerEmptyHint,Op as hostPickerErrorConnectionFailed,yp as hostPickerHowToConnect,jp as hostPickerLastConnectedDays,Bp as hostPickerLastConnectedHours,sA as hostPickerLastConnectedJustNow,Hp as hostPickerLastConnectedMinutes,Up as hostPickerMissingRelayConfiguration,Np as hostPickerMissingWebSocketUrl,Rp as hostPickerRelayDescription,wp as hostPickerRelayTitle,Fp as hostPickerRemoveConfirm,Ep as hostPickerRemoveHost,xp as hostPickerSavedHint,Pp as hostPickerSavedHosts,oA as hostPickerStatusChecking,eA as hostPickerStatusOffline,Zv as hostPickerStatusOnline,tA as hostPickerStatusUnknown,so as inboxAllProjects,FT as inboxBadgeApproval,UT as inboxBadgeQuestion,lo as inboxEmptyDescription,po as inboxEmptyDescriptionProject,ao as inboxEmptyTitle,ro as inboxError,xT as inboxFilterProject,io as inboxLoading,uo as inboxNoSessions,MT as inboxRefresh,co as inboxRefreshTitle,no as inboxRefreshing,ET as inboxTierActive,So as inboxTierNeedsAttention,go as inboxTierRecentActivity,bo as inboxTierUnread24h,mo as inboxTierUnread8h,IT as inboxTitle,to as inboxTitleWithProject,kS as lifecycleWebhooksDescription,OS as lifecycleWebhooksDryRunDescription,mA as lifecycleWebhooksDryRunTitle,xS as lifecycleWebhooksEnableDescription,IS as lifecycleWebhooksEnableTitle,RS as lifecycleWebhooksLoading,HS as lifecycleWebhooksSaveFailed,wS as lifecycleWebhooksTitle,US as lifecycleWebhooksTokenDescription,NS as lifecycleWebhooksTokenPlaceholder,FS as lifecycleWebhooksTokenTitle,ES as lifecycleWebhooksUrlDescription,MS as lifecycleWebhooksUrlTitle,wm as localAccessAllowAllHostsDescription,ym as localAccessAllowAllHostsTitle,km as localAccessAllowedHostsDescription,xm as localAccessAllowedHostsHint,Im as localAccessAllowedHostsPlaceholder,Rm as localAccessAllowedHostsTitle,qm as localAccessApply,zm as localAccessApplying,Wm as localAccessAuthDisabled,zA as localAccessBadgeLocalOnly,um as localAccessBadgeNetworkExposed,Hm as localAccessConfirmPasswordPlaceholder,Om as localAccessConfirmPasswordTitle,Cm as localAccessCustomIpDescription,Pm as localAccessCustomIpTitle,pm as localAccessDescription,Zm as localAccessErrorApplyFailed,Xm as localAccessErrorPasswordLength,$m as localAccessErrorPasswordMismatch,_m as localAccessErrorPortRange,Lm as localAccessInterfaceAll,Dm as localAccessInterfaceCustom,vm as localAccessInterfaceDescription,Am as localAccessInterfacePlaceholder,fm as localAccessInterfaceTitle,WA as localAccessListeningAnd,VA as localAccessListeningOn,gm as localAccessListeningPortDescription,Sm as localAccessListeningPortTitle,lm as localAccessLoading,Vm as localAccessLocalhostOpenDescription,jm as localAccessLocalhostOpenTitle,Ym as localAccessLogoutDescription,hm as localAccessNetworkDescription,bm as localAccessNetworkTitle,Fm as localAccessPasswordKeepCurrent,Um as localAccessPasswordMinLength,YA as localAccessPasswordNewPlaceholder,Nm as localAccessPasswordPlaceholder,Bm as localAccessPasswordResetHint,qA as localAccessPasswordTitle,Km as localAccessRelayDebugDescription,Jm as localAccessRelayDebugTitle,Qm as localAccessRemoteDescription,Gm as localAccessRemoteLogoutDescription,Em as localAccessRequirePasswordDescription,Mm as localAccessRequirePasswordTitle,Tm as localAccessSetViaHost,mm as localAccessSetViaPort,jA as localAccessStatusTitle,dm as localAccessUnableToFetch,hT as localeNameDe,mT as localeNameEn,qe as localeNameEs,bT as localeNameFr,TT as localeNameJa,ze as localeNameZhCn,wo as loginConfirmPasswordLabel,Ro as loginConfirmPasswordPlaceholder,No as loginErrorAuthFailed,Oo as loginErrorInvalidPassword,Uo as loginErrorPasswordMismatch,Eo as loginErrorPasswordRequired,Fo as loginErrorPasswordTooShort,Lo as loginLoading,HT as loginPasswordLabel,yo as loginPasswordPlaceholder,Co as loginPasswordPlaceholderSetup,Mo as loginRecoveryHint,xo as loginSetupHint,Do as loginSetupSubtitle,BT as loginSubmit,ko as loginSubmitPending,Io as loginSubmitSetup,Po as loginSubtitle,jc as messageInputCollapse,Vc as messageInputContinueAbove,Bc as messageInputExpand,hv as modalCancel,bv as modalClose,as as modeAcceptEditsDescription,ns as modeAcceptEditsLabel,ds as modeAutoDescription,lf as modeAutoLabel,ps as modeBypassPermissionsDescription,is as modeBypassPermissionsLabel,Jb as modeClickToSelect,rs as modeDefaultDescription,ss as modeDefaultLabel,pf as modeNextTurnBadge,us as modeNextTurnHint,ls as modePlanDescription,cs as modePlanLabel,Gb as modeSelectLabel,$g as modelSettingsClaudeSectionDescription,Xg as modelSettingsClaudeSectionTitle,Qg as modelSettingsDefaultModelDescription,Yg as modelSettingsDefaultModelTitle,qg as modelSettingsDefaultProviderDescription,zg as modelSettingsDefaultProviderTitle,tm as modelSettingsEffortDescription,om as modelSettingsEffortTitle,em as modelSettingsModelDescription,Zg as modelSettingsModelTitle,Jg as modelSettingsSessionDefaultsDescription,Gg as modelSettingsSessionDefaultsTitle,IA as modelSettingsThinkingAutoLabel,_g as modelSettingsThinkingDescription,kA as modelSettingsThinkingOffLabel,xA as modelSettingsThinkingOnLabel,Kg as modelSettingsThinkingTitle,Wg as modelSettingsTitle,ra as modelSwitchChangeFailed,yv as modelSwitchCurrent,la as modelSwitchEmpty,ia as modelSwitchLoadFailed,aa as modelSwitchLoading,ku as modelSwitchSaveAll,ca as modelSwitchTitle,Zo as newSessionAttachFiles,mt as newSessionDefaultsAction,gt as newSessionDefaultsDescription,Tt as newSessionDefaultsSaveError,ht as newSessionDefaultsSaved,bt as newSessionDefaultsSaving,NT as newSessionErrorPrefix,it as newSessionHeaderSubtitle,To as newSessionLoading,ts as newSessionModeTitle,At as newSessionModelPlaceholder,YT as newSessionModelTitle,$o as newSessionNetworkError,Yo as newSessionPlaceholder,jT as newSessionProjectDetached,rt as newSessionProjectDetachedHint,at as newSessionProjectDetachedHintShort,St as newSessionProjectNoMatches,Xo as newSessionProjectNotFound,dt as newSessionProjectPathHint,lt as newSessionProjectPathLabel,pt as newSessionProjectPathPlaceholder,ut as newSessionProjectUseTypedPath,QT as newSessionPromptSuggestionsTitle,Jo as newSessionProviderAuthError,WT as newSessionProviderNotAuthenticated,VT as newSessionProviderNotInstalled,qT as newSessionProviderStatusNotAuthenticated,zT as newSessionProviderStatusNotInstalled,ft as newSessionProviderTitle,vt as newSessionProviderUnavailable,Lt as newSessionRecapTitle,ct as newSessionRemoveFile,af as newSessionRunOnLocal,es as newSessionRunOnLocalDesc,os as newSessionRunOnRemoteDesc,Zt as newSessionRunOnTitle,Ko as newSessionServerBusy,_o as newSessionServerCapacity,$t as newSessionSpeechPlaceholder,Xt as newSessionSpeechTitle,nt as newSessionStartAction,Go as newSessionStartError,ot as newSessionThinkingAuto,st as newSessionThinkingMode,et as newSessionThinkingOff,tt as newSessionThinkingOn,ho as newSessionTitle,Qo as newSessionUploadError,Xp as notificationsDesktopDescription,_p as notificationsDesktopTitle,ed as notificationsDevicesDescription,nA as notificationsDevicesTitle,od as notificationsLoadingDevices,td as notificationsNoDevices,iA as notificationsNoPush,Kp as notificationsNoSubscribedDevices,cA as notificationsOffline,nd as notificationsOneTab,Zp as notificationsPushDescription,$p as notificationsPushTitle,Qp as notificationsQuestionsDescription,Yp as notificationsQuestionsTitle,rA as notificationsRemove,ad as notificationsRemoveDevice,rd as notificationsRemoveThisDevice,Wp as notificationsServerDescription,Vp as notificationsServerTitle,Jp as notificationsSessionHaltedDescription,Gp as notificationsSessionHaltedTitle,id as notificationsSubscribed,cd as notificationsTabs,sd as notificationsThisDevice,qp as notificationsToolApprovalsDescription,zp as notificationsToolApprovalsTitle,Fg as onboardingRemoteDescription,Bg as onboardingRemoteHint,Hg as onboardingRemoteRequirementPassword,Ng as onboardingRemoteRequirementRelayUrl,Og as onboardingRemoteRequirementUsername,Ug as onboardingRemoteRequirementsTitle,Eg as onboardingThemeDescription,K as outputFixedFontFiraMono,J as outputFixedFontIbmPlexMono,G as outputFixedFontIosevka,pT as outputFixedFontSystem,Q as outputProseFontSourceSerif4,lT as outputProseFontSystem,Nh as pageTitleProjects,Oh as pageTitleSettings,uv as processInfoConnected,mv as processInfoDefaultModel,Sv as processInfoDisconnected,ir as processInfoError,Wr as processInfoExternalProcess,jr as processInfoFocusedWatch,lr as processInfoHoursAgo,Zf as processInfoJustNow,fr as processInfoLabelActivity,av as processInfoLabelActivityStream,Lr as processInfoLabelApprovalPolicy,Mr as processInfoLabelCacheCreated,xr as processInfoLabelCacheRead,vr as processInfoLabelCliVersion,Pr as processInfoLabelConnectionState,Ir as processInfoLabelContextUsed,Tr as processInfoLabelCreated,Or as processInfoLabelExtendedThinking,Hr as processInfoLabelIdleSince,Rr as processInfoLabelInputTokens,yr as processInfoLabelLastSessionEvent,cv as processInfoLabelModel,rv as processInfoLabelOriginator,kr as processInfoLabelOutputTokens,iv as processInfoLabelOwnership,Er as processInfoLabelProcessId,pv as processInfoLabelProjectName,dv as processInfoLabelProjectPath,nv as processInfoLabelProvider,Nr as processInfoLabelQueueDepth,Br as processInfoLabelRemoteHost,Dr as processInfoLabelSandboxPolicy,hr as processInfoLabelSessionId,Ar as processInfoLabelSessionSource,lv as processInfoLabelSessionStream,Cr as processInfoLabelSessionWatch,Fr as processInfoLabelStarted,wr as processInfoLabelSubscriptionMode,Ur as processInfoLabelUptime,ar as processInfoMinutesAgo,dr as processInfoNetworkOff,pr as processInfoNetworkOn,$f as processInfoNever,zr as processInfoNoActiveProcess,Vr as processInfoNoProcessData,gv as processInfoNotSubscribed,rr as processInfoSecondsAgo,ov as processInfoSectionConnection,tv as processInfoSectionProcess,sv as processInfoSectionProject,ev as processInfoSectionSession,br as processInfoSectionTokenUsage,_f as processInfoThinkingAdaptive,Kf as processInfoThinkingDisabled,Xf as processInfoThinkingEnabled,cr as processInfoTitle,gr as processInfoTmpExcluded,mr as processInfoTmpIncluded,ur as processInfoTmpdirExcluded,Sr as processInfoTmpdirIncluded,je as processingThinkingTranscriptHide,Ve as processingThinkingTranscriptShowHidden,We as processingThinkingTranscriptShowWhenAvailable,_e as projectCardNewSession,fo as projectSelectorChangeProject,OT as projectSelectorFallback,vo as projectSelectorSelectProject,Ao as projectSelectorSessionsCount,Qe as projectsAdd,RT as projectsAddConfirm,Ke as projectsAddFailed,Ge as projectsAddPlaceholder,Je as projectsAdding,kT as projectsCancel,Xe as projectsDelete,$e as projectsDeleteConfirm,Ze as projectsDeleteFailed,oo as projectsEmptyDescription,eo as projectsEmptyTitle,wT as projectsErrorPrefix,Ye as projectsLoading,ef as promptSuggestionModeNative,kt as promptSuggestionModeNativeDescription,ZT as promptSuggestionModeOff,Rt as promptSuggestionModeOffDescription,It as promptSuggestionNativeUnsupported,$d as providersClaudeLoginCommandCopied,Xd as providersClaudeLoginCommandCopy,Zd as providersClaudeLoginCommandCopyError,_d as providersClaudeLoginHint,nu as providersCodexUpdateAvailable,ru as providersCodexUpdateCheckNow,iu as providersCodexUpdateChecking,tu as providersCodexUpdateCommandCopied,su as providersCodexUpdateCopyFailed,uu as providersCodexUpdateInstallOutput,lu as providersCodexUpdateInstalling,pu as providersCodexUpdateNow,ou as providersCodexUpdatePolicyAutoUnavailable,uA as providersCodexUpdatePolicyNotify,eu as providersCodexUpdatePolicyTitle,au as providersCodexUpdateReleaseNotes,cu as providersCodexUpdateUpToDate,du as providersCodexUpdateWithInstaller,Jd as providersDetected,Uu as providersGrokUseXaiApiKey,Nu as providersGrokUseXaiApiKeyHint,Kd as providersNotDetected,Fu as providersOllamaPromptHint,xu as providersOllamaUrlHint,Gd as providersPromptSuggestionDefaultsDescription,Qd as providersPromptSuggestionDefaultsTitle,Yd as providersRecapDefaultsDescription,qd as providersRecapDefaultsTitle,SA as providersSave,Iu as providersSaving,zd as providersSectionDescription,pA as providersSectionTitle,Mu as providersUseFullPrompt,Eu as providersUseFullPromptHint,dA as providersWebsite,Un as publicShareActiveViewers,Fn as publicShareBackToShare,Tf as publicShareFrozenBadge,ff as publicShareLiveBadge,In as publicShareLoading,En as publicShareLocalFileLinksUnavailable,Mn as publicShareMissingRelay,Uh as publicShareRetrying,xn as publicShareUnavailable,kn as publicShareUntitled,gd as pushToggleBlocked,md as pushToggleDescription,ud as pushToggleDevModeHint,hd as pushToggleNotifyInAppDescription,bd as pushToggleNotifyInAppTitle,Pd as pushToggleSendTest,Dd as pushToggleSending,fd as pushToggleTestDescription,Td as pushToggleTestTitle,dd as pushToggleThisDeviceOnly,ld as pushToggleTitle,Sd as pushToggleTroubleshooting,pd as pushToggleUnsupported,vd as pushToggleUrgencyNormal,Ad as pushToggleUrgencyPersistent,Ld as pushToggleUrgencySilent,Qf as questionPanelCancel,sr as questionPanelCollapse,tr as questionPanelExpand,Jf as questionPanelNext,or as questionPanelNoQuestions,Yf as questionPanelOther,Gf as questionPanelSubmit,nr as questionPanelTypeAnswer,wt as recapAfterSecondsAria,XT as recapAfterSecondsLabel,$T as recapAfterSecondsUnit,_T as recapModeFork,yt as recapModeForkDescription,JT as recapModeNative,Pt as recapModeNativeDescription,GT as recapModeOff,Dt as recapModeOffDescription,KT as recapModeSideSession,Ct as recapModeSideSessionDescription,ma as reconnecting,$v as relayLoginConnect,Sp as relayLoginConnecting,dp as relayLoginCustomRelayUrl,up as relayLoginCustomRelayUrlHint,Tp as relayLoginErrorConnectionFailed,Dp as relayLoginErrorInvalidCredentials,vp as relayLoginErrorPasswordRequired,Ap as relayLoginErrorServerOffline,Lp as relayLoginErrorUnknownUsername,fp as relayLoginErrorUsernameRequired,pp as relayLoginHideAdvanced,gp as relayLoginHint,_v as relayLoginPassword,ap as relayLoginPasswordPlaceholder,Xv as relayLoginRememberMe,lp as relayLoginShowAdvanced,hp as relayLoginStatusAuthenticating,mp as relayLoginStatusConnectingRelay,bp as relayLoginStatusWaitingServer,cp as relayLoginTitle,Kv as relayLoginUsername,rp as relayLoginUsernameHint,ip as relayLoginUsernamePlaceholder,ba as reloadBannerCodeChanged,Nd as remoteAccessConnectedDescription,Ud as remoteAccessConnectedTitle,Od as remoteAccessCurrentHostTitle,Wd as remoteAccessDefaultHost,jd as remoteAccessLogout,Bd as remoteAccessLogoutDescription,Hd as remoteAccessLogoutTitle,Vd as remoteAccessSetupDescription,bA as remoteExecutorsAdd,WS as remoteExecutorsAddDescription,YS as remoteExecutorsAddFailed,VS as remoteExecutorsAddTitle,qS as remoteExecutorsAdding,KS as remoteExecutorsClaudeAvailable,XS as remoteExecutorsClaudeMissing,_S as remoteExecutorsClaudeVersion,GS as remoteExecutorsConfigured,hA as remoteExecutorsConnected,QS as remoteExecutorsConnectionFailed,jS as remoteExecutorsDescription,JS as remoteExecutorsEmpty,TA as remoteExecutorsFailed,zS as remoteExecutorsHostPlaceholder,fA as remoteExecutorsRemove,sg as remoteExecutorsRequirementClaude,tg as remoteExecutorsRequirementKeyAuth,ng as remoteExecutorsRequirementPaths,og as remoteExecutorsRequirementSshConfig,eg as remoteExecutorsSetupRequirements,ZS as remoteExecutorsTestConnection,$S as remoteExecutorsTesting,BS as remoteExecutorsTitle,$b as remoteSetupConfirmPassword,ih as remoteSetupConnectFrom,ah as remoteSetupCopied,RL as remoteSetupCopy,rh as remoteSetupCopyUrl,mh as remoteSetupCreated,hh as remoteSetupCreatedLabel,oh as remoteSetupCustomRelayPlaceholder,eh as remoteSetupCustomRelayUrl,ch as remoteSetupCustomYaClientPlaceholder,nh as remoteSetupCustomYaClientUrl,xh as remoteSetupErrorCustomRelayRequired,Mh as remoteSetupErrorCustomYaRequired,Ih as remoteSetupErrorPasswordMismatch,Rh as remoteSetupErrorPasswordRequired,kh as remoteSetupErrorPasswordShort,Eh as remoteSetupErrorSaveFailed,Fh as remoteSetupErrorUpdateFailed,yh as remoteSetupErrorUsernameRequired,wh as remoteSetupErrorUsernameShort,ph as remoteSetupHideQr,Ch as remoteSetupHoursAgo,OL as remoteSetupJustNow,bh as remoteSetupLastUsed,Th as remoteSetupLastUsedLabel,vh as remoteSetupLoading,Ph as remoteSetupMinutesAgo,Xb as remoteSetupNewPassword,gh as remoteSetupNoSessions,DL as remoteSetupPassword,dh as remoteSetupQrHint,CL as remoteSetupRelayCustom,PL as remoteSetupRelayDefault,Zb as remoteSetupRelayServer,xL as remoteSetupRevoke,Sh as remoteSetupRevokeAll,ML as remoteSetupSave,fh as remoteSetupSaving,uh as remoteSetupSessions,lh as remoteSetupShowQr,wL as remoteSetupStatus,UL as remoteSetupStatusConnected,Ah as remoteSetupStatusConnecting,EL as remoteSetupStatusDisabled,NL as remoteSetupStatusDisconnected,FL as remoteSetupStatusNotConfigured,Lh as remoteSetupStatusRegistering,Dh as remoteSetupStatusUsernameTaken,kL as remoteSetupUnknownBrowser,IL as remoteSetupUnknownOs,LL as remoteSetupUsername,_b as remoteSetupUsernameHint,Kb as remoteSetupUsernamePlaceholder,th as remoteSetupYaClient,yL as remoteSetupYaClientCustom,sh as remoteSetupYaClientDefault,HL as remoteSetupYesterday,wb as schemaWarningInvalid,yb as schemaWarningMissing,Rb as schemaWarningReport,Pb as schemaWarningTitle,Cb as schemaWarningTooltip,ks as sessionAnswerFailed,ys as sessionApproveFailed,Hs as sessionArchiveFailed,Ns as sessionArchived,Lf as sessionArchivedBadge,Hn as sessionCloseRecentSessions,Ks as sessionCompactFailed,Js as sessionCompactRequested,jn as sessionConfigureModel,Ds as sessionCorrectionActive,Ps as sessionCorrectionCancel,As as sessionCorrectionEditFailed,Ls as sessionCorrectionNoChanges,hs as sessionDeferredCancelFailed,Ts as sessionDeferredEditFailed,fs as sessionDeferredEditLocalOnly,vs as sessionDeferredEditMissingAttachments,ws as sessionDenyFailed,vf as sessionErrorPrefix,Vn as sessionExternalWarning,Rs as sessionFeedbackFailed,Gs as sessionHandoffStarted,vc as sessionHeartbeatAfterDescription,Ac as sessionHeartbeatAfterStatusActive,Lc as sessionHeartbeatAfterStatusOff,fc as sessionHeartbeatAfterTitle,Tc as sessionHeartbeatEnabledDescription,hc as sessionHeartbeatEnabledTitle,yc as sessionHeartbeatForceDescription,wc as sessionHeartbeatForceHint,Dc as sessionHeartbeatForceStatusActive,Pc as sessionHeartbeatForceStatusOff,Cc as sessionHeartbeatForceTitle,Ic as sessionHeartbeatSaveFailed,xc as sessionHeartbeatSaved,kc as sessionHeartbeatTextDescription,Rc as sessionHeartbeatTextTitle,bc as sessionHeartbeatTitle,Ss as sessionInvalidUrl,Yn as sessionListAgeTitle,qn as sessionLoading,zs as sessionMarkedRead,Ws as sessionMarkedUnread,If as sessionMenuArchive,yf as sessionMenuClone,lc as sessionMenuCloning,wf as sessionMenuCompact,cc as sessionMenuCopyPrompt,Rf as sessionMenuHandoff,ic as sessionMenuHeartbeat,uc as sessionMenuMarkRead,Sc as sessionMenuMarkUnread,mc as sessionMenuOptions,rc as sessionMenuRecaps,Cf as sessionMenuRename,ac as sessionMenuRestoreWarnings,kf as sessionMenuShare,pc as sessionMenuSharing,Pf as sessionMenuStar,xf as sessionMenuTerminate,gc as sessionMenuTerminating,dc as sessionMenuUnarchive,nc as sessionMenuUnstar,Xn as sessionNotFoundArchive,_n as sessionNotFoundDescription,Df as sessionNotFoundGoBack,$n as sessionNotFoundSessionId,Kn as sessionNotFoundTitle,On as sessionOpenSidebar,zn as sessionPendingElsewhereDismiss,Wn as sessionPendingElsewhereWarning,Qn as sessionPlaceholderExternal,Jn as sessionPlaceholderQueue,Gn as sessionPlaceholderResume,bs as sessionQueueFailed,qs as sessionReadFailed,Uc as sessionRecapLoadFailed,Fc as sessionRecapModeDescription,Ec as sessionRecapModeTitle,Mf as sessionRecapSave,Oc as sessionRecapSaveFailed,Hc as sessionRecapSaved,Mc as sessionRecapTitle,Nc as sessionRecapUnsupportedMode,Fs as sessionReclassifiedProject,Us as sessionReclassifyProjectFailed,Es as sessionReclassifyProjectMenu,Ms as sessionRenameFailed,xs as sessionRenamed,Sa as sessionRestartFailed,ga as sessionRestartOpenNewWindow,da as sessionRestartStart,pa as sessionRestartTitle,ua as sessionRestarting,ms as sessionSendFailed,rn as sessionShareCopied,an as sessionShareCopiedReadOnly,cn as sessionShareCopy,tn as sessionShareCopyFrozenReadOnly,sn as sessionShareCopyLiveReadOnly,nn as sessionShareCopying,Zs as sessionShareDisabledInSettings,Cn as sessionShareDisconnectViewerTitle,_s as sessionShareFailed,An as sessionShareFreezeFailed,hn as sessionShareFreezeLive,Tn as sessionShareFreezeLiveTitle,Pn as sessionShareFreezeViewerTitle,fn as sessionShareFreezing,uf as sessionShareFrozen,en as sessionShareFrozenDescription,vn as sessionShareFrozenLiveLinks,Sf as sessionShareLive,on as sessionShareLiveDescription,ln as sessionShareManualCopy,mn as sessionShareOpenTitle,$s as sessionShareReadOnlyNote,pn as sessionShareRevokeAll,dn as sessionShareRevokeAllTitle,gn as sessionShareRevokeFailed,Sn as sessionShareRevoked,un as sessionShareRevoking,Xs as sessionShareTitle,Rn as sessionShareUrlLabel,gf as sessionShareViewerActiveState,wn as sessionShareViewerDisconnected,hf as sessionShareViewerDisconnectedState,yn as sessionShareViewerFrozen,bf as sessionShareViewerFrozenState,mf as sessionShareViewerInactiveState,Ln as sessionShareViewerList,Dn as sessionShareViewerMeta,bn as sessionShareViewerSummary,Vs as sessionStarFailed,Bs as sessionStarred,Af as sessionStarredLabel,Cs as sessionSwitchedModel,Qs as sessionTerminateFailed,Ys as sessionTerminated,Nn as sessionToggleSidebar,Os as sessionUnarchived,js as sessionUnstarred,df as sessionUntitled,Is as sessionUploadFailed,gs as sessionUploading,Bn as sessionViewInfo,k as settingsAboutDescription,oT as settingsAboutTitle,m as settingsAgentContextDescription,g as settingsAgentContextTitle,Xh as settingsAppearanceTitle,M as settingsDevelopmentDescription,tT as settingsDevelopmentTitle,f as settingsDevicesDescription,Zh as settingsDevicesTitle,x as settingsEmulatorDescription,I as settingsEmulatorTitle,A as settingsLocalAccessDescription,v as settingsLocalAccessTitle,S as settingsModelDescription,u as settingsModelTitle,b as settingsNotificationsDescription,$h as settingsNotificationsTitle,P as settingsProvidersDescription,eT as settingsProvidersTitle,D as settingsRemoteDescription,R as settingsRemoteExecutorsDescription,w as settingsRemoteExecutorsTitle,L as settingsRemoteTitle,y as settingsSpeechDescription,C as settingsSpeechTitle,T as settingsWebhooksDescription,h as settingsWebhooksTitle,i as sidebarAllSessions,Yh as sidebarDevices,zh as sidebarInbox,p as sidebarLoadingSessions,c as sidebarNewSession,d as sidebarNoSessions,qh as sidebarProjects,_h as sidebarSectionCollapse,Kh as sidebarSectionExpand,l as sidebarSectionLast24Hours,Jh as sidebarSectionOlder,Gh as sidebarSectionStarred,Qh as sidebarSettings,r as sidebarSourceControl,a as sidebarSwitchHost,Lu as speechSettingsBackendDescription,Du as speechSettingsBackendPlaceholder,Au as speechSettingsBackendTitle,hu as speechSettingsDescription,Pu as speechSettingsNoServerBackends,vu as speechSettingsServerDisabled,yu as speechSettingsSmartTurnDescription,Cu as speechSettingsSmartTurnTitle,wu as speechSettingsSmartTurnUnavailable,bu as speechSettingsTitle,fu as speechSettingsVoiceInputDescription,Tu as speechSettingsVoiceInputTitle,Ru as speechSmartTurnCaption,Ib as statusExternalProcess,gL as statusProcessing,mL as statusReady,kb as statusReconnecting,xb as statusWaitingForInput,fT as themeAuto,AT as themeDark,vT as themeLight,LT as themeVerydark,Qi as toolApprovalAllow,zi as toolApprovalCollapse,Ji as toolApprovalDetailsTitle,Wi as toolApprovalExpand,er as toolApprovalFeedbackPlaceholder,zf as toolApprovalNo,Xi as toolApprovalNoKeepPlanning,Yi as toolApprovalPlanSubtitle,qi as toolApprovalPlanTitle,qf as toolApprovalSend,Zi as toolApprovalTellInstead,Gi as toolApprovalViewDetails,Wf as toolApprovalYes,Ki as toolApprovalYesAuto,$i as toolApprovalYesDontAsk,_i as toolApprovalYesManual,Ef as toolbarApproval,zc as toolbarAttachDisabled,Wc as toolbarAttachFiles,bi as toolbarBtwChildSessionTitle,fi as toolbarBtwFocusExistingTitle,hi as toolbarBtwFocusedFooterTitle,Ti as toolbarBtwFocusedPaneTitle,vi as toolbarBtwStartTitle,Ai as toolbarKeyboardShortcutsAria,gi as toolbarLastActivityAge,Si as toolbarLastActivityAria,ui as toolbarLivenessAria,ni as toolbarLivenessLongSilent,ai as toolbarLivenessNeedsAttention,ri as toolbarLivenessNeedsInput,di as toolbarLivenessSummary,li as toolbarLivenessUnknownState,si as toolbarLivenessUnverifiedTurn,ii as toolbarLivenessVerifiedIdle,ti as toolbarLivenessVerifiedProgress,ci as toolbarLivenessWaitingOnProvider,qc as toolbarPendingApprovalExpand,Yc as toolbarPendingQuestionExpand,mi as toolbarPreviewSessionStatus,Ff as toolbarQuestion,Qc as toolbarQueueLabel,Zc as toolbarQueuePrimaryActionLabel,Gc as toolbarQueueTooltip,Of as toolbarRelativeAgeNow,pi as toolbarRelativeAgePast,$c as toolbarRenderModeMixed,_c as toolbarRenderModeRendered,Xc as toolbarRenderModeSource,Nf as toolbarSend,Kc as toolbarSendTooltip,xi as toolbarShortcutAllTurnReverseSearch,Di as toolbarShortcutAllTurns,Oi as toolbarShortcutCancelLatestQueuedMessage,Ri as toolbarShortcutCancelRestoreFocus,Hi as toolbarShortcutClearComposer,Bf as toolbarShortcutClick,Pi as toolbarShortcutFullSession,Mi as toolbarShortcutFullSessionReverseSearch,Hf as toolbarShortcutJump,Vf as toolbarShortcutNewLine,wi as toolbarShortcutPreviewRailJumps,Ci as toolbarShortcutPreviousMatch,yi as toolbarShortcutPreviousNextMatch,Ni as toolbarShortcutRecallLastSentText,Bi as toolbarShortcutRenderedSourceMode,ki as toolbarShortcutScrollToCurrent,jf as toolbarShortcutSend,Fi as toolbarShortcutStartBtwAside,Ei as toolbarShortcutSteerCurrentTurn,Ui as toolbarShortcutStopAgentCancelOverlay,Ii as toolbarShortcutUserTurnReverseSearch,Li as toolbarShortcutUserTurns,Jc as toolbarSteerTooltip,Uf as toolbarStop,oi as toolbarThinkingAppliesNextTurn,ei as toolbarThinkingTitle,zb as voiceInputStart,Yb as voiceInputStartLabel,qb as voiceInputStop,Qb as voiceInputStopLabel};