@agent-link/server 0.1.62 → 0.1.63
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 +6 -14
package/package.json
CHANGED
package/web/landing.html
CHANGED
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>AgentLink — Remote Control for Claude Code</title>
|
|
7
|
-
<meta name="description" content="
|
|
7
|
+
<meta name="description" content="Remote control for Claude Code. Start a task in your terminal, walk away, and continue from your phone or any browser. Auto-reconnects, end-to-end encrypted.">
|
|
8
8
|
<meta name="keywords" content="Claude Code, remote control, browser IDE, AI coding assistant, AgentLink, end-to-end encrypted, self-hosted, mobile coding">
|
|
9
9
|
<link rel="canonical" href="https://msclaude.ai/">
|
|
10
10
|
<!-- Open Graph -->
|
|
11
11
|
<meta property="og:type" content="website">
|
|
12
12
|
<meta property="og:title" content="AgentLink — Remote Control for Claude Code">
|
|
13
|
-
<meta property="og:description" content="
|
|
13
|
+
<meta property="og:description" content="Remote control for Claude Code. Start a task in your terminal, walk away, and continue from your phone or any browser. Auto-reconnects, end-to-end encrypted.">
|
|
14
14
|
<meta property="og:url" content="https://msclaude.ai/">
|
|
15
15
|
<meta property="og:image" content="https://msclaude.ai/iPad.png">
|
|
16
16
|
<meta property="og:site_name" content="AgentLink">
|
|
17
17
|
<!-- Twitter Card -->
|
|
18
18
|
<meta name="twitter:card" content="summary_large_image">
|
|
19
19
|
<meta name="twitter:title" content="AgentLink — Remote Control for Claude Code">
|
|
20
|
-
<meta name="twitter:description" content="
|
|
20
|
+
<meta name="twitter:description" content="Remote control for Claude Code. Start a task in your terminal, walk away, and continue from your phone or any browser. Auto-reconnects, end-to-end encrypted.">
|
|
21
21
|
<meta name="twitter:image" content="https://msclaude.ai/iPad.png">
|
|
22
22
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
23
23
|
<script type="application/ld+json">
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@context": "https://schema.org",
|
|
26
26
|
"@type": "SoftwareApplication",
|
|
27
27
|
"name": "AgentLink",
|
|
28
|
-
"description": "
|
|
28
|
+
"description": "Remote control for Claude Code. Start a task in your terminal, walk away, and continue from your phone or any browser. Auto-reconnects, end-to-end encrypted.",
|
|
29
29
|
"url": "https://msclaude.ai/",
|
|
30
30
|
"applicationCategory": "DeveloperApplication",
|
|
31
31
|
"operatingSystem": "Windows, macOS, Linux",
|
|
@@ -118,13 +118,6 @@
|
|
|
118
118
|
font-weight: 600;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
.hero-sub {
|
|
122
|
-
font-size: 1rem !important;
|
|
123
|
-
color: var(--text-dim);
|
|
124
|
-
max-width: 580px;
|
|
125
|
-
margin: 0 auto;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
121
|
/* ── Install box ── */
|
|
129
122
|
.install {
|
|
130
123
|
background: var(--surface);
|
|
@@ -402,9 +395,8 @@
|
|
|
402
395
|
|
|
403
396
|
<main>
|
|
404
397
|
<section class="hero">
|
|
405
|
-
<h1>
|
|
406
|
-
<p>
|
|
407
|
-
<p class="hero-sub">One command. One URL. End-to-end encrypted.</p>
|
|
398
|
+
<h1>Remote Control for<br><em>Claude Code</em></h1>
|
|
399
|
+
<p>Start a task in your terminal, close the laptop and go for a walk — then <strong>pick it up from your phone, a tablet, or any browser</strong>. The session stays alive on your machine. Sleep, disconnect, switch networks — it auto-reconnects and keeps going.</p>
|
|
408
400
|
</section>
|
|
409
401
|
|
|
410
402
|
<section class="showcase">
|