v0.7.0
[0.7.0] - 2026-05-31
π Features
- Add daemonize run mode (#11)
- Implement new unified sidebar layout (#12)
- Implement runtime agent configuration
- Move some config to runtime
- Move mcp and shell config to runtime
- Bump rig and add xiaomi provider
- Add missing fields and standardized icon
- Enhance input style and UX
- Add glass effect to input
- Implement wyiwyg input in chat
- Standardize markdown editor
- Rearrange tools
- Refine sidebar behaviour
- Enhance upload process and add custom avatar upload
- Add placholder and thinking word variations
- Update onboarding command
- Add abort and message queue logic
- Enhanced scroll to bottom behaviour
- Presistant selected agent and topic
- Auto reconcile channel update
- Adjust tooltip description
π Bug Fixes
- Input now properly apply modifier
- Glassmorphism on input
- Cropped scroll fix
πΌ Other
- Minor design enhancement
π Documentation
- Add AGENTS.md
- Update docs
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