All versions since 7.5.4
7.5.4
Apr 19, 2026
Thoughts Profile Drift Repair
The catalyst-thoughts.sh init-or-repair command now automatically detects and fixes profile drift between your .catalyst/config.json and humanlayer’s repo mapping. When drift is detected, it runs humanlayer thoughts uninit --force followed by re-init with the correct profile and directory from your config. Previously, drift would cause silent failures that required manual intervention.
PRs
7.6.0
Apr 20, 2026
Worktree One-Shot Development Pipeline
Create a ticket worktree and launch Claude with the full research-to-ship pipeline pre-queued in one command. The new Warp tab variant runs /catalyst-dev:oneshot {{ticket}} automatically after worktree creation, enabling walk-away autonomous development workflows. Also adds PM kickoff prompts and fixes symlink preservation when copying plugin directories into new worktrees.
PRs
- dev: New Worktree One-Shot Warp variant (#215) (0614a96)
- dev: PM kickoff prompt + worktree symlink fix (#213) (b03fc87)
7.6.1
Apr 20, 2026
PM Parallel Orient Delegates
PM kickoff now dispatches three parallel sub-agents for orientation instead of running raw CLI fetches in the main context. This reduces a typical PM session start from ~15 tool calls with 30KB of JSON debris down to 3-4 clean tool calls, keeping the main context focused on PM reasoning rather than data collection.
PRs
7.7.0 Latest
Apr 21, 2026
Orchestrator Intelligence & Communications
Three productivity-focused areas land in the monitor: a restructured dashboard puts “what needs me?” first without scrolling, a new Comms view surfaces real-time catalyst-comms channels with live message feeds and cross-links from worker activity, and orchestrator briefings now include an auto-generated rollup that aggregates what shipped across all waves. Worker cost tooltips explain when metrics are unavailable, and PR status badges show merge conflicts or blocks at a glance across tables and cards.
PRs
- dev: briefing Sheet + orchestrator Briefing tab (CTL-105) (#234) (8324f1c)
- dev: catalyst-comms setup + website docs (CTL-113) (#231) (7ce31a4)
- dev: Comms view in orch-monitor (CTL-112) (#235) (ed8ba1a)
- dev: Comms view in orch-monitor (CTL-112) (#236) (81ef0e4)
- dev: dashboard IA three-zone layout (CTL-107) (#238) (9ce601f)
- dev: orchestrator rollup briefing (CTL-108) (#237) (007c8f3)
- dev: OTel health banner + worker cost tooltips (CTL-104) (#230) (0f63dbd)
- dev: persist orchestrator artifacts with hybrid archive (CTL-110) (#232) (003bce3)
- dev: PR status badges across orch-monitor (CTL-109) (#229) (b3510f8)
- dev: rename Process column to Worker, suppress dead PID on done workers (CTL-101) (#226) (6db8a76)
- dev: scaffold shadcn/ui interaction primitives in orch-monitor (CTL-97) (#223) (fbaba97)
- dev: setup-warp color-by-org convention, reserve blue for PM (#219) (4266d33)
- dev: wire catalyst-comms into orchestrate (CTL-111) (#222) (f1e0ecf)
- dev: worker + session drawers → shadcn Sheet (CTL-106) (#233) (6355968)
- dev: Active filter now hides done orchestrators (CTL-99) (#224) (39fbe22)
- dev: exclude abandoned workers from orch-monitor progress denominator (CTL-100) (#225) (0437300)
- dev: rename “Process died” → “Worker died” in attention feed (CTL-102) (#227) (5ee6c77)
- dev: TaskListSection empty/error states + worker-tasks debug endpoint (CTL-103) (#228) (8524299)