Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 31 May 18:12
· 129 commits to master since this release

[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 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