Skip to content

AI Workbench v1.9.3

Choose a tag to compare

@github-actions github-actions released this 28 Jul 09:19
· 6 commits to main since this release

AI Workbench v1.9.3

What's Changed

Added

  • [ADD] Settings text fields now support a real cursor, arrow navigation, and Command/Ctrl+V paste. Previously the Settings dialog (Shift+F8) used a plain append-only input buffer: Backspace always removed the last character, there was no cursor position, and paste only worked with Ctrl+V. The editor now tracks a char-based cursor, renders the character at the cursor with a reversed-video block (or a trailing block cursor when at the end), and supports /, Home, End, Delete, Backspace, plus Ctrl+V and Cmd+V on macOS. This makes editing long command lines like opencode --model kimi-k2.7-code:cloud or pi --model qwen3.5:cloud in F8 → Settings → Paths much less frustrating.

Changed

Downloads

Platform Architecture Download
Linux x64 ai-workbench-x86_64-unknown-linux-gnu.tar.gz
Linux ARM64 ai-workbench-aarch64-unknown-linux-gnu.tar.gz
macOS Apple Silicon (M1/M2/M3/M4) ai-workbench-aarch64-apple-darwin.tar.gz
macOS Intel ai-workbench-x86_64-apple-darwin.tar.gz
Windows x64 ai-workbench-x86_64-pc-windows-msvc.zip
Windows ARM64 ai-workbench-aarch64-pc-windows-msvc.zip

Installation

Homebrew (macOS / Linux):

brew install eqms/ai-workbench/ai-workbench

Unix (Linux/macOS):

# Download and extract
tar xzf ai-workbench-*.tar.gz
chmod +x ai-workbench
./ai-workbench

Windows:

# Extract zip and run
Expand-Archive ai-workbench-*.zip -DestinationPath .
.\ai-workbench.exe

Auto-Update

AI Workbench includes built-in auto-update functionality. Updates are checked automatically on startup.

See README for full documentation.