Skip to content

Releases: hpkotak/shellbud

v0.2.0

18 Feb 07:44

Choose a tag to compare

Changelog

  • 90c86a5 Use goimports for formatting checks and CI
  • cbac467 feat: add Apple Foundation Models provider via Swift bridge
  • f41ba45 fix(config): distinguish ErrNotFound from parse errors in config loading
  • 6c662f4 fix(release): download bridge artifact outside dist/ to survive goreleaser --clean

v0.1.0

16 Feb 16:32

Choose a tag to compare

Changelog

  • 28b9e3a feat(provider): migrate to typed provider contract with capabilities
  • 198a022 feat(release): add goreleaser + Homebrew distribution
  • 1e453b2 feat: enforce structured model output with fail-closed execution
  • db11108 feat: initial v0.1 — natural language to shell commands
  • 963b845 feat: v0.2 — context-aware conversational shell assistant
  • 1276954 fix(golangci): migrate exclude rules to v2 schema
  • b1f0fcf fix(release): install golangci-lint before make validate
  • 7a29f66 fix: address 16 audit issues — error handling, timeouts, testability
  • 689dfd6 refactor(provider): deduplicate model fallback resolution
  • 4e87f98 test: add comprehensive test coverage across all packages