Releases: bosun-ai/kwaak
Releases · bosun-ai/kwaak
0.18.0 - 2025-05-07
Release Notes
🚀 Features
- Streaming for openai like and anthropic models (#496)
🐛 Bug Fixes
- Build and release for aarch64 linux (#473)
- (responder) Implement Responder for box/arc dyn with proper deref
💼 Other
- (deps) Bump the minor group with 4 updates (#491)
🚜 Refactor
- Remove
build_query_pipeline
from index trait (#490)
- Split agent building from creating a running agent for reuse (#489)
- Build agent without session and clean up summarizer (#493)
- Duckdb optional when used as a lib (#494)
- Move start_tool_executor to repository
- Repository provisions a github session if available (#498)
- Clean up initial git setup when working on a branch (#499)
- Responders can optionally track the agent they originate from
- Use the agent in the response message as an argument
🛡️ Security
- (deps) Bump clap from 4.5.36 to 4.5.37 in the minor group (#497)
- (deps) Bump octocrab from 0.44.0 to 0.44.1 in the minor group across 1 directory (#507)
Install kwaak 0.18.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.18.0/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.18.0
0.17.0 - 2025-04-16
Release Notes
🚀 Features
- Add support for openai 4.1 models (#479)
🐛 Bug Fixes
- Tune system prompt to limit answer repetitions
💼 Other
- (deps) Bump the minor group across 1 directory with 12 updates (#487)
🚜 Refactor
- Prepare for multi repository support (#470)
Install kwaak 0.17.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.17.0/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.17.0
0.16.2 - 2025-04-11
Release Notes
🐛 Bug Fixes
- Filter out empty messages in copy_last_message function (#475)
- Gracefully shutdown mcp on quit (#477)
Install kwaak 0.16.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.16.2/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.16.2
0.16.1 - 2025-04-09
Release Notes
🚀 Features
- Extend kwaak with mcp (#460)
🐛 Bug Fixes
- Disable upsert in duckdb
- Improve guidance on response repetition and calling stop properly (#471)
🚜 Refactor
- Index behind an interface (#462)
⚙️ Miscellaneous Tasks
- Update to Swiftide 0.23 (#464)
Install kwaak 0.16.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.16.1/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.16.1
0.16.0 - 2025-03-28
Release Notes
🚀 Features
- Vastly improved file edits with self correcting patches (#441)
- Support OpenAI o3-mini (#392)
- Opt-out of indexing garbage collection (#435)
- Agents continue if their only response is a reasoning completion
🐛 Bug Fixes
- Tool summarizer should escape output (#432)
- Overwrite the project name for swe benchmark runs (#436)
🚜 Refactor
- CommandEventBuilder and Error should be public
⚙️ Miscellaneous Tasks
- (evaluations) Evaluate query pipeline with ragas (#409)
- Remove all outputs from example notebook
- Update deps
- Just in docker once
- Downgrade duckdb and update swiftide (#450)
- Pretty format patch and reset file tools (#456)
Install kwaak 0.16.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.16.0/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.16.0
0.15.0 - 2025-03-11
Release Notes
🚀 Features
- [breaking] Migrate to duckdb (#383)
🐛 Bug Fixes
- Set Ollama embedding model correctly during onboarding (#396)
- Useful error instead of panic when dockerfile not found (#400)
🚜 Refactor
- Responder is now async and responses do the serde (#414)
📚 Documentation
- Add C and C++ support
- Add example base url for Ollama
⚙️ Miscellaneous Tasks
- Remove rg/fg from onboarding and add warning for Ollama (#395)
- Remove
lazy_static
- Update swiftide and clean up deps
- Use lld for faster local docker builds (#401)
- (swe) Update recorded kwaak version
- Add python benchmark to root gitignore
- Update deps
Install kwaak 0.15.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.15.0/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.15.0
0.14.0 - 2025-03-05
Release Notes
🚀 Features
- Faster docker builds with buildkit
- Check for updates on boot with a more compact header (#380)
- Reinject original prompt in summarizer (#374)
- [breaking] Opt-out of any tool (#378)
- Support storing
kwaak.toml
in .config/kwaak.toml
(#384)
- [breaking] Rework tool configuration to support Opt-in as well (#387)
- Fix github issues with
/github fix <issue>
and enjoy the show (#373)
🐛 Bug Fixes
- (build) Compile time recursion limit back to default (#379)
- Quick test tools in the docker executor (#372)
- Do not wait for splash if done indexing
- Flaky test should account for ordering
💼 Other
- Optimize docker build time (#370)
🚜 Refactor
- Remove Uuid from command responses and implement default members (#386)
Install kwaak 0.14.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.14.0/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.14.0
0.13.0 - 2025-03-01
Release Notes
🚀 Features
- (agent) Better task focus with improved summarizer (#365)
🐛 Bug Fixes
- Prompt so that commit messages are (way more) consistent (#366)
Install kwaak 0.13.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.13.0/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.13.0
0.12.0 - 2025-02-28
Release Notes
🚀 Features
- Opt-out commit message generation (#359)
🐛 Bug Fixes
- Respect skip indexing when running headless (#360)
- (tracing) Fix broken otel because I cannot read docs (#363)
- Default to repository name as project name; fallback to current dir (#362)
⚙️ Miscellaneous Tasks
- (swebench) Clean up container if exists and ruff up the swebench (#356)
Install kwaak 0.12.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.12.0/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.12.0
0.11.2 - 2025-02-28
Release Notes
🐛 Bug Fixes
- Ensure tui logger starts properly after tui when defaulting (#344)
- (deps) Pin arrow to working version in Swiftide and update lancedb
📚 Documentation
- Add instructions for Arch Linux (#357)
🎨 Styling
- Don't use dark grey and dim together (#343)
⚙️ Miscellaneous Tasks
- Add tracing to primary startup methods and functions (#347)
- Faster local Dockerfile for quicker experimentation (#346)
- Fix typo (#349)
- Update to rust 2024 edition (#340)
- Revert to 2021 edition until analyzer supports 2024
- Clippy like its 2021
Install kwaak 0.11.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.11.2/kwaak-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install bosun-ai/tap/kwaak
Download kwaak 0.11.2