Skip to content

v1.1.30

Latest

Choose a tag to compare

@rorychatt rorychatt released this 10 Aug 13:58
066c63f

Ivy Tendril Release Notes - v1.1.30 (2026-08-10)

Cross-Platform Onboarding Fixes

  • Windows Onboarding Health Check Fix: Fixed Onboarding step 1 getting stuck on 'Setting Up Claude' on Windows by wrapping health check CLI calls in cmd.exe /S /c "" so .cmd batch file stdio streams exit cleanly.

Security & Certificate Improvements

  • Fixed System Password Prompt on Launch (macOS): Resolved an issue where macOS would prompt for system password authorization on every application launch. The certificate trust check now checks the System Keychain (LocalMachine), correctly identifying pre-trusted installer certificates without re-prompting.

Installer & Agent Stability

  • Locked File Handling on Upgrade: Improved the installer update process to gracefully handle locked files and terminate running background ivy-agent instances prior to replacing application binaries.

LLM Provider Integration & Custom API Support

  • Berget AI Provider Support: Added Berget AI as a dedicated BYO LLM provider card in beta mode, exposing Kimi K3 models (moonshotai/Kimi-K3) with full branding and default profile support.
  • Custom Anthropic Base URL: Users can now configure custom API Base URL endpoints for Anthropic providers in settings.
  • OpenAI Proxy Enhancements: Fixed environment variable propagation (OPENAI_BASE_URL and OPENAI_API_KEY) and improved model routing in OpenAI Proxy sessions.

Ivy Agent CLI Management

  • Background Update Checks & 1-Click Update: Integrated background version checking and a 1-click update button in settings for the Ivy Agent CLI.
  • Reliable CDN Fallbacks: Switched release version checks to use CDN endpoints with cache-busting timestamping.