Releases: androidZzT/harness-studio
Releases · androidZzT/harness-studio
v1.2.8
Full Changelog: v1.2.7...v1.2.8
v1.2.7
Full Changelog: v1.2.6...v1.2.7
v1.2.6
Full Changelog: v1.2.5...v1.2.6
v1.2.5
Full Changelog: v1.2.4...v1.2.5
v1.2.4
Full Changelog: v1.2.3...v1.2.4
v1.2.3
Full Changelog: v1.2.2...v1.2.3
v1.2.2
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Full Changelog: v1.2.0...v1.2.1
v0.1.0 — First Release
claude-studio v0.1.0
Visual orchestration platform for Claude Code Agent Teams.
Features
Workflow Editor
- Drag-and-drop DAG editor with React Flow v12
- 4 edge types: dispatch, report, sync, roundtrip
- Horizontal peer communication handles
- Cycle dependency detection
- Auto-layout with sync-aware node grouping
- Execution preview animation
- Canvas sticky notes
- Minimap navigation
- Undo/Redo (Cmd+Z / Cmd+Shift+Z)
- Right-click context menu
Execution Engine
- Simulate mode (2-3s per node)
- Live mode (real
claude -pexecution) - Checkpoint approval gates
- Real-time SSE status streaming
- Per-node output logging
AI Generation
- Generate workflows from natural language via
claude -p - Generate agents from description
- Generate skills from description
- Fallback to rule-based generator when CLI unavailable
Agent Management
- Create / edit / delete agents
- 9 built-in templates (Architect, Frontend, Backend, Reviewer, Tester, Security, Ops, Coordinator, Efficiency Engineer)
- Production-quality system prompts
Skill Management
- Create / edit / delete skills
- 5 built-in templates (commit, review-pr, refactor, tdd, debug)
- Drag-and-drop binding to agent nodes
Resource Management
- MCP servers visual config
- Hooks editor
- Permissions / allowed tools
- Memory inspector (read-only with delete)
- CLAUDE.md viewer
- Workflow → CLAUDE.md auto-sync on save
Project Management
- Open any local project folder
- Create new projects with templates (Blank / Dev Team / Ops Team)
- Recent projects (localStorage)
- Plugin export (zip download)
UI/UX
- Claude Code theme (terracotta accent #e8906f)
- Clawd pixel mascot on welcome page
- Lucide icons throughout
- Community links with live GitHub stars
- Product settings (theme, font size, grid, minimap, animation speed)
- Bilingual support (English + Chinese)
Quick Start
npx claude-studioOr development mode:
git clone https://github.com/androidZzT/claude-studio.git
cd claude-studio
npm install
npm run dev -- -p 3100Tech Stack
Next.js · React Flow v12 · Monaco Editor · TypeScript · Tailwind CSS · Lucide Icons