Agentureagenture/Changelog

Changelog

[Unreleased]

[0.1.10] - 2026-05-26

Added

  • Add Storybook 10 setup and UI component stories
  • Add Git side panel, branch controls, and skill graph views

Changed

  • Refresh app layout, theme styling, settings, editor, and terminal UI

Fixed

  • Respect project .nvmrc / .node-version when launching package scripts from the app

[0.1.9] - 2026-05-16

Fixed

  • Restore correct updater public key — auto-update was failing with a signature mismatch
  • Replace raw technical update error with a user-friendly message
  • Add "Download manually" and "Later" buttons to update error state

[0.1.8] - 2026-05-15

Added

  • Persistent update dialog with download progress and error feedback
  • Check for Updates… in the native File menu and in Settings

Changed

  • Skills install dialog: custom install path and extra agent targets

[0.1.7] - 2026-05-15

Fixed

  • Import std::path::Path on all platforms in cli.rs (Windows build)

[0.1.6] - 2026-05-15

Fixed

  • Gate Unix-only npx resolution imports so Windows CI builds compile
  • Isolate Rust cache keys per release matrix job to avoid macOS cross-target races

[0.1.5] - 2026-05-15

Fixed

  • Resolve npx path in run_cli_command to fix "No such file or directory" during setup

[0.1.4] - 2026-05-09

Added

  • Memory tab in the sidebar: browse .memory/ folder with folder-level navigation in the primary sidebar and file list in a secondary sidebar
  • Per-folder icons for memory categories (Context, Decision, Pattern, Preference)
  • Setup Agenture dialog: install Cursor, GitHub Copilot, and Claude Code agent context files via npx agenture-cli@latest init with selective install
  • "Open in Claude Code" shortcut in Setup dialog that auto-runs /setup-agenture in a terminal session
  • CHANGELOG.md, CONTRIBUTING.md, LICENSE (Apache 2.0) for open source release

[0.1.3]

Changed

  • Tauri CSP extended with worker-src directive

[0.1.2]

Added

  • Token estimation and frontmatter extraction in FileEditor
  • TinyTokenGauge component for visualizing token usage
  • Shift+Enter support for newlines in terminal input
  • DESIGN.md template (Google Stitch format) in the Create Agent dialog
  • GitHub Copilot logo in TerminalDialog

Changed

  • MarkdownViewer metadata extraction improved
  • Auto-rescan accepts a silent option to avoid loading spinner

[0.1.1]

Added

  • Git graph view
  • Create skill scaffold from the Skills tab
  • Skill rename now moves the whole skill directory
  • Color swatch rehype plugin in MarkdownViewer
  • Skills registry search improvements

Fixed

  • Auto-rescan stability improvements

[0.1.0]

Added

  • Initial release
  • Scan and browse agent context files (CLAUDE.md, AGENTS.md, .cursorrules, etc.)
  • Skills browser with secondary sidebar for skill file navigation
  • AI Terminal with multi-session tab support
  • MCP Servers view
  • Git graph view
  • Cmd+K search palette (names, paths, and full-text in context files)
  • Light/dark theme toggle
  • Recent repositories
  • Auto-rescan every 2.5 seconds when the window is focused