Releases: bosun-ai/kwaak
Releases · bosun-ai/kwaak
0.8.1 - 2025-02-03
Release Notes
🚀 Features
- Support many LLMs via OpenRouter (#261)
- Embeddings without an external provider via FastEmbed (#262)
- Allow running
init
on different filenames (#266)
- Onboarding flow improvements (#265)
📚 Documentation
Install kwaak 0.8.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.8.1/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.8.1
0.8.0 - 2025-01-29
Release Notes
🚀 Features
- Add automatic message tailing to chat interface (#237)
- Add dirty repository check with --allow-dirty flag (#243)
🐛 Bug Fixes
- Add back read file tool to
whole
edit mode
- Only show chat commands help if the screen is big enough
- Do not allow sending empty messages to agents
📚 Documentation
Install kwaak 0.8.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.8.0/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.8.0
0.7.0 - 2025-01-28
Release Notes
🚀 Features
- Opt-out of auto pushing to remote and pull requests (#232)
- Opt-out of automatically committing to git (#239)
- Reworked, opt-in line editing (#234)
🐛 Bug Fixes
- Disable line edits for now (#238)
🚜 Refactor
- Add support for experimenting with multiple agents (#231)
Install kwaak 0.7.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.7.0/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.7.0
0.6.1 - 2025-01-25
Release Notes
🐛 Bug Fixes
- HOTFIX openai api key was improperly filled down stream
Install kwaak 0.6.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.6.1/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.6.1
0.6.0 - 2025-01-24
Release Notes
🚀 Features
- Add ctrl+enter and shift+enter as shortcuts to send a message (#219)
- Adjust arrow key behavior in chat input (#220)
- Wrap input lines neatly when chatting with an agent (#226)
- Enable overwriting config with env variables or a kwaak.local.toml (#222)
- Use the git diff to steer on test and coverage results (#229)
🐛 Bug Fixes
- (ci) Remove rust cache
- (tracing) Run otel in http mode if enabled (#218)
- Local docker executor now returns NonZeroExit correctly on file not found
- (tools) Allow for block edit to also insert new lines (#227)
- Disable ultra verbose ui event logging on debug
⚙️ Miscellaneous Tasks
- Add persistance to jaeger in compose
- Ensure the are no dangling trace spans
Install kwaak 0.6.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.6.0/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.6.0
0.5.0 - 2025-01-23
Release Notes
🚀 Features
- Guided onboarding (#212)
- Git owner and repo name are now optional (#216)
- Human readable branch names via LLM (#195)
🐛 Bug Fixes
- Vendor ssl in linux builds for now
- (ci) Fix deletion detection GC test on CI (#214)
📚 Documentation
- Update README tagline (#210)
- (README) Update copy on configuration
🧪 Testing
- Improve test coverage for tools (#211)
⚙️ Miscellaneous Tasks
- When running kwaak locally use nightly for coverage (#175)
Install kwaak 0.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.5.0/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.5.0
0.4.0 - 2025-01-21
Release Notes
🚀 Features
- Manually retry the last completion (#192)
🐛 Bug Fixes
- Various UI improvements (#207)
⚙️ Miscellaneous Tasks
- Fix several typos in system prompt (#202)
Install kwaak 0.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.4.0/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.4.0
0.3.3 - 2025-01-20
Release Notes
🚀 Features
- Enable agent to replace small blocks in files instead of writing full (#197)
🐛 Bug Fixes
- Exclude .git/ from file search and initial overview (#194)
- Fixes occasional parse errors and other tool call weirdness (#199)
🚜 Refactor
- (frontend) Modularize chat_mode with separate widgets (#193)
**The block editing is a big improvement to coding quality, as it negates unrelated changes and helps avoid goosechases. Additionally, like us, LLMs are sometimes lazy, and writing the full file would not always complete.
Additionally this fixes all known outstanding bugs. Happy hacking**
Install kwaak 0.3.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.3.3/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.3.3
0.3.2 - 2025-01-19
Release Notes
🚀 Features
- Add Golang support (#189)
- Test and coverage commands are now optional
🐛 Bug Fixes
- (ci) Reduce test jobs in CI (#187)
- Fix multiple reliability issues with docker (#172)
Install kwaak 0.3.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.3.2/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.3.2
0.3.1 - 2025-01-16
Release Notes
🐛 Bug Fixes
- /quit should properly quit the app
Install kwaak 0.3.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.3.1/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.3.1