@agent-link/server 0.1.161 → 0.1.162

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.161",
3
+ "version": "0.1.162",
4
4
  "description": "AgentLink relay server",
5
5
  "license": "MIT",
6
6
  "repository": {
package/web/landing.html CHANGED
@@ -668,44 +668,6 @@
668
668
  background: linear-gradient(90deg, transparent, var(--border-hover), transparent);
669
669
  }
670
670
 
671
- /* ── Philosophy Section ── */
672
- .philosophy {
673
- max-width: 700px;
674
- margin: 0 auto;
675
- padding: 0 2rem;
676
- text-align: center;
677
- }
678
-
679
- .philosophy-label {
680
- font-size: 0.7rem;
681
- font-weight: 600;
682
- letter-spacing: 0.15em;
683
- text-transform: uppercase;
684
- color: var(--accent);
685
- margin-bottom: 1.5rem;
686
- }
687
-
688
- .philosophy h2 {
689
- font-size: clamp(1.6rem, 3.5vw, 2.4rem);
690
- font-weight: 700;
691
- letter-spacing: -0.03em;
692
- line-height: 1.25;
693
- margin-bottom: 1.5rem;
694
- }
695
-
696
- .philosophy h2 em {
697
- font-style: normal;
698
- color: var(--text-dim);
699
- }
700
-
701
- .philosophy p {
702
- color: var(--text-mid);
703
- font-size: 1.05rem;
704
- line-height: 1.8;
705
- max-width: 560px;
706
- margin: 0 auto;
707
- }
708
-
709
671
  /* ── Bento Grid ── */
710
672
  .bento {
711
673
  max-width: 1000px;
@@ -1233,20 +1195,6 @@
1233
1195
 
1234
1196
  <div class="section-divider"></div>
1235
1197
 
1236
- <!-- Philosophy -->
1237
- <section class="philosophy">
1238
- <div class="philosophy-label">Philosophy</div>
1239
- <h2>Code shouldn't be <em>chained to a desk.</em></h2>
1240
- <p>
1241
- AgentLink turns Claude Code into a truly portable experience.
1242
- One command, one URL &mdash; chat interactively, spin up agent teams,
1243
- or schedule recurring tasks, all from any device.
1244
- Real encryption, zero accounts required.
1245
- </p>
1246
- </section>
1247
-
1248
- <div class="section-divider"></div>
1249
-
1250
1198
  <!-- Bento Features -->
1251
1199
  <section class="bento" id="features">
1252
1200
  <h2 class="sr-only">Features</h2>
@@ -669,44 +669,6 @@
669
669
  background: linear-gradient(90deg, transparent, var(--border-hover), transparent);
670
670
  }
671
671
 
672
- /* ── Philosophy Section ── */
673
- .philosophy {
674
- max-width: 700px;
675
- margin: 0 auto;
676
- padding: 0 2rem;
677
- text-align: center;
678
- }
679
-
680
- .philosophy-label {
681
- font-size: 0.7rem;
682
- font-weight: 600;
683
- letter-spacing: 0.15em;
684
- text-transform: uppercase;
685
- color: var(--accent);
686
- margin-bottom: 1.5rem;
687
- }
688
-
689
- .philosophy h2 {
690
- font-size: clamp(1.6rem, 3.5vw, 2.4rem);
691
- font-weight: 700;
692
- letter-spacing: -0.03em;
693
- line-height: 1.35;
694
- margin-bottom: 1.5rem;
695
- }
696
-
697
- .philosophy h2 em {
698
- font-style: normal;
699
- color: var(--text-dim);
700
- }
701
-
702
- .philosophy p {
703
- color: var(--text-mid);
704
- font-size: 1.05rem;
705
- line-height: 1.9;
706
- max-width: 560px;
707
- margin: 0 auto;
708
- }
709
-
710
672
  /* ── Bento Grid ── */
711
673
  .bento {
712
674
  max-width: 1000px;
@@ -1233,18 +1195,6 @@
1233
1195
 
1234
1196
  <div class="section-divider"></div>
1235
1197
 
1236
- <!-- Philosophy -->
1237
- <section class="philosophy">
1238
- <div class="philosophy-label">为什么做这个</div>
1239
- <h2>写代码不应该<em>被绑在电脑前。</em></h2>
1240
- <p>
1241
- Claude Code 很强,但只能在终端里用。AgentLink 把它变成一个可以随身携带的体验 &mdash;
1242
- 一行命令,一个链接,在手机上对话、启动 Agent 团队、或调度定时任务。不需要账号,不需要配置,端到端加密。
1243
- </p>
1244
- </section>
1245
-
1246
- <div class="section-divider"></div>
1247
-
1248
1198
  <!-- Bento Features -->
1249
1199
  <section class="bento" id="features">
1250
1200
  <h2 class="sr-only">功能</h2>