Back

Changelog

New features, improvements, and fixes shipped in each release.

0.1.0-alpha.121·April 14, 2026

Scheduled Jobs & Cron Triggers

New
  • Scheduled jobs panel — create, edit, and manage recurring agent tasks on a cron schedule
  • Remote triggers API for running agents from external services
Improved
  • Job history now shows execution duration and exit status
Fixed
  • Jobs panel no longer flickers when switching between chat and jobs tabs
0.1.0-alpha.118·April 10, 2026

Daily Logs & Memory

New
  • Daily log tool — agents can append timestamped notes to a per-project daily log
  • Project memory persistence — agents remember conventions and decisions across sessions
Improved
  • Memory is now scoped per project, not global
Fixed
  • ReadMemory no longer returns stale content after switching projects
0.1.0-alpha.114·April 5, 2026

Multi-Window Support

New
  • Open multiple project windows with Cmd+Shift+N
  • Each window gets its own sidecar process, agent session, and terminal
Improved
  • Tray popover now aggregates status from all open windows
Fixed
  • Closing a project window no longer kills the agent in the main window
  • Git watcher cleanup on window destroy prevents orphaned file watchers
0.1.0-alpha.108·March 28, 2026

Codebase Indexing

New
  • Background file indexer — builds a searchable index of symbols, imports, and file metadata
  • SearchSymbols tool for finding function, class, and type definitions instantly
  • GetCodebaseBrief returns a ranked summary of every file with dependency edges
Improved
  • Incremental reindexing — only changed files are re-processed after git operations
Fixed
  • Index failures on individual files no longer abort the entire batch
0.1.0-alpha.101·March 20, 2026

PR Review & Git Integration

New
  • Pull request review tab — view diffs, comments, and CI status inline
  • Git changes panel in the right sidebar with staged/unstaged file grouping
Improved
  • Diff viewer now supports syntax highlighting for 40+ languages
Fixed
  • Branch switching no longer leaves stale file tree entries
0.1.0-alpha.94·March 12, 2026

Split Terminal

New
  • Split terminal panel in the right sidebar — run commands alongside the agent
  • Terminal output is readable by agents via GetTerminalOutput tool
Improved
  • Terminal resizes smoothly with the sidebar drag handle
Fixed
  • Terminal process cleanup on window close prevents zombie shells
0.1.0-alpha.87·March 3, 2026

Kanban Tasks

New
  • Task board with drag-and-drop columns — todo, in progress, done
  • Agents can create, update, and read tasks via dedicated tools
Improved
  • Tasks persist across sessions in SQLite with cursor-based pagination
Fixed
  • Task priority dots now render correctly on high-DPI displays
0.1.0-alpha.80·February 22, 2026

Autopilot Mode

New
  • Autopilot toggle — let the agent run multi-step tasks without manual approval
  • Permission sandboxing for file writes and bash commands in autopilot
Improved
  • Tool execution feedback now streams in real time
Fixed
  • Autopilot no longer hangs when the agent requests user input mid-chain
0.1.0-alpha.72·February 12, 2026

File Explorer & Tabs

New
  • File tree explorer in the right sidebar with expand/collapse and file icons
  • Tabbed center pane — open files, images, diffs, and plans as tabs
Improved
  • Middle-truncated file names in tabs for long paths
Fixed
  • Opening the same file twice no longer creates duplicate tabs
0.1.0-alpha.60·January 30, 2026

Initial Alpha

New
  • Three-panel workspace layout — tasks, chat, and explorer
  • Chat panel with streaming responses and tool call rendering
  • MCP tool server with filesystem, codebase, and browser tools
  • Sidecar process architecture — Node.js bridge between Tauri and the agent SDK
  • macOS native app shell with Tauri v2