Files
roboco/CHANGELOG.md
T
Renn F 4dc2ce2867 docs(changelog): align 0.1.0 entry — 20 agents + the Task Assistant
The 0.1.0 entry said "18 AI agents" (reconciled to 20 today, matching the README,
CLAUDE.md, and the how-to) and omitted the Task Assistant / intake Prompter — the
headline feature of the release. Fix the count, add Intake to the hierarchy, and
add the Task Assistant bullet.
2026-06-09 17:34:41 +02:00

1.5 KiB

Changelog

All notable changes to RoboCo are documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Released

0.1.0 - 2026-06-09

Added

  • Initial public release of RoboCo — an open-source AI agent "company": a virtual organization of 20 AI agents and 1 human CEO that plans, builds, reviews, documents, and ships software.
  • Organizational hierarchy: on-demand Intake, Board (Product Owner, Head of Marketing, Auditor), Main PM, and Backend / Frontend / UX-UI cells.
  • Task Assistant (the intake Prompter): a live, codebase-aware chat that interviews the CEO and drafts a well-formed, board-ready task — objective, per-cell breakdown, and acceptance criteria — then launches it into the lifecycle (Board review, or straight to the Main PM).
  • Agent gateway (roboco-flow, roboco-do) backed by the server-side Choreographer; intent-verb tool surface per role.
  • Task lifecycle state machine with role-based transitions and git workflow (PR-before-QA, CEO approval for major work).
  • A2A protocol, journals, channels/notifications, kanban, and RAG (piragi + pgvector) knowledge base.
  • Next.js control panel (panel/) behind a single nginx entry point.
  • Multi-agent workspace management with per-project encrypted git tokens.