@raindrop-ai/claude-code 0.0.10 → 0.0.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/.claude-plugin/plugin.json +1 -1
- package/.mcp.json +4 -2
- package/dist/cli.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/hooks/hooks.json +13 -13
- package/package.json +1 -1
package/.mcp.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"mcpServers": {
|
|
3
3
|
"raindrop-diagnostics": {
|
|
4
|
-
"command": "${CLAUDE_PLUGIN_ROOT}/
|
|
5
|
-
"args": [
|
|
4
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/dist/cli.js",
|
|
5
|
+
"args": [
|
|
6
|
+
"mcp-serve"
|
|
7
|
+
],
|
|
6
8
|
"transport": "stdio"
|
|
7
9
|
}
|
|
8
10
|
}
|
package/dist/cli.js
CHANGED
|
@@ -654,7 +654,7 @@ globalThis.RAINDROP_ASYNC_LOCAL_STORAGE = AsyncLocalStorage;
|
|
|
654
654
|
|
|
655
655
|
// src/package-info.ts
|
|
656
656
|
var PACKAGE_NAME = "@raindrop-ai/claude-code";
|
|
657
|
-
var PACKAGE_VERSION = "0.0.
|
|
657
|
+
var PACKAGE_VERSION = "0.0.11";
|
|
658
658
|
|
|
659
659
|
// src/shipper.ts
|
|
660
660
|
var EventShipper2 = class extends EventShipper {
|
package/dist/index.cjs
CHANGED
|
@@ -690,7 +690,7 @@ globalThis.RAINDROP_ASYNC_LOCAL_STORAGE = import_async_hooks.AsyncLocalStorage;
|
|
|
690
690
|
|
|
691
691
|
// src/package-info.ts
|
|
692
692
|
var PACKAGE_NAME = "@raindrop-ai/claude-code";
|
|
693
|
-
var PACKAGE_VERSION = "0.0.
|
|
693
|
+
var PACKAGE_VERSION = "0.0.11";
|
|
694
694
|
|
|
695
695
|
// src/shipper.ts
|
|
696
696
|
var EventShipper2 = class extends EventShipper {
|
package/dist/index.d.cts
CHANGED
|
@@ -310,7 +310,7 @@ declare function mapHookToRaindrop(payload: HookPayload, config: MapperConfig, e
|
|
|
310
310
|
declare function extractAppendSystemPrompt(args: string[]): string | undefined;
|
|
311
311
|
|
|
312
312
|
declare const PACKAGE_NAME = "@raindrop-ai/claude-code";
|
|
313
|
-
declare const PACKAGE_VERSION = "0.0.
|
|
313
|
+
declare const PACKAGE_VERSION = "0.0.11";
|
|
314
314
|
|
|
315
315
|
/** A tool call extracted from an assistant message content block. */
|
|
316
316
|
interface LLMToolCall {
|
package/dist/index.d.ts
CHANGED
|
@@ -310,7 +310,7 @@ declare function mapHookToRaindrop(payload: HookPayload, config: MapperConfig, e
|
|
|
310
310
|
declare function extractAppendSystemPrompt(args: string[]): string | undefined;
|
|
311
311
|
|
|
312
312
|
declare const PACKAGE_NAME = "@raindrop-ai/claude-code";
|
|
313
|
-
declare const PACKAGE_VERSION = "0.0.
|
|
313
|
+
declare const PACKAGE_VERSION = "0.0.11";
|
|
314
314
|
|
|
315
315
|
/** A tool call extracted from an assistant message content block. */
|
|
316
316
|
interface LLMToolCall {
|
package/dist/index.js
CHANGED
|
@@ -645,7 +645,7 @@ globalThis.RAINDROP_ASYNC_LOCAL_STORAGE = AsyncLocalStorage;
|
|
|
645
645
|
|
|
646
646
|
// src/package-info.ts
|
|
647
647
|
var PACKAGE_NAME = "@raindrop-ai/claude-code";
|
|
648
|
-
var PACKAGE_VERSION = "0.0.
|
|
648
|
+
var PACKAGE_VERSION = "0.0.11";
|
|
649
649
|
|
|
650
650
|
// src/shipper.ts
|
|
651
651
|
var EventShipper2 = class extends EventShipper {
|
package/hooks/hooks.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"hooks": [
|
|
6
6
|
{
|
|
7
7
|
"type": "command",
|
|
8
|
-
"command": "\"${CLAUDE_PLUGIN_ROOT}/
|
|
8
|
+
"command": "\"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook",
|
|
9
9
|
"timeout": 10
|
|
10
10
|
}
|
|
11
11
|
]
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"hooks": [
|
|
17
17
|
{
|
|
18
18
|
"type": "command",
|
|
19
|
-
"command": "\"${CLAUDE_PLUGIN_ROOT}/
|
|
19
|
+
"command": "\"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook",
|
|
20
20
|
"timeout": 10
|
|
21
21
|
}
|
|
22
22
|
]
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"hooks": [
|
|
28
28
|
{
|
|
29
29
|
"type": "command",
|
|
30
|
-
"command": "\"${CLAUDE_PLUGIN_ROOT}/
|
|
30
|
+
"command": "\"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook",
|
|
31
31
|
"timeout": 10
|
|
32
32
|
}
|
|
33
33
|
]
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"hooks": [
|
|
39
39
|
{
|
|
40
40
|
"type": "command",
|
|
41
|
-
"command": "\"${CLAUDE_PLUGIN_ROOT}/
|
|
41
|
+
"command": "\"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook",
|
|
42
42
|
"timeout": 10
|
|
43
43
|
}
|
|
44
44
|
]
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"hooks": [
|
|
50
50
|
{
|
|
51
51
|
"type": "command",
|
|
52
|
-
"command": "\"${CLAUDE_PLUGIN_ROOT}/
|
|
52
|
+
"command": "\"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook",
|
|
53
53
|
"timeout": 10
|
|
54
54
|
}
|
|
55
55
|
]
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"hooks": [
|
|
61
61
|
{
|
|
62
62
|
"type": "command",
|
|
63
|
-
"command": "\"${CLAUDE_PLUGIN_ROOT}/
|
|
63
|
+
"command": "\"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook",
|
|
64
64
|
"timeout": 10
|
|
65
65
|
}
|
|
66
66
|
]
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"hooks": [
|
|
72
72
|
{
|
|
73
73
|
"type": "command",
|
|
74
|
-
"command": "\"${CLAUDE_PLUGIN_ROOT}/
|
|
74
|
+
"command": "\"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook",
|
|
75
75
|
"timeout": 10
|
|
76
76
|
}
|
|
77
77
|
]
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"hooks": [
|
|
83
83
|
{
|
|
84
84
|
"type": "command",
|
|
85
|
-
"command": "\"${CLAUDE_PLUGIN_ROOT}/
|
|
85
|
+
"command": "\"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook",
|
|
86
86
|
"timeout": 10
|
|
87
87
|
}
|
|
88
88
|
]
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"hooks": [
|
|
94
94
|
{
|
|
95
95
|
"type": "command",
|
|
96
|
-
"command": "\"${CLAUDE_PLUGIN_ROOT}/
|
|
96
|
+
"command": "\"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook",
|
|
97
97
|
"timeout": 10
|
|
98
98
|
}
|
|
99
99
|
]
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"hooks": [
|
|
105
105
|
{
|
|
106
106
|
"type": "command",
|
|
107
|
-
"command": "\"${CLAUDE_PLUGIN_ROOT}/
|
|
107
|
+
"command": "\"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook",
|
|
108
108
|
"timeout": 10
|
|
109
109
|
}
|
|
110
110
|
]
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"hooks": [
|
|
116
116
|
{
|
|
117
117
|
"type": "command",
|
|
118
|
-
"command": "\"${CLAUDE_PLUGIN_ROOT}/
|
|
118
|
+
"command": "\"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook",
|
|
119
119
|
"timeout": 10
|
|
120
120
|
}
|
|
121
121
|
]
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"hooks": [
|
|
127
127
|
{
|
|
128
128
|
"type": "command",
|
|
129
|
-
"command": "\"${CLAUDE_PLUGIN_ROOT}/
|
|
129
|
+
"command": "\"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook",
|
|
130
130
|
"timeout": 10
|
|
131
131
|
}
|
|
132
132
|
]
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"hooks": [
|
|
138
138
|
{
|
|
139
139
|
"type": "command",
|
|
140
|
-
"command": "\"${CLAUDE_PLUGIN_ROOT}/
|
|
140
|
+
"command": "\"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook",
|
|
141
141
|
"timeout": 10
|
|
142
142
|
}
|
|
143
143
|
]
|
package/package.json
CHANGED