Catalyst Dev — Change Log
6.36.0
Apr 16, 2026
AI-Enhanced Changelogs and Homepage Badge
All 51 catalyst-dev changelog entries now have Sonnet-generated titles and 2-4 sentence summaries. The website homepage gains a version badge that reads the latest release from CHANGELOG.md at build time. Changelog page styling follows a Conductor-inspired layout with small muted version numbers, bold release titles, and comfortable reading line-height. CI release note generation upgraded from Haiku to Sonnet, and a new add-changelog-media skill supports R2/CDN hosting for screenshots and GIF screencasts.
PRs
- dev: AI-enhanced changelogs with titles, homepage badge, and Conductor-style styling (#170) (ebdaf99)
6.35.0
Apr 16, 2026
Activity Feed and Task List Integration
The orchestration monitor activity feed now shows tool names, text previews, and rate limit info instead of generic “new turn” labels. A new task list integration reads from ~/.claude/tasks/{sessionId}/ to display per-worker task progress with badges in the worker table and a collapsible task section in the detail drawer.
PRs
6.34.2
Apr 16, 2026
Watcher Subshell Detach
Adds disown after the background watcher subshell in catalyst-claude.sh to fully detach it from bash’s job table before exec replaces the process. This is a defensive fix that prevents any edge case where bash might send SIGHUP to the watcher on exit.
PRs
6.34.1
Apr 16, 2026
Warp Terminal Integration
Replaces child-process claude "$@" with exec claude "$@" in the session wrapper so the process image becomes claude directly, restoring Warp’s rich sidebar metadata (repo, branch, change count) and notification integration. Heartbeat and cleanup logic moves to a background watcher that polls the wrapper PID.
PRs
6.34.0
Apr 16, 2026
Session Time Filter Controls
Filter your Claude sessions in the sidebar by time range with a 5-option toggle (Active/1h/24h/48h/All) that replaces the previous hardcoded 1-hour cutoff. The filter setting persists across page reloads and works in both flat and grouped sidebar modes. Your previous “Active sessions only” behavior is preserved as the default filter option.
PRs
6.33.0
Apr 16, 2026
Linear Ticket Grouping
The orchestration monitor sidebar now groups sessions and orchestrators by Linear ticket ID when you select “ticket” grouping mode. Sessions group by their ticket field, while orchestrators appear in groups for each worker ticket they manage. Items without tickets collect in an “Unlinked” group at the bottom.
PRs
6.32.0
Apr 16, 2026
Dead Code Detection
Knip now runs automatically on every PR to catch unused exports, dead code, and unnecessary dependencies before they reach main. The CI quality gates will fail if any dead code is detected, keeping the codebase clean without manual oversight.
PRs
6.31.0
Apr 16, 2026
Sidebar Repo Grouping
Switch between flat list and grouped tree views with the new Flat/Repo toggle in the sidebar header. In Repo mode, orchestrators group by workspace and sessions by working directory, with collapsible headers showing item counts. Your grouping preference persists across sessions automatically.
PRs
6.30.0
Apr 16, 2026
Session Detail Drawer
Click any session in the sidebar or dashboard to open a detailed inspector with status, elapsed time, cost metrics, and PR information. The drawer follows the same pattern as worker inspection, with mutual exclusion between session and orchestrator views. Sessions now show visual selection states with accent highlighting in the sidebar and borders on dashboard cards.
PRs
6.29.0
Apr 15, 2026
Worker Detail Drawer & Session Tracking
Click any worker row in the orchestration monitor to open a live detail panel with metrics, phase timeline, and activity feed. Standalone Claude sessions are now tracked automatically via catalyst-claude.sh, appearing in the sidebar with real-time status indicators. Run catalyst-db.sh migrate after updating to add the new session columns.