@agent-link/server 0.1.491 → 0.1.493

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 (23) hide show
  1. package/package.json +2 -2
  2. package/web/dist/assets/{cssMode-Y5K8R4Yg.js → cssMode-CpbdqtIk.js} +1 -1
  3. package/web/dist/assets/{editor.main-Dmtoh0vR.js → editor.main-Ph5npZpD.js} +3 -3
  4. package/web/dist/assets/{freemarker2-r6O6kSAV.js → freemarker2-C1-zuq88.js} +1 -1
  5. package/web/dist/assets/{handlebars-C-qr0rf0.js → handlebars-D86eX_uM.js} +1 -1
  6. package/web/dist/assets/{html-DLRMjVRH.js → html-BZ9Orqxt.js} +1 -1
  7. package/web/dist/assets/{htmlMode-DmafM4sO.js → htmlMode-DxCdwSyc.js} +1 -1
  8. package/web/dist/assets/{index-t-ygXLmw.css → index-BxmqFzy7.css} +1 -1
  9. package/web/dist/assets/{index-By8Tr762.js → index-DaW9jFkb.js} +8 -8
  10. package/web/dist/assets/{javascript-DIjMnoaB.js → javascript-KGxgnpMF.js} +1 -1
  11. package/web/dist/assets/{jsonMode-BoV8pQOH.js → jsonMode-9FIE1Rwx.js} +1 -1
  12. package/web/dist/assets/{liquid-_Jc-Il5y.js → liquid-COhAVdg_.js} +1 -1
  13. package/web/dist/assets/{lspLanguageFeatures-C1lCm_HL.js → lspLanguageFeatures-CxXTL6YZ.js} +1 -1
  14. package/web/dist/assets/{mdx-BOR_ixve.js → mdx-Cs2idFDz.js} +1 -1
  15. package/web/dist/assets/{python-DoUGv8qB.js → python-m25mLsYa.js} +1 -1
  16. package/web/dist/assets/{razor-D_UxEkHD.js → razor-CiXjVN_8.js} +1 -1
  17. package/web/dist/assets/{tsMode-CBMqfBcZ.js → tsMode-Iqhf-pUr.js} +1 -1
  18. package/web/dist/assets/{typescript-B-zNKRvJ.js → typescript-CDkOze-K.js} +1 -1
  19. package/web/dist/assets/{xml-Buxuqg18.js → xml-BqPayftk.js} +1 -1
  20. package/web/dist/assets/{yaml-N1Pj2arj.js → yaml-C9NJsjzo.js} +1 -1
  21. package/web/dist/index.html +2 -2
  22. package/web/dist/locales/en.json +86 -1
  23. package/web/dist/locales/zh.json +86 -1
