mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-04 05:27:40 +00:00
5.3 KiB
5.3 KiB
Changelog
All notable changes to CloudCLI UI will be documented in this file.
1.22.0 (2026-03-03)
New Features
- add community button in the app (84d4634)
- Advanced file editor and file tree improvements (#444) (9768958)
- update document title based on selected project (#448) (9e22f42)
Bug Fixes
- claude: correct project encoded path (#451) (9c0e864), closes #447
- claude: move model usage log to result message only (#454) (506d431)
- missing translation label (855e22f)
Maintenance
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)