Changelog

Every release, documented.

v0.12.4 latest Jun 3, 2026

Features

  • i18n Rename Projects to Hubs in user-facing labels
  • prs Edit labels from the PR detail sidebar
  • prs Create new labels from the picker when the typed name does not exist
  • pr-detail Close/reopen PR, diff highlight, sticky header, breadcrumb fixes

Bug Fixes

  • ci Populate the GitHub release body from git-cliff
  • prs Swap Merge for Ready for review on draft PRs and hide Finish review
  • prs Also push label updates into the navigation store
  • prs Optimistic updates for label add/remove/create
  • providers Scope GitHub provider data to the logged-in account
  • providers Scope all workspace data to the logged-in customer
  • agents Scope agent repos, threads, skills and MCP servers per customer
  • db Move agent composite-key rebuild to migration 0049
  • pr-detail Remove diff gap between tabs and sticky file header
  • pr-detail Drop rounded corners on diff file header
  • pr-detail Opaque diff header hover, rounded only on hover
  • pr-detail Drop rounded on diff header hover
  • ci Pass GITHUB_TOKEN to git-cliff release-body step
v0.12.3 May 29, 2026

Bug Fixes

  • poller Stop spamming sync failure notifications on cipher errors
v0.12.2 May 28, 2026

Bug Fixes

  • ci Push landing changelog after committing
  • macos Bundle entitlements so the keychain entry persists
v0.12.1 May 28, 2026

Features

  • updater Backup the database before installing an update
  • updater Restore the database from any previous backup
  • license Banner explaining when a Stripe payment is past due, unpaid, or canceled

Bug Fixes

  • license Stay open when the saved customer token cannot be decrypted instead of aborting
  • panic Write a panic log to disk so future startup crashes leave evidence
  • providers Drop the duplicated icon, kind, and connected badges on the provider detail page
  • providers Show the provider name in the breadcrumb
v0.12.0 May 28, 2026

Features

  • tracker Provider-neutral issue-tracker seam (P1)
  • tracker Persistence and Tauri commands (P2)
  • tracker Issue mutation commands (P3)
  • tracker Integrations connect form + tracker service (P4)
  • tracker API key modal for Linear connect
  • tracker Provider-agnostic integration, name resolution, projects grouping v1
  • projects Org > project > repo > source model (phase 1)
  • projects List/detail navigation matching app pattern
  • projects Add-repo modes + lowercase breadcrumb
  • projects Multi-select existing repos + local folder browse
  • projects View-issues action + cache sidebar counts longer
  • issues Add Repos filter facet
  • projects Open repo page from project repo row
  • filters Active-filter badges, selected-first ordering, searchable source picker
  • nav Show project count badge in sidebar
  • projects Remove issues provider from repo kebab
  • issues Resolve repo container for issues, group Repos facet by it
  • prs Add Failed column to PR kanban, de-uppercase state labels
  • issues Assign unmapped issue to a project repo from the kebab
  • projects Batch import tracker projects as repos
  • tracker Add Jira provider driver and connect UI
  • tracker Connect Jira via OAuth instead of a manual token
  • projects Link repos, import dedup, per-provider sync, provider icons
  • gating Enforce free-plan repo and org limits from license snapshot
  • prs Inline-editable PR description with flat-row checks and diff UI
  • license Add lifecycle module wrapping SDK compute_state
  • license Build SDK Gate and expose it on AppState
  • license Teach the frontend the full lifecycle state set
  • license Grace banner and expired blocking screen
  • license Bootstrap free envelope via SDK public_free_snapshot

