Skip to content

Release v0.1.14

Choose a tag to compare

@asterisk-naran asterisk-naran released this 28 Nov 04:43
57b40b6

Release Date: November 28, 2025

✨ New Features

  • /update command: Update to the latest version directly from TUI without restarting the app
    • Manual updates bypass cooldown period
    • Automatic PATH configuration after update

🐛 Bug Fixes

  • Model provider synchronization: All agent models now automatically sync with cloud-engineer's provider
    • When set to VertexAI, title, summarizer, and other agents also use VertexAI models
    • Falls back to cloud-engineer's model when default model doesn't exist in DB
  • titleProvider/summarizeProvider update: Provider is now properly updated when model changes
  • WSL browser fix: Fixed browser open failure when running /login, /docs from /root directory
  • Obsolete model cleanup: Models and providers deleted from API are now automatically removed from DB

🔧 Improvements

  • Removed i386 (32-bit) architecture support from installation scripts
  • Removed --version flag (uses embedded version from build)
  • Consolidated browser opening logic, reducing 126 lines of code
  • Added missing commands to help dialog