@agent-link/server 0.1.504 → 0.1.506
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/web/dist/assets/{cssMode-BPMTVK2d.js → cssMode-CetMbUeI.js} +1 -1
- package/web/dist/assets/{editor.main-3XWQC8Qi.js → editor.main-zOg9mytL.js} +3 -3
- package/web/dist/assets/{freemarker2-DzbVh0oI.js → freemarker2-Cg5A2CS2.js} +1 -1
- package/web/dist/assets/{handlebars-DXNBZC8_.js → handlebars-DAeFL1zc.js} +1 -1
- package/web/dist/assets/{html-Ck7QtkLh.js → html-BX7dbcD0.js} +1 -1
- package/web/dist/assets/{htmlMode-DhWrb806.js → htmlMode-cXn5QbqD.js} +1 -1
- package/web/dist/assets/{index-C_1DzwNh.css → index-BQHz_kb4.css} +1 -1
- package/web/dist/assets/{index-ByJnVZ6J.js → index-BTItaRpN.js} +8 -8
- package/web/dist/assets/{javascript-CAwFD9JO.js → javascript-43kG23El.js} +1 -1
- package/web/dist/assets/{jsonMode-DbiQOG_T.js → jsonMode-D19lQ33M.js} +1 -1
- package/web/dist/assets/{liquid-B5yAup6J.js → liquid-BUnQyJSd.js} +1 -1
- package/web/dist/assets/{lspLanguageFeatures-VzTNKins.js → lspLanguageFeatures-B-uPmBkn.js} +1 -1
- package/web/dist/assets/{mdx-BimlSS11.js → mdx-Bb1n0l7q.js} +1 -1
- package/web/dist/assets/{python-CV-oyfKo.js → python-A8wtVBXx.js} +1 -1
- package/web/dist/assets/{razor-BUbM47rd.js → razor-DxPI7yTU.js} +1 -1
- package/web/dist/assets/{tsMode-DEEAx5UT.js → tsMode-CzTdCsk4.js} +1 -1
- package/web/dist/assets/{typescript-CYaH6M6P.js → typescript-DUjQPMWX.js} +1 -1
- package/web/dist/assets/{xml-CBUPvW82.js → xml-YVHct3yp.js} +1 -1
- package/web/dist/assets/{yaml-IWxCpwgQ.js → yaml-C_n9gCZh.js} +1 -1
- package/web/dist/index.html +2 -2
- package/web/dist/locales/en.json +3 -1
- package/web/dist/locales/zh.json +3 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{l as e}from"./editor.main-
|
|
1
|
+
import{l as e}from"./editor.main-zOg9mytL.js";import"./index-BTItaRpN.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};
|
package/web/dist/index.html
CHANGED
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
: './vendor/github-dark.min.css';
|
|
58
58
|
})();
|
|
59
59
|
</script>
|
|
60
|
-
<script type="module" crossorigin src="./assets/index-
|
|
61
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
60
|
+
<script type="module" crossorigin src="./assets/index-BTItaRpN.js"></script>
|
|
61
|
+
<link rel="stylesheet" crossorigin href="./assets/index-BQHz_kb4.css">
|
|
62
62
|
</head>
|
|
63
63
|
<body>
|
|
64
64
|
<div id="app"></div>
|
package/web/dist/locales/en.json
CHANGED
|
@@ -465,6 +465,8 @@
|
|
|
465
465
|
"followThrough.emptyHint": "Follow-through from meeting recaps and manual actions will appear here.",
|
|
466
466
|
"followThrough.emptyCategory": "No actions in this category",
|
|
467
467
|
"followThrough.viewPlanning": "View Planning",
|
|
468
|
+
"followThrough.continueChat": "Continue Chat",
|
|
469
|
+
"followThrough.plan": "Plan",
|
|
468
470
|
"followThrough.back": "Back to Follow-Through",
|
|
469
471
|
"followThrough.detailTitle": "Follow-Through Detail",
|
|
470
472
|
"followThrough.upgradeTitle": "Manual action drafts need a newer agent.",
|
|
@@ -516,7 +518,7 @@
|
|
|
516
518
|
"actionPlan.needsAttention": "Plan needs attention",
|
|
517
519
|
"actionPlan.context": "Context",
|
|
518
520
|
"actionPlan.contextPlaceholder": "Brain will summarize the context here.",
|
|
519
|
-
"actionPlan.agentDoneWhen": "
|
|
521
|
+
"actionPlan.agentDoneWhen": "What the agent will deliver",
|
|
520
522
|
"actionPlan.notDefined": "Not defined yet",
|
|
521
523
|
"actionPlan.completion": "Completion",
|
|
522
524
|
"actionPlan.reviewAct": "Review & Act",
|
package/web/dist/locales/zh.json
CHANGED
|
@@ -465,6 +465,8 @@
|
|
|
465
465
|
"followThrough.emptyHint": "会议纪要和手动创建的跟进事项会显示在这里。",
|
|
466
466
|
"followThrough.emptyCategory": "此分类下暂无事项",
|
|
467
467
|
"followThrough.viewPlanning": "查看规划过程",
|
|
468
|
+
"followThrough.continueChat": "继续对话",
|
|
469
|
+
"followThrough.plan": "计划",
|
|
468
470
|
"followThrough.back": "返回 Follow-Through",
|
|
469
471
|
"followThrough.detailTitle": "Follow-Through 详情",
|
|
470
472
|
"followThrough.upgradeTitle": "手动草稿需要更新的本地 agent。",
|
|
@@ -516,7 +518,7 @@
|
|
|
516
518
|
"actionPlan.needsAttention": "计划还需要补充",
|
|
517
519
|
"actionPlan.context": "背景",
|
|
518
520
|
"actionPlan.contextPlaceholder": "Brain 会在这里整理相关背景。",
|
|
519
|
-
"actionPlan.agentDoneWhen": "Brain
|
|
521
|
+
"actionPlan.agentDoneWhen": "Brain 将交付的成果",
|
|
520
522
|
"actionPlan.notDefined": "尚未定义",
|
|
521
523
|
"actionPlan.completion": "事项完成方式",
|
|
522
524
|
"actionPlan.reviewAct": "审核后执行",
|