This repository was archived by the owner on Feb 14, 2026. It is now read-only.
Release Notes - Happy CLI v0.13.0
This release introduces Gemini backend support through ACP integration, adds session hook tracking for better --continue/--resume support, and includes various improvements and fixes.
🚀 New Features
- Gemini Backend Support: Added ACP (Agent Communication Protocol) integration with Gemini backend, allowing remote sessions to use Gemini as an alternative to Claude
- Gemini Cloud Authentication: Happy cloud OAuth token is now prioritized for Gemini authentication
- Allow Gemini for Remote Start: Gemini can now be selected when starting remote sessions
- Session Hook Tracking: Added session hook tracking to properly support
--continueand--resumeflags, enabling better session persistence - Claude Environment Variables: New
--claude-envflag allows passing custom environment variables to Claude sessions
🐛 Bug Fixes
- Session Hook Cleanup: Fixed session hook cleanup and timeout handling to prevent resource leaks
♻️ Refactoring
- Session Hook Tracking: PR review fixes improving the session hook tracking implementation
🔧 Other Changes
- Windows Scripts: Consolidated Windows-specific packaging scripts for better maintainability