@agent-link/server 0.1.151 → 0.1.152
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 +30 -30
- package/web/landing.zh.html +30 -30
package/package.json
CHANGED
package/web/landing.html
CHANGED
|
@@ -1109,15 +1109,26 @@
|
|
|
1109
1109
|
<p>No accounts. No registration. Install, start, open — done.</p>
|
|
1110
1110
|
</div>
|
|
1111
1111
|
|
|
1112
|
-
<!--
|
|
1112
|
+
<!-- Multi-Agent Teams -->
|
|
1113
1113
|
<div class="bento-card">
|
|
1114
1114
|
<div class="bento-visual">
|
|
1115
|
-
<div class="bento-icon
|
|
1116
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><
|
|
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
1117
|
</div>
|
|
1118
1118
|
</div>
|
|
1119
|
-
<h3>
|
|
1120
|
-
<p>
|
|
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>
|
|
1121
1132
|
</div>
|
|
1122
1133
|
|
|
1123
1134
|
<!-- Full Claude Code — wide -->
|
|
@@ -1149,26 +1160,26 @@
|
|
|
1149
1160
|
<p>File editing, shell commands, search, multi-turn conversations — every capability, now in your browser.</p>
|
|
1150
1161
|
</div>
|
|
1151
1162
|
|
|
1152
|
-
<!--
|
|
1163
|
+
<!-- Any Device -->
|
|
1153
1164
|
<div class="bento-card">
|
|
1154
1165
|
<div class="bento-visual">
|
|
1155
|
-
<div class="bento-icon
|
|
1156
|
-
<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="
|
|
1166
|
+
<div class="bento-icon cyan">
|
|
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="5" y="2" width="14" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line></svg>
|
|
1157
1168
|
</div>
|
|
1158
1169
|
</div>
|
|
1159
|
-
<h3>
|
|
1160
|
-
<p>
|
|
1170
|
+
<h3>Any Device</h3>
|
|
1171
|
+
<p>Phone, tablet, laptop — any browser becomes your Claude Code terminal.</p>
|
|
1161
1172
|
</div>
|
|
1162
1173
|
|
|
1163
|
-
<!--
|
|
1174
|
+
<!-- Self-hostable -->
|
|
1164
1175
|
<div class="bento-card">
|
|
1165
1176
|
<div class="bento-visual">
|
|
1166
|
-
<div class="bento-icon
|
|
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="
|
|
1177
|
+
<div class="bento-icon green">
|
|
1178
|
+
<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="2" width="20" height="8" rx="2" ry="2"></rect><rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect><line x1="6" y1="6" x2="6.01" y2="6"></line><line x1="6" y1="18" x2="6.01" y2="18"></line></svg>
|
|
1168
1179
|
</div>
|
|
1169
1180
|
</div>
|
|
1170
|
-
<h3>
|
|
1171
|
-
<p>Run
|
|
1181
|
+
<h3>Self-Hostable</h3>
|
|
1182
|
+
<p>Run your own relay server. Your infrastructure, your rules, your data.</p>
|
|
1172
1183
|
</div>
|
|
1173
1184
|
|
|
1174
1185
|
<!-- Password Protection -->
|
|
@@ -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,15 +1108,26 @@
|
|
|
1108
1108
|
<p>不用注册账号,不用配置环境。安装、启动、打开链接,三步搞定。</p>
|
|
1109
1109
|
</div>
|
|
1110
1110
|
|
|
1111
|
-
<!--
|
|
1111
|
+
<!-- 多 Agent 协作 -->
|
|
1112
1112
|
<div class="bento-card">
|
|
1113
1113
|
<div class="bento-visual">
|
|
1114
|
-
<div class="bento-icon
|
|
1115
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><
|
|
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
1116
|
</div>
|
|
1117
1117
|
</div>
|
|
1118
|
-
<h3
|
|
1119
|
-
<p
|
|
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>
|
|
1120
1131
|
</div>
|
|
1121
1132
|
|
|
1122
1133
|
<!-- Full Claude Code — wide -->
|
|
@@ -1148,26 +1159,26 @@
|
|
|
1148
1159
|
<p>文件编辑、Shell 命令、代码搜索、多轮对话 — 所有能力,现在搬到了浏览器里。</p>
|
|
1149
1160
|
</div>
|
|
1150
1161
|
|
|
1151
|
-
<!--
|
|
1162
|
+
<!-- Any Device -->
|
|
1152
1163
|
<div class="bento-card">
|
|
1153
1164
|
<div class="bento-visual">
|
|
1154
|
-
<div class="bento-icon
|
|
1155
|
-
<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="
|
|
1165
|
+
<div class="bento-icon cyan">
|
|
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="5" y="2" width="14" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line></svg>
|
|
1156
1167
|
</div>
|
|
1157
1168
|
</div>
|
|
1158
|
-
<h3
|
|
1159
|
-
<p
|
|
1169
|
+
<h3>任何设备</h3>
|
|
1170
|
+
<p>手机、平板、笔记本 — 有浏览器就行,随时切到你的 Claude。</p>
|
|
1160
1171
|
</div>
|
|
1161
1172
|
|
|
1162
|
-
<!--
|
|
1173
|
+
<!-- Self-hostable -->
|
|
1163
1174
|
<div class="bento-card">
|
|
1164
1175
|
<div class="bento-visual">
|
|
1165
|
-
<div class="bento-icon
|
|
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="
|
|
1176
|
+
<div class="bento-icon green">
|
|
1177
|
+
<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="2" width="20" height="8" rx="2" ry="2"></rect><rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect><line x1="6" y1="6" x2="6.01" y2="6"></line><line x1="6" y1="18" x2="6.01" y2="18"></line></svg>
|
|
1167
1178
|
</div>
|
|
1168
1179
|
</div>
|
|
1169
|
-
<h3
|
|
1170
|
-
<p
|
|
1180
|
+
<h3>可自建部署</h3>
|
|
1181
|
+
<p>一条命令启动你自己的中继服务器。你的基础设施,你的规则。</p>
|
|
1171
1182
|
</div>
|
|
1172
1183
|
|
|
1173
1184
|
<!-- Password Protection -->
|
|
@@ -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
|
|