Skip to content

Release 0.10.2

Choose a tag to compare

@github-actions github-actions released this 26 Jul 05:29
· 121 commits to master since this release
836e68d

🚀 What's Changed

📋 Release Summary

This release improves session reliability by addressing incomplete tool calls, message truncation, and session resuming issues (105fcd8, 2ba6773, a281b8d, 54aed7c, 0ace265, d9ac1b3, 7b5dfad). Additionally, the /done command has been streamlined for better usability, and new quick start and troubleshooting guides have been added to enhance user onboarding (855d189, 9872b47).

🔧 Improvements & Optimizations

  • done: move /done command to dedicated file and clean code 855d1898

🐛 Bug Fixes & Stability

  • session: detect and truncate earliest incomplete tool calls on r... 105fcd80
  • session: truncate messages on interrupted tool calls to clean state 2ba67733
  • session: correct tool_calls reconstruction on session resume a281b8d5
  • session: restore layers state and cost on session resume 54aed7c5
  • session: handle incomplete tool calls in session resuming 0ace2654
  • session: re-add initial messages on /done command completion d9ac1b30
  • session: prevent infinite loop on Ctrl+C cancellation 7b5dfada

📚 Documentation & Examples

  • instructions: add quick start and troubleshooting guide 9872b47f

📊 Release Summary

Total commits: 9 across 3 categories

🔧 1 improvement - Better performance & code quality
🐛 7 bug fixes - Improved stability
📚 1 documentation update - Better developer experience

📦 Installation

Quick Install Script (Universal)

curl -fsSL https://raw.githubusercontent.com/Muvon/octomind/main/install.sh | sh

Works on: Linux, macOS, Windows (Git Bash/WSL/MSYS2), and any Unix-like system

Manual Download

Platform Architecture Download
Linux x86_64 (static) octomind-0.10.2-x86_64-unknown-linux-musl.tar.gz
Linux ARM64 (static) octomind-0.10.2-aarch64-unknown-linux-musl.tar.gz
Windows x86_64 octomind-0.10.2-x86_64-pc-windows-msvc.zip
Windows ARM64 octomind-0.10.2-aarch64-pc-windows-msvc.zip
macOS x86_64 octomind-0.10.2-x86_64-apple-darwin.tar.gz
macOS ARM64 octomind-0.10.2-aarch64-apple-darwin.tar.gz

Using Cargo (from crates.io)

cargo install octomind

Using Cargo (from Git)

cargo install --git https://github.com/Muvon/octomind

Verify Installation

octomind --version