Bug Fixes

  • ci Parse latest changelog block and attribute landing commit to author
  • github Retry graphql on transient empty response
  • tracker Linear as a row inside Integrations section
  • tracker Integrations tab shows only Linear
  • tracker Match existing modal pattern for Linear connect
  • ui Restore visible dialog border in dark mode
  • tracker Polish Linear connect modal, errors, and sync feedback
  • ui Autopilot dialog uses modal backdrop for consistency
  • issues Sticky group headers and right-aligned chevron
  • prs Sticky headers, right chevron, non-uppercase labels, cache like issues
  • projects Project-detail breadcrumb via global header
  • projects Searchable scrollable repo picker in add-repo
  • projects Clean source labels and aligned repo rows
  • issues Never render raw tracker UUIDs
  • projects Source chip shows provider/scope, not repo name
  • projects Single-line repo rows, issues-provider terminology, no duplicate provider badge
  • sync Master switch gates all auto-sync
  • issues Searchable repo picker in assign dialog
  • import Sync imported scopes and surface empty projects in filter
  • import Full provider sync on import so all selected project issues land
  • tracker Use loopback redirect for Jira OAuth, not a deep link
  • tracker Silence dead-code warnings and align provider-detail with app pattern
  • issues Restore sticky group headers in virtualized issue and PR lists
  • sync Default auto-sync off in debug builds to match the UI
  • license Derive status from payload in store_verified
  • license Delegate grace and expiry to lifecycle, keep envelope on revoke
  • commands Expose lifecycle-aware status to the frontend
  • license Enforce free limits when envelope is absent or expired
  • license Gate paid features on lifecycle state, not stored plan
  • projects Auto-sync tracker issues after add_source
  • projects Scope auto-sync to the chosen project or team
  • projects Scope manual sync menu to each source, not the whole provider
  • issues Make filter selection visible
  • issues Stop reordering filter rows when selected
  • subscription Surface the real backend error when the portal call fails
v0.11.5 May 24, 2026

Features

  • issues Move issue to in progress when delegated to AI
  • pr Close linked issues on merge
  • threads Name thread branches after issue slug instead of UUID
  • agents Dockable CI panel, action loading feedback, CLI tool-call streaming

Bug Fixes

  • dashboard Remove dark hover from stat cards
  • open-source Remove dark hover from stat cards
  • ui Always show pointer cursor on stat cards
  • repos Stop menu clicks from navigating to repo detail
  • ui Stop dropdown menu clicks from bubbling to ancestors
  • issues Open the thread chat after Resolve with AI
  • issues Activate thread chat on delegate via authoritative reload
  • agents Resolve gh binary path for PR detection and CI
  • providers Cache github installation tokens to stop billing 429
  • providers Https billing url fallback, bump SDK 0.4.0, back off on 429
  • notifications Correct tab counts and open without vanishing
v0.11.4 May 23, 2026

Bug Fixes

  • notifications Remove hover background from notification cards
  • sync Use OAuth token for GitHub GraphQL, not the installation token
v0.11.3 May 23, 2026

Bug Fixes

  • sync Mint a fresh installation token per repo owner
v0.11.2 May 23, 2026

Bug Fixes

  • org Correct GitHub API response struct for user installations
v0.11.1 May 23, 2026

Bug Fixes

  • org Correct GitHub token type for API authentication
v0.11.0 May 22, 2026

Features

  • agents Docked workspace island + chat changes summary
  • issues Linear-style kanban, board filter, hidden columns, Cmd+N shortcuts
  • issues Linear-style list + detail page, comments, user-authored writes
  • license Add subscription resume and downgrade/resume toasts
  • license Migrate billing flow to SDK, web checkout + invoices, drop worker
  • license Runtime public-key fetch/cache + app-wide validation triggers
  • prs Redesign diff viewer with flat blocks and word-level highlight
  • prs Replicate Linear UI on PRs + appbar action consistency
  • prs Unify PR into single detail page (overview, files, checks)
  • repos Per-tab search in repo detail and theme-aware command palette
  • skills Sync button, frontmatter scalar fix, app-pattern detail/notifications
  • ui Centered appbar search overlay, flat command items, compact empty state

Bug Fixes

  • issues Kanban drag-drop — drop preview, visible overlay, grab cursor
  • license Preserve account email on verify, top-align identity card
  • license Route downgrade through billing SDK instead of dead worker
  • license Route manage subscription through SDK billing_portal
v0.10.1 May 20, 2026

Bug Fixes

  • general Bypass billing API rate limits with direct GitHub API calls and caching
v0.10.0 May 20, 2026

Features

  • auth Customer oauth login with lazy auth wall and logout
  • auth Dynamic oauth providers + polished onboarding flow
  • autopilot Finish job with an auto-created pull request
  • autostart Launch at login backed by tauri-plugin-autostart
  • billing Activate license via SDK with ed25519 verification
  • billing Swap OTP login onto akira-billing SDK
  • billing Wire akira-billing SDK and skeleton client
  • client Server-driven usage limits, history, ui polish
  • github Store OAuth user token on connect for OSS contribution sync
  • notifications Action handlers + clickable rows
  • notifications In-app inbox, system notifications, dock badge
  • open-source Toast immediately when sync starts
  • plans Drive subscription plans from billing sdk
  • ui User menu in sidebar footer

