Releases: cuibuaa/flow-crew
Releases · cuibuaa/flow-crew
FlowCrew 0.2.0
[0.2.0] - 2026-05-28
FlowCrew 0.2.0 is the first release positioned as a full agent workflow control plane rather than a browser-first alpha. It adds a Codex-default execution path, campaign memory, run knowledge graphs, deterministic Reality-Gate checks, supervisor steering, daemon/background task surfaces, and a rebuilt dashboard/documentation experience.
Highlights
- Codex-default execution: project defaults now route agent stages through Codex by default, while still supporting Claude as a per-run or per-role override.
- Recommended Claude Code -> Codex workflow: README and skills now present the intended loop: discuss and shape the plan in Claude Code, then
/shipthe confirmed task to FlowCrew for Codex-backed execution. - Workspace dashboard redesign: added workspace/campaign views, run detail pages, campaign KPIs, phase progress, run lists, brief revision panels, and knowledge graph panels.
- Run Memory Graph: added dashboard and documentation support for persisted goals, approaches, findings, insights, results, user hints, and dead ends.
- Campaign intelligence: added campaign iteration state, brief versioning, diagnosis/review surfaces, cross-campaign knowledge graph support, plateau/regression triggers, and research workflow policy support.
- Reality-Gate framework: added deterministic evidence checks that can block unsupported terminal success, plus an audit command for retrospective verification.
- Supervisor and daemon runtime: added supervisor escalation, background task registry, daemon/task CLI surfaces, and run summary parsing.
- Release-facing documentation refresh: rewrote the README, refreshed screenshots and demo assets, and added focused reference docs for architecture, campaigns, CLI, configuration, Reality-Gate, and skills.
Changed
- Raised the package version to
0.2.0. - Kept generated framework campaign logs local-only via
.gitignore. - Removed older dashboard screenshots and replaced them with current workspace, campaign, agent, architecture, and run-memory visuals.
FlowCrew v0.1.0
FlowCrew v0.1.0
This release turns FlowCrew into a more complete multi-agent execution system: task handoff, supervised execution, global run visibility, richer dashboards, and Claude Code-first defaults.
Highlights:
- Claude Code-first default: project defaults and CLI auto-detection prefer Claude Code while retaining Codex support.
- Global skill install by default: ./skills/install.sh installs /ship and /fc-status at user level, with --project available for repo-local installs.
- Supervisor brain: monitors running stages, produces progress briefs, and can guide, abort, re-plan, or detect completion.
- Global run workspace: stores runs under ~/.fc/runs so one dashboard can see all projects.
- CLI expansion: quick, status, list, guide, clean, export, doctor, start, and version commands.
- Dashboard overhaul: live output parsing, run summaries, task list caching, campaign rename, toasts, and monitor improvements.
- Agent handoff skills: shared /ship and /fc-status commands for Claude Code and Codex.
- Run memory and campaign intelligence: persisted evidence, decisions, campaign scoring, and pivot signals.
- Configuration and safety improvements: centralized defaults, supervisor config, path traversal checks, retry controls, and cleaner store paths.
Operational notes:
- The release tag points at commit e64711d.
FlowCrew v0.1.0-alpha
FlowCrew v0.1.0-alpha
Public alpha release for early feedback on the browser-first multi-agent workflow experience.
Highlights
- Browser-based multi-agent workflow runner for Codex
- Experimental Claude support
- Planner discussion before execution
- Visual plan review
- Live execution monitor
- QA gates and retry loops
- Persistent run history
- Campaign-aware task iteration
- Example workflows and demo assets
Install
npm install
npm run dev