Skip to content

Releases: hra42/ai

v0.1.5

04 Jun 22:08
e531352

Choose a tag to compare

What's Changed

  • Bump golang.org/x/term from 0.42.0 to 0.43.0 by @dependabot[bot] in #2
  • Bump github.com/sahilm/fuzzy from 0.1.1 to 0.1.2 by @dependabot[bot] in #3

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

06 May 22:33
2edd965

Choose a tag to compare

Changelog

Other

  • 4d3f189 Add demo videos to README
  • 39c05aa Add logo and social preview to README
  • 90b56b6 Replace demo videos with GIFs in README
  • 71a82ce Translate README examples to English
  • 2edd965 Update install script domain and version references

v0.1.3

03 May 20:43
445a850

Choose a tag to compare

Changelog

Other

  • 445a850 Build Homebrew formula from source

v0.1.2

03 May 20:37
31cf7c3

Choose a tag to compare

Changelog

Other

  • 31cf7c3 Use gh CLI to fetch release checksums

v0.1.1

03 May 20:33
3e6e7d4

Choose a tag to compare

Changelog

Other

  • 3e6e7d4 Move Homebrew formula publishing from GoReleaser to GitHub Actions

v0.1.0

03 May 20:19
37afecd

Choose a tag to compare

Changelog

Features

  • 1d27850 feat: add Cloudflare Worker for a stable install URL
  • 75d8a63 feat: add shell install script for macOS and Linux

Bug fixes

  • a2fec3d fix: handle errors when closing history file

Chores

  • e42cae2 chore(deps): update github.com/mattn/go-isatty to v0.0.22
  • 0d86635 chore: add golangci-lint configuration and CI job
  • 63ce579 chore: include install script in GitHub releases via GoReleaser

Other

  • 37afecd Add GitHub token for Homebrew tap in GoReleaser
  • 67caa4c Add LICENSE (Unlicense) and README
  • c52e105 Add build infrastructure, CI, and versioning support
  • f95f5e4 Add command execution and shell history integration
  • 3d9cb14 Add interactive first-run setup wizard
  • 9a8a79d Add project dependencies and core configuration logic
  • 4fa1ad7 Configure automated releases with GoReleaser
  • e792498 Implement AI runner with environment context and structured output
  • 07b2cf6 Implement TUI components and styling foundation
  • fd05479 Merge pull request #1 from hra42/ci
  • bfcc912 Phase 1: scaffolding
  • a1af782 Refactor CLI entry point and implement command/chat handlers
  • d4bdcb5 Rename Cloudflare worker to "ai"
  • 65727d9 Update documentation and project guidelines
  • 266cd73 build(ci): update GitHub Actions versions
  • bd4ec08 docs: document the one-liner installation method in README