Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 191c4d1

Browse files
authored
Release for 0.1.51 (#267)
* [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md
2 parents 4f25593 + 5a2e88f commit 191c4d1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.51](https://github.com/sugyan/claude-code-webui/compare/0.1.50...0.1.51) - 2025-09-06
9+
- Fix CollapsibleDetails tool result display with preview functionality by @sugyan in https://github.com/sugyan/claude-code-webui/pull/266
10+
- Improve hooks message display by simplifying system message content by @sugyan in https://github.com/sugyan/claude-code-webui/pull/268
11+
- Update @anthropic-ai/claude-code to v1.0.108 and fix AbortError import by @sugyan in https://github.com/sugyan/claude-code-webui/pull/269
12+
- Fix Claude CLI validation to use fallback instead of exit on detection failure by @sugyan in https://github.com/sugyan/claude-code-webui/pull/270
13+
- Update native binary installation description in README by @sugyan in https://github.com/sugyan/claude-code-webui/pull/271
14+
815
## [0.1.50](https://github.com/sugyan/claude-code-webui/compare/0.1.49...0.1.50) - 2025-08-31
916
- fix: unify message processing pipelines between streaming and history by @sugyan in https://github.com/sugyan/claude-code-webui/pull/262
1017
- ci: add build validation and fix claude-code dependency issue by @sugyan in https://github.com/sugyan/claude-code-webui/pull/264

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-webui",
3-
"version": "0.1.50",
3+
"version": "0.1.51",
44
"type": "module",
55
"description": "Web-based interface for the Claude Code CLI with streaming chat interface",
66
"keywords": [

0 commit comments

Comments
 (0)