Skip to content

Releases: Cavibora/bugbuster-code

BugBuster Code 1.2.7

Choose a tag to compare

@github-actions github-actions released this 05 Aug 13:14

🚀 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.7_*.tar.gz
sudo mv bugbuster /usr/local/bin/

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

Changelog

🚀 Features

  • ec23398: feat: config validation, hub status/size limits, session fixes, TUI/CLI wrapping (@lcpo)

BugBuster Code 1.2.6

Choose a tag to compare

@github-actions github-actions released this 23 Jul 05:17

🚀 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.6_*.tar.gz
sudo mv bugbuster /usr/local/bin/

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

Changelog

🚀 Features

  • 7333574: feat: Agent Hub — multi-agent coordination workspace (@lcpo)
  • 196ca58: feat: add hub_tasks and hub_status tools for multi-agent coordination (@lcpo)
  • 6a6ec8b: feat: add request/response, hub_check tools and unread message tracking (@lcpo)
  • ca953a6: feat: add system_prompt_file and skills_dir per-provider config options (@lcpo)
  • 8472a9c: feat: hub enabled by default, per-provider hub config, role+project in terminal title (@lcpo)

🐛 Bug Fixes

  • 6dd03c6: fix: agent hub fuzzy ID/name lookup, SendMessage validation, agent list shows full ID (@lcpo)
  • 786a603: fix: expand LooksLikeCompletion — markdown headings, standalone Done/Готово, committed and pushed (@lcpo)
  • dc83f0a: fix: panic on empty sessionID in hub name, remove -v from --version early handler (@lcpo)

🔧 Other

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)

BugBuster Code 1.2.3

Choose a tag to compare

@github-actions github-actions released this 21 Jul 23:06

🚀 What's New

See CHANGELOG.md for full details.

Install

# macOS / Linux (download from assets below)
tar xzf bugbuster_1.2.0_*.tar.gz
sudo mv bugbuster /usr/local/bin/

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

Changelog

  • 9577eed: chore: update CHANGELOG for v1.2.3 (@lcpo)
  • d48c111: feat: add /system command to help, TUI, and all locale files (@lcpo)
  • d2f906c: feat: persist input history in session — restore on session resume (@lcpo)
  • e18c685: fix: add 17 missing i18n keys (cli.help_*, errors.subagent_compaction_loop) to all locales (@lcpo)
  • 0857a74: fix: add debug logging for auto-continue decisions to track false triggers (@lcpo)
  • 599d146: fix: expand looksLikeCompletion to catch more completion signals (Recap, Итог, Summary, etc.) (@lcpo)
  • c5542ab: fix: export LooksLikeCompletion, use in autopilot isPlanCompleted to detect Recap as completion signal (@lcpo)
  • 4904d18: fix: i18n completeness — add 324 missing keys to de/es/fr/ja/pt/zh locales, handle todo write error (@lcpo)
  • a005d84: fix: match Recap markers without colon (※ Recap —, ※ Итог —) in looksLikeCompletion (@lcpo)
  • adaf5c2: fix: nil pointer crash in Spinner.UpdateMessage for EventAutoContinue (@lcpo)
  • a22a912: fix: prevent [Auto-continue] message appearing after Recap (@lcpo)
  • fe96936: fix: prevent double compact_force via currentIteration tracking and SetLastAutoCompactAt (@lcpo)
  • ae09b20: fix: prevent double compact_force — add OnCompactForce callback, autoCompactCooldown, ResetSpeedTracking (@lcpo)
  • e18aa65: fix: prevent repeated compact_force calls and auto-continue after Recap (@lcpo)
  • 1d569c5: fix: remove custom min() in learn.go, use explicit truncation instead (@lcpo)
  • 1b6b6af: fix: remove duplicate Recap check in looksLikeCompletion, add tests, update golangci.yml Go version (@lcpo)
  • 315985f: fix: remove duplicate comment in ask.go (@lcpo)
  • 1f6f2f2: fix: show delegate_task fully without truncation — same as bash/write/edit (@lcpo)
  • 0fb0a31: fix: show full bash/write/edit commands — no truncation for security (@lcpo)

BugBuster Code 1.2.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 02:11

🚀 What's New

See CHANGELOG.md for full details.

Install

# macOS / Linux (download from assets below)
tar xzf bugbuster_1.2.0_*.tar.gz
sudo mv bugbuster /usr/local/bin/

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

Changelog

  • 4a23f23: fix: skip auto-continue when model response looks like task completion (@lcpo)

BugBuster Code 1.2.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 01:49

🚀 What's New

See CHANGELOG.md for full details.

Install

# macOS / Linux (download from assets below)
tar xzf bugbuster_1.2.0_*.tar.gz
sudo mv bugbuster /usr/local/bin/

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

Changelog

  • 374b33e: fix: prevent compact_force infinite loop — 3 changes (@lcpo)

BugBuster Code 1.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 18:34

🚀 What's New

See CHANGELOG.md for full details.

Install

# macOS / Linux (download from assets below)
tar xzf bugbuster_1.2.0_*.tar.gz
sudo mv bugbuster /usr/local/bin/

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

Changelog

Read more