Skip to content

Releases: bosun-ai/kwaak

0.8.1 - 2025-02-03

04 Feb 12:48
f26397e
Compare
Choose a tag to compare

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

  • (README) Slower demo

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

File Platform Checksum
kwaak-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kwaak-x86_64-apple-darwin.tar.xz Intel macOS checksum
kwaak-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.8.0 - 2025-01-29

29 Jan 19:46
8cdd53b
Compare
Choose a tag to compare

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

  • (README) Improved demo

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

File Platform Checksum
kwaak-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kwaak-x86_64-apple-darwin.tar.xz Intel macOS checksum
kwaak-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.7.0 - 2025-01-28

28 Jan 17:17
553b6ee
Compare
Choose a tag to compare

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

File Platform Checksum
kwaak-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kwaak-x86_64-apple-darwin.tar.xz Intel macOS checksum
kwaak-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.6.1 - 2025-01-25

25 Jan 17:28
16094d1
Compare
Choose a tag to compare

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

File Platform Checksum
kwaak-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kwaak-x86_64-apple-darwin.tar.xz Intel macOS checksum
kwaak-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.6.0 - 2025-01-24

24 Jan 21:44
e280c39
Compare
Choose a tag to compare

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

File Platform Checksum
kwaak-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kwaak-x86_64-apple-darwin.tar.xz Intel macOS checksum
kwaak-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.5.0 - 2025-01-23

23 Jan 21:34
d4795e1
Compare
Choose a tag to compare

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

File Platform Checksum
kwaak-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kwaak-x86_64-apple-darwin.tar.xz Intel macOS checksum
kwaak-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.4.0 - 2025-01-21

21 Jan 22:40
Compare
Choose a tag to compare

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

File Platform Checksum
kwaak-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kwaak-x86_64-apple-darwin.tar.xz Intel macOS checksum
kwaak-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.3.3 - 2025-01-20

20 Jan 21:41
fb38d2a
Compare
Choose a tag to compare

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

File Platform Checksum
kwaak-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kwaak-x86_64-apple-darwin.tar.xz Intel macOS checksum
kwaak-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.3.2 - 2025-01-19

19 Jan 14:59
e99983f
Compare
Choose a tag to compare

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

File Platform Checksum
kwaak-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kwaak-x86_64-apple-darwin.tar.xz Intel macOS checksum
kwaak-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.3.1 - 2025-01-16

17 Jan 14:45
c0b86f6
Compare
Choose a tag to compare

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

File Platform Checksum
kwaak-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kwaak-x86_64-apple-darwin.tar.xz Intel macOS checksum
kwaak-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum