8000 Release 0.14.0 - 2025-03-05 ยท bosun-ai/kwaak ยท GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0.14.0 - 2025-03-05

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 20:18
556174c

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

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