@agent-link/server 0.1.398 → 0.1.400
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-D5Fe5ooH.js → cssMode-DcNXPS0P.js} +1 -1
- package/web/dist/assets/{editor.main-CYiJaQMo.js → editor.main-D-rZWRyz.js} +3 -3
- package/web/dist/assets/{freemarker2-iRQZCMVd.js → freemarker2-DcFLHQDv.js} +1 -1
- package/web/dist/assets/{handlebars-B9YNFVrI.js → handlebars-b-F3dyF7.js} +1 -1
- package/web/dist/assets/{html-Doy-Bpc-.js → html-BeLnRATE.js} +1 -1
- package/web/dist/assets/{htmlMode-dYPHTW56.js → htmlMode-Dd2X9e6Y.js} +1 -1
- package/web/dist/assets/index-CkqBiGSy.js +43 -0
- package/web/dist/assets/{index-rNVBm_5b.css → index-Du6VaLKO.css} +1 -1
- package/web/dist/assets/{javascript-BFYwy35A.js → javascript-COmXPjHQ.js} +1 -1
- package/web/dist/assets/{jsonMode-DeJQj55d.js → jsonMode-BTTB0ZpU.js} +1 -1
- package/web/dist/assets/{liquid-BLgwRFby.js → liquid-B82h8taM.js} +1 -1
- package/web/dist/assets/{lspLanguageFeatures-DEFF67Df.js → lspLanguageFeatures-qPSfbwXQ.js} +1 -1
- package/web/dist/assets/{mdx-BXAYjOjT.js → mdx-CK4D9IeF.js} +1 -1
- package/web/dist/assets/{python-OzDGbipt.js → python-aQYxQ1Gh.js} +1 -1
- package/web/dist/assets/{razor-DO0XnOmQ.js → razor-DmE51CUq.js} +1 -1
- package/web/dist/assets/{tsMode-C1uo-fVT.js → tsMode-BXQtbbNV.js} +1 -1
- package/web/dist/assets/{typescript-DCY2lrtv.js → typescript-DUDpeyla.js} +1 -1
- package/web/dist/assets/{xml-B06W-3MU.js → xml-CJZghfIo.js} +1 -1
- package/web/dist/assets/{yaml-DSK2aGdj.js → yaml-DyNjSvXZ.js} +1 -1
- package/web/dist/index.html +2 -2
- package/web/dist/locales/en.json +11 -1
- package/web/dist/locales/zh.json +11 -1
- package/web/dist/assets/index-J8kG2AyS.js +0 -43
|
@@ -1 +1 @@
|
|
|
1
|
-
import{l as e}from"./editor.main-
|
|
1
|
+
import{l as e}from"./editor.main-D-rZWRyz.js";import"./index-CkqBiGSy.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-CkqBiGSy.js"></script>
|
|
61
|
+
<link rel="stylesheet" crossorigin href="./assets/index-Du6VaLKO.css">
|
|
62
62
|
</head>
|
|
63
63
|
<body>
|
|
64
64
|
<div id="app"></div>
|
package/web/dist/locales/en.json
CHANGED
|
@@ -325,6 +325,7 @@
|
|
|
325
325
|
|
|
326
326
|
"slash.btw": "Ask a side question (won't affect conversation)",
|
|
327
327
|
"slash.model": "Switch Claude model (e.g. /model claude-opus-4-7)",
|
|
328
|
+
"slash.plan": "Toggle plan mode (read-only)",
|
|
328
329
|
"btw.title": "Side Question",
|
|
329
330
|
"btw.dismiss": "Dismiss",
|
|
330
331
|
"btw.thinking": "Thinking...",
|
|
@@ -406,5 +407,14 @@
|
|
|
406
407
|
"git.menu.stash": "Stash",
|
|
407
408
|
"git.menu.viewFile": "View File",
|
|
408
409
|
"git.menu.copyPath": "Copy Path",
|
|
409
|
-
"git.menu.delete": "Delete"
|
|
410
|
+
"git.menu.delete": "Delete",
|
|
411
|
+
"settings.title": "Settings",
|
|
412
|
+
"settings.theme": "Theme",
|
|
413
|
+
"settings.language": "Language",
|
|
414
|
+
"settings.notifications": "Notifications",
|
|
415
|
+
"settings.browserNotifications": "Browser notifications",
|
|
416
|
+
"settings.browserNotificationsHint": "Show when tab is inactive",
|
|
417
|
+
"settings.notSupported": "Browser notifications are not supported here.",
|
|
418
|
+
"settings.blockedByBrowser": "Blocked by browser. Allow in site settings.",
|
|
419
|
+
"settings.permissionNotGranted": "Permission was not granted."
|
|
410
420
|
}
|
package/web/dist/locales/zh.json
CHANGED
|
@@ -325,6 +325,7 @@
|
|
|
325
325
|
|
|
326
326
|
"slash.btw": "快速旁问(不影响对话)",
|
|
327
327
|
"slash.model": "切换 Claude 模型(如 /model claude-opus-4-7)",
|
|
328
|
+
"slash.plan": "切换计划模式(只读)",
|
|
328
329
|
"btw.title": "旁问",
|
|
329
330
|
"btw.dismiss": "关闭",
|
|
330
331
|
"btw.thinking": "思考中...",
|
|
@@ -406,5 +407,14 @@
|
|
|
406
407
|
"git.menu.stash": "储藏",
|
|
407
408
|
"git.menu.viewFile": "查看文件",
|
|
408
409
|
"git.menu.copyPath": "复制路径",
|
|
409
|
-
"git.menu.delete": "删除"
|
|
410
|
+
"git.menu.delete": "删除",
|
|
411
|
+
"settings.title": "设置",
|
|
412
|
+
"settings.theme": "主题",
|
|
413
|
+
"settings.language": "语言",
|
|
414
|
+
"settings.notifications": "通知",
|
|
415
|
+
"settings.browserNotifications": "浏览器通知",
|
|
416
|
+
"settings.browserNotificationsHint": "标签页不可见时显示",
|
|
417
|
+
"settings.notSupported": "当前环境不支持浏览器通知。",
|
|
418
|
+
"settings.blockedByBrowser": "已被浏览器阻止。请在网站设置中允许。",
|
|
419
|
+
"settings.permissionNotGranted": "未获得通知权限。"
|
|
410
420
|
}
|