claude-session-continuity-mcp 1.16.1 → 1.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +7 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# claude-session-continuity-mcp
|
|
2
2
|
|
|
3
|
-
> **Never re-explain your project to
|
|
3
|
+
> **Never re-explain your project to your AI coding agent again.** 100% local session memory for **Claude Code & OpenAI Codex CLI** — auto context injection, semantic search, and error→solution recall. Zero config, zero API cost.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/claude-session-continuity-mcp)
|
|
6
6
|
[](https://www.npmjs.com/package/claude-session-continuity-mcp)
|
|
@@ -24,7 +24,7 @@ Every new Claude Code session:
|
|
|
24
24
|
|
|
25
25
|
## The Solution
|
|
26
26
|
|
|
27
|
-
**Fully automatic.**
|
|
27
|
+
**Fully automatic.** Lifecycle hooks handle everything without manual calls — on **Claude Code** and **OpenAI Codex CLI**, sharing one local memory so context carries across both:
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
30
|
# Session start → Auto-loads relevant context + recent session history
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-session-continuity-mcp",
|
|
3
|
-
"version": "1.16.
|
|
4
|
-
"description": "Session
|
|
3
|
+
"version": "1.16.2",
|
|
4
|
+
"description": "Session continuity for Claude Code & OpenAI Codex CLI - never re-explain your project again. 100% local, zero config, auto context injection.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"bin": {
|
|
@@ -31,12 +31,16 @@
|
|
|
31
31
|
"model-context-protocol",
|
|
32
32
|
"claude",
|
|
33
33
|
"claude-code",
|
|
34
|
+
"codex",
|
|
35
|
+
"codex-cli",
|
|
36
|
+
"openai",
|
|
34
37
|
"ai",
|
|
35
38
|
"context",
|
|
36
39
|
"memory",
|
|
37
40
|
"session",
|
|
38
41
|
"continuity",
|
|
39
|
-
"anthropic"
|
|
42
|
+
"anthropic",
|
|
43
|
+
"agent-memory"
|
|
40
44
|
],
|
|
41
45
|
"author": "Byeongchang Lee <leesgit@github.com>",
|
|
42
46
|
"license": "MIT",
|