diff --git a/README.md b/README.md index 0d331bba..adc4e2da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ -

- Claude Agent Teams UI -

+ + + + + + + + + + +
Kanban BoardCode ReviewTeam ViewClaude Agent Teams UIAgent CommentsCreate TeamSettings

Claude Agent Teams UI

@@ -133,24 +141,24 @@ A new approach to task management with AI agent teams. | Feature | Claude Agent Teams UI | Vibe Kanban | Aperant | Cursor | Claude Code CLI | |---|---|---|---|---|---| -| **Cross-team communication** | ✅ | ❌ | ❌ | ❌ | ❌ | +| **Cross-team communication** | ✅ | ❌ | ❌ | — | ❌ | | **Agent-to-agent messaging** | ✅ Native real-time mailbox | ❌ Agents are independent | ❌ Fixed pipeline | ❌ | ✅⚠️ Built-in (no UI) | -| **Full autonomy** | ✅ Agents create, assign, review tasks end-to-end | ❌ Human manages tasks | ❌ Fixed pipeline | ⚠️ Isolated tasks only | ✅⚠️ (no UI) | -| **Task dependencies (blocked by)** | ✅ Guaranteed ordering | ❌ | ⚠️ Within plan only | ❌ | ❌ | | **Linked tasks** | ✅ Cross-references in messages | ⚠️ Subtasks only | ❌ | ❌ | ❌ | | **Session analysis** | ✅ 6-category token tracking | ❌ | ⚠️ Execution logs | ❌ | ❌ | -| **Task attachments** | ✅ Auto-attach, agents read & attach files | ❌ | ✅ Images + files | ❌ | ❌ | +| **Task attachments** | ✅ Auto-attach, agents read & attach files | ❌ | ✅ Images + files | ⚠️ Chat session only | ❌ | | **Hunk-level review** | ✅ Accept / reject individual hunks | ❌ | ❌ | ✅ | ❌ | | **Built-in code editor** | ✅ With Git support | ❌ | ❌ | ✅ Full IDE | ❌ | +| **Full autonomy** | ✅ Agents create, assign, review tasks end-to-end | ❌ Human manages tasks | ❌ Fixed pipeline | ⚠️ Isolated tasks only | ✅⚠️ (no UI) | +| **Task dependencies (blocked by)** | ✅ Guaranteed ordering | ❌ | ⚠️ Within plan only | ❌ | ✅⚠️ (no UI) | | **Review workflow** | ✅ Agents review each other | ❌ | ⚠️ Auto QA pipeline | ❌ | ✅⚠️ (no UI) | -| **Per-task code review** | ✅ Accept / reject / comment | ⚠️ PR-level only | ⚠️ File-level only | ✅ BugBot on PRs | ❌ | +| **Zero setup** | ✅ | ❌ Config required | ❌ Config required | ✅ | ⚠️ CLI install required | | **Kanban board** | ✅ 5 columns, real-time | ✅ | ✅ 6 columns (pipeline) | ❌ | ❌ | | **Execution log viewer** | ✅ Tool calls, reasoning, timeline | ❌ | ✅ Phase-based logs | ✅ | ❌ | -| **Zero setup** | ✅ | ❌ Config required | ❌ Config required | ✅ | ✅ | | **Live processes** | ✅ View, stop, open URLs in browser | ❌ | ✅ 12 agent terminals | ✅ | ❌ | +| **Per-task code review** | ✅ Accept / reject / comment | ⚠️ PR-level only | ⚠️ File-level only | ✅ BugBot on PRs | ❌ | | **Flexible autonomy** | ✅ Granular settings, per-action approval, notifications | ❌ | ⚠️ Plan approval only | ✅ | ✅ | | **Git worktree isolation** | ✅ Optional | ⚠️ Mandatory | ⚠️ Mandatory | ✅ | ✅ | -| **Multi-agent backend** | 🗓️ [In development](https://github.com/Alishahryar1/free-claude-code) | ✅ 6+ agents | ✅ 11 providers | ✅ Own models | — | +| **Multi-agent backend** | 🗓️ [In development](https://github.com/Alishahryar1/free-claude-code) | ✅ 6+ agents | ✅ 11 providers | ✅ Multi-model | — | | **Price** | **Free** | Free / $30 user/mo | Free | $0–$200/mo | Claude subscription | --- diff --git a/docs/screenshots/2.jpg b/docs/screenshots/2.jpg new file mode 100644 index 00000000..61906ba5 Binary files /dev/null and b/docs/screenshots/2.jpg differ diff --git a/docs/screenshots/3.jpg b/docs/screenshots/3.jpg new file mode 100644 index 00000000..273db881 Binary files /dev/null and b/docs/screenshots/3.jpg differ diff --git a/docs/screenshots/4.png b/docs/screenshots/4.png new file mode 100644 index 00000000..0639faf9 Binary files /dev/null and b/docs/screenshots/4.png differ diff --git a/docs/screenshots/5.png b/docs/screenshots/5.png new file mode 100644 index 00000000..10016f27 Binary files /dev/null and b/docs/screenshots/5.png differ diff --git a/docs/screenshots/6.png b/docs/screenshots/6.png new file mode 100644 index 00000000..ec07ad03 Binary files /dev/null and b/docs/screenshots/6.png differ diff --git a/docs/screenshots/7.png b/docs/screenshots/7.png new file mode 100644 index 00000000..33f645e3 Binary files /dev/null and b/docs/screenshots/7.png differ