File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55[ ![ License] ( https://img.shields.io/badge/license-AGPL--3.0-green.svg )] ( LICENSE )
66[ ![ Kimi CLI] ( https://img.shields.io/badge/Kimi%20CLI-plugin-orange.svg )] ( https://moonshotai.github.io/kimi-cli/ )
77
8- ** Version:** <!-- VERSION --> 2.0.22 <!-- /VERSION -->
8+ ** Version:** <!-- VERSION --> 2.0.23 <!-- /VERSION -->
99
1010> ** Mneme** (Greek: Μνήμη) — the goddess of memory and the mother of the Muses.
1111> This project brings persistent, AI-compressed memory to [ Kimi Code CLI] ( https://moonshotai.github.io/kimi-cli/ ) .
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ The tools are declared in `plugin/plugin.json`:
311311``` json
312312{
313313 "name" : " kimi-mneme" ,
314- "version" : " 2.0.22 " ,
314+ "version" : " 2.0.23 " ,
315315 "tools" : [
316316 {
317317 "name" : " mneme_search" ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ GET /api/health
4747```
4848
4949``` json
50- {"status" : " ok" , "version" : " 2.0.22 " }
50+ {"status" : " ok" , "version" : " 2.0.23 " }
5151```
5252
5353### Search
Original file line number Diff line number Diff line change 11"""kimi-mneme — Persistent memory for Kimi Code CLI."""
22
3- __version__ = "2.0.22 "
3+ __version__ = "2.0.23 "
Original file line number Diff line number Diff line change 11{
22 "name" : " kimi-mneme" ,
3- "version" : " 2.0.22 " ,
3+ "version" : " 2.0.23 " ,
44 "description" : " Persistent memory plugin for Kimi Code CLI \u2014 search and retrieve past session context. Part of the kimi-plugins ecosystem." ,
55 "config_file" : " config.json" ,
66 "inject" : {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " kimi-mneme"
7- version = " 2.0.22 "
7+ version = " 2.0.23 "
88description = " Persistent memory plugin for Kimi Code CLI"
99readme = " README.md"
1010license = { text = " AGPL-3.0" }
You can’t perform that action at this time.
0 commit comments