Back to site

Changelog

All releases, from newest to oldest.

v1.2.0 Latest
Added
  • Full-featured database panel: query history with search, saved queries for reuse, SQL autocompletion with table and column suggestions, multi-tab query editor, EXPLAIN plan viewer, cell viewer modal for large values, and export results as CSV or JSON
  • Foreign key relationship visualization in the database panel — click any FK value to jump to the related row, and see table relationships at a glance
  • Redis and MariaDB support added to the database module alongside SQLite, MySQL, PostgreSQL, and MongoDB
  • 13 new git operations: rebase (interactive and onto), tag management (create, delete, list), git blame, fetch all remotes, rename branch, delete remote branch, file history log, per-file commit diffs, GitHub issues list, and merge PRs from the UI
  • Smart Commit: automatically groups your staged changes by directory or feature area, generates a commit message for each group, and lets you commit them separately or all at once
  • One-click git conflict resolution (pick ours or theirs), branch search filter, diff viewer with line numbers, and loading states on all git action buttons
  • Session management: delete old session files from the UI, filter sessions by git branch, and export any session as Markdown or JSON
  • After a significant session (5+ tool calls), a non-intrusive toast suggests reviewing your CLAUDE.md for potential improvements
  • Chat now shows a visible "initializing" indicator before the first response, an interruption marker when you stop a response, and a countdown timer on permission requests
  • Follow-up suggestion chips are now context-aware — they're generated based on your current project instead of generic placeholders
  • Real-time progress display when generating skills or agents, with streaming status updates instead of a static spinner
  • File Explorer power features: copy file, duplicate file, content search across files (grep-style), sort by name/date/size, and configurable ignore patterns
  • GitHub-style yearly contribution graph on the dashboard showing your daily coding activity
  • Set a daily coding goal with progress bar, compare your time across periods (day, week, month), and export time tracking data as CSV
  • Hover any time tracking stat card to see your streak, daily average, session count, and top project in a tooltip
  • Kanban tasks now support priority levels (low, medium, high, urgent) with color coding and optional due dates with overdue warnings
  • Use variables like ${project}, ${branch}, ${date} in quick action commands, and define custom environment variables per action
  • Archive inactive projects (hidden by default, restorable), assign colored tags for organization, and configure per-project chat model and effort level
  • Real-time search bar in the project sidebar to filter projects by name
  • Mobile push notifications: the Remote PWA now alerts you when a session finishes, hits an error, or needs a permission decision
  • Remote control PIN now persists across server restarts, you can see connected clients with device info, and kick individual clients
  • Export all your settings as a JSON file and import them on another machine for quick setup
  • Performance tab in settings with a toggle to disable all animations and transitions globally
  • Uninstall Claude Code plugins directly from the UI
  • The updater now fetches and displays the changelog for new versions, and shows a native OS notification when an update is available
Changed
  • Drag-and-drop in the project list now uses full-row drag instead of a handle, with cleaner visuals and no dashed outlines
  • TODO suggestions moved from the chat input placeholder to contextual follow-up chips that appear after responses
  • Quick picker renders faster, supports clickable type prefixes for filtering, and is fully translated
  • Improved modal focus trapping, stacked toasts, and keyboard navigation in the file explorer
  • Sidebar scroll position is preserved across tab switches, the active tab is remembered on restart, and all sidebar icons now have hover tooltips
Fixed
  • Fixed race conditions in chat tab naming and suggestion flows that could cause duplicate names or stale suggestions
  • Eliminated memory leaks in the dashboard, state management, and marketplace listeners that accumulated over long sessions
  • Remote server and panel: fixed PIN regeneration, client disconnect handling, status display, and QR code refresh
  • File Explorer no longer accumulates drag event listeners on repeated mounts, and now confirms before overwriting when moving a file to a name that already exists
  • Fixed 5 terminal bugs across PTY lifecycle, resize edge cases, and tab cleanup on process exit
  • Added error handling to all git and database IPC handlers to prevent silent failures
  • App shutdown is now more resilient — MCP servers, terminals, and hooks are cleaned up gracefully even if one fails
  • Vendored xterm and litegraph CSS to eliminate broken node_modules references in the installed app
  • Drag-and-drop is smoother: dragover events are throttled and CSS transitions are disabled during drag operations
  • Full prefers-reduced-motion support — all animations and transitions respect the OS accessibility setting
v1.1.0
Added
  • Run multiple Claude agents in parallel on the same feature — each gets its own branch and worktree, with a built-in auto-merge agent to combine the results
  • Control Tower panel: live overview of every active Claude agent across all projects, with interrupt and reply capabilities
  • Session Replay: browse any past Claude Code session and replay it step by step with a timeline view
  • CI/CD status pill in the terminal header with one-click Fix-it button
  • Follow-up suggestion chips after Claude responds
  • Session recaps: automatic summary after each session
  • Kanban board for tasks with drag-and-drop, labels, and worktree links
  • CLAUDE.md suggestion modal after chat sessions
  • Drag sidebar tabs to reorder; overflow into More menu
  • Unified command palette (Ctrl+P) with fuzzy search
Changed
  • Faster startup — optimized directory reads, project lookups, and disk writes
Fixed
  • Git action buttons no longer briefly disappear after app opens
  • Chat messages starting with images or @mentions are no longer rejected
  • Chat scrolls to bottom when loading session history
  • Settings file writes are now atomic (crash-safe)
v1.0.1
Added
  • Tool cards grouped by type with smooth animations; inline image viewer
  • Customize agent and tool colors from Settings
  • Syntax highlighting in Read tool cards
  • Expandable MCP server cards with tool descriptions
Changed
  • Sidebar navigation organized into logical groups (Tools, AI, Analytics)
Fixed
  • Agent color customizations now persist across restarts
  • Switching tabs no longer clears editor content or active chat
  • Workflow MCP nodes load correctly in installed app
  • Branch names no longer show unwanted quotation marks
v0.9.6
Added
  • Switch between Claude models (Sonnet, Opus, Haiku) and effort levels mid-conversation
  • Create Git worktrees from project menu or Ctrl+Shift+W
  • FiveM and Minecraft brand icons in project types
  • Improved Minecraft wizard with compact layout
Changed
  • Time tracking uses heartbeat model for better accuracy
v0.9.4
Added
  • Library tab for reusable context packs and prompt templates
  • @context and @prompt mentions in chat
  • Inject prompt templates into any terminal from toolbar
  • Background skill and agent generation
  • Rename sessions from resume dialog
  • Compacting indicator during context compression
Changed
  • Updated to Claude Sonnet 4.6
v0.9.0
Added
  • Cross-platform support: macOS (.dmg, Intel & Apple Silicon) and Linux (.AppImage)
  • Platform-adaptive keyboard shortcuts (Cmd on macOS, Ctrl on Windows/Linux)
  • Native credential storage per platform
  • Auto-update via GitHub Releases for all platforms

Older releases available on GitHub Releases