Releases: Wintersta7e/agentdeck
v5.1.2 — Workflow animations
Fixes
- Workflow animations restored — Node pulse, done/error flash, status dots, active edge dash, and flow particles were being killed by
prefers-reduced-motionoverrides. On Windows 11, secondary settings (battery saver, performance mode, and similar power states) can flip that media query toreduceeven while Accessibility → Visual effects is explicitly on, which made the whole workflow editor look frozen during execution. The overrides are now removed for status-indicating motion. - Running node intensity bumped — The previous border used a 20%-opacity green token, so even a working pulse rendered as static against the canvas. Running nodes now have a full-opacity colored border with a visible edge-lit glow.
- Loop edges — Animation is now scoped to the active execution state. Idle and done loops no longer animate perpetually; the static
strokeDasharrayon the SVG keeps them visually identifiable as loops.
Download AgentDeck-5.1.2-portable.exe below — portable, no installer.
v5.0.0 — Editorial UI Overhaul
What's New
Editorial Design System — Complete UI overhaul replacing the Fusion FX design system. System sans-serif font, edge-lit surfaces, clean shadows. All 8 themes (4 dark + 4 light) fully supported with 12 adaptive surface tokens.
Home Screen Command Center — 13 new components: DailyDigest, LiveSessionGrid, ProjectCardV2 (git status), SessionTimeline, CostDashboard, SuggestionsPanel, ReviewQueue, RecentWorkflows, AgentStrip, QuickActions. 3-tier progressive disclosure.
Session Data Persistence — Cost tracking, session timeline, and daily digest survive session tab close. Data persists for the entire app session.
Activity Parser — Broadened to detect Claude Code tool-use indicators, file paths, and completion patterns. Bare \r treated as line overwrite.
God-Class Decomposition — Sidebar 703→183 lines, CommandPalette 779→500 lines. Named constants extracted to shared module.
Deep Review — 33 issues fixed across 3 rounds (deep review + Codex review). Security, performance, accessibility, and correctness improvements.
See CHANGELOG.md for the full list.