diff --git a/.github/workflows/landing.yml b/.github/workflows/landing.yml
index 777604bc..51d075da 100644
--- a/.github/workflows/landing.yml
+++ b/.github/workflows/landing.yml
@@ -32,9 +32,9 @@ jobs:
- name: Generate static site
working-directory: landing
env:
- NUXT_APP_BASE_URL: /claude_agent_teams_ui/
- NUXT_PUBLIC_SITE_URL: https://777genius.github.io/claude_agent_teams_ui
- NUXT_PUBLIC_GITHUB_REPO: 777genius/claude_agent_teams_ui
+ NUXT_APP_BASE_URL: /agent-teams-ai/
+ NUXT_PUBLIC_SITE_URL: https://777genius.github.io/agent-teams-ai
+ NUXT_PUBLIC_GITHUB_REPO: 777genius/agent-teams-ai
run: npm run generate:all
- uses: actions/configure-pages@v5
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4f6edcfd..1ab97a28 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -497,13 +497,13 @@ jobs:
trap 'rm -rf "$TMP_DIR"' EXIT
declare -A FILES=(
- ["Claude-Agent-Teams-UI-arm64.dmg"]="Claude.Agent.Teams.UI-${VERSION}-arm64.dmg"
- ["Claude-Agent-Teams-UI-x64.dmg"]="Claude.Agent.Teams.UI-${VERSION}-x64.dmg"
- ["Claude-Agent-Teams-UI-Setup.exe"]="Claude.Agent.Teams.UI.Setup.${VERSION}.exe"
- ["Claude-Agent-Teams-UI.AppImage"]="Claude.Agent.Teams.UI-${VERSION}.AppImage"
- ["Claude-Agent-Teams-UI-amd64.deb"]="claude-agent-teams-ui_${VERSION}_amd64.deb"
- ["Claude-Agent-Teams-UI-x86_64.rpm"]="claude-agent-teams-ui-${VERSION}.x86_64.rpm"
- ["Claude-Agent-Teams-UI.pacman"]="claude-agent-teams-ui-${VERSION}.pacman"
+ ["Claude-Agent-Teams-UI-arm64.dmg"]="Agent.Teams.AI-${VERSION}-arm64.dmg"
+ ["Claude-Agent-Teams-UI-x64.dmg"]="Agent.Teams.AI-${VERSION}-x64.dmg"
+ ["Claude-Agent-Teams-UI-Setup.exe"]="Agent.Teams.AI.Setup.${VERSION}.exe"
+ ["Claude-Agent-Teams-UI.AppImage"]="Agent.Teams.AI-${VERSION}.AppImage"
+ ["Claude-Agent-Teams-UI-amd64.deb"]="agent-teams-ai_${VERSION}_amd64.deb"
+ ["Claude-Agent-Teams-UI-x86_64.rpm"]="agent-teams-ai-${VERSION}.x86_64.rpm"
+ ["Claude-Agent-Teams-UI.pacman"]="agent-teams-ai-${VERSION}.pacman"
)
# Download versioned files and re-upload with stable names
@@ -574,22 +574,22 @@ jobs:
# electron-updater on GitHub still consumes a single latest-mac.yml, so we
# publish the Apple Silicon feed here and suppress Intel auto-update in-app
# until we switch to universal packaging or an arch-aware provider.
- download_asset "Claude.Agent.Teams.UI-${VERSION}-arm64-mac.zip"
- download_asset "Claude.Agent.Teams.UI-${VERSION}-arm64.dmg"
- MAC_ZIP_SHA="$(sha512_base64 Claude.Agent.Teams.UI-${VERSION}-arm64-mac.zip)"
- MAC_ZIP_SIZE="$(file_size Claude.Agent.Teams.UI-${VERSION}-arm64-mac.zip)"
- MAC_DMG_SHA="$(sha512_base64 Claude.Agent.Teams.UI-${VERSION}-arm64.dmg)"
- MAC_DMG_SIZE="$(file_size Claude.Agent.Teams.UI-${VERSION}-arm64.dmg)"
+ download_asset "Agent.Teams.AI-${VERSION}-arm64-mac.zip"
+ download_asset "Agent.Teams.AI-${VERSION}-arm64.dmg"
+ MAC_ZIP_SHA="$(sha512_base64 Agent.Teams.AI-${VERSION}-arm64-mac.zip)"
+ MAC_ZIP_SIZE="$(file_size Agent.Teams.AI-${VERSION}-arm64-mac.zip)"
+ MAC_DMG_SHA="$(sha512_base64 Agent.Teams.AI-${VERSION}-arm64.dmg)"
+ MAC_DMG_SIZE="$(file_size Agent.Teams.AI-${VERSION}-arm64.dmg)"
cat > latest-mac.yml <
You're the CTO, agents are your team. They handle tasks themselves, message each other, review each other. You just look at the kanban board and drink coffee.
|
-
+
- + |
-
+
May trigger SmartScreen — click "More info" → "Run anyway" |
-
+
- + |
@@ -268,8 +268,8 @@ Electron 40, React 19, TypeScript 5, Tailwind CSS 3, Zustand 4. Data from `~/.cl
**Prerequisites:** Node.js 20+, pnpm 10+
```bash
-git clone https://github.com/777genius/claude_agent_teams_ui.git
-cd claude_agent_teams_ui
+git clone https://github.com/777genius/agent-teams-ai.git
+cd agent-teams-ai
pnpm install
pnpm dev
```
diff --git a/bun.lock b/bun.lock
index 13c2badc..c33b6e46 100644
--- a/bun.lock
+++ b/bun.lock
@@ -3,7 +3,7 @@
"configVersion": 1,
"workspaces": {
"": {
- "name": "claude-agent-teams-ui",
+ "name": "agent-teams-ai",
"dependencies": {
"@claude-teams/agent-graph": "workspace:*",
"@codemirror/autocomplete": "^6.20.0",
diff --git a/docs/RELEASE.md b/docs/RELEASE.md
index 825bb941..3fce2e34 100644
--- a/docs/RELEASE.md
+++ b/docs/RELEASE.md
@@ -15,7 +15,7 @@ Initial release: Agent Teams with reliable CLI detection in packaged builds (she
After CI uploads artifacts, optional notes update:
```bash
-gh release edit v1.0.0 --repo 777genius/claude_agent_teams_ui --notes "$(cat <<'EOF'
+gh release edit v1.0.0 --repo 777genius/agent-teams-ai --notes "$(cat <<'EOF'
## Agent Teams v1.0.0
First stable build: CLI/auth reliability in packaged apps, IPC hardening, and platform packaging.
@@ -37,33 +37,33 @@ First stable build: CLI/auth reliability in packaged apps, IPC hardening, and pl
|
-
+
- + |
-
+
May trigger SmartScreen — click "More info" → "Run anyway" |
-
+
- + |
@@ -112,7 +112,7 @@ This triggers the `release.yml` GitHub Actions workflow which:
After the workflow completes, edit the release notes:
```bash
-gh release edit v
|
-
+
- + |
-
+
May trigger SmartScreen — click "More info" → "Run anyway" |
-
+
- + |
@@ -196,15 +196,15 @@ electron-builder generates these artifacts per platform:
| Platform | Versioned Name | Stable Name (for /latest/download) |
|------------------|--------------------------------------------------|--------------------------------------------|
-| macOS arm64 DMG | `Claude.Agent.Teams.UI-