@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
|
@@ -1 +1 @@
|
|
|
1
|
-
import{l as e}from"./editor.main-
|
|
1
|
+
import{l as e}from"./editor.main-CopmSrGV.js";import"./index-CMbkwR1Y.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};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Claude Code</title><path clip-rule="evenodd" d="M20.998 10.949H24v3.102h-3v3.028h-1.487V20H18v-2.921h-1.487V20H15v-2.921H9V20H7.488v-2.921H6V20H4.487v-2.921H3V14.05H0V10.95h3V5h17.998v5.949zM6 10.949h1.488V8.102H6v2.847zm10.51 0H18V8.102h-1.49v2.847z" fill="#D97757" fill-rule="evenodd"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Codex</title><path d="M19.503 0H4.496A4.496 4.496 0 000 4.496v15.007A4.496 4.496 0 004.496 24h15.007A4.496 4.496 0 0024 19.503V4.496A4.496 4.496 0 0019.503 0z" fill="#fff"></path><path d="M9.064 3.344a4.578 4.578 0 012.285-.312c1 .115 1.891.54 2.673 1.275.01.01.024.017.037.021a.09.09 0 00.043 0 4.55 4.55 0 013.046.275l.047.022.116.057a4.581 4.581 0 012.188 2.399c.209.51.313 1.041.315 1.595a4.24 4.24 0 01-.134 1.223.123.123 0 00.03.115c.594.607.988 1.33 1.183 2.17.289 1.425-.007 2.71-.887 3.854l-.136.166a4.548 4.548 0 01-2.201 1.388.123.123 0 00-.081.076c-.191.551-.383 1.023-.74 1.494-.9 1.187-2.222 1.846-3.711 1.838-1.187-.006-2.239-.44-3.157-1.302a.107.107 0 00-.105-.024c-.388.125-.78.143-1.204.138a4.441 4.441 0 01-1.945-.466 4.544 4.544 0 01-1.61-1.335c-.152-.202-.303-.392-.414-.617a5.81 5.81 0 01-.37-.961 4.582 4.582 0 01-.014-2.298.124.124 0 00.006-.056.085.085 0 00-.027-.048 4.467 4.467 0 01-1.034-1.651 3.896 3.896 0 01-.251-1.192 5.189 5.189 0 01.141-1.6c.337-1.112.982-1.985 1.933-2.618.212-.141.413-.251.601-.33.215-.089.43-.164.646-.227a.098.098 0 00.065-.066 4.51 4.51 0 01.829-1.615 4.535 4.535 0 011.837-1.388zm3.482 10.565a.637.637 0 000 1.272h3.636a.637.637 0 100-1.272h-3.636zM8.462 9.23a.637.637 0 00-1.106.631l1.272 2.224-1.266 2.136a.636.636 0 101.095.649l1.454-2.455a.636.636 0 00.005-.64L8.462 9.23z" fill="url(#codex-agent-icon-gradient)"></path><defs><linearGradient gradientUnits="userSpaceOnUse" id="codex-agent-icon-gradient" x1="12" x2="12" y1="3" y2="21"><stop stop-color="#B1A7FF"></stop><stop offset=".5" stop-color="#7A9DFF"></stop><stop offset="1" stop-color="#3941FF"></stop></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="#111111" fill-rule="evenodd" style="flex:none;line-height:1" viewBox="0 2.5 24 19"><title>GitHub Copilot</title><path d="M19.245 5.364c1.322 1.36 1.877 3.216 2.11 5.817.622 0 1.2.135 1.592.654l.73.964c.21.278.323.61.323.955v2.62c0 .339-.173.669-.453.868C20.239 19.602 16.157 21.5 12 21.5c-4.6 0-9.205-2.583-11.547-4.258-.28-.2-.452-.53-.453-.868v-2.62c0-.345.113-.679.321-.956l.73-.963c.392-.517.974-.654 1.593-.654l.029-.297c.25-2.446.81-4.213 2.082-5.52 2.461-2.54 5.71-2.851 7.146-2.864h.198c1.436.013 4.685.323 7.146 2.864zm-7.244 4.328c-.284 0-.613.016-.962.05-.123.447-.305.85-.57 1.108-1.05 1.023-2.316 1.18-2.994 1.18-.638 0-1.306-.13-1.851-.464-.516.165-1.012.403-1.044.996a65.882 65.882 0 00-.063 2.884l-.002.48c-.002.563-.005 1.126-.013 1.69.002.326.204.63.51.765 2.482 1.102 4.83 1.657 6.99 1.657 2.156 0 4.504-.555 6.985-1.657a.854.854 0 00.51-.766c.03-1.682.006-3.372-.076-5.053-.031-.596-.528-.83-1.046-.996-.546.333-1.212.464-1.85.464-.677 0-1.942-.157-2.993-1.18-.266-.258-.447-.661-.57-1.108-.32-.032-.64-.049-.96-.05zm-2.525 4.013c.539 0 .976.426.976.95v1.753c0 .525-.437.95-.976.95a.964.964 0 01-.976-.95v-1.752c0-.525.437-.951.976-.951zm5 0c.539 0 .976.426.976.95v1.753c0 .525-.437.95-.976.95a.964.964 0 01-.976-.95v-1.752c0-.525.437-.951.976-.951zM7.635 5.087c-1.05.102-1.935.438-2.385.906-.975 1.037-.765 3.668-.21 4.224.405.394 1.17.657 1.995.657h.09c.649-.013 1.785-.176 2.73-1.11.435-.41.705-1.433.675-2.47-.03-.834-.27-1.52-.63-1.813-.39-.336-1.275-.482-2.265-.394zm6.465.394c-.36.292-.6.98-.63 1.813-.03 1.037.24 2.06.675 2.47.968.957 2.136 1.104 2.776 1.11h.044c.825 0 1.59-.263 1.995-.657.555-.556.765-3.187-.21-4.224-.45-.468-1.335-.804-2.385-.906-.99-.088-1.875.058-2.265.394zM12 7.615c-.24 0-.525.015-.84.044.03.16.045.336.06.526l-.001.159a2.94 2.94 0 01-.014.25c.225-.022.425-.027.612-.028h.366c.187 0 .387.006.612.028-.015-.146-.015-.277-.015-.409.015-.19.03-.365.06-.526a9.29 9.29 0 00-.84-.044z"/></svg>
|
package/web/dist/index.html
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
<meta name="mobile-web-app-capable" content="yes">
|
|
41
41
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
42
42
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
43
|
-
<title>
|
|
43
|
+
<title>msclaude</title>
|
|
44
44
|
<link rel="icon" type="image/svg+xml" href="./favicon.svg">
|
|
45
45
|
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
|
|
46
46
|
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
|
|
@@ -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-CMbkwR1Y.js"></script>
|
|
61
|
+
<link rel="stylesheet" crossorigin href="./assets/index-BEfF_Xkj.css">
|
|
62
62
|
</head>
|
|
63
63
|
<body>
|
|
64
64
|
<div id="app"></div>
|
package/web/dist/landing.html
CHANGED
|
@@ -3,22 +3,22 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<title>
|
|
7
|
-
<meta name="description" content="
|
|
8
|
-
<meta name="keywords" content="
|
|
6
|
+
<title>msclaude — Run coding agents from anywhere</title>
|
|
7
|
+
<meta name="description" content="msclaude gives Copilot, Claude Code, Codex, and other coding agents a clean remote workspace with multi-directory sessions, file preview and editing, remote terminal, and end-to-end encryption.">
|
|
8
|
+
<meta name="keywords" content="msclaude, Copilot, Claude Code, Codex, coding agents, remote workspace, browser IDE, end-to-end encrypted, remote terminal, file editor">
|
|
9
9
|
<link rel="canonical" href="https://msclaude.ai/">
|
|
10
10
|
<link rel="alternate" hreflang="en" href="https://msclaude.ai/">
|
|
11
11
|
<link rel="alternate" hreflang="zh" href="https://msclaude.ai/zh">
|
|
12
12
|
<link rel="alternate" hreflang="x-default" href="https://msclaude.ai/">
|
|
13
13
|
<meta property="og:type" content="website">
|
|
14
|
-
<meta property="og:title" content="
|
|
15
|
-
<meta property="og:description" content="A clean remote workspace for Copilot, Claude Code, and other coding agents. Multi-directory sessions, files, terminal, and end-to-end encryption.">
|
|
14
|
+
<meta property="og:title" content="msclaude — Run coding agents from anywhere">
|
|
15
|
+
<meta property="og:description" content="A clean remote workspace for Copilot, Claude Code, Codex, and other coding agents. Multi-directory sessions, files, terminal, and end-to-end encryption.">
|
|
16
16
|
<meta property="og:url" content="https://msclaude.ai/">
|
|
17
17
|
<meta property="og:image" content="https://msclaude.ai/iPad.png">
|
|
18
|
-
<meta property="og:site_name" content="
|
|
18
|
+
<meta property="og:site_name" content="msclaude">
|
|
19
19
|
<meta name="twitter:card" content="summary_large_image">
|
|
20
|
-
<meta name="twitter:title" content="
|
|
21
|
-
<meta name="twitter:description" content="A clean remote workspace for Copilot, Claude Code, and other coding agents.">
|
|
20
|
+
<meta name="twitter:title" content="msclaude — Run coding agents from anywhere">
|
|
21
|
+
<meta name="twitter:description" content="A clean remote workspace for Copilot, Claude Code, Codex, and other coding agents.">
|
|
22
22
|
<meta name="twitter:image" content="https://msclaude.ai/iPad.png">
|
|
23
23
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
24
24
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
{
|
|
29
29
|
"@context": "https://schema.org",
|
|
30
30
|
"@type": "SoftwareApplication",
|
|
31
|
-
"name": "
|
|
32
|
-
"description": "A clean remote workspace for Copilot, Claude Code, and other coding agents with end-to-end encryption.",
|
|
31
|
+
"name": "msclaude",
|
|
32
|
+
"description": "A clean remote workspace for Copilot, Claude Code, Codex, and other coding agents with end-to-end encryption.",
|
|
33
33
|
"url": "https://msclaude.ai/",
|
|
34
34
|
"applicationCategory": "DeveloperApplication",
|
|
35
35
|
"operatingSystem": "Windows, macOS, Linux",
|
|
@@ -454,8 +454,8 @@
|
|
|
454
454
|
<header>
|
|
455
455
|
<nav>
|
|
456
456
|
<a class="logo" href="/">
|
|
457
|
-
<img src="/favicon.svg" alt="
|
|
458
|
-
<span>
|
|
457
|
+
<img src="/favicon.svg" alt="msclaude">
|
|
458
|
+
<span>msclaude</span>
|
|
459
459
|
</a>
|
|
460
460
|
<div class="nav-actions">
|
|
461
461
|
<a href="https://github.com/kailunshi_microsoft/AgenticWorker" class="repo-link" rel="noopener">GitHub</a>
|
|
@@ -469,10 +469,11 @@
|
|
|
469
469
|
<div>
|
|
470
470
|
<div class="eyebrow">Remote workspace for coding agents</div>
|
|
471
471
|
<h1>Remote control <span class="preposition">for</span><br><span>coding agents.</span></h1>
|
|
472
|
-
<p class="lead">
|
|
472
|
+
<p class="lead">msclaude connects your local project to a private web workspace, so you can drive Copilot, Claude Code, Codex, and other agents from any device.</p>
|
|
473
473
|
<div class="agent-row" aria-label="Supported agents">
|
|
474
474
|
<span class="agent-pill">GitHub Copilot</span>
|
|
475
475
|
<span class="agent-pill">Claude Code</span>
|
|
476
|
+
<span class="agent-pill">OpenAI Codex</span>
|
|
476
477
|
<span class="agent-pill">More agent backends</span>
|
|
477
478
|
</div>
|
|
478
479
|
<div class="cta-row">
|
|
@@ -487,7 +488,7 @@
|
|
|
487
488
|
</div>
|
|
488
489
|
</div>
|
|
489
490
|
|
|
490
|
-
<div class="panel" aria-label="
|
|
491
|
+
<div class="panel" aria-label="msclaude workspace preview">
|
|
491
492
|
<div class="workspace">
|
|
492
493
|
<div class="workspace-top">
|
|
493
494
|
<span>msclaude.ai/s/abc123</span>
|
|
@@ -495,8 +496,9 @@
|
|
|
495
496
|
</div>
|
|
496
497
|
<div class="workspace-body">
|
|
497
498
|
<div class="sidebar">
|
|
498
|
-
<div class="session active"><strong>Q:\src\
|
|
499
|
+
<div class="session active"><strong>Q:\src\msclaude</strong>Copilot fixing UI copy</div>
|
|
499
500
|
<div class="session"><strong>D:\work\api</strong>Claude Code reviewing diffs</div>
|
|
501
|
+
<div class="session"><strong>C:\repo\mobile</strong>Codex summarizing screenshots</div>
|
|
500
502
|
<div class="session"><strong>C:\repo\mobile</strong>Terminal + file edits</div>
|
|
501
503
|
</div>
|
|
502
504
|
<div class="content">
|
|
@@ -550,7 +552,7 @@
|
|
|
550
552
|
<section class="security" aria-label="Security">
|
|
551
553
|
<div>
|
|
552
554
|
<h2>Private by design.</h2>
|
|
553
|
-
<p>Your code stays on your machine.
|
|
555
|
+
<p>Your code stays on your machine. msclaude creates a secure relay path to the browser, while the local agent keeps control of project files, commands, and credentials.</p>
|
|
554
556
|
</div>
|
|
555
557
|
<div class="encrypt-flow">
|
|
556
558
|
<div><span>browser</span><span>sealed message</span></div>
|
|
@@ -561,7 +563,7 @@
|
|
|
561
563
|
</main>
|
|
562
564
|
|
|
563
565
|
<footer>
|
|
564
|
-
<span><strong>
|
|
566
|
+
<span><strong>msclaude</strong></span>
|
|
565
567
|
<span>
|
|
566
568
|
<a href="https://github.com/kailunshi_microsoft/AgenticWorker" rel="noopener">GitHub</a>
|
|
567
569
|
·
|
package/web/dist/landing.zh.html
CHANGED
|
@@ -3,24 +3,24 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<title>
|
|
7
|
-
<meta name="description" content="
|
|
8
|
-
<meta name="keywords" content="
|
|
6
|
+
<title>msclaude — 随时随地操控你的 Coding Agent</title>
|
|
7
|
+
<meta name="description" content="msclaude 为 Copilot、Claude Code、Codex 和更多 Coding Agent 提供简洁的远程工作台,支持多目录会话管理、文件预览/编辑、远程终端和端到端加密。">
|
|
8
|
+
<meta name="keywords" content="msclaude, Copilot, Claude Code, Codex, Coding Agent, 远程工作台, 浏览器 IDE, 端到端加密, 远程终端, 文件编辑">
|
|
9
9
|
<link rel="canonical" href="https://msclaude.ai/zh">
|
|
10
10
|
<link rel="alternate" hreflang="en" href="https://msclaude.ai/">
|
|
11
11
|
<link rel="alternate" hreflang="zh" href="https://msclaude.ai/zh">
|
|
12
12
|
<link rel="alternate" hreflang="x-default" href="https://msclaude.ai/">
|
|
13
13
|
<meta property="og:type" content="website">
|
|
14
|
-
<meta property="og:title" content="
|
|
15
|
-
<meta property="og:description" content="为 Copilot、Claude Code 和更多 Coding Agent 准备的远程工作台。多目录会话、文件、终端、端到端加密。">
|
|
14
|
+
<meta property="og:title" content="msclaude — 随时随地操控你的 Coding Agent">
|
|
15
|
+
<meta property="og:description" content="为 Copilot、Claude Code、Codex 和更多 Coding Agent 准备的远程工作台。多目录会话、文件、终端、端到端加密。">
|
|
16
16
|
<meta property="og:url" content="https://msclaude.ai/zh">
|
|
17
17
|
<meta property="og:image" content="https://msclaude.ai/iPad.png">
|
|
18
|
-
<meta property="og:site_name" content="
|
|
18
|
+
<meta property="og:site_name" content="msclaude">
|
|
19
19
|
<meta property="og:locale" content="zh_CN">
|
|
20
20
|
<meta property="og:locale:alternate" content="en_US">
|
|
21
21
|
<meta name="twitter:card" content="summary_large_image">
|
|
22
|
-
<meta name="twitter:title" content="
|
|
23
|
-
<meta name="twitter:description" content="为 Copilot、Claude Code 和更多 Coding Agent 准备的远程工作台。">
|
|
22
|
+
<meta name="twitter:title" content="msclaude — 随时随地操控你的 Coding Agent">
|
|
23
|
+
<meta name="twitter:description" content="为 Copilot、Claude Code、Codex 和更多 Coding Agent 准备的远程工作台。">
|
|
24
24
|
<meta name="twitter:image" content="https://msclaude.ai/iPad.png">
|
|
25
25
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
26
26
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
{
|
|
31
31
|
"@context": "https://schema.org",
|
|
32
32
|
"@type": "SoftwareApplication",
|
|
33
|
-
"name": "
|
|
34
|
-
"description": "为 Copilot、Claude Code 和更多 Coding Agent 准备的远程工作台,支持端到端加密。",
|
|
33
|
+
"name": "msclaude",
|
|
34
|
+
"description": "为 Copilot、Claude Code、Codex 和更多 Coding Agent 准备的远程工作台,支持端到端加密。",
|
|
35
35
|
"url": "https://msclaude.ai/zh",
|
|
36
36
|
"applicationCategory": "DeveloperApplication",
|
|
37
37
|
"operatingSystem": "Windows, macOS, Linux",
|
|
@@ -449,8 +449,8 @@
|
|
|
449
449
|
<header>
|
|
450
450
|
<nav>
|
|
451
451
|
<a class="logo" href="/zh">
|
|
452
|
-
<img src="/favicon.svg" alt="
|
|
453
|
-
<span>
|
|
452
|
+
<img src="/favicon.svg" alt="msclaude">
|
|
453
|
+
<span>msclaude</span>
|
|
454
454
|
</a>
|
|
455
455
|
<div class="nav-actions">
|
|
456
456
|
<a href="https://github.com/kailunshi_microsoft/AgenticWorker" class="repo-link" rel="noopener">GitHub</a>
|
|
@@ -464,10 +464,11 @@
|
|
|
464
464
|
<div>
|
|
465
465
|
<div class="eyebrow">Coding Agent 的远程工作台</div>
|
|
466
466
|
<h1>你的 Agent,<br><span>随时打开。</span></h1>
|
|
467
|
-
<p class="lead">
|
|
467
|
+
<p class="lead">msclaude 把本地项目连接到私有 Web 工作台,让你可以在任何设备上操控 Copilot、Claude Code、Codex 和更多 Agent。</p>
|
|
468
468
|
<div class="agent-row" aria-label="支持的 Agent">
|
|
469
469
|
<span class="agent-pill">GitHub Copilot</span>
|
|
470
470
|
<span class="agent-pill">Claude Code</span>
|
|
471
|
+
<span class="agent-pill">OpenAI Codex</span>
|
|
471
472
|
<span class="agent-pill">更多 Agent 后端</span>
|
|
472
473
|
</div>
|
|
473
474
|
<div class="cta-row">
|
|
@@ -482,7 +483,7 @@
|
|
|
482
483
|
</div>
|
|
483
484
|
</div>
|
|
484
485
|
|
|
485
|
-
<div class="panel" aria-label="
|
|
486
|
+
<div class="panel" aria-label="msclaude 工作台预览">
|
|
486
487
|
<div class="workspace">
|
|
487
488
|
<div class="workspace-top">
|
|
488
489
|
<span>msclaude.ai/s/abc123</span>
|
|
@@ -490,8 +491,9 @@
|
|
|
490
491
|
</div>
|
|
491
492
|
<div class="workspace-body">
|
|
492
493
|
<div class="sidebar">
|
|
493
|
-
<div class="session active"><strong>Q:\src\
|
|
494
|
+
<div class="session active"><strong>Q:\src\msclaude</strong>Copilot 修改 UI 文案</div>
|
|
494
495
|
<div class="session"><strong>D:\work\api</strong>Claude Code Review Diff</div>
|
|
496
|
+
<div class="session"><strong>C:\repo\mobile</strong>Codex 总结截图</div>
|
|
495
497
|
<div class="session"><strong>C:\repo\mobile</strong>终端与文件编辑</div>
|
|
496
498
|
</div>
|
|
497
499
|
<div class="content">
|
|
@@ -545,7 +547,7 @@
|
|
|
545
547
|
<section class="security" aria-label="安全">
|
|
546
548
|
<div>
|
|
547
549
|
<h2>默认保护你的代码。</h2>
|
|
548
|
-
<p>代码仍然留在本机。
|
|
550
|
+
<p>代码仍然留在本机。msclaude 只建立安全的浏览器访问通道,项目文件、命令执行和凭据都由本地 Agent 控制。</p>
|
|
549
551
|
</div>
|
|
550
552
|
<div class="encrypt-flow">
|
|
551
553
|
<div><span>browser</span><span>sealed message</span></div>
|
|
@@ -556,7 +558,7 @@
|
|
|
556
558
|
</main>
|
|
557
559
|
|
|
558
560
|
<footer>
|
|
559
|
-
<span><strong>
|
|
561
|
+
<span><strong>msclaude</strong></span>
|
|
560
562
|
<span>
|
|
561
563
|
<a href="https://github.com/kailunshi_microsoft/AgenticWorker" rel="noopener">GitHub</a>
|
|
562
564
|
·
|
package/web/dist/locales/en.json
CHANGED
|
@@ -341,6 +341,10 @@
|
|
|
341
341
|
"slash.btw": "Ask a side question (won't affect conversation)",
|
|
342
342
|
"slash.model": "Switch Claude model (e.g. /model claude-opus-4-7)",
|
|
343
343
|
"slash.plan": "Toggle plan mode (read-only)",
|
|
344
|
+
"slash.addCustom": "Add custom command",
|
|
345
|
+
"slash.commandName": "Command name (e.g. review)",
|
|
346
|
+
"slash.commandDesc": "Description",
|
|
347
|
+
"slash.save": "Save",
|
|
344
348
|
"btw.title": "Side Question",
|
|
345
349
|
"btw.dismiss": "Dismiss",
|
|
346
350
|
"btw.thinking": "Thinking...",
|
package/web/dist/locales/zh.json
CHANGED
|
@@ -341,6 +341,10 @@
|
|
|
341
341
|
"slash.btw": "快速旁问(不影响对话)",
|
|
342
342
|
"slash.model": "切换 Claude 模型(如 /model claude-opus-4-7)",
|
|
343
343
|
"slash.plan": "切换计划模式(只读)",
|
|
344
|
+
"slash.addCustom": "添加自定义命令",
|
|
345
|
+
"slash.commandName": "命令名称(如 review)",
|
|
346
|
+
"slash.commandDesc": "说明",
|
|
347
|
+
"slash.save": "保存",
|
|
344
348
|
"btw.title": "旁问",
|
|
345
349
|
"btw.dismiss": "关闭",
|
|
346
350
|
"btw.thinking": "思考中...",
|