File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.2.1] — 2026-07-12
9+
10+ ### Fixed
11+
12+ - ** Right context, not stale replays.** Backlog replay no longer injects old
13+ conversations as the active task, per-message context injection works on the
14+ Rust engine again, and captures still feed the freshness surfaces when the
15+ daemon is down.
16+ - ** Lighter capture.** The Stop hook captures one response per turn instead of
17+ re-spooling the whole transcript every time.
18+ - ** Steadier daemon under load.** The boot background fleet defers instead of
19+ stampeding (which could push memory past the watchdog's limit and kill the
20+ daemon), the watchdog honors cold-start grace and no longer races its own
21+ shutdown, recent-window writes survive torn lines across processes, and a
22+ slow-exiting worker keeps its result instead of discarding it.
23+
824## [ 2.2.0] — 2026-07-11
925
1026### Added
Original file line number Diff line number Diff line change 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.2.0 -1f6feb?style=flat-square " alt =" Release v2.2.0 " >
12+ <img src =" https://img.shields.io/badge/release-v2.2.1 -1f6feb?style=flat-square " alt =" Release v2.2.1 " >
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 " >
Original file line number Diff line number Diff line change 1414<p align =" center " >每一项声明都附带可复现的基准测试脚本。你可以自己跑一遍验证。</p >
1515
1616<p align =" center " >
17- <img src =" https://img.shields.io/badge/release-v2.2.0 -1f6feb?style=flat-square " alt =" Release v2.2.0 " >
17+ <img src =" https://img.shields.io/badge/release-v2.2.1 -1f6feb?style=flat-square " alt =" Release v2.2.1 " >
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 " >
Original file line number Diff line number Diff line change 11[project ]
22name = " iai-mcp"
3- version = " 2.2.0 "
3+ version = " 2.2.1 "
44description = " MCP server giving Claude persistent autistic-style memory + learning"
55requires-python = " >=3.11,<3.13"
66dependencies = [
You can’t perform that action at this time.
0 commit comments