Releases: pipecrew-ai/pipecrew
Release list
v1.3.0
Added
/siteview-fleet — a machine-wide fleet dashboard. Where /site-view shows one /deliver run in depth, /siteview-fleet opens a live view of every Claude Code session on the machine at once — one card per session with token usage, sub-agents, and a "needs approval" badge; click any card for its agent-dispatch tree and activity timeline. PipeCrew /deliver sessions render with the same pharaoh crew icons as /site-view.
It's backed by the standalone, zero-dependency pipecrew-siteview tool. The skill locates an existing install ($PIPECREW_SITEVIEW_DIR → ~/pipecrew-siteview clone → global bin) and hands off. It never installs silently — if the tool is missing, the skill asks first and, on your opt-in, runs npm install -g pipecrew-siteview.
Update: /plugin marketplace update pipecrew → /plugin install pipecrew@pipecrew → /reload-plugins
v1.2.0
PipeCrew v1.2.0
Updating: /plugin marketplace update pipecrew → /plugin install pipecrew@pipecrew → /reload-plugins (or enable auto-update once). See the CHANGELOG.
Added
- Per-stage token totals in the site-view v2 swimlane headers — cost distribution across Understand → Contract → Build → Verify → Ship → Learn at a glance (reconciles to the header total).
/delivercommits per Phase-5 task — each repo's branch is built as one logical commit per implementation task (+ afix()commit per Phase-5.5 fix round), so large single-repo changes stay reviewable commit-by-commit without splitting the feature into multiple PRs. Also fills a gap where the pipeline never committed.- Empty-diff review guard — reviewers diff committed history, so an uncommitted task would leave them reviewing nothing;
write-review-diff.jsnow emits a loudEMPTY DIFFsignal and Phase 5.5 skips that repo's reviewer with an actionable warning instead of failing silently.
v1.1.0
PipeCrew v1.1.0
Updating: /plugin marketplace update pipecrew → /plugin install pipecrew@pipecrew → /reload-plugins (or enable auto-update once via /plugin → Marketplaces → pipecrew). See the CHANGELOG.
Added
- Site-view v2 — stage-flow pipeline UI (now the default). Live view reorganized around the six chapters a
/deliverrun moves through — Understand → Contract → Build → Verify → Ship → Learn — with a rail that lights station-by-station, per-stage swimlanes, running token + wall-clock totals, and a pharaoh-themed monument pyramid that builds a tier per completed stage. Original UI remains at/v1. - Canonical pipeline-stage vocabulary (
scripts/stages.js) — one shared phase→stage source of truth for the site-view, validator, and future reporting; optional validatedstage_groupcheckpoint field. /learnfrom a Claude Code session (or free text) with no prior/deliverrun, plus a first-class "no update recommended" outcome.- Website brand logo in the site-view header.
- Update-available notice — a once/day, fail-silent SessionStart hook that tells you when a newer release is out and how to update.
Fixed
- Workspace memory sync no longer publishes non-durable run-local files or redacts ordinary file paths as secrets.