@agent-link/server 0.1.151 → 0.1.153
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/landing.html +26 -26
- package/web/landing.zh.html +26 -26
package/package.json
CHANGED
package/web/landing.html
CHANGED
|
@@ -1109,6 +1109,28 @@
|
|
|
1109
1109
|
<p>No accounts. No registration. Install, start, open — done.</p>
|
|
1110
1110
|
</div>
|
|
1111
1111
|
|
|
1112
|
+
<!-- Multi-Agent Teams -->
|
|
1113
|
+
<div class="bento-card">
|
|
1114
|
+
<div class="bento-visual">
|
|
1115
|
+
<div class="bento-icon blue">
|
|
1116
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg>
|
|
1117
|
+
</div>
|
|
1118
|
+
</div>
|
|
1119
|
+
<h3>Multi-Agent Teams</h3>
|
|
1120
|
+
<p>Spawn parallel Claude subagents to tackle complex tasks. Live kanban board, activity feed, and team history.</p>
|
|
1121
|
+
</div>
|
|
1122
|
+
|
|
1123
|
+
<!-- Multi Session -->
|
|
1124
|
+
<div class="bento-card">
|
|
1125
|
+
<div class="bento-visual">
|
|
1126
|
+
<div class="bento-icon blue">
|
|
1127
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="8" height="8" rx="1.5"></rect><rect x="14" y="3" width="8" height="8" rx="1.5"></rect><rect x="2" y="13" width="8" height="8" rx="1.5"></rect><rect x="14" y="13" width="8" height="8" rx="1.5"></rect></svg>
|
|
1128
|
+
</div>
|
|
1129
|
+
</div>
|
|
1130
|
+
<h3>Multi Session</h3>
|
|
1131
|
+
<p>Run multiple conversations in parallel. Switch between tasks without losing context.</p>
|
|
1132
|
+
</div>
|
|
1133
|
+
|
|
1112
1134
|
<!-- Any Device -->
|
|
1113
1135
|
<div class="bento-card">
|
|
1114
1136
|
<div class="bento-visual">
|
|
@@ -1160,17 +1182,6 @@
|
|
|
1160
1182
|
<p>Run your own relay server. Your infrastructure, your rules, your data.</p>
|
|
1161
1183
|
</div>
|
|
1162
1184
|
|
|
1163
|
-
<!-- Multi Session -->
|
|
1164
|
-
<div class="bento-card">
|
|
1165
|
-
<div class="bento-visual">
|
|
1166
|
-
<div class="bento-icon blue">
|
|
1167
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="8" height="8" rx="1.5"></rect><rect x="14" y="3" width="8" height="8" rx="1.5"></rect><rect x="2" y="13" width="8" height="8" rx="1.5"></rect><rect x="14" y="13" width="8" height="8" rx="1.5"></rect></svg>
|
|
1168
|
-
</div>
|
|
1169
|
-
</div>
|
|
1170
|
-
<h3>Multi Session</h3>
|
|
1171
|
-
<p>Run multiple conversations in parallel. Switch between tasks without losing context.</p>
|
|
1172
|
-
</div>
|
|
1173
|
-
|
|
1174
1185
|
<!-- Password Protection -->
|
|
1175
1186
|
<div class="bento-card">
|
|
1176
1187
|
<div class="bento-visual">
|
|
@@ -1182,26 +1193,15 @@
|
|
|
1182
1193
|
<p>Add <code style="color:var(--green);font-family:'JetBrains Mono',monospace;font-size:0.8rem">--password</code> to lock your session. Brute-force protection built in.</p>
|
|
1183
1194
|
</div>
|
|
1184
1195
|
|
|
1185
|
-
<!--
|
|
1186
|
-
<div class="bento-card">
|
|
1187
|
-
<div class="bento-visual">
|
|
1188
|
-
<div class="bento-icon blue">
|
|
1189
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg>
|
|
1190
|
-
</div>
|
|
1191
|
-
</div>
|
|
1192
|
-
<h3>Multi-Agent Teams</h3>
|
|
1193
|
-
<p>Spawn parallel Claude subagents to tackle complex tasks. Live kanban board, activity feed, and team history.</p>
|
|
1194
|
-
</div>
|
|
1195
|
-
|
|
1196
|
-
<!-- Markdown Preview -->
|
|
1196
|
+
<!-- File Preview -->
|
|
1197
1197
|
<div class="bento-card">
|
|
1198
1198
|
<div class="bento-visual">
|
|
1199
1199
|
<div class="bento-icon rose">
|
|
1200
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="
|
|
1200
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="12" y1="11" x2="12" y2="17"></line><line x1="9" y1="14" x2="15" y2="14"></line></svg>
|
|
1201
1201
|
</div>
|
|
1202
1202
|
</div>
|
|
1203
|
-
<h3>
|
|
1204
|
-
<p>
|
|
1203
|
+
<h3>File Explorer</h3>
|
|
1204
|
+
<p>Browse your project tree, preview files with syntax highlighting, and navigate your codebase right from the browser.</p>
|
|
1205
1205
|
</div>
|
|
1206
1206
|
</section>
|
|
1207
1207
|
|
package/web/landing.zh.html
CHANGED
|
@@ -1108,6 +1108,28 @@
|
|
|
1108
1108
|
<p>不用注册账号,不用配置环境。安装、启动、打开链接,三步搞定。</p>
|
|
1109
1109
|
</div>
|
|
1110
1110
|
|
|
1111
|
+
<!-- 多 Agent 协作 -->
|
|
1112
|
+
<div class="bento-card">
|
|
1113
|
+
<div class="bento-visual">
|
|
1114
|
+
<div class="bento-icon blue">
|
|
1115
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg>
|
|
1116
|
+
</div>
|
|
1117
|
+
</div>
|
|
1118
|
+
<h3>多 Agent 协作</h3>
|
|
1119
|
+
<p>启动多个 Claude 子 Agent 并行处理复杂任务,实时看板面板、活动动态、团队历史记录。</p>
|
|
1120
|
+
</div>
|
|
1121
|
+
|
|
1122
|
+
<!-- Multi Session -->
|
|
1123
|
+
<div class="bento-card">
|
|
1124
|
+
<div class="bento-visual">
|
|
1125
|
+
<div class="bento-icon blue">
|
|
1126
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="8" height="8" rx="1.5"></rect><rect x="14" y="3" width="8" height="8" rx="1.5"></rect><rect x="2" y="13" width="8" height="8" rx="1.5"></rect><rect x="14" y="13" width="8" height="8" rx="1.5"></rect></svg>
|
|
1127
|
+
</div>
|
|
1128
|
+
</div>
|
|
1129
|
+
<h3>多会话并行</h3>
|
|
1130
|
+
<p>同时跑多个对话,自由切换,互不干扰。</p>
|
|
1131
|
+
</div>
|
|
1132
|
+
|
|
1111
1133
|
<!-- Any Device -->
|
|
1112
1134
|
<div class="bento-card">
|
|
1113
1135
|
<div class="bento-visual">
|
|
@@ -1159,17 +1181,6 @@
|
|
|
1159
1181
|
<p>一条命令启动你自己的中继服务器。你的基础设施,你的规则。</p>
|
|
1160
1182
|
</div>
|
|
1161
1183
|
|
|
1162
|
-
<!-- Multi Session -->
|
|
1163
|
-
<div class="bento-card">
|
|
1164
|
-
<div class="bento-visual">
|
|
1165
|
-
<div class="bento-icon blue">
|
|
1166
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="8" height="8" rx="1.5"></rect><rect x="14" y="3" width="8" height="8" rx="1.5"></rect><rect x="2" y="13" width="8" height="8" rx="1.5"></rect><rect x="14" y="13" width="8" height="8" rx="1.5"></rect></svg>
|
|
1167
|
-
</div>
|
|
1168
|
-
</div>
|
|
1169
|
-
<h3>多会话并行</h3>
|
|
1170
|
-
<p>同时跑多个对话,自由切换,互不干扰。</p>
|
|
1171
|
-
</div>
|
|
1172
|
-
|
|
1173
1184
|
<!-- Password Protection -->
|
|
1174
1185
|
<div class="bento-card">
|
|
1175
1186
|
<div class="bento-visual">
|
|
@@ -1181,26 +1192,15 @@
|
|
|
1181
1192
|
<p>加个 <code style="color:var(--green);font-family:'JetBrains Mono',monospace;font-size:0.8rem">--password</code> 参数锁住会话,自带暴力破解防护。</p>
|
|
1182
1193
|
</div>
|
|
1183
1194
|
|
|
1184
|
-
<!--
|
|
1185
|
-
<div class="bento-card">
|
|
1186
|
-
<div class="bento-visual">
|
|
1187
|
-
<div class="bento-icon blue">
|
|
1188
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg>
|
|
1189
|
-
</div>
|
|
1190
|
-
</div>
|
|
1191
|
-
<h3>多 Agent 协作</h3>
|
|
1192
|
-
<p>启动多个 Claude 子 Agent 并行处理复杂任务,实时看板面板、活动动态、团队历史记录。</p>
|
|
1193
|
-
</div>
|
|
1194
|
-
|
|
1195
|
-
<!-- Markdown Preview -->
|
|
1195
|
+
<!-- File Preview -->
|
|
1196
1196
|
<div class="bento-card">
|
|
1197
1197
|
<div class="bento-visual">
|
|
1198
1198
|
<div class="bento-icon rose">
|
|
1199
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="
|
|
1199
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="12" y1="11" x2="12" y2="17"></line><line x1="9" y1="14" x2="15" y2="14"></line></svg>
|
|
1200
1200
|
</div>
|
|
1201
1201
|
</div>
|
|
1202
|
-
<h3
|
|
1203
|
-
<p
|
|
1202
|
+
<h3>文件浏览器</h3>
|
|
1203
|
+
<p>浏览项目目录树,代码语法高亮预览,直接在浏览器里导航你的代码库。</p>
|
|
1204
1204
|
</div>
|
|
1205
1205
|
</section>
|
|
1206
1206
|
|