@agent-link/server 0.1.483 → 0.1.485
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/README.md +5 -5
- package/package.json +2 -2
- package/web/dist/assets/{cssMode-BgTYHcuM.js → cssMode-BelxsvgJ.js} +1 -1
- package/web/dist/assets/{editor.main-Drp9vUSD.js → editor.main-CopmSrGV.js} +3 -3
- package/web/dist/assets/{freemarker2-pRdmT09W.js → freemarker2-BRyzUDpQ.js} +1 -1
- package/web/dist/assets/{handlebars-B0Xdif6J.js → handlebars-RKDuuHgD.js} +1 -1
- package/web/dist/assets/{html-CNRR2zfa.js → html-DTVji9XR.js} +1 -1
- package/web/dist/assets/{htmlMode-DxfGomI0.js → htmlMode-DPTeCJ6E.js} +1 -1
- package/web/dist/assets/index-BEfF_Xkj.css +32 -0
- package/web/dist/assets/index-CMbkwR1Y.js +43 -0
- package/web/dist/assets/{javascript-CvarHlzf.js → javascript-Dv0BPGPo.js} +1 -1
- package/web/dist/assets/{jsonMode-_Jl3UHwN.js → jsonMode-DyP1sYmr.js} +1 -1
- package/web/dist/assets/{liquid-Dib1P7jM.js → liquid-DT89Pd3P.js} +1 -1
- package/web/dist/assets/{lspLanguageFeatures-CpmNHauY.js → lspLanguageFeatures-Cn_uwXw2.js} +1 -1
- package/web/dist/assets/{mdx-BpaZ_G7w.js → mdx-DcQSoSPq.js} +1 -1
- package/web/dist/assets/{python-B0A3NmW9.js → python-DsER7Hjz.js} +1 -1
- package/web/dist/assets/{razor-DPlYFMxz.js → razor-BhKAlog1.js} +1 -1
- package/web/dist/assets/{tsMode-_byvtSnO.js → tsMode-ciU_O5OX.js} +1 -1
- package/web/dist/assets/{typescript-DQ5QPLYi.js → typescript-84WOaBQ5.js} +1 -1
- package/web/dist/assets/{xml-mMKfX8qT.js → xml-0R9FTIoy.js} +1 -1
- package/web/dist/assets/{yaml-Ct2TEW_b.js → yaml-D2PQzbWC.js} +1 -1
- package/web/dist/icons/agent-claude.svg +1 -0
- package/web/dist/icons/agent-codex.svg +1 -0
- package/web/dist/icons/agent-copilot.svg +1 -0
- package/web/dist/index.html +3 -3
- package/web/dist/landing.html +19 -17
- package/web/dist/landing.zh.html +19 -17
- package/web/dist/locales/en.json +4 -0
- package/web/dist/locales/zh.json +4 -0
- package/web/dist/assets/index-XK5EAb7Q.css +0 -32
- package/web/dist/assets/index-tLAnmOlD.js +0 -43
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
#
|
|
1
|
+
# msclaude Server
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@agent-link/server)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
|
|
6
|
-
Relay server for [
|
|
6
|
+
Relay server for [msclaude](https://msclaude.ai) — use Claude Code from any browser.
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
msclaude lets you run Claude Code on your local machine and access it through a web interface. The server acts as an encrypted WebSocket relay between your browser and the local agent. No data is stored on the server.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
|
@@ -51,7 +51,7 @@ For example, `/home/shikailun/agentlink-files/tool.zip` is served at
|
|
|
51
51
|
## How it works
|
|
52
52
|
|
|
53
53
|
```
|
|
54
|
-
Browser ↔
|
|
54
|
+
Browser ↔ msclaude Server ↔ msclaude Client ↔ Claude Code
|
|
55
55
|
(web) (relay) (your machine) (CLI)
|
|
56
56
|
```
|
|
57
57
|
|
|
@@ -60,4 +60,4 @@ The server is a lightweight Express + WebSocket relay. It serves the web UI, ass
|
|
|
60
60
|
## Related
|
|
61
61
|
|
|
62
62
|
- **[@agent-link/agent](https://www.npmjs.com/package/@agent-link/agent)** — Local agent CLI (install this on your dev machine)
|
|
63
|
-
- [GitHub](https://github.com/
|
|
63
|
+
- [GitHub](https://github.com/kailunshi_microsoft/AgenticWorker)
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{c as e,l as t}from"./editor.main-
|
|
1
|
+
import{c as e,l as t}from"./editor.main-CopmSrGV.js";import{C as s,H as r,D as i,a as n,R as o,b as a,c as h,d as g,F as l,e as u,S as d,f as c,g as m}from"./lspLanguageFeatures-Cn_uwXw2.js";import{h as p,i as _,j as w,t as f,k}from"./lspLanguageFeatures-Cn_uwXw2.js";import"./index-CMbkwR1Y.js";class v{constructor(e){this._defaults=e,this._worker=null,this._client=null,this._idleCheckInterval=window.setInterval(()=>this._checkIfIdle(),3e4),this._lastUsedTime=0,this._configChangeListener=this._defaults.onDidChange(()=>this._stopWorker())}_stopWorker(){this._worker&&(this._worker.dispose(),this._worker=null),this._client=null}dispose(){clearInterval(this._idleCheckInterval),this._configChangeListener.dispose(),this._stopWorker()}_checkIfIdle(){if(!this._worker)return;Date.now()-this._lastUsedTime>12e4&&this._stopWorker()}_getClient(){return this._lastUsedTime=Date.now(),this._client||(this._worker=e({moduleId:"vs/language/css/cssWorker",createWorker:()=>new Worker(new URL(""+new URL("css.worker-CqmadvsI.js",import.meta.url).href,import.meta.url),{type:"module"}),label:this._defaults.languageId,createData:{options:this._defaults.options,languageId:this._defaults.languageId}}),this._client=this._worker.getProxy()),this._client}getLanguageServiceWorker(...e){let t;return this._getClient().then(e=>{t=e}).then(t=>{if(this._worker)return this._worker.withSyncedResources(e)}).then(e=>t)}}function I(e){const p=[],_=[],w=new v(e);p.push(w);const f=(...e)=>w.getLanguageServiceWorker(...e);return function(){const{languageId:p,modeConfiguration:w}=e;R(_),w.completionItems&&_.push(t.registerCompletionItemProvider(p,new s(f,["/","-",":"]))),w.hovers&&_.push(t.registerHoverProvider(p,new r(f))),w.documentHighlights&&_.push(t.registerDocumentHighlightProvider(p,new i(f))),w.definitions&&_.push(t.registerDefinitionProvider(p,new n(f))),w.references&&_.push(t.registerReferenceProvider(p,new o(f))),w.documentSymbols&&_.push(t.registerDocumentSymbolProvider(p,new a(f))),w.rename&&_.push(t.registerRenameProvider(p,new h(f))),w.colors&&_.push(t.registerColorProvider(p,new g(f))),w.foldingRanges&&_.push(t.registerFoldingRangeProvider(p,new l(f))),w.diagnostics&&_.push(new u(p,f,e.onDidChange)),w.selectionRanges&&_.push(t.registerSelectionRangeProvider(p,new d(f))),w.documentFormattingEdits&&_.push(t.registerDocumentFormattingEditProvider(p,new c(f))),w.documentRangeFormattingEdits&&_.push(t.registerDocumentRangeFormattingEditProvider(p,new m(f)))}(),p.push(P(_)),P(p)}function P(e){return{dispose:()=>R(e)}}function R(e){for(;e.length;)e.pop().dispose()}export{s as CompletionAdapter,n as DefinitionAdapter,u as DiagnosticsAdapter,g as DocumentColorAdapter,c as DocumentFormattingEditProvider,i as DocumentHighlightAdapter,p as DocumentLinkAdapter,m as DocumentRangeFormattingEditProvider,a as DocumentSymbolAdapter,l as FoldingRangeAdapter,r as HoverAdapter,o as ReferenceAdapter,h as RenameAdapter,d as SelectionRangeAdapter,v as WorkerManager,_ as fromPosition,w as fromRange,I as setupMode,f as toRange,k as toTextEdit};
|