Skip to content

Commit 76a4a7c

Browse files
Claudeclaude
authored andcommitted
docs: backfill v1.1.3 changelog with all features since v1.1.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2e6b509 commit 76a4a7c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [1.1.3] - 2026-02-19
1111

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.
18+
- **npm discoverability keywords**: Added `mcp-server`, `claude-code`, `ai-memory`, `ai-agent` keywords for npm search.
19+
- **Documentation site**:
20+
- 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+
1228
### Fixed
1329
- **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.
1436

1537
## [1.1.2] - 2026-02-17
1638

0 commit comments

Comments
 (0)