@kurrent/kcap 0.8.9 → 0.8.11
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/kcap/README.md
CHANGED
|
@@ -4,7 +4,7 @@ This plugin integrates [Kurrent Capacitor](../README.md) with Claude Code and Co
|
|
|
4
4
|
|
|
5
5
|
## What it does
|
|
6
6
|
|
|
7
|
-
**MCP servers** — Two stdio servers, both auto-registered on plugin install (no manual `claude mcp add` or `~/.
|
|
7
|
+
**MCP servers** — Two stdio servers, both auto-registered on plugin install (no manual `claude mcp add` or `~/.codex/config.toml` edit):
|
|
8
8
|
|
|
9
9
|
### `kcap-sessions`
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kurrent/kcap",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.11",
|
|
4
4
|
"description": "CLI companion for Kurrent Capacitor — records and visualizes Claude Code sessions",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"repository": {
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"postinstall": "node bin/postinstall.js"
|
|
15
15
|
},
|
|
16
16
|
"optionalDependencies": {
|
|
17
|
-
"@kurrent/kcap-darwin-arm64": "0.8.
|
|
18
|
-
"@kurrent/kcap-linux-x64": "0.8.
|
|
19
|
-
"@kurrent/kcap-linux-arm64": "0.8.
|
|
20
|
-
"@kurrent/kcap-linux-musl-x64": "0.8.
|
|
21
|
-
"@kurrent/kcap-linux-musl-arm64": "0.8.
|
|
22
|
-
"@kurrent/kcap-win-x64": "0.8.
|
|
17
|
+
"@kurrent/kcap-darwin-arm64": "0.8.11",
|
|
18
|
+
"@kurrent/kcap-linux-x64": "0.8.11",
|
|
19
|
+
"@kurrent/kcap-linux-arm64": "0.8.11",
|
|
20
|
+
"@kurrent/kcap-linux-musl-x64": "0.8.11",
|
|
21
|
+
"@kurrent/kcap-linux-musl-arm64": "0.8.11",
|
|
22
|
+
"@kurrent/kcap-win-x64": "0.8.11"
|
|
23
23
|
},
|
|
24
24
|
"files": [
|
|
25
25
|
"bin/",
|