Skip to content

Commit 836e68d

Browse files
committed
chore(release): 0.10.2
1 parent 105fcd8 commit 836e68d

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

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

3+
## [0.10.2] - 2025-07-26
4+
5+
### 📋 Release Summary
6+
7+
This release improves session reliability by addressing incomplete tool calls, message truncation, and session resuming issues (105fcd80, 2ba67733, a281b8d5, 54aed7c5, 0ace2654, d9ac1b30, 7b5dfada). Additionally, the /done command has been streamlined for better usability, and new quick start and troubleshooting guides have been added to enhance user onboarding (855d1898, 9872b47f).
8+
9+
10+
### 🔧 Improvements & Optimizations
11+
12+
- **done**: move /done command to dedicated file and clean code `855d1898`
13+
14+
### 🐛 Bug Fixes & Stability
15+
16+
- **session**: detect and truncate earliest incomplete tool calls on r... `105fcd80`
17+
- **session**: truncate messages on interrupted tool calls to clean state `2ba67733`
18+
- **session**: correct tool_calls reconstruction on session resume `a281b8d5`
19+
- **session**: restore layers state and cost on session resume `54aed7c5`
20+
- **session**: handle incomplete tool calls in session resuming `0ace2654`
21+
- **session**: re-add initial messages on /done command completion `d9ac1b30`
22+
- **session**: prevent infinite loop on Ctrl+C cancellation `7b5dfada`
23+
24+
### 📚 Documentation & Examples
25+
26+
- **instructions**: add quick start and troubleshooting guide `9872b47f`
27+
28+
### 📊 Release Summary
29+
30+
**Total commits**: 9 across 3 categories
31+
32+
🔧 **1** improvement - *Better performance & code quality*
33+
🐛 **7** bug fixes - *Improved stability*
34+
📚 **1** documentation update - *Better developer experience*
35+
336
## [0.10.1] - 2025-07-17
437

538
### 📋 Release Summary

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "octomind"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
edition = "2021"
55
authors = ["Muvon Un Limited <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)