Bug Fixes

  • license Persist store, load on mount, clear-first on logout
  • license Treat empty plan as free in get_plan
  • orgs Align free-tier counter with provider join
  • providers Keep organizations when deleting VCS provider
v0.9.0 May 11, 2026

Features

  • open-source Add Open Source Contributions module
  • open-source Real GitHub GraphQL sync
  • open-source UI refactor with contribution panel
  • pr Add AI task resolution and new task dialog for pull requests
  • sidebar Redesign sidebars in floating Tahoe-island style
  • window Integrate native macOS title bar into sidebar island
v0.8.0 May 4, 2026

Features

  • agent-header Add PR sheet, merge button, in-app CI navigation
  • autopilot Implement feature check for autopilot and update free run limits
  • delegate Prefix thread title with issue identifier
  • headers Improve layout and styling of agent and app headers
  • merge Update merge function to use effective repo name and log merge timestamps
  • oauth Implement PKCE support with code verifier and challenge in OAuth flow
  • pr-ci Add CI checks integration with PR status display and polling
  • pr-detail Improve merge handling with loading state and toast notifications
  • pr-merged-banner Add banner for merged PRs with removal option
  • pr-review Add backend cmd to resolve thread PR review context
  • profile Add get and set functions for user profile management
  • prompt Tighten turn scope and issue status transition rules
  • provider Include upstream status in provider resolution and improve error handling
  • repository Enhance pull request synchronization and query invalidation

Bug Fixes

  • deps Upgrade rand to 0.9 to resolve unsoundness with custom logger using rand-rng
  • pr-detail-sheet Expand comments section by default when present
  • pr-review Default to checks tab and auto-expand targeted/single check
v0.7.0 Apr 21, 2026

Features

  • autopilot Enhance thread management with removal functionality and status updates
  • autopilot Persist jobs and align management flows
  • graphql Improve error handling for GitHub GraphQL responses with partial data support
  • i18n Add EN/PT translations for create repo, delete remote, and reconnect GitHub
  • providers Expose auth_type in ProviderSummary and add reconnect GitHub flow
  • repos Add create and delete GitHub repository functionality
  • settings Add Coming Soon indicator for various settings items

Bug Fixes

  • model-picker Use Popover + Command for proper scroll with available height
  • repos Use LEFT JOIN so repos without a provider appear in global list
  • auth Resolve private repo clone auth, dropdown closing, and git PATH issues
v0.6.0 Apr 17, 2026

Features

  • billing Add payment history section with paginated invoice list in subscription settings
  • billing Fetch invoices across all Stripe customers for the same email
  • license Always verify license against server on startup instead of reading local cache only
  • license Clear local license when server returns not found, preventing stale sessions
  • plans Disable Ultimate plan button with Coming Soon label
  • worker Migrate all Stripe keys and price IDs to production live environment

Bug Fixes

  • billing Fix camelCase mismatch between worker and Rust invoice deserialization
  • worker Remove unused charge expand from invoice Stripe query
v0.5.0 Apr 10, 2026

Features

  • agenda Enhance agenda view with organization sync history and weekly summary
  • agents Add search functionality to agents sidebar with clear filters option
  • billing Add free tier enforcement and usage tracking
  • issues Add search functionality to issue table
  • license Implement HMAC signature verification for license activation
  • onboarding Add onboarding overlay and dependency check functionality
  • organizations Add manual sync functionality and update sync settings
  • plans Add repos (3) and org (1) limits to free tier plan display
  • plans Sync plan features with landing page (kanban, PR review, support tiers)
  • settings Add remote settings tab navigation and state management
  • skill-source Add skill source page and integrate remote skill fetching
  • skills Update skill directory handling and enhance filtering logic
  • sync Enhance sync functions to update organization settings after sync

Bug Fixes

  • security Patch 50 dependabot CVEs across npm and Rust dependencies
  • settings Update upgrade plan prices for pro and ultimate tiers
  • terminal Improve terminal resizing and add environment variables for color support
v0.4.3 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