@@ -1 +1 @@
1
- import{l as e}from"./editor.main-Dmtoh0vR.js";import"./index-By8Tr762.js";const n={comments:{lineComment:"#"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{offSide:!0},onEnterRules:[{beforeText:/:\s*$/,action:{indentAction:e.IndentAction.Indent}}]},t={tokenPostfix:".yaml",brackets:[{token:"delimiter.bracket",open:"{",close:"}"},{token:"delimiter.square",open:"[",close:"]"}],keywords:["true","True","TRUE","false","False","FALSE","null","Null","Null","~"],numberInteger:/(?:0|[+-]?[0-9]+)/,numberFloat:/(?:0|[+-]?[0-9]+)(?:\.[0-9]+)?(?:e[-+][1-9][0-9]*)?/,numberOctal:/0o[0-7]+/,numberHex:/0x[0-9a-fA-F]+/,numberInfinity:/[+-]?\.(?:inf|Inf|INF)/,numberNaN:/\.(?:nan|Nan|NAN)/,numberDate:/\d{4}-\d\d-\d\d([Tt ]\d\d:\d\d:\d\d(\.\d+)?(( ?[+-]\d\d?(:\d\d)?)|Z)?)?/,escapes:/\\(?:[btnfr\\"']|[0-7][0-7]?|[0-3][0-7]{2})/,tokenizer:{root:[{include:"@whitespace"},{include:"@comment"},[/%[^ ]+.*$/,"meta.directive"],[/---/,"operators.directivesEnd"],[/\.{3}/,"operators.documentEnd"],[/[-?:](?= )/,"operators"],{include:"@anchor"},{include:"@tagHandle"},{include:"@flowCollections"},{include:"@blockStyle"},[/@numberInteger(?![ \t]*\S+)/,"number"],[/@numberFloat(?![ \t]*\S+)/,"number.float"],[/@numberOctal(?![ \t]*\S+)/,"number.octal"],[/@numberHex(?![ \t]*\S+)/,"number.hex"],[/@numberInfinity(?![ \t]*\S+)/,"number.infinity"],[/@numberNaN(?![ \t]*\S+)/,"number.nan"],[/@numberDate(?![ \t]*\S+)/,"number.date"],[/(".*?"|'.*?'|[^#'"]*?)([ \t]*)(:)( |$)/,["type","white","operators","white"]],{include:"@flowScalars"},[/.+?(?=(\s+#|$))/,{cases:{"@keywords":"keyword","@default":"string"}}]],object:[{include:"@whitespace"},{include:"@comment"},[/\}/,"@brackets","@pop"],[/,/,"delimiter.comma"],[/:(?= )/,"operators"],[/(?:".*?"|'.*?'|[^,\{\[]+?)(?=: )/,"type"],{include:"@flowCollections"},{include:"@flowScalars"},{include:"@tagHandle"},{include:"@anchor"},{include:"@flowNumber"},[/[^\},]+/,{cases:{"@keywords":"keyword","@default":"string"}}]],array:[{include:"@whitespace"},{include:"@comment"},[/\]/,"@brackets","@pop"],[/,/,"delimiter.comma"],{include:"@flowCollections"},{include:"@flowScalars"},{include:"@tagHandle"},{include:"@anchor"},{include:"@flowNumber"},[/[^\],]+/,{cases:{"@keywords":"keyword","@default":"string"}}]],multiString:[[/^( +).+$/,"string","@multiStringContinued.$1"]],multiStringContinued:[[/^( *).+$/,{cases:{"$1==$S2":"string","@default":{token:"@rematch",next:"@popall"}}}]],whitespace:[[/[ \t\r\n]+/,"white"]],comment:[[/#.*$/,"comment"]],flowCollections:[[/\[/,"@brackets","@array"],[/\{/,"@brackets","@object"]],flowScalars:[[/"([^"\\]|\\.)*$/,"string.invalid"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/'[^']*'/,"string"],[/"/,"string","@doubleQuotedString"]],doubleQuotedString:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],blockStyle:[[/[>|][0-9]*[+-]?$/,"operators","@multiString"]],flowNumber:[[/@numberInteger(?=[ \t]*[,\]\}])/,"number"],[/@numberFloat(?=[ \t]*[,\]\}])/,"number.float"],[/@numberOctal(?=[ \t]*[,\]\}])/,"number.octal"],[/@numberHex(?=[ \t]*[,\]\}])/,"number.hex"],[/@numberInfinity(?=[ \t]*[,\]\}])/,"number.infinity"],[/@numberNaN(?=[ \t]*[,\]\}])/,"number.nan"],[/@numberDate(?=[ \t]*[,\]\}])/,"number.date"]],tagHandle:[[/\![^ ]*/,"tag"]],anchor:[[/[&*][^ ]+/,"namespace"]]}};export{n as conf,t as language};
1
+ import{l as e}from"./editor.main-Ph5npZpD.js";import"./index-DaW9jFkb.js";const n={comments:{lineComment:"#"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{offSide:!0},onEnterRules:[{beforeText:/:\s*$/,action:{indentAction:e.IndentAction.Indent}}]},t={tokenPostfix:".yaml",brackets:[{token:"delimiter.bracket",open:"{",close:"}"},{token:"delimiter.square",open:"[",close:"]"}],keywords:["true","True","TRUE","false","False","FALSE","null","Null","Null","~"],numberInteger:/(?:0|[+-]?[0-9]+)/,numberFloat:/(?:0|[+-]?[0-9]+)(?:\.[0-9]+)?(?:e[-+][1-9][0-9]*)?/,numberOctal:/0o[0-7]+/,numberHex:/0x[0-9a-fA-F]+/,numberInfinity:/[+-]?\.(?:inf|Inf|INF)/,numberNaN:/\.(?:nan|Nan|NAN)/,numberDate:/\d{4}-\d\d-\d\d([Tt ]\d\d:\d\d:\d\d(\.\d+)?(( ?[+-]\d\d?(:\d\d)?)|Z)?)?/,escapes:/\\(?:[btnfr\\"']|[0-7][0-7]?|[0-3][0-7]{2})/,tokenizer:{root:[{include:"@whitespace"},{include:"@comment"},[/%[^ ]+.*$/,"meta.directive"],[/---/,"operators.directivesEnd"],[/\.{3}/,"operators.documentEnd"],[/[-?:](?= )/,"operators"],{include:"@anchor"},{include:"@tagHandle"},{include:"@flowCollections"},{include:"@blockStyle"},[/@numberInteger(?![ \t]*\S+)/,"number"],[/@numberFloat(?![ \t]*\S+)/,"number.float"],[/@numberOctal(?![ \t]*\S+)/,"number.octal"],[/@numberHex(?![ \t]*\S+)/,"number.hex"],[/@numberInfinity(?![ \t]*\S+)/,"number.infinity"],[/@numberNaN(?![ \t]*\S+)/,"number.nan"],[/@numberDate(?![ \t]*\S+)/,"number.date"],[/(".*?"|'.*?'|[^#'"]*?)([ \t]*)(:)( |$)/,["type","white","operators","white"]],{include:"@flowScalars"},[/.+?(?=(\s+#|$))/,{cases:{"@keywords":"keyword","@default":"string"}}]],object:[{include:"@whitespace"},{include:"@comment"},[/\}/,"@brackets","@pop"],[/,/,"delimiter.comma"],[/:(?= )/,"operators"],[/(?:".*?"|'.*?'|[^,\{\[]+?)(?=: )/,"type"],{include:"@flowCollections"},{include:"@flowScalars"},{include:"@tagHandle"},{include:"@anchor"},{include:"@flowNumber"},[/[^\},]+/,{cases:{"@keywords":"keyword","@default":"string"}}]],array:[{include:"@whitespace"},{include:"@comment"},[/\]/,"@brackets","@pop"],[/,/,"delimiter.comma"],{include:"@flowCollections"},{include:"@flowScalars"},{include:"@tagHandle"},{include:"@anchor"},{include:"@flowNumber"},[/[^\],]+/,{cases:{"@keywords":"keyword","@default":"string"}}]],multiString:[[/^( +).+$/,"string","@multiStringContinued.$1"]],multiStringContinued:[[/^( *).+$/,{cases:{"$1==$S2":"string","@default":{token:"@rematch",next:"@popall"}}}]],whitespace:[[/[ \t\r\n]+/,"white"]],comment:[[/#.*$/,"comment"]],flowCollections:[[/\[/,"@brackets","@array"],[/\{/,"@brackets","@object"]],flowScalars:[[/"([^"\\]|\\.)*$/,"string.invalid"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/'[^']*'/,"string"],[/"/,"string","@doubleQuotedString"]],doubleQuotedString:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],blockStyle:[[/[>|][0-9]*[+-]?$/,"operators","@multiString"]],flowNumber:[[/@numberInteger(?=[ \t]*[,\]\}])/,"number"],[/@numberFloat(?=[ \t]*[,\]\}])/,"number.float"],[/@numberOctal(?=[ \t]*[,\]\}])/,"number.octal"],[/@numberHex(?=[ \t]*[,\]\}])/,"number.hex"],[/@numberInfinity(?=[ \t]*[,\]\}])/,"number.infinity"],[/@numberNaN(?=[ \t]*[,\]\}])/,"number.nan"],[/@numberDate(?=[ \t]*[,\]\}])/,"number.date"]],tagHandle:[[/\![^ ]*/,"tag"]],anchor:[[/[&*][^ ]+/,"namespace"]]}};export{n as conf,t as language};
@@ -57,8 +57,8 @@
57
57
  : './vendor/github-dark.min.css';
58
58
  })();
59
59
  </script>
60
- <script type="module" crossorigin src="./assets/index-By8Tr762.js"></script>
61
- <link rel="stylesheet" crossorigin href="./assets/index-t-ygXLmw.css">
60
+ <script type="module" crossorigin src="./assets/index-DaW9jFkb.js"></script>
61
+ <link rel="stylesheet" crossorigin href="./assets/index-BxmqFzy7.css">
62
62
  </head>
63
63
  <body>
64
64
  <div id="app"></div>
@@ -442,5 +442,90 @@
442
442
  "settings.portProxy": "Port Proxy",
443
443
  "settings.agentProvider": "Agent Provider",
444
444
  "settings.agentProviderHint": "Select which agent CLI to use for new chats",
445
- "settings.addProvider": "+ Add Provider"
445
+ "settings.addProvider": "+ Add Provider",
446
+
447
+ "followThrough.title": "Follow-Through",
448
+ "followThrough.refresh": "Refresh",
449
+ "followThrough.newAction": "New Action",
450
+ "followThrough.createManualAction": "Create manual action",
451
+ "followThrough.drafts": "Drafts",
452
+ "followThrough.loadingDrafts": "Loading drafts...",
453
+ "followThrough.untitledDraft": "Untitled manual action",
454
+ "followThrough.reconcilingCommit": "Reconciling commit",
455
+ "followThrough.planVersion": "Plan v{revision}",
456
+ "followThrough.loadingActions": "Loading actions...",
457
+ "followThrough.emptyTitle": "No follow-through yet",
458
+ "followThrough.emptyHint": "Follow-through from meeting recaps and manual actions will appear here.",
459
+ "followThrough.emptyCategory": "No actions in this category",
460
+ "followThrough.viewPlanning": "View Planning",
461
+ "followThrough.back": "Back to Follow-Through",
462
+ "followThrough.detailTitle": "Follow-Through Detail",
463
+
464
+ "actionBuilder.featureName": "Manual Action Builder",
465
+ "actionBuilder.title": "New Manual Action",
466
+ "actionBuilder.preparingDraft": "Preparing draft...",
467
+ "actionBuilder.back": "Back to Follow-Through",
468
+ "actionBuilder.delete": "Delete Draft",
469
+ "actionBuilder.deleting": "Deleting...",
470
+ "actionBuilder.createQueue": "Create & Queue",
471
+ "actionBuilder.creating": "Creating...",
472
+ "actionBuilder.retryCommit": "Retry Commit",
473
+ "actionBuilder.planWithBrain": "Plan with Brain",
474
+ "actionBuilder.thinking": "Brain is researching and building the plan",
475
+ "actionBuilder.reload": "Reload conversation and plan",
476
+ "actionBuilder.emptyChatTitle": "What should Brain help you follow through on?",
477
+ "actionBuilder.emptyChatHint": "Describe the outcome in your own words. You can refine the plan over multiple turns before queueing it.",
478
+ "actionBuilder.templateDesignTitle": "Create project documentation",
479
+ "actionBuilder.templateDesignPrompt": "Review the current project and create a concise project overview document covering its purpose, architecture, key components, setup instructions, and common development workflows.",
480
+ "actionBuilder.templateProductTitle": "Research a product idea",
481
+ "actionBuilder.templateProductPrompt": "Research a product idea I’m considering and create a concise brief with user value, possible approaches, risks, and recommended next steps.",
482
+ "actionBuilder.templateStakeholderTitle": "Prepare a stakeholder briefing",
483
+ "actionBuilder.templateStakeholderPrompt": "Prepare a concise briefing for an upcoming stakeholder meeting with key context, decisions needed, likely questions, and suggested talking points.",
484
+ "actionBuilder.lockCreating": "Creating action...",
485
+ "actionBuilder.lockDeleting": "Deleting draft...",
486
+ "actionBuilder.lockReconciling": "Commit is being reconciled...",
487
+ "actionBuilder.lockCommitted": "This planning conversation is frozen after the action is queued.",
488
+ "actionBuilder.deleteConfirmTitle": "Delete Draft",
489
+ "actionBuilder.deleteConfirmMessage": "Remove this unqueued action draft from Follow-Through?",
490
+ "actionBuilder.deleteConfirmWarning": "The planning conversation will be preserved for audit, but this draft cannot be restored.",
491
+ "actionBuilder.deleted": "Draft deleted",
492
+ "actionBuilder.errorUnknown": "Unknown error",
493
+ "actionBuilder.errorMissingActionId": "Missing action ID",
494
+ "actionBuilder.errorUnexpectedState": "Unexpected draft state",
495
+ "actionBuilder.errorCreateDraft": "Failed to create action draft: {message}",
496
+ "actionBuilder.errorLoadDrafts": "Failed to load action drafts: {message}",
497
+ "actionBuilder.errorLoadDraft": "Failed to load action draft: {message}",
498
+ "actionBuilder.errorCreateAction": "Failed to create action: {message}",
499
+ "actionBuilder.errorDeleteDraft": "Failed to delete draft: {message}",
500
+
501
+ "actionPlan.current": "Current plan",
502
+ "actionPlan.describeToBegin": "Describe the action to begin",
503
+ "actionPlan.loading": "Loading plan...",
504
+ "actionPlan.preview": "Plan preview",
505
+ "actionPlan.emptyTitle": "Your plan will take shape here",
506
+ "actionPlan.emptyHint": "Describe the outcome on the left. Brain will turn the conversation into clear, executable steps.",
507
+ "actionPlan.needsAttention": "Plan needs attention",
508
+ "actionPlan.context": "Context",
509
+ "actionPlan.contextPlaceholder": "Brain will summarize the context here.",
510
+ "actionPlan.agentDoneWhen": "Agent done when",
511
+ "actionPlan.notDefined": "Not defined yet",
512
+ "actionPlan.completion": "Completion",
513
+ "actionPlan.reviewAct": "Review & Act",
514
+ "actionPlan.acknowledge": "Acknowledge",
515
+ "actionPlan.ownerReviewed": "Owner reviewed the output",
516
+ "actionPlan.steps": "Steps",
517
+ "actionPlan.stepCounts": "{agent} agent · {human} human",
518
+ "actionPlan.actorAgent": "agent",
519
+ "actionPlan.actorHuman": "human",
520
+ "actionPlan.waiting": "The plan will appear after Brain responds.",
521
+ "actionPlan.due": "Due {date}",
522
+ "actionPlan.noDue": "No due date",
523
+ "actionPlan.saved": "Saved {time}",
524
+ "action.status.all": "All",
525
+ "action.status.queued": "Queued",
526
+ "action.status.running": "Running",
527
+ "action.status.ready": "Ready to Review",
528
+ "action.status.completed": "Completed",
529
+ "action.status.failed": "Failed",
530
+ "action.status.dropped": "Dismissed"
446
531
  }
@@ -442,5 +442,90 @@
442
442
  "settings.portProxy": "端口代理",
443
443
  "settings.agentProvider": "代理提供者",
444
444
  "settings.agentProviderHint": "选择用于新对话的代理 CLI",
445
- "settings.addProvider": "+ 添加提供者"
445
+ "settings.addProvider": "+ 添加提供者",
446
+
447
+ "followThrough.title": "Follow-Through",
448
+ "followThrough.refresh": "刷新",
449
+ "followThrough.newAction": "新建事项",
450
+ "followThrough.createManualAction": "新建手动跟进事项",
451
+ "followThrough.drafts": "草稿",
452
+ "followThrough.loadingDrafts": "正在加载草稿...",
453
+ "followThrough.untitledDraft": "未命名跟进事项",
454
+ "followThrough.reconcilingCommit": "正在确认创建结果",
455
+ "followThrough.planVersion": "计划 v{revision}",
456
+ "followThrough.loadingActions": "正在加载跟进事项...",
457
+ "followThrough.emptyTitle": "暂无跟进事项",
458
+ "followThrough.emptyHint": "会议纪要和手动创建的跟进事项会显示在这里。",
459
+ "followThrough.emptyCategory": "此分类下暂无事项",
460
+ "followThrough.viewPlanning": "查看规划过程",
461
+ "followThrough.back": "返回 Follow-Through",
462
+ "followThrough.detailTitle": "Follow-Through 详情",
463
+
464
+ "actionBuilder.featureName": "手动跟进事项",
465
+ "actionBuilder.title": "新建手动跟进事项",
466
+ "actionBuilder.preparingDraft": "正在准备草稿...",
467
+ "actionBuilder.back": "返回 Follow-Through",
468
+ "actionBuilder.delete": "删除草稿",
469
+ "actionBuilder.deleting": "正在删除...",
470
+ "actionBuilder.createQueue": "创建并开始执行",
471
+ "actionBuilder.creating": "正在创建...",
472
+ "actionBuilder.retryCommit": "重试创建",
473
+ "actionBuilder.planWithBrain": "与 Brain 一起规划",
474
+ "actionBuilder.thinking": "Brain 正在查找相关信息并整理计划",
475
+ "actionBuilder.reload": "重新加载对话和计划",
476
+ "actionBuilder.emptyChatTitle": "这次想让 Brain 帮你推进什么?",
477
+ "actionBuilder.emptyChatHint": "直接描述你希望达成的结果。正式开始前,你可以通过多轮对话不断完善计划。",
478
+ "actionBuilder.templateDesignTitle": "生成项目文档",
479
+ "actionBuilder.templateDesignPrompt": "梳理当前项目并生成一份简洁的项目概览文档,包含项目目标、整体架构、核心模块、环境搭建步骤和常用开发流程。",
480
+ "actionBuilder.templateProductTitle": "调研产品想法",
481
+ "actionBuilder.templateProductPrompt": "调研一个我正在考虑的产品想法,整理一份简洁说明,包含用户价值、可选方案、潜在风险和建议的下一步。",
482
+ "actionBuilder.templateStakeholderTitle": "准备相关方会议材料",
483
+ "actionBuilder.templateStakeholderPrompt": "为即将进行的相关方会议准备一份简洁材料,包含关键背景、需要做出的决策、可能被问到的问题和建议的沟通要点。",
484
+ "actionBuilder.lockCreating": "正在创建跟进事项...",
485
+ "actionBuilder.lockDeleting": "正在删除草稿...",
486
+ "actionBuilder.lockReconciling": "正在确认创建结果...",
487
+ "actionBuilder.lockCommitted": "跟进事项已开始执行,规划对话已转为只读。",
488
+ "actionBuilder.deleteConfirmTitle": "删除草稿",
489
+ "actionBuilder.deleteConfirmMessage": "要从 Follow-Through 中删除这份尚未执行的草稿吗?",
490
+ "actionBuilder.deleteConfirmWarning": "规划对话会保留用于记录,但这份草稿删除后无法恢复。",
491
+ "actionBuilder.deleted": "草稿已删除",
492
+ "actionBuilder.errorUnknown": "未知错误",
493
+ "actionBuilder.errorMissingActionId": "未返回跟进事项 ID",
494
+ "actionBuilder.errorUnexpectedState": "草稿状态异常",
495
+ "actionBuilder.errorCreateDraft": "创建草稿失败:{message}",
496
+ "actionBuilder.errorLoadDrafts": "加载草稿失败:{message}",
497
+ "actionBuilder.errorLoadDraft": "加载草稿失败:{message}",
498
+ "actionBuilder.errorCreateAction": "创建跟进事项失败:{message}",
499
+ "actionBuilder.errorDeleteDraft": "删除草稿失败:{message}",
500
+
501
+ "actionPlan.current": "当前计划",
502
+ "actionPlan.describeToBegin": "先描述一下你想推进的事项",
503
+ "actionPlan.loading": "正在加载计划...",
504
+ "actionPlan.preview": "计划预览",
505
+ "actionPlan.emptyTitle": "计划会在这里逐步成形",
506
+ "actionPlan.emptyHint": "请在左侧描述目标,Brain 会把对话整理成清晰、可执行的步骤。",
507
+ "actionPlan.needsAttention": "计划还需要补充",
508
+ "actionPlan.context": "背景",
509
+ "actionPlan.contextPlaceholder": "Brain 会在这里整理相关背景。",
510
+ "actionPlan.agentDoneWhen": "Brain 完成标准",
511
+ "actionPlan.notDefined": "尚未定义",
512
+ "actionPlan.completion": "事项完成方式",
513
+ "actionPlan.reviewAct": "审核后执行",
514
+ "actionPlan.acknowledge": "查看即可",
515
+ "actionPlan.ownerReviewed": "你已查看执行结果",
516
+ "actionPlan.steps": "执行步骤",
517
+ "actionPlan.stepCounts": "Brain {agent} 步 · 你 {human} 步",
518
+ "actionPlan.actorAgent": "Brain",
519
+ "actionPlan.actorHuman": "你",
520
+ "actionPlan.waiting": "Brain 回复后,计划会显示在这里。",
521
+ "actionPlan.due": "截止日期:{date}",
522
+ "actionPlan.noDue": "未设置截止日期",
523
+ "actionPlan.saved": "保存于 {time}",
524
+ "action.status.all": "All",
525
+ "action.status.queued": "Queued",
526
+ "action.status.running": "Running",
527
+ "action.status.ready": "Ready to Review",
528
+ "action.status.completed": "Completed",
529
+ "action.status.failed": "Failed",
530
+ "action.status.dropped": "Dismissed"
446
531
  }