Skip to content

Commit c3b9f93

Browse files
committed
Bump version to 2.1.0 and update changelog
1 parent 983d92b commit c3b9f93

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.0] — 2026-07-11
9+
10+
### Added
11+
12+
- **Windows support.** The engine now runs on Windows end to end. The Rust storage
13+
engine compiles and runs there through a cross-platform positional-I/O layer, and
14+
the daemon talks over a local TCP loopback with a per-start token handshake in
15+
place of a Unix socket. Community port contributed by danielhertz.
16+
17+
### Fixed
18+
19+
- **Reliable liveness checks.** Every process-alive check now goes through one
20+
canonical probe, so a healthy daemon is never misreported as dead (previously
21+
possible on Windows).
22+
- **Foresight on live turns only.** The anticipation pack now refreshes only on a
23+
live turn, not while replaying historical events, so replay no longer thrashes
24+
next-turn anticipation.
25+
826
## [2.0.3] — 2026-07-11
927

1028
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<p align="center"><b>Persistent memory for any MCP client.</b> Local, encrypted, verbatim recall via vector search + knowledge graph. MIT.</p>
1010

1111
<p align="center">
12-
<img src="https://img.shields.io/badge/release-v2.0.3-1f6feb?style=flat-square" alt="Release v2.0.3">
12+
<img src="https://img.shields.io/badge/release-v2.1.0-1f6feb?style=flat-square" alt="Release v2.1.0">
1313
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-1f6feb?style=flat-square" alt="License: MIT"></a>
1414
<img src="https://img.shields.io/badge/python-3.11%20|%203.12-3776ab?style=flat-square&logo=python&logoColor=white" alt="Python 3.11 | 3.12">
1515
<img src="https://img.shields.io/badge/platform-macOS%20|%20Linux-555?style=flat-square" alt="Platform: macOS and Linux">

README_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<p align="center">每一项声明都附带可复现的基准测试脚本。你可以自己跑一遍验证。</p>
1515

1616
<p align="center">
17-
<img src="https://img.shields.io/badge/release-v2.0.3-1f6feb?style=flat-square" alt="Release v2.0.3">
17+
<img src="https://img.shields.io/badge/release-v2.1.0-1f6feb?style=flat-square" alt="Release v2.1.0">
1818
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-1f6feb?style=flat-square" alt="License: MIT"></a>
1919
<img src="https://img.shields.io/badge/python-3.11%20|%203.12-3776ab?style=flat-square&logo=python&logoColor=white" alt="Python 3.11 | 3.12">
2020
<img src="https://img.shields.io/badge/platform-macOS%20|%20Linux-555?style=flat-square" alt="Platform: macOS and Linux">

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "iai-mcp"
3-
version = "2.0.3"
3+
version = "2.1.0"
44
description = "MCP server giving Claude persistent autistic-style memory + learning"
55
requires-python = ">=3.11,<3.13"
66
dependencies = [

0 commit comments

Comments
 (0)