Releases: siteboon/claudecodeui
Releases · siteboon/claudecodeui
CloudCLI UI v1.20.1
CloudCLI UI v1.19.1
CloudCLI UI v1.19.0
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)
Maintenance
CloudCLI UI v1.18.2
CloudCLI UI v1.18.1 - Codex GPT-5.3 update
- fix: small rebrand fixes (c55e996)
- fix: parse serialized JSON content in subagent Task results (29b80b1) - thanks @vadimtrunov!
- feat(i18n): add Japanese language support #384 (8723393) - thanks @te19oishi!
- feat: update codex sdk and add codex model IDs (#385) (2cfcae0) - thanks @azyu!
- feat: improve conversation history loading for long sessions (#371) (151e8ee) - thanks @ivnnv!
- fix: login for unauthenticated users would not work (520e3f2)
CloudCLI UI v1.18.0
-
feat: Ask User Question implementation for Claude Code & upgrade claude agent sdk to 0.1.71 to support the tool (42f13e1)
-
feat: show .env syntax highlighting and markdown viewer (412102c)
-
feat: swap default code editor to sidebar and make the modal optional (33b0ea4)
-
feat: Refine design language and use theme tokens across most pages. (afe1be7)
-
fix: editor toolbar mobile visibility (374fe35)
Refactor & Performance Improvements - CloudCLI UI v1.17.1
- Refactor/app content main content and chat interface (#374) (f891316) - thanks @blackmammoth!
CloudCLI UI v1.16.4
- fix: correct spelling of "claude code" and update license to GPL-3.0 (216932e) - thanks @unsystemizer!
- Refactor WebSocket context + centralize platform flag (#363) (e7d6c40) - thanks @blackmammoth!
- feat(i18n): add Korean language support (#367) (cf3d23e) - thanks @kichunsung!
- fix: claude code login issues (#375) (c1e025b) - thanks @blackmammoth!
Bump to 1.16.3
v1.16.3 Release 1.16.3
Claude Code UI v1.16.2
- fix: enforce WORKSPACES_ROOT in folder browser and folder creation (bbb51db) - thanks @blackmammoth !
- fix: change claude login order and command (53224e4)
- feat: setup TypeScript with configuration and type definitions (86b421c) - thanks @blackmammoth !