BugBuster Code 1.2.3
🚀 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@latestChangelog
- 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)