Skip to content

Commit 613e168

Browse files
chore(main): release 0.38.0
1 parent 3d35c34 commit 613e168

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.37.0"
2+
".": "0.38.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.38.0](https://github.com/windmill-labs/webmux/compare/v0.37.0...v0.38.0) (2026-06-19)
4+
5+
6+
### Features
7+
8+
* add claude conversation streaming ([#262](https://github.com/windmill-labs/webmux/issues/262)) ([6b04e83](https://github.com/windmill-labs/webmux/commit/6b04e8344a0f8295369c018a7331511d348a6b54))
9+
* add forkable tabs for claude/codex agent sessions ([39bb904](https://github.com/windmill-labs/webmux/commit/39bb904b729b38fd51ca70bed4e168ebcfd20f76))
10+
* AI-polish Linear issue titles in web create-ticket path ([fd8ecf6](https://github.com/windmill-labs/webmux/commit/fd8ecf6b8217af74089bea0be6a41c328fa83d1f))
11+
* AI-polish Linear issue titles in web create-ticket path ([9d505bf](https://github.com/windmill-labs/webmux/commit/9d505bfe23f57dd017bfa55f5d4c4746c8db0688))
12+
13+
14+
### Bug Fixes
15+
16+
* keep claude chat stream open across turns to preserve message order ([#274](https://github.com/windmill-labs/webmux/issues/274)) ([3d35c34](https://github.com/windmill-labs/webmux/commit/3d35c342f9acd26355e8a67a162ac687259e3c3b))
17+
* reset web-chat worktree status from owned claude -p run ([#273](https://github.com/windmill-labs/webmux/issues/273)) ([5753794](https://github.com/windmill-labs/webmux/commit/57537941e3eaada34c998894d233ab025aae2067))
18+
* tear down tab parking windows and serialize tab mutations ([c649fe4](https://github.com/windmill-labs/webmux/commit/c649fe4f1de91ccf24e88d5ddc4fad3aae0c9d87))
19+
320
## [0.37.0](https://github.com/windmill-labs/webmux/compare/v0.36.0...v0.37.0) (2026-06-09)
421

522

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webmux",
3-
"version": "0.37.0",
3+
"version": "0.38.0",
44
"description": "Web dashboard for workmux — browser UI with embedded terminals, PR monitoring, and CI integration",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)