mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-04 13:37:40 +00:00
3.8 KiB
3.8 KiB
Changelog
All notable changes to CloudCLI UI will be documented in this file.
1.21.0 (2026-02-27)
New Features
- add copy icon for user messages (#449) (b359c51)
- Google's gemini-cli integration (#422) (a367edd)
- persist active tab across reloads via localStorage (#414) (e3b6892), closes #387
Bug Fixes
Maintenance
- upgrade @anthropic-ai/claude-agent-sdk to version 0.2.59 and add model usage logging (#446) (917c353)
- upgrade better-sqlite to latest version to support node 25 (#445) (4ab94fc)
1.20.1 (2026-02-23)
New Features
- implement install mode detection and update commands in version upgrade process (f986004)
- migrate legacy database to new location and improve last login update handling (50e097d)
1.19.1 (2026-02-23)
Bug Fixes
- add prepublishOnly script to build before publishing (82efac4)
1.19.0 (2026-02-23)
New Features
- add HOST environment variable for configurable bind address (#360) (cccd915)
- subagent tool grouping (#398) (0207a1f)
Bug Fixes
- macos: fix node-pty posix_spawnp error with postinstall script (#347) (38a593c), closes #284
- slash commands with arguments bypass command execution (#392) (597e9c5)
Refactoring
- releases: Create a contributing guide and proper release notes using a release-it plugin (fc369d0)