@@ -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 >
0 commit comments