Skip to content

GoodMemory v0.7.2 — Kimi Code plugin

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Aug 06:10

GoodMemory v0.7.2 adds an official Kimi Code plugin for local-first, auditable cross-session project memory.

Install in Kimi Code:

/plugins install https://github.com/hjqcan/GoodMemory

Then confirm the third-party trust prompt and run /reload or /new. Verify with /plugins info goodmemory and /mcp.

What ships:

  • a using-goodmemory session-start Skill for on-demand recall and selective durable writes;
  • /goodmemory:status, /goodmemory:recall, /goodmemory:trace, and /goodmemory:remember;
  • eight read/audit MCP tools plus the approval-gated goodmemory_remember tool;
  • project isolation derived from the current absolute cwd, without a fixed workspace ID.

The plugin does not install hooks, background extraction, raw-transcript persistence, automatic context injection, or permanent MCP allow rules. Current verified runtime prerequisites are Node.js 20+, Bun 1.3.14+, and npx; macOS and Linux are the supported v0.7.2 targets, while Windows remains unverified.

Acceptance evidence:

  • Kimi Code 0.31.1 installed the bare GitHub URL as hjqcan/GoodMemory@tag:v0.7.2 and connected 9 tools (stdio) after /reload.
  • The exact npm command passed write → new MCP process → recall → trace, plus different-cwd isolation.
  • The guarded release workflow passed the full suite, 92.10% coverage gate, real Postgres tests, 100k/150k projection scale gate, Node 20 packed consumers, npm integrity verification, and GitHub Release publication.

Documentation: https://github.com/hjqcan/GoodMemory/blob/v0.7.2/docs/GoodMemory-Kimi-Code-Setup-Guide.md

Release workflow: https://github.com/hjqcan/GoodMemory/actions/runs/30733828784