Releases: myk1yt/crowmemory
Releases · myk1yt/crowmemory
Release list
v1.4.4
Fixed
- Unicode escape sequence noise (
\uXXXX) in MCP responses: Fixed raw Unicode characters (like\ubc18\ub4dc\uc2dc) showing in tool output by changingjson.dumpsto useensure_ascii=Falsein response formatting. - cp949 UnicodeEncodeError on Windows stdout: Reconfigured
sys.stdoutandsys.stderrto use UTF-8 encoding on startup, ensuring Windows consoles handle all Unicode characters safely without crash.
v1.4.3 — Task Scheduler Auto-Start, REST API, & Stability Improvements
What's New
v1.4.2 — ps1 clean-install fix, step counter, ko.md memory philosophy
What's Fixed in v1.4.2
Bug Fixes
- install.ps1 clean-install skip bug (Zoo Code): The oreach loop for injecting custom modes used Test-Path (Split-Path \ -Parent) for both Zoo Code and Roo Code, causing Zoo Code setup to be skipped on a fresh install. Zoo Code now unconditionally creates its settings directory; Roo Code retains the parent-check guard.
- Step counter display fix (install.ps1): Write-Step-Header hardcoded /4 despite there being 5 steps. Now correctly shows [1/5] through [5/5].
- ko.md missing memory philosophy rule: The human-repetition memory philosophy directive was present in en.md but entirely absent from system_prompt.example/ko.md. Korean-locale users were missing this rule. Added.
Full changelog: https://github.com/myk1yt/crowmemory/blob/main/CHANGELOG.md
v1.3.6 — i18n 36개 언어, orchestrator-crow, 버그 수정
v1.3.6 — i18n Internationalization + Orchestrator + Crow
v1.3.3 — Importance-Based Memory Retention
Changed — "Important memories survive" design philosophy
v1.3.2 — Crow Recall All-Register Fix + Mode Description
Fixed
v1.3.1: Fix ECONNREFUSED race condition on VS Code restart
v1.3.1 — 2026-05-25
v1.3.0: Kimi Code AGENTS.md Official Support + Cross-Editor Integration
[1.3.0] — 2026-05-25
Added
AGENTS.md— Kimi Code CLI official support: The official Kimi Code CLI mechanism (${KIMI_AGENTS_MD}) is now used instead ofpatch_kimi_code.pyhacks.AGENTS.mdat project root auto-injects Crow rules into every Kimi Code session. Survives CLI updates permanently.~/.kimi/mcp.jsongeneration: Installers now write the Kimi Code CLI standard MCP config (~/.kimi/mcp.json) with SSE endpoint. Kimi Code finds Crow automatically regardless of project..vscode/tasks.jsonauto-generated: SSE server now auto-starts on workspace open viarunOn: folderOpentask. No manual server commands needed — clone, install, open, done..vscode/tasks.json+.roo/mcp.json+AGENTS.mdshared on GitHub:.gitignoreupdated to allow essential config files so new users get plug-and-play experience.- Robust
start_crow_sse.bat: Port check (skip if already running), stale lock cleanup (PID verification), start verification. Used by both.vscode/tasks.jsonand Windows Startup.
Changed
- SSE mode is now the one and only default: Installers no longer generate stdio config. SSE is required for multi-client safety.
- Kimi Code architecture:
patch_kimi_code.py→AGENTS.md(official, update-proof).patch_kimi_code.pykept as optional fallback for CLI < v1.2. - Kimi Code
custom_modes.yamlremoved from install: Kimi Code CLI does not supportcustom_modes.yaml(Zoo Code only). Replaced withAGENTS.md+~/.kimi/mcp.json. - Startup
.batis now a copy ofstart_crow_sse.bat: Single source of truth. install.py/install.ps1step count: 5 → 7 (Step 3.5:.vscode/tasks.json, Step 4.5: Kimi Code AGENTS.md + ~/.kimi/mcp.json).
Fixed
- SSE server not surviving VS Code restart: Root cause — auto-start was Windows-boot-only. Now
.vscode/tasks.jsonhandles workspace-open trigger. .gitignoreblocking essential config files:.vscode/tasks.json,.roo/mcp.json, andAGENTS.mdnow correctly shared.- Kimi Code:
custom_modes.yamlsilently ineffective: Removed. Kimi Code now usesAGENTS.md(official) +~/.kimi/mcp.json(standard).