v0.9.0
[0.9.0] - 2026-06-06
π Features
- Adjust memory graph visual
- Implement slide over layout for content details
- Minor webui bugs
- Add title
- Move mcp and shell config to per-agent basis
- Implement reaction feedback in webui
- Emoji filter
- Add general homepage
- Add quickchat home
- Change session_detail creation and titling
- Overhaul dream behaviour (#15)
π Bug Fixes
- Missing chat from quick chat
- Missing thinking state on webui
- Thinking too persisted when should not
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 vizierUsing cargo install
cargo install vizierManual 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