Skip to content

Commit ee83a87

Browse files
plossonclaude
andcommitted
chore: migrate domain from agentio.work to agentio.me
Update all installation URLs and documentation references to use the new domain. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f5d28e2 commit ee83a87

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3535
steps:
3636
- uses: actions/checkout@v4
37-
- run: curl -LsSf https://agentio.work/install | sh
37+
- run: curl -LsSf https://agentio.me/install | sh
3838
- run: npm install -g @anthropic-ai/claude-code
3939
- run: agentio config import && agentio claude install
4040
- run: claude -p "$(cat prompt.md)" --max-turns 30 --dangerously-skip-permissions
@@ -53,12 +53,12 @@ See [`examples/daily-briefing/`](./examples/daily-briefing) for the complete wor
5353

5454
**macOS / Linux:**
5555
```bash
56-
curl -LsSf https://agentio.work/install | sh
56+
curl -LsSf https://agentio.me/install | sh
5757
```
5858

5959
**Windows (PowerShell):**
6060
```powershell
61-
iwr -useb https://agentio.work/install.ps1 | iex
61+
iwr -useb https://agentio.me/install.ps1 | iex
6262
```
6363

6464
<details>
@@ -279,7 +279,7 @@ jobs:
279279
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
280280
steps:
281281
- uses: actions/checkout@v4
282-
- run: curl -LsSf https://agentio.work/install | sh
282+
- run: curl -LsSf https://agentio.me/install | sh
283283
- run: npm install -g @anthropic-ai/claude-code
284284
- run: agentio config import && agentio claude install
285285
- run: claude -p "$(cat prompt.md)" --max-turns 30 --dangerously-skip-permissions

examples/daily-briefing/.github/workflows/daily-briefing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
1515
steps:
1616
- uses: actions/checkout@v4
17-
- run: curl -LsSf https://agentio.work/install | sh
17+
- run: curl -LsSf https://agentio.me/install | sh
1818
- run: npm install -g @anthropic-ai/claude-code
1919
- run: agentio config import && agentio claude install
2020
- run: claude -p "$(cat prompt.md)" --max-turns 30 --dangerously-skip-permissions

site/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -549,14 +549,14 @@ <h2>Install</h2>
549549
</div>
550550
<div class="install-content active" data-content="unix">
551551
<div class="install-command">
552-
<code>curl -LsSf https://agentio.work/install | sh</code>
553-
<button class="copy-btn" onclick="copyCommand(this, 'curl -LsSf https://agentio.work/install | sh')">Copy</button>
552+
<code>curl -LsSf https://agentio.me/install | sh</code>
553+
<button class="copy-btn" onclick="copyCommand(this, 'curl -LsSf https://agentio.me/install | sh')">Copy</button>
554554
</div>
555555
</div>
556556
<div class="install-content" data-content="windows">
557557
<div class="install-command">
558-
<code>iwr -useb https://agentio.work/install.ps1 | iex</code>
559-
<button class="copy-btn" onclick="copyCommand(this, 'iwr -useb https://agentio.work/install.ps1 | iex')">Copy</button>
558+
<code>iwr -useb https://agentio.me/install.ps1 | iex</code>
559+
<button class="copy-btn" onclick="copyCommand(this, 'iwr -useb https://agentio.me/install.ps1 | iex')">Copy</button>
560560
</div>
561561
</div>
562562
<div class="update-hint">
@@ -617,7 +617,7 @@ <h2>Example Workflow</h2>
617617
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
618618
steps:
619619
- uses: actions/checkout@v4
620-
- run: curl -LsSf https://agentio.work/install | sh
620+
- run: curl -LsSf https://agentio.me/install | sh
621621
- run: npm install -g @anthropic-ai/claude-code
622622
- run: agentio config import && agentio claude install
623623
- run: claude -p "$(cat prompt.md)" --max-turns 30</code></pre>

site/install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
# agentio installer script
3-
# Usage: curl -LsSf https://agentio.work/install | sh
3+
# Usage: curl -LsSf https://agentio.me/install | sh
44

55
set -e
66

@@ -233,7 +233,7 @@ main() {
233233
cat <<EOF
234234
agentio installer
235235
236-
Usage: curl -LsSf https://agentio.work/install | sh
236+
Usage: curl -LsSf https://agentio.me/install | sh
237237
238238
Options:
239239
--install-dir DIR Install to specific directory

site/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Skip adding installation directory to PATH.
1717
1818
.EXAMPLE
19-
iwr -useb https://agentio.work/install.ps1 | iex
19+
iwr -useb https://agentio.me/install.ps1 | iex
2020
2121
.EXAMPLE
2222
.\install.ps1 -InstallDir "C:\tools\agentio" -Version "0.1.8"

src/commands/update.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ export function registerUpdateCommand(program: Command): void {
275275
console.error('Automatic update failed. You can update manually:');
276276
console.error('');
277277
if (os.platform() === 'win32') {
278-
console.error(' iwr -useb https://agentio.work/install.ps1 | iex');
278+
console.error(' iwr -useb https://agentio.me/install.ps1 | iex');
279279
} else {
280-
console.error(' curl -LsSf https://agentio.work/install | sh');
280+
console.error(' curl -LsSf https://agentio.me/install | sh');
281281
}
282282
console.error('');
283283
throw error;

0 commit comments

Comments
 (0)