Skip to content

Releases: myk1yt/crowmemory

v1.4.4

Choose a tag to compare

@myk1yt myk1yt released this 20 Jun 15:43

Fixed

  • Unicode escape sequence noise (\uXXXX) in MCP responses: Fixed raw Unicode characters (like \ubc18\ub4dc\uc2dc) showing in tool output by changing json.dumps to use ensure_ascii=False in response formatting.
  • cp949 UnicodeEncodeError on Windows stdout: Reconfigured sys.stdout and sys.stderr to 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

Choose a tag to compare

@myk1yt myk1yt released this 13 Jun 07:11

What's New

v1.4.2 — ps1 clean-install fix, step counter, ko.md memory philosophy

Choose a tag to compare

@myk1yt myk1yt released this 03 Jun 06:39

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, 버그 수정

Choose a tag to compare

@myk1yt myk1yt released this 29 May 21:38

v1.3.6 — i18n Internationalization + Orchestrator + Crow

v1.3.3 — Importance-Based Memory Retention

Choose a tag to compare

@myk1yt myk1yt released this 26 May 06:47

Changed — "Important memories survive" design philosophy

v1.3.2 — Crow Recall All-Register Fix + Mode Description

Choose a tag to compare

@myk1yt myk1yt released this 26 May 06:33

Fixed

v1.3.1: Fix ECONNREFUSED race condition on VS Code restart

Choose a tag to compare

@myk1yt myk1yt released this 25 May 13:56

v1.3.1 — 2026-05-25

v1.3.0: Kimi Code AGENTS.md Official Support + Cross-Editor Integration

Choose a tag to compare

@myk1yt myk1yt released this 25 May 10:16

[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 of patch_kimi_code.py hacks. AGENTS.md at project root auto-injects Crow rules into every Kimi Code session. Survives CLI updates permanently.
  • ~/.kimi/mcp.json generation: 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.json auto-generated: SSE server now auto-starts on workspace open via runOn: folderOpen task. No manual server commands needed — clone, install, open, done.
  • .vscode/tasks.json + .roo/mcp.json + AGENTS.md shared on GitHub: .gitignore updated 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.json and 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.pyAGENTS.md (official, update-proof). patch_kimi_code.py kept as optional fallback for CLI < v1.2.
  • Kimi Code custom_modes.yaml removed from install: Kimi Code CLI does not support custom_modes.yaml (Zoo Code only). Replaced with AGENTS.md + ~/.kimi/mcp.json.
  • Startup .bat is now a copy of start_crow_sse.bat: Single source of truth.
  • install.py / install.ps1 step 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.json handles workspace-open trigger.
  • .gitignore blocking essential config files: .vscode/tasks.json, .roo/mcp.json, and AGENTS.md now correctly shared.
  • Kimi Code: custom_modes.yaml silently ineffective: Removed. Kimi Code now uses AGENTS.md (official) + ~/.kimi/mcp.json (standard).