Skip to content

Release 0.11.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 12:51
· 113 commits to master since this release
e1ee104

🚀 What's Changed

📋 Release Summary

This release adds support for the latest GPT-5 and Anthropic opus-4-1 AI models, expanding the range of AI capabilities (076e797, b8f3576). Several improvements enhance session stability and usability, including better input rendering with ANSI color support and cancellation options for agent tools (574d08e, ed9e282, e245ecf, a07109d). Additionally, bug fixes prevent infinite retry loops and improve text editing reliability (574d08e, 315ddfd).

✨ New Features & Enhancements

  • openai: add GPT-5 model support with pricing and params 076e797d
  • anthropic: add opus-4-1 model and fix temp/top_p handling b8f3576b

🐛 Bug Fixes & Stability

  • session: prevent infinite retries on continuation calls 574d08e5
  • text_editing: prevent repeated line_replace on new lines 315ddfda
  • mcp: add cancellation support to agent tool execution ed9e2820
  • session: enable ANSI color mode for rustyline input rendering e245ecff
  • session: prevent infinite retry loops on continuation errors a07109dd

📊 Release Summary

Total commits: 7 across 2 categories

2 new features - Enhanced functionality
🐛 5 bug fixes - Improved stability

📦 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.11.0-x86_64-unknown-linux-musl.tar.gz
Linux ARM64 (static) octomind-0.11.0-aarch64-unknown-linux-musl.tar.gz
Windows x86_64 octomind-0.11.0-x86_64-pc-windows-msvc.zip
Windows ARM64 octomind-0.11.0-aarch64-pc-windows-msvc.zip
macOS x86_64 octomind-0.11.0-x86_64-apple-darwin.tar.gz
macOS ARM64 octomind-0.11.0-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