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

0.18.0 - 2025-05-07

Latest
Compare
Choose a tag to compare
@SwabbieBosun SwabbieBosun released this 07 May 11:56
a86d862

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

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