mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-09 16:07:49 +00:00
7.7 KiB
7.7 KiB
Changelog
All notable changes to CloudCLI UI will be documented in this file.
1.23.2 (2026-03-06)
New Features
- add clickable overlay buttons for CLI prompts in Shell terminal (#480) (2444209), closes #427
- add terminal shortcuts panel for mobile (#411) (b0a3fdf)
- implement session rename with SQLite storage (#413) (198e3da), closes #72 #358
Bug Fixes
- chat: finalize terminal lifecycle to prevent stuck processing/thinking UI (#483) (0590c5c)
- codex-history: prevent AGENTS.md/internal prompt leakage when reloading Codex sessions (#488) (64a96b2)
- preserve pending permission requests across WebSocket reconnections (#462) (4ee88f0)
- prevent React 18 batching from losing messages during session sync (#461) (688d734)
- release it script (dcea8a3)
Styling
Maintenance
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)