You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [1.1.3] - 2026-02-19
11
11
12
+
### Added
13
+
-**Multi-client init wizard**: `npx gitmem-mcp init` now supports VS Code, Windsurf, and generic MCP clients in addition to Claude Code and Cursor.
14
+
-**Server-side enforcement layer**: Universal compliance enforcement that works across all MCP clients — recall before consequential actions, scar confirmation gates.
15
+
-**Scar framing guidance**: `create_learning` tool now guides agents to frame scars as "what we now know" (factual discovery) rather than "what I did wrong" (self-criticism).
16
+
-**Auto-detect agent and session**: Scar usage tracking automatically detects the current agent identity and session context.
17
+
-**Closing payload schema**: Session close payload schema now ships with `init` and `session_start` for client reference.
- Restored Fumadocs source for gitmem.ai/docs with emerald theme.
21
+
- Redesigned docs landing page with improved messaging and branding.
22
+
- Added FAQ page with 11 questions.
23
+
- Added MCP one-liner explainer for new users.
24
+
- Added 3 docs examples (scar stories): credential leak, phantom deploy, and first scar.
25
+
- Inline mailing list signup form in docs pages.
26
+
- Rich installation page with multi-client instructions.
27
+
12
28
### Fixed
13
29
-**Thread display output**: `list_threads` and `cleanup_threads` replaced ASCII box-drawing tables with markdown tables. Thread text truncation increased from 40-48 to 60 characters. Output now renders cleanly in all MCP clients instead of clipping on narrow terminals.
30
+
-**Version reporting**: Server now reads version from `package.json` instead of hardcoded `1.0.3`.
31
+
-**Log header clarity**: `gitmem log` header now says "most recent learnings" instead of ambiguous label.
32
+
-**Analyze output**: Relabeled misleading "Open Threads" to "Threads Referenced" in analyze output.
33
+
-**Stale thread cleanup**: Drop stale local-only threads on `session_start` when Supabase is authoritative source.
34
+
-**Package name in docs**: Corrected to `npx gitmem-mcp init` (was `npx gitmem init`).
35
+
-**Docs fixes**: Removed duplicate h1 headers, fixed sidebar nav duplicate entry, corrected GitHub URLs after org migration.
0 commit comments