Skip to content

CLI Model Switcher v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 May 03:02
· 7 commits to main since this release

CLI Model Switcher v0.4.0

Quick Install

Linux, macOS, or WSL:

curl -fsSL https://raw.githubusercontent.com/YuxuanSun123/cli-model-switcher/v0.4.0/install.sh | sh -s -- --branch v0.4.0

Windows PowerShell:

$installer = Join-Path $env:TEMP "cli-model-switcher-install.ps1"
irm https://raw.githubusercontent.com/YuxuanSun123/cli-model-switcher/v0.4.0/install.ps1 -OutFile $installer
powershell -ExecutionPolicy Bypass -File $installer -Branch v0.4.0

Changes

Added

  • lite / ai-lite, a simplified one-command project agent bridge setup that auto-recommends targets and falls back to Codex, Claude, and OpenCode.
  • ai-lite --fix, --prompt, --undo, and --all-common, plus setup --lite and installer --lite for minimal installs.
  • Lite smoke coverage in CI and release validation, plus a README shortest path for minimal setup.
  • German, Japanese, French, and Italian README pages, plus expanded language navigation.
  • about command and ayatori / ayatori-nexus shell entrypoints for the Ayatori Nexus project codename.
  • agent recommend for project-aware bridge install suggestions, plus platform support levels in agent platforms.
  • Agent platform adapters for Amp, Devin, Junie, Zed, Kilo, GitLab Duo, Firebase Studio, Android Studio Gemini, OpenHands, Warp, and Trae.
  • agent platforms command plus an OpenClaw platform adapter for ~/.openclaw/workspace with AGENTS.md and TOOLS.md bridge files.
  • agent targets and agent detect commands, plus Continue, Goose, and Kiro agent bridge targets.
  • agent install --detected to install only bridge targets discovered in the current project.