Skip to content

Releases: arimxyer/aic

v2.7.0

15 Feb 04:03

Choose a tag to compare

Changelog

  • 9b73fe4 Migrate CLI to Cobra with proper flag handling

v2.6.0

15 Feb 00:58

Choose a tag to compare

Changelog

  • 5470d08 Add CLAUDE.md for Claude Code onboarding
  • d9abc84 Add Kimi CLI, Qwen Code, Goose sources and fix OpenCode owner
  • a96ccf9 Add OpenClaw as a tracked source
  • a1899f7 Add aic config command with interactive source picker
  • 71fb018 Add lipgloss, bubbletea, and glamour dependencies
  • f34b150 Add styled version list and interactive version picker
  • 85a8948 Fix config picker raw mode rendering
  • 71b1edf Move config picker help text to dimmed footer
  • 0e070ac Remove direct golang.org/x/term usage, update CLAUDE.md
  • 07ccc9b Render changelogs with glamour markdown rendering
  • 45c55f7 Replace manual Unicode table with lipgloss table
  • 4298ff5 Replace manual raw-mode config picker with bubbletea
  • 8c2f452 Split main.go into separate files by concern

v2.5.0

30 Jan 17:32

Choose a tag to compare

What's New

  • Local tool detection: The status command now detects locally installed tools and displays their version alongside the latest remote version
    • Uses exec.LookPath to find binaries on PATH
    • Runs --version with a 3-second timeout to extract semver
    • Detection runs in parallel with GitHub API fetches for zero added latency
  • Replaced "Previous" column with "Installed" column in status table
  • Renamed "Version" column to "Latest" for clarity

v2.4.0

27 Jan 23:19

Choose a tag to compare

What's Changed

Simplified Architecture

  • All 5 sources now use GitHub Releases API uniformly (previously Claude and Copilot parsed CHANGELOG.md files)
  • Removed ~225 lines of markdown parsing code (24% reduction)
  • Source configuration is now a single line per source

Technical Improvements

  • Source struct uses Owner/Repo fields with URL() and Fetch() methods
  • Removed special-case date fallback logic for Claude
  • Adding new sources now requires just one line of config

Performance

  • ~7% faster on average due to unified code path

v2.3.0

27 Jan 18:17

Choose a tag to compare

Changelog

  • 735a106 Add --web flag to open changelog sources in browser
  • 06c9df6 Add status command with table view

v2.2.1

07 Jan 20:35

Choose a tag to compare

Changelog

  • d3ab722 Add demo video to README
  • dd38af7 Add tool links and contribution note to README
  • 244c213 Fix Claude changelog parsing for new date format

v2.2.0

19 Dec 21:48

Choose a tag to compare

Changelog

  • b05004f Add release dates and 'latest' command

v2.1.0

19 Dec 20:26

Choose a tag to compare

Changelog

  • 8f134a1 Add section header support for changelog output

v2.0.0

19 Dec 20:05

Choose a tag to compare

Changelog

  • bc0d510 Rename to aic: multi-source AI changelog viewer

v1.0.1

19 Dec 19:28

Choose a tag to compare

Changelog

  • 88c3af8 Fix: add directory paths for Homebrew/Scoop publishing