Releases: hra42/ai
Releases · hra42/ai
v0.1.5
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
- @dependabot[bot] made their first contribution in #2
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
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