@agent-link/server 0.1.483 → 0.1.484
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-BgTYHcuM.js → cssMode-BFa8AVH9.js} +1 -1
- package/web/dist/assets/{editor.main-Drp9vUSD.js → editor.main-CKRLPhiF.js} +3 -3
- package/web/dist/assets/{freemarker2-pRdmT09W.js → freemarker2-D21fjkCQ.js} +1 -1
- package/web/dist/assets/{handlebars-B0Xdif6J.js → handlebars-ByTixcVY.js} +1 -1
- package/web/dist/assets/{html-CNRR2zfa.js → html-CgEDvjoa.js} +1 -1
- package/web/dist/assets/{htmlMode-DxfGomI0.js → htmlMode-CoqzZber.js} +1 -1
- package/web/dist/assets/{index-XK5EAb7Q.css → index-GC9IMWnH.css} +1 -1
- package/web/dist/assets/{index-tLAnmOlD.js → index-fxme-0wM.js} +8 -8
- package/web/dist/assets/{javascript-CvarHlzf.js → javascript-Ckow8wKS.js} +1 -1
- package/web/dist/assets/{jsonMode-_Jl3UHwN.js → jsonMode-DIz_4cah.js} +1 -1
- package/web/dist/assets/{liquid-Dib1P7jM.js → liquid-CtULfnDZ.js} +1 -1
- package/web/dist/assets/{lspLanguageFeatures-CpmNHauY.js → lspLanguageFeatures-Ry6nw27u.js} +1 -1
- package/web/dist/assets/{mdx-BpaZ_G7w.js → mdx-CbtEPZpG.js} +1 -1
- package/web/dist/assets/{python-B0A3NmW9.js → python-BRiknuQA.js} +1 -1
- package/web/dist/assets/{razor-DPlYFMxz.js → razor-DTUIE-8Q.js} +1 -1
- package/web/dist/assets/{tsMode-_byvtSnO.js → tsMode-BOneoWnW.js} +1 -1
- package/web/dist/assets/{typescript-DQ5QPLYi.js → typescript-C737tHPo.js} +1 -1
- package/web/dist/assets/{xml-mMKfX8qT.js → xml-gZd346Cp.js} +1 -1
- package/web/dist/assets/{yaml-Ct2TEW_b.js → yaml-BFhO8wfl.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 +2 -2
- package/web/dist/landing.html +8 -6
- package/web/dist/landing.zh.html +8 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
import{l as e}from"./editor.main-
|
|
1
|
+
import{l as e}from"./editor.main-CKRLPhiF.js";import"./index-fxme-0wM.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
|
@@ -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-fxme-0wM.js"></script>
|
|
61
|
+
<link rel="stylesheet" crossorigin href="./assets/index-GC9IMWnH.css">
|
|
62
62
|
</head>
|
|
63
63
|
<body>
|
|
64
64
|
<div id="app"></div>
|
package/web/dist/landing.html
CHANGED
|
@@ -4,21 +4,21 @@
|
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>AgenticWorker — Run coding agents from anywhere</title>
|
|
7
|
-
<meta name="description" content="AgenticWorker gives Copilot, Claude Code, 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="AgenticWorker, Copilot, Claude Code, coding agents, remote workspace, browser IDE, end-to-end encrypted, remote terminal, file editor">
|
|
7
|
+
<meta name="description" content="AgenticWorker 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="AgenticWorker, 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
14
|
<meta property="og:title" content="AgenticWorker — Run coding agents from anywhere">
|
|
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.">
|
|
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
18
|
<meta property="og:site_name" content="AgenticWorker">
|
|
19
19
|
<meta name="twitter:card" content="summary_large_image">
|
|
20
20
|
<meta name="twitter:title" content="AgenticWorker — Run coding agents from anywhere">
|
|
21
|
-
<meta name="twitter:description" content="A clean remote workspace for Copilot, Claude Code, and other coding agents.">
|
|
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">
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@context": "https://schema.org",
|
|
30
30
|
"@type": "SoftwareApplication",
|
|
31
31
|
"name": "AgenticWorker",
|
|
32
|
-
"description": "A clean remote workspace for Copilot, Claude Code, and other coding agents with end-to-end encryption.",
|
|
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",
|
|
@@ -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">AgenticWorker connects your local project to a private web workspace, so you can drive Copilot, Claude Code, and other agents from any device.</p>
|
|
472
|
+
<p class="lead">AgenticWorker 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">
|
|
@@ -497,6 +498,7 @@
|
|
|
497
498
|
<div class="sidebar">
|
|
498
499
|
<div class="session active"><strong>Q:\src\agentlink</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">
|
package/web/dist/landing.zh.html
CHANGED
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>AgenticWorker — 随时随地操控你的 Coding Agent</title>
|
|
7
|
-
<meta name="description" content="AgenticWorker 为 Copilot、Claude Code 和更多 Coding Agent 提供简洁的远程工作台,支持多目录会话管理、文件预览/编辑、远程终端和端到端加密。">
|
|
8
|
-
<meta name="keywords" content="AgenticWorker, Copilot, Claude Code, Coding Agent, 远程工作台, 浏览器 IDE, 端到端加密, 远程终端, 文件编辑">
|
|
7
|
+
<meta name="description" content="AgenticWorker 为 Copilot、Claude Code、Codex 和更多 Coding Agent 提供简洁的远程工作台,支持多目录会话管理、文件预览/编辑、远程终端和端到端加密。">
|
|
8
|
+
<meta name="keywords" content="AgenticWorker, 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
14
|
<meta property="og:title" content="AgenticWorker — 随时随地操控你的 Coding Agent">
|
|
15
|
-
<meta property="og:description" content="为 Copilot、Claude Code 和更多 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
18
|
<meta property="og:site_name" content="AgenticWorker">
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<meta property="og:locale:alternate" content="en_US">
|
|
21
21
|
<meta name="twitter:card" content="summary_large_image">
|
|
22
22
|
<meta name="twitter:title" content="AgenticWorker — 随时随地操控你的 Coding Agent">
|
|
23
|
-
<meta name="twitter:description" content="为 Copilot、Claude Code 和更多 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">
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@context": "https://schema.org",
|
|
32
32
|
"@type": "SoftwareApplication",
|
|
33
33
|
"name": "AgenticWorker",
|
|
34
|
-
"description": "为 Copilot、Claude Code 和更多 Coding Agent 准备的远程工作台,支持端到端加密。",
|
|
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",
|
|
@@ -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">AgenticWorker 把本地项目连接到私有 Web 工作台,让你可以在任何设备上操控 Copilot、Claude Code 和更多 Agent。</p>
|
|
467
|
+
<p class="lead">AgenticWorker 把本地项目连接到私有 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">
|
|
@@ -492,6 +493,7 @@
|
|
|
492
493
|
<div class="sidebar">
|
|
493
494
|
<div class="session active"><strong>Q:\src\agentlink</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">
|