8000 Releases · bosun-ai/kwaak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: bosun-ai/kwaak

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

0.3.0 - 2025-01-16

16 Jan 19:33
Compare
Choose a tag to compare

Release Notes

🚀 Features

  • Allow viewing the git diff from an agent and pulling changes to a local branch (#159)
  • Add /help and show a helpful message if the first chat is still empty (#160)
  • Github token is now optional (#163)
  • (config) [breaking] Simplify configuration for better user errors (#168)

🐛 Bug Fixes

  • (tools) Accidental regexes from llm in code search should not lead to message overflow
  • (ci) Add rust cache and clean up disk (#161)
  • Improve test consistency and remove testing feature flag (#164)
  • (docker) Show build errors from docker if the image has errors
  • (ci) Fix pipelines (#169)

🚜 Refactor

  • Rework command handling (#156)

📚 Documentation

  • (README) Move how does it work above the config section
  • (README) Update TOC in readme (#155)
  • (README) Updated QA in line with community feedback <3 (#166)

Install kwaak 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.3.0/kwaak-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install bosun-ai/tap/kwaak

Download kwaak 0.3.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.2.0 - 2025-01-12

12 Jan 15:10
ddaa661
Compare
Choose a tag to compare

Release Notes

🚀 Features

  • (ci) Announce new releases to discord (#141)
  • Ollama support! (#147)

🐛 Bug Fixes

  • After clearing the cache app should self-heal (#142)
  • Handle breaking, non-panic errors gracefully with more informative output (#144)
  • (docker) Fix socket connection errors when setting up docker (#148)

📚 Documentation

  • Render demo in higher font size and trim terminal start/stop
  • Trim waiting times from demo and up font size (#137)
  • Trim the last couple of frames of the demo and slightly larger font
  • (README) Update blog posts
  • Update README.md (#138)
  • Enhance README with OpenAI and Ollama Configuration Details (#146)
  • Update readme with all configuration settings (#151)

Install kwaak 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.2.0/kwaak-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install bosun-ai/tap/kwaak

Download kwaak 0.2.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.1.12 - 2025-01-09

09 Jan 18:01
22c6680
Compare
Choose a tag to compare

Release Notes

🚀 Features

  • Use llvm cov for speed internally with nextest (#132)

🐛 Bug Fixes

  • (ci) Ensure libxcb is installed in release
  • Ignore hidden and case with file and code search (#130)
  • (ci) Use tarpaulin instead of llvm-cov for coverage (#131)
  • (ci) Skip linux aarm build in release (#129)

Install kwaak 0.1.12

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.1.12/kwaak-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install bosun-ai/tap/kwaak

Download kwaak 0.1.12

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.1.10 - 2025-01-06

06 Jan 17:41
9cf9800
Compare
Choose a tag to compare

Release Notes

🚀 Features

  • Show message status with nice icons (#107)
  • Deny opening more than one kwaak on a project

🐛 Bug Fixes

  • Fix overflow in scroll to end
  • Print instead of dbg that otel is enabled
  • Run init before loading config (#103)
  • Just keep the last 10 lines in view when scrolling and increase scroll speed
  • Escape any jinja curlies if they appear in a summarized tool
  • Abort running agents

📚 Documentation

  • Update readme and demo
  • Fix demo in readme
  • Format QA better

⚙️ Miscellaneous Tasks

  • Enable otel in own config
  • Run fmt in local lint and fix even if clippy failed
  • Update deps (#104)

Install kwaak 0.1.10

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bosun-ai/kwaak/releases/download/v0.1.10/kwaak-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install bosun-ai/tap/kwaak

Download kwaak 0.1.10

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