Skip to content

Releases: sugyan/claude-code-webui

0.1.56

18 Sep 14:27
Immutable release. Only release title and notes can be modified.
030af81

Choose a tag to compare

What's Changed

  • chore(deps): Bump @hono/node-server from 1.17.0 to 1.19.1 in /backend by @dependabot[bot] in #314
  • chore(deps): Bump actions/download-artifact from 4.3.0 to 5.0.0 by @dependabot[bot] in #307
  • chore(deps): Bump actions/setup-node from 4.4.0 to 5.0.0 by @dependabot[bot] in #306
  • chore(deps-dev): Bump esbuild from 0.25.6 to 0.25.9 in /backend by @dependabot[bot] in #312
  • chore(deps-dev): Bump @types/node from 20.19.4 to 24.3.0 in /backend by @dependabot[bot] in #308
  • chore(deps-dev): Bump typescript-eslint from 8.33.1 to 8.42.0 in /frontend by @dependabot[bot] in #313
  • chore(deps-dev): Bump @types/react from 19.1.6 to 19.1.12 in /frontend by @dependabot[bot] in #316
  • Fix release workflow: Generate version.ts before Deno dependency caching by @sugyan in #317

Full Changelog: 0.1.55...0.1.56

0.1.53

07 Sep 15:03
Immutable release. Only release title and notes can be modified.
20a662b

Choose a tag to compare

What's Changed

  • Fix release workflow draft handling and npm OIDC authentication by @sugyan in #274

Full Changelog: 0.1.52...0.1.53

0.1.52

07 Sep 14:43
Immutable release. Only release title and notes can be modified.
25e84c6

Choose a tag to compare

What's Changed

  • Improve release flow with draft releases and OIDC npm publishing by @sugyan in #272

Full Changelog: 0.1.51...0.1.52

0.1.51

06 Sep 14:56
191c4d1

Choose a tag to compare

What's Changed

  • Fix CollapsibleDetails tool result display with preview functionality by @sugyan in #266
  • Improve hooks message display by simplifying system message content by @sugyan in #268
  • Update @anthropic-ai/claude-code to v1.0.108 and fix AbortError import by @sugyan in #269
  • Fix Claude CLI validation to use fallback instead of exit on detection failure by @sugyan in #270
  • Update native binary installation description in README by @sugyan in #271

Full Changelog: 0.1.50...0.1.51

0.1.50

31 Aug 13:59
79a625d

Choose a tag to compare

What's Changed

  • fix: unify message processing pipelines between streaming and history by @sugyan in #262
  • ci: add build validation and fix claude-code dependency issue by @sugyan in #264

Full Changelog: 0.1.49...0.1.50

0.1.49

30 Aug 14:02
45a87ef

Choose a tag to compare

What's Changed

  • Implement thinking message display for Claude's reasoning process by @sugyan in #255
  • Enhanced TodoWrite display with visual todo list by @sugyan in #259
  • chore: update @anthropic-ai/claude-code dependency to 1.0.98 by @sugyan in #260
  • docs: optimize CLAUDE.md for better performance by @sugyan in #261

Full Changelog: 0.1.48...0.1.49

0.1.48

26 Aug 03:28
884304f

Choose a tag to compare

What's Changed

  • remove: Select New Directory option from project selector by @sugyan in #241
  • Update demo video of README.md by @sugyan in #248
  • Add keyboard shortcut for permission mode cycling by @sugyan in #253
  • Add unified settings page with theme and enter behavior integration by @sugyan in #254

Full Changelog: 0.1.47...0.1.48

0.1.47

23 Aug 04:07
1e8edfc

Choose a tag to compare

What's Changed

  • fix: improve error handling when Claude CLI path detection fails by @sugyan in #235
  • feat: implement always-visible permission mode toggle UI by @sugyan in #237
  • feat: implement comprehensive plan mode testing (#137) by @sugyan in #238
  • docs: add Permission Mode feature documentation by @sugyan in #239

Full Changelog: 0.1.46...0.1.47

0.1.46

13 Aug 17:00
9796e8c

Choose a tag to compare

What's Changed

  • feat: implement LogTape logging system for debug log control by @sugyan in #220
  • feat: simplify runtime abstraction using Node.js standard modules by @sugyan in #223
  • feat: add permission mode support and unify localStorage management (#132) by @sugyan in #226
  • feat: Backend Permission Mode Support by @sugyan in #227
  • fix: improve logger output by removing emojis and excessive indentation by @sugyan in #229
  • feat: complete ExitPlanMode implementation with UI integration by @sugyan in #230
  • feat: implement session-scoped permission mode state management by @sugyan in #232
  • fix: parse JSON theme value from localStorage in index.html by @sugyan in #233
  • feat: update @anthropic-ai/claude-code dependency to 1.0.77 by @sugyan in #234

Full Changelog: 0.1.45...0.1.46

0.1.45

31 Jul 13:01
e8c7bc8

Choose a tag to compare

What's Changed

  • feat: make demo page available only in development mode by @sugyan in #217
  • fix: add Windows .cmd parsing fallback for node.exe colocated environments by @sugyan in #219

Full Changelog: 0.1.44...0.1.45