Changelog

Every release, documented.

v0.4.3 latest Apr 7, 2026

Bug Fixes

  • config Update Tauri updater configuration and enable updater artifacts
  • config Update public key in Tauri configuration
v0.4.2 Apr 7, 2026

Bug Fixes

  • ci Refactor build workflow to separate aarch64 and x86_64 jobs and improve artifact handling
v0.4.1 Apr 7, 2026

Bug Fixes

  • build Improve artifact handling by dynamically locating macOS tarballs
v0.4.0 Apr 7, 2026

Features

  • agent Display dynamic tool call count in status bar
  • agent Enhance message handling with loading states and thread-specific storage
  • build Support building for multiple macOS architectures
  • chat Add image support across all providers and frontend
  • chat Skip history messages with images when current message contains an image
  • copilot Add Claude models and remove cross-provider fallbacks
  • repository Add default merge action configuration to repository settings
  • repository Add repository removal functionality with confirmation dialog
  • repository Add repository settings management with display name and model configuration

Bug Fixes

  • agent Prevent proactive MCP tool calls and fix streaming indicator
  • copilot Resolve 400 and 413 errors on multi-turn conversations
v0.3.0 Apr 6, 2026

Features

  • updater Implement auto-update with tauri-plugin-updater and update UI in AppHeader
v0.2.1 Apr 6, 2026

Bug Fixes

  • ci Add contents write permission for GitHub release upload
v0.2.0 Apr 6, 2026

Features

  • ci Add AKIRA_API_URL and GITHUB_CLIENT_ID to build environment variables

Bug Fixes

  • rust Move debug-only imports under cfg(debug_assertions) in key_store
  • zod Resolve version mismatch errors in form resolvers and update zod dependency
v0.1.0 initial release Apr 6, 2026

Features

  • agents Real-time chat with message persistence and markdown support
  • agents Real-time git diff viewer and PR creation
  • agents Agentic tool use and local slash commands
  • agents File search and command palette
  • agents Customizable action prompts and file discarding
  • agent Abort functionality for running agents
  • agent Plan mode, thinking budget, and fast mode options
  • agent Context window and token usage calculation
  • auth GitHub App authentication with refresh token and expiration handling
  • chat Message handling and session management
  • drivers GitHub, GitLab, and Bitbucket drivers with API integration
  • editor Syntax highlighter and theme selection
  • issues Issue tracking, creation, and Kanban board
  • license License management with activation and verification
  • mcp MCP server management and skill integration
  • pr Full PR review page with diff viewer
  • pr PR checks view and CI logs parsing
  • pr Pull request details, comments, and reviews
  • remote Remote access settings management
  • repos Add repository dialog with native folder selection
  • terminal Integrated terminal panel with PTY support and multi-tab
  • skills Skill installation, icon management, and discovery
  • i18n Internationalization across agent workspace and UI
  • ui Syntax highlighting in diff viewer
  • ui React Query data fetching and TanStack Table

Bug Fixes

  • ui Correct light mode across agent workspace and pages
  • ui Improve PR checks log parsing and review page layout
  • ui Persist viewed files state and improve patch viewer styling
  • ui Wire up dashboard actions, organization navigation, and theme settings