AI Workbench v1.9.3
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, plusCtrl+VandCmd+Von macOS. This makes editing long command lines likeopencode --model kimi-k2.7-code:cloudorpi --model qwen3.5:cloudin 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-workbenchUnix (Linux/macOS):
# Download and extract
tar xzf ai-workbench-*.tar.gz
chmod +x ai-workbench
./ai-workbenchWindows:
# Extract zip and run
Expand-Archive ai-workbench-*.zip -DestinationPath .
.\ai-workbench.exeAuto-Update
AI Workbench includes built-in auto-update functionality. Updates are checked automatically on startup.
See README for full documentation.