@agent-link/server 0.1.430 → 0.1.432
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-Dsu-EVyK.js → cssMode-CcG6U0e3.js} +1 -1
- package/web/dist/assets/{editor.main-DnouBWGH.js → editor.main-X8JqpW0n.js} +3 -3
- package/web/dist/assets/{freemarker2-BTUaa3_e.js → freemarker2-ByPBHXSt.js} +1 -1
- package/web/dist/assets/{handlebars-D3c8PXbp.js → handlebars-Cbahxkif.js} +1 -1
- package/web/dist/assets/{html-BuiYyv5W.js → html-CiOayplM.js} +1 -1
- package/web/dist/assets/{htmlMode-C5-JJ-if.js → htmlMode-C6-1nD0D.js} +1 -1
- package/web/dist/assets/{index-Bpb3csUY.js → index-CPHPGmWb.js} +5 -5
- package/web/dist/assets/index-D0chRT9K.css +32 -0
- package/web/dist/assets/{javascript-Cb1fGdMl.js → javascript-dbm56Ni0.js} +1 -1
- package/web/dist/assets/{jsonMode-0IwUN5VD.js → jsonMode-BdQ6C5YJ.js} +1 -1
- package/web/dist/assets/{liquid-BNgwKhWv.js → liquid-zJ0J6-2C.js} +1 -1
- package/web/dist/assets/{lspLanguageFeatures-BzOaYKNs.js → lspLanguageFeatures-DT0x9SDT.js} +1 -1
- package/web/dist/assets/{mdx-C4Y-uegF.js → mdx-BPKaCR-e.js} +1 -1
- package/web/dist/assets/{python-1kZ0D7Jr.js → python-BccKecp_.js} +1 -1
- package/web/dist/assets/{razor-Xy0V4Bpt.js → razor-D7SumpQ-.js} +1 -1
- package/web/dist/assets/{tsMode-BE2SoFlO.js → tsMode-DSV3il9j.js} +1 -1
- package/web/dist/assets/{typescript-CM0VJyEe.js → typescript-DwUhbif_.js} +1 -1
- package/web/dist/assets/{xml-Bc89ArxL.js → xml-e_4M3HQc.js} +1 -1
- package/web/dist/assets/{yaml-DOodDfFm.js → yaml-B7Ok_EoX.js} +1 -1
- package/web/dist/index.html +2 -2
- package/web/dist/locales/en.json +3 -0
- package/web/dist/locales/zh.json +3 -0
- package/web/dist/assets/index-BYTKNjbK.css +0 -32
|
@@ -1 +1 @@
|
|
|
1
|
-
import{l as e}from"./editor.main-
|
|
1
|
+
import{l as e}from"./editor.main-X8JqpW0n.js";import"./index-CPHPGmWb.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-CPHPGmWb.js"></script>
|
|
61
|
+
<link rel="stylesheet" crossorigin href="./assets/index-D0chRT9K.css">
|
|
62
62
|
</head>
|
|
63
63
|
<body>
|
|
64
64
|
<div id="app"></div>
|
package/web/dist/locales/en.json
CHANGED
|
@@ -184,6 +184,7 @@
|
|
|
184
184
|
"chat.claude": "Claude",
|
|
185
185
|
"chat.copy": "Copy",
|
|
186
186
|
"chat.copied": "Copied!",
|
|
187
|
+
"chat.copyTooltip": "Copy this reply to clipboard",
|
|
187
188
|
"chat.contextContinued": "Context continued from previous conversation",
|
|
188
189
|
"chat.meetingContextInjected": "Meeting context injected into this chat",
|
|
189
190
|
"chat.briefingContextInjected": "Briefing context injected into this chat",
|
|
@@ -352,6 +353,8 @@
|
|
|
352
353
|
"search.allSources": "All",
|
|
353
354
|
|
|
354
355
|
"fork.forkConversation": "Fork Conversation",
|
|
356
|
+
"fork.fork": "Fork",
|
|
357
|
+
"fork.forkTooltip": "Fork a new conversation from this point",
|
|
355
358
|
"fork.forkedFromConversation": "Forked from previous conversation",
|
|
356
359
|
|
|
357
360
|
"permission.normal": "Normal",
|
package/web/dist/locales/zh.json
CHANGED
|
@@ -184,6 +184,7 @@
|
|
|
184
184
|
"chat.claude": "Claude",
|
|
185
185
|
"chat.copy": "复制",
|
|
186
186
|
"chat.copied": "已复制!",
|
|
187
|
+
"chat.copyTooltip": "复制此回复到剪贴板",
|
|
187
188
|
"chat.contextContinued": "上下文从上一次对话中延续",
|
|
188
189
|
"chat.meetingContextInjected": "会议上下文已注入此对话",
|
|
189
190
|
"chat.briefingContextInjected": "简报上下文已注入此对话",
|
|
@@ -352,6 +353,8 @@
|
|
|
352
353
|
"search.allSources": "全部",
|
|
353
354
|
|
|
354
355
|
"fork.forkConversation": "分叉对话",
|
|
356
|
+
"fork.fork": "分叉",
|
|
357
|
+
"fork.forkTooltip": "从此处分叉一个新对话",
|
|
355
358
|
"fork.forkedFromConversation": "从上一个对话分叉",
|
|
356
359
|
|
|
357
360
|
"permission.normal": "普通",
|