Skip to content

Commit 8de3db8

Browse files
committed
feat: major heuristic structuring overhaul
- Smart title generation without raw JSON artifacts - Prompt-based type detection (fix/add/test/refactor/doc) - Tool-specific fact extraction (tests, git, files, search) - Human-readable narratives with action arrows - 10 concept categories (how-it-works, problem-solution, etc.) - Language detection from path and content - Git diff deduplication (a/ b/ prefixes) - Special file support (Makefile, CMakeLists.txt, Dockerfile) - C/C++ header guard fix (skip #define macros) - Bump version to 2.0.21
1 parent 334c738 commit 8de3db8

4 files changed

Lines changed: 625 additions & 73 deletions

File tree

mneme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""kimi-mneme — Persistent memory for Kimi Code CLI."""
22

3-
__version__ = "2.0.20"
3+
__version__ = "2.0.21"

0 commit comments

Comments
 (0)