Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 16:24
· 184 commits to master since this release

[0.5.0] - 2026-04-21

πŸš€ Features

  • Implement basic png attachment
  • Saved attachments to storage
  • Implement attachment for telegram channel
  • Implement upload/download api
  • Implement attachment on webui

πŸ› Bug Fixes

  • Llm unable to parse local url
  • Docker deployment

🚜 Refactor

  • Schema structure
  • Standardise tool call response

Installation

macOS / Linux

Download the appropriate archive for your platform and extract it to a directory, or use one of the methods below.

Using cargo-binstall (recommended)

cargo binstall vizier

Using cargo install

cargo install vizier

Manual download

Download the appropriate binary archive for your platform from the assets below.

Need Python Support?

Pre-built binaries do not include Python. To use the Python interpreter tool, build from source with the python feature:

cargo install vizier --features python