RSS

CLI Changelog

Feature updates, improvements, and bug fixes for YeeroAI CLI.

v0.1.0 2026-06-19

New Features

  • AI Chat — Three conversation modes: TUI interactive, line mode, and one-shot mode
  • Multi-model parallel — Pass --model multiple times to send the same request to multiple models simultaneously and compare outputs
  • Media generation — Image generation (--image), audio generation (--audio), and video generation (--video)
  • File tools — Let AI read and write local files with --tool read_file / write_file and more
  • AI App management — Full Python AI app lifecycle: create, AI code generation, multi-turn discussion, run, version control, and rollback
  • App version control — Four subcommands: save / versions / version-show / rollback for managing version history
  • Config management — Set UI language (zh/en) and default model via yeero config
  • PATH setupyeero config add-to-path automatically adds yeero to user-level or system-level PATH
  • Account management — Complete login/logout flow with yeero login / logout / whoami
  • Daemon management — Control the background service with yeero start / stop / status
  • Model list — View all available models with yeero models
  • Tool list — View all available built-in tools with yeero tools
  • Chat history — Browse past conversations with yeero chats
  • Auto-update — Check for and apply the latest version with yeero update
  • Multilingual UI — All CLI messages support Chinese (zh) and English (en) switching

Supported Platforms

  • macOS Apple Silicon (aarch64)
  • macOS Intel (x86_64)
  • Windows x64
  • Windows ARM64
  • Linux x64 (glibc)
  • Linux x64 (musl)