@agent-link/server 0.1.502 → 0.1.504
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 +2 -2
- package/web/dist/assets/{cssMode-Iqh1S8XE.js → cssMode-BPMTVK2d.js} +1 -1
- package/web/dist/assets/{editor.main-CkMpcgJ3.js → editor.main-3XWQC8Qi.js} +3 -3
- package/web/dist/assets/{freemarker2-CLJeA8gH.js → freemarker2-DzbVh0oI.js} +1 -1
- package/web/dist/assets/{handlebars-DFNf_AJY.js → handlebars-DXNBZC8_.js} +1 -1
- package/web/dist/assets/{html-BXyZb1eT.js → html-Ck7QtkLh.js} +1 -1
- package/web/dist/assets/{htmlMode-CJuk1WY1.js → htmlMode-DhWrb806.js} +1 -1
- package/web/dist/assets/{index-EXinN4za.js → index-ByJnVZ6J.js} +8 -8
- package/web/dist/assets/{index-CySZWubm.css → index-C_1DzwNh.css} +2 -2
- package/web/dist/assets/{javascript-9BwCSeOE.js → javascript-CAwFD9JO.js} +1 -1
- package/web/dist/assets/{jsonMode-CyfpU0cs.js → jsonMode-DbiQOG_T.js} +1 -1
- package/web/dist/assets/{liquid-cJx7bLXl.js → liquid-B5yAup6J.js} +1 -1
- package/web/dist/assets/{lspLanguageFeatures-D6Gmin81.js → lspLanguageFeatures-VzTNKins.js} +1 -1
- package/web/dist/assets/{mdx-D0d6lgQw.js → mdx-BimlSS11.js} +1 -1
- package/web/dist/assets/{python-DO_HRVnt.js → python-CV-oyfKo.js} +1 -1
- package/web/dist/assets/{razor-D1VGoTal.js → razor-BUbM47rd.js} +1 -1
- package/web/dist/assets/{tsMode-BzKmD62S.js → tsMode-DEEAx5UT.js} +1 -1
- package/web/dist/assets/{typescript-BDQg4MQC.js → typescript-CYaH6M6P.js} +1 -1
- package/web/dist/assets/{xml-CXjgd29g.js → xml-CBUPvW82.js} +1 -1
- package/web/dist/assets/{yaml-BsgsOak9.js → yaml-IWxCpwgQ.js} +1 -1
- package/web/dist/index.html +2 -2
- package/web/dist/locales/en.json +7 -0
- package/web/dist/locales/zh.json +7 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
import{l as e}from"./editor.main-
|
|
1
|
+
import{l as e}from"./editor.main-3XWQC8Qi.js";import"./index-ByJnVZ6J.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-ByJnVZ6J.js"></script>
|
|
61
|
+
<link rel="stylesheet" crossorigin href="./assets/index-C_1DzwNh.css">
|
|
62
62
|
</head>
|
|
63
63
|
<body>
|
|
64
64
|
<div id="app"></div>
|
package/web/dist/locales/en.json
CHANGED
|
@@ -59,6 +59,13 @@
|
|
|
59
59
|
"sidebar.exportedSession": "Exported {filename}",
|
|
60
60
|
"sidebar.exportFailed": "Export failed: {message}",
|
|
61
61
|
"sidebar.exportInconsistentChunks": "inconsistent chunk count",
|
|
62
|
+
"sidebar.moveSession": "Move session",
|
|
63
|
+
"sidebar.moveSessionToDirectory": "Move to directory...",
|
|
64
|
+
"sidebar.moveSessionConfirm": "Move this session to:",
|
|
65
|
+
"sidebar.moveSessionSuccess": "Session moved",
|
|
66
|
+
"sidebar.moveSessionAlreadyThere": "Session is already in that directory.",
|
|
67
|
+
"sidebar.moveSessionProcessing": "Stop the running turn before moving this session.",
|
|
68
|
+
"sidebar.move": "Move",
|
|
62
69
|
"sidebar.confirm": "Confirm",
|
|
63
70
|
"sidebar.cancel": "Cancel",
|
|
64
71
|
"sidebar.teamsHistory": "Teams History",
|
package/web/dist/locales/zh.json
CHANGED
|
@@ -59,6 +59,13 @@
|
|
|
59
59
|
"sidebar.exportedSession": "已导出 {filename}",
|
|
60
60
|
"sidebar.exportFailed": "导出失败:{message}",
|
|
61
61
|
"sidebar.exportInconsistentChunks": "分片数量不一致",
|
|
62
|
+
"sidebar.moveSession": "移动会话",
|
|
63
|
+
"sidebar.moveSessionToDirectory": "移动到目录...",
|
|
64
|
+
"sidebar.moveSessionConfirm": "将此会话移动到:",
|
|
65
|
+
"sidebar.moveSessionSuccess": "会话已移动",
|
|
66
|
+
"sidebar.moveSessionAlreadyThere": "会话已经在该目录中。",
|
|
67
|
+
"sidebar.moveSessionProcessing": "请先停止正在运行的轮次,再移动此会话。",
|
|
68
|
+
"sidebar.move": "移动",
|
|
62
69
|
"sidebar.confirm": "确认",
|
|
63
70
|
"sidebar.cancel": "取消",
|
|
64
71
|
"sidebar.teamsHistory": "Teams History",
|