@agent-link/server 0.1.139 → 0.1.141

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-link/server",
3
- "version": "0.1.139",
3
+ "version": "0.1.141",
4
4
  "description": "AgentLink relay server",
5
5
  "license": "MIT",
6
6
  "repository": {
package/web/landing.html CHANGED
@@ -1181,6 +1181,28 @@
1181
1181
  <h3>Optional Password</h3>
1182
1182
  <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
1183
  </div>
1184
+
1185
+ <!-- Multi-Agent Teams -->
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 -->
1197
+ <div class="bento-card">
1198
+ <div class="bento-visual">
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="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg>
1201
+ </div>
1202
+ </div>
1203
+ <h3>Markdown Preview</h3>
1204
+ <p>Built-in split-pane Markdown editor with live HTML preview, syntax highlighting, and dark mode.</p>
1205
+ </div>
1184
1206
  </section>
1185
1207
 
1186
1208
  <div class="section-divider"></div>
@@ -1180,6 +1180,28 @@
1180
1180
  <h3>密码保护</h3>
1181
1181
  <p>加个 <code style="color:var(--green);font-family:'JetBrains Mono',monospace;font-size:0.8rem">--password</code> 参数锁住会话,自带暴力破解防护。</p>
1182
1182
  </div>
1183
+
1184
+ <!-- 多 Agent 协作 -->
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 -->
1196
+ <div class="bento-card">
1197
+ <div class="bento-visual">
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="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg>
1200
+ </div>
1201
+ </div>
1202
+ <h3>Markdown 实时预览</h3>
1203
+ <p>内置分栏 Markdown 编辑器,实时 HTML 预览,代码语法高亮,支持深色模式。</p>
1204
+ </div>
1183
1205
  </section>
1184
1206
 
1185
1207
  <div class="section-divider"></div>