Releases: zvadaadam/deus-machine
Releases · zvadaadam/deus-machine
Deus v0.3.8
What's Changed
- Fix Bun CLI release publish auth by @zvadaadam in #296
Full Changelog: v0.3.7...v0.3.8
Deus v0.3.6
What's Changed
- Fix release packaging for device-use by @zvadaadam in #262
Full Changelog: v0.3.5...v0.3.6
Deus v0.3.3
What's Changed
- fix: expand tilde in repo paths and resolve cwd server-side by @zvadaadam in #235
- refactor: reduce backend complexity via helper extraction and dedup by @zvadaadam in #236
- fix: macOS release notarization with API key auth by @zvadaadam in #237
- feat: live HTML preview in chat by @zvadaadam in #238
- Unified message & parts architecture by @zvadaadam in #239
- refactor: single-store streaming architecture with Part objects by @zvadaadam in #240
Full Changelog: v0.3.2...v0.3.3
Deus v0.3.0
What's Changed
- feat: add collapsible file tree with minimap strip by @zvadaadam in #228
- feat: add deus-machine CLI — npm install, headless server, desktop installer by @zvadaadam in #227
Full Changelog: v0.2.0...v0.3.0
Deus v0.2.0
What's Changed
- Add desktop build and dev scripts by @zvadaadam in #1
- Fix build scripts and dependencies by @zvadaadam in #2
- Update sidebar repository spacing by @zvadaadam in #3
- Add workspace-level isolation info by @zvadaadam in #4
- Fix browser panel layout with console open by @zvadaadam in #5
- Implement Smart Hover Labels for Element Selector by @zvadaadam in #6
- Refactor CSS to Tailwind & Fix Vibrancy by @zvadaadam in #7
- Refactor Dashboard layout for scroll and visibility by @zvadaadam in #8
- feat: Implement core chat refactor and linking by @zvadaadam in #10
- Add repository and settings modal features by @zvadaadam in #11
- Integrate TanStack Query v5 by @zvadaadam in #12
- Refactor: Frontend architecture to FSD-Lite structure by @zvadaadam in #13
- Fix backend crash on message send & add comprehensive E2E tests by @zvadaadam in #14
- feat: Implement smart auto-scroll for chat messages by @zvadaadam in #15
- Fix chat message spacing and auto-scroll by @zvadaadam in #16
- Refactor sidebar architecture and fix WelcomeView scroll by @zvadaadam in #17
- Refactor to FSD-Lite architecture with chat & sidebar improvements by @zvadaadam in #18
- Sidebar Architecture Refactor: Drag-and-Drop, Alignment System & Performance by @zvadaadam in #19
- Add pulse animation icon and keyboard navigation for workspaces by @zvadaadam in #20
- feat: Chat Architecture Refactor - BaseToolRenderer Pattern & Performance Improvements by @zvadaadam in #21
- Add session duration tracking with real-time updates by @zvadaadam in #22
- feat: Optimize MessageInput component - UX improvements and code cleanup by @zvadaadam in #23
- Enhance chat scroll button with animations and better positioning by @zvadaadam in #24
- feat: Real-time event push - Replace HTTP polling with Unix socket events (99% API reduction) by @zvadaadam in #25
- feat: Documentation cleanup, port auto-increment, and architecture improvements by @zvadaadam in #26
- Fix sidebar diff stats to compare against origin/main by @zvadaadam in #27
- fix: Resolve panel layout overflow when messages with wide content load by @zvadaadam in #28
- fix: Eliminate message re-renders on input change (99% performance improvement) by @zvadaadam in #29
- Redesign WelcomeView with minimalist first-time experience by @zvadaadam in #30
- feat: Browser overlay with redesigned right panel and collapsible terminal by @zvadaadam in #31
- File Browser with Rust-based scanning & Git status integration by @zvadaadam in #32
- feat: Professional inline diff viewer with theme support and word-level highlighting by @zvadaadam in #33
- Fluid Sidebar with Status-Based Badge System & GPU-Accelerated Animations by @zvadaadam in #34
- Design: Chat UI polish - Jony Ive minimalism + instant markdown rendering by @zvadaadam in #35
- feat: Redesign chat header with breadcrumbs, tab icons, and inline branch editing by @zvadaadam in #36
- refactor: User message design overhaul - elegant, readable, minimal by @zvadaadam in #37
- refactor: Comprehensive styling fixes and shadcn component policy update by @zvadaadam in #39
- Browser UI: Tooltips, Empty State & Design Refinements by @zvadaadam in #38
- Design System: Suisse Intl Fonts + Copper Theme + Color Cleanup by @zvadaadam in #40
- Design System: Suisse Intl Fonts + Copper Theme + Color Cleanup + UI Refinements by @zvadaadam in #42
- Refine right panel tabs by @zvadaadam in #41
- Refactor: Remove redundant Tailwind utilities from MessageInput by @zvadaadam in #43
- Setup: Add Prettier with Tailwind CSS class sorting by @zvadaadam in #44
- refactor: UI polish - typography, sidebar optimization, status indicators by @zvadaadam in #45
- refactor: Text weight system and visual hierarchy for chat messages by @zvadaadam in #46
- refactor: Redesign right panel tabs with minimal accent underline by @zvadaadam in #47
- feat: Implement turn-level message collapsing by @zvadaadam in #48
- Git clone with progress streaming and layout refactoring by @zvadaadam in #49
- Remove dead code and unused utilities by @zvadaadam in #51
- Implement Zustand stable actions and Immer optimistic updates by @zvadaadam in #50
- Clean up root directory and dev tooling by @zvadaadam in #52
- refactor(sidebar): Standardize hover states and opacity levels by @zvadaadam in #53
- refactor(error-boundary): Upgrade to react-error-boundary with QueryErrorResetBoundary by @zvadaadam in #54
- feat: Add Storybook for component development by @zvadaadam in #55
- Fix diff rendering and create file-browser feature by @zvadaadam in #56
- refactor(design): Add macOS vibrancy and improve file tree subtlety by @zvadaadam in #57
- Add workspace design file by @zvadaadam in #58
- refactor(design): Refine workspace design with updated colors and styling by @zvadaadam in #59
- Redesign workspace layout with multi-panel UI by @zvadaadam in #60
- Harden tool rendering for invalid inputs by @zvadaadam in #61
- Add user avatar icons to chat messages by @zvadaadam in #62
- Remove collapsed sidebar and improve animations by @zvadaadam in #63
- feat: Replace custom diff rendering with @pierre/diffs library by @zvadaadam in #64
- Add PixelGrid animated status indicators for chat by @zvadaadam in #65
- refactor(sidebar): Remove Tauri vibrancy detection and simplify styling by @zvadaadam in #67
- feat(vibrancy): Arc/Dia-inspired content area styling by @zvadaadam in #70
- feat: Implement native window dragging for macOS overlay titlebar by @zvadaadam in #69
- refactor: Backend migration to Hono + Rust git layer by @zvadaadam in #68
- test: comprehensive sidecar agent testing suite by @zvadaadam in #71
- refactor(design): Update workspace colors to use semantic design tokens by @zvadaadam in #72
- Fix: Diff stats capture uncommitted and untracked changes by @zvadaadam in #73
- refactor(sidecar): Clean architecture with sidecar-v2 + SDK migration + structural improvements by @zvadaadam in #74
- refactor(settings): Modernize modal with Linear/Vercel-inspired design by @zvadaadam in #75
- refactor(settings): Consolidate modal from 10 to 3 sections by @zvadaadam in #77
- feat(session): Subagent visualization with internal message grouping by @zvadaadam in #79
- feat(layout): tab-based diff viewer with VS Code UX pattern by @zvadaadam in #76
- refactor(chat): Unify tool rendering with improved diff stats and auto-scroll by @zvadaadam in #80
- feat(design): Add design files and mockups for conductor IDE by @zvadaadam in #81
- feat(browser): Tabbed browser UI with WKWebView automation by @zvadaadam in #82
- chore(design): Synchronize colors, fonts, and tokens by @zvadaadam in #83
- chore(design): Update app.pen design file by @zvadaadam in #84
- feat(si...