Skip to content

Releases: androidZzT/harness-studio

v1.2.8

15 Apr 03:57

Choose a tag to compare

v1.2.7

14 Apr 13:11

Choose a tag to compare

Full Changelog: v1.2.6...v1.2.7

v1.2.6

14 Apr 12:21

Choose a tag to compare

Full Changelog: v1.2.5...v1.2.6

v1.2.5

14 Apr 12:11

Choose a tag to compare

Full Changelog: v1.2.4...v1.2.5

v1.2.4

14 Apr 10:00

Choose a tag to compare

Full Changelog: v1.2.3...v1.2.4

v1.2.3

14 Apr 09:43

Choose a tag to compare

Full Changelog: v1.2.2...v1.2.3

v1.2.2

14 Apr 09:07

Choose a tag to compare

Full Changelog: v1.2.1...v1.2.2

v1.2.1

13 Apr 12:50

Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

v0.1.0 — First Release

12 Apr 12:20

Choose a tag to compare

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 -p execution)
  • 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-studio

Or development mode:

git clone https://github.com/androidZzT/claude-studio.git
cd claude-studio
npm install
npm run dev -- -p 3100

Tech Stack

Next.js · React Flow v12 · Monaco Editor · TypeScript · Tailwind CSS · Lucide Icons