Skip to content

Releases: siteboon/claudecodeui

CloudCLI UI v1.20.1

23 Feb 22:23

Choose a tag to compare

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)

CloudCLI UI v1.19.1

23 Feb 21:29

Choose a tag to compare

1.19.1 (2026-02-23)

Bug Fixes

  • add prepublishOnly script to build before publishing (82efac4)

CloudCLI UI v1.19.0

23 Feb 11:56

Choose a tag to compare

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

  • update @anthropic-ai/claude-agent-sdk to version 0.1.77 in package-lock.json (#410) (7ccbc8d)

CloudCLI UI v1.18.2

18 Feb 07:35

Choose a tag to compare

  • feat: add japanese readme (e853d29)
  • fix: pwa mode and mobile safe area padding (07f1d9a)

CloudCLI UI v1.18.1 - Codex GPT-5.3 update

17 Feb 21:56

Choose a tag to compare

  • 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

16 Feb 14:15

Choose a tag to compare

  • 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

13 Feb 19:29

Choose a tag to compare

CloudCLI UI v1.16.4

11 Feb 15:26

Choose a tag to compare

Bump to 1.16.3

02 Feb 10:19

Choose a tag to compare

v1.16.3

Release 1.16.3

Claude Code UI v1.16.2

30 Jan 16:58

Choose a tag to compare

  • 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 !