Skip to content

Commit a04ae4b

Browse files
chore(release): bump to 1.3.24 with tool-card recovery and Exploring runs
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8241292 commit a04ae4b

5 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.3.24] - 2026-08-29
6+
7+
### Changed
8+
9+
- Consecutive thoughts and ordinary tools now share one Exploring run, so completed thinking folds into the collapsed header instead of sitting as a separate block.
10+
- The live thinking header shows the latest cleaned fragment and only ticks when a new sentence starts.
11+
- Write can create or overwrite a file without a prior Read. Edit and NotebookEdit still require a matching last-read snapshot.
12+
13+
### Fixed
14+
15+
- Fixed Read/Grep and other tool cards disappearing when `tool_call_start` arrived before `tool_use_generated`, or when the live agent store already tracked the call. The stream now always upserts the assistant `tool_use` block.
16+
- Restored missing tool cards from the tool-result journal and request-debug payload when a result exists without a matching `tool_use` in the message.
17+
518
## [1.3.23] - 2026-08-29
619

720
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<p align="center">
1515
<a href="https://github.com/AIDotNet/OpenCowork/releases/latest"><img src="https://img.shields.io/github/v/release/AIDotNet/OpenCowork?label=Release" alt="Release"></a>
1616
<img src="https://img.shields.io/badge/License-Apache_2.0-green" alt="License">
17-
<img src="https://img.shields.io/badge/Version-1.3.23-orange" alt="Version">
17+
<img src="https://img.shields.io/badge/Version-1.3.24-orange" alt="Version">
1818
<a href="https://github.com/AIDotNet/OpenCowork/stargazers"><img src="https://img.shields.io/github/stars/AIDotNet/OpenCowork?style=social" alt="Stars"></a>
1919
</p>
2020

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<p align="center">
1515
<a href="https://github.com/AIDotNet/OpenCowork/releases/latest"><img src="https://img.shields.io/github/v/release/AIDotNet/OpenCowork?label=Release" alt="Release"></a>
1616
<img src="https://img.shields.io/badge/License-Apache_2.0-green" alt="License">
17-
<img src="https://img.shields.io/badge/Version-1.3.23-orange" alt="Version">
17+
<img src="https://img.shields.io/badge/Version-1.3.24-orange" alt="Version">
1818
<a href="https://github.com/AIDotNet/OpenCowork/stargazers"><img src="https://img.shields.io/github/stars/AIDotNet/OpenCowork?style=social" alt="Stars"></a>
1919
</p>
2020

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-cowork",
3-
"version": "1.3.23",
3+
"version": "1.3.24",
44
"description": "Open-source desktop platform for multi-agent AI collaboration with local tools and workplace integration",
55
"main": "./out/main/index.js",
66
"bin": {

0 commit comments

Comments
 (0)