Skip to content

BugBuster Code 1.2.4

Choose a tag to compare

@github-actions github-actions released this 23 Jul 03:09

🚀 What's New

See CHANGELOG.md for full details.

Install

# Homebrew (macOS / Linux)
brew install Cavibora/tap/bugbuster

# Or download from assets below
tar xzf bugbuster_1.2.4_*.tar.gz
sudo mv bugbuster /usr/local/bin/

# Or build from source
go install github.com/Cavibora/bugbuster-code/cmd/bugbuster@latest

Changelog

🚀 Features

  • 653bdcb: feat: per-provider system_prompt and skills configuration (@lcpo)

🐛 Bug Fixes

  • f02126e: fix: add HOMEBREW_TAP_TOKEN for brew/scoop repos in GoReleaser (@lcpo)
  • 960bf42: fix: prevent auto-continue after Recap — expanded LooksLikeCompletion patterns and added lastUserMsgIsCompact check (@lcpo)
  • 064ffb7: fix: remove Windows from GoReleaser (syscall.Kill/Setpgid not available), update config to v2 format (@lcpo)
  • c2c6866: fix: update GoReleaser config to v2 format (version: 2, snapshot.version_template, remove deprecated format_overrides) (@lcpo)
  • 620706f: fix: use go-version-file in CI/release, comment out brew/scoop/nfpm until PAT is configured (@lcpo)

🔧 Other

  • fe62f13: chore: restore homebrew/scoop/nfpm, add Windows builds, prepare v1.2.4 release (@lcpo)