skalpel 3.0.23 → 3.0.24
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skalpel",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.24",
|
|
4
4
|
"description": "Skalpel — local proxy and TUI for coding agents (skalpel + skalpeld bundle).",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://skalpel.ai",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"x64"
|
|
55
55
|
],
|
|
56
56
|
"optionalDependencies": {
|
|
57
|
-
"@skalpelai/skalpel-darwin-arm64": "3.0.
|
|
58
|
-
"@skalpelai/skalpel-darwin-x64": "3.0.
|
|
59
|
-
"@skalpelai/skalpel-linux-arm64": "3.0.
|
|
60
|
-
"@skalpelai/skalpel-linux-x64": "3.0.
|
|
61
|
-
"@skalpelai/skalpel-win32-x64": "3.0.
|
|
57
|
+
"@skalpelai/skalpel-darwin-arm64": "3.0.24",
|
|
58
|
+
"@skalpelai/skalpel-darwin-x64": "3.0.24",
|
|
59
|
+
"@skalpelai/skalpel-linux-arm64": "3.0.24",
|
|
60
|
+
"@skalpelai/skalpel-linux-x64": "3.0.24",
|
|
61
|
+
"@skalpelai/skalpel-win32-x64": "3.0.24"
|
|
62
62
|
}
|
|
63
63
|
}
|
|
@@ -12,11 +12,16 @@
|
|
|
12
12
|
</array>
|
|
13
13
|
|
|
14
14
|
<key>RunAtLoad</key> <true/>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
<!-- Unconditional KeepAlive: launchd restarts the daemon after any
|
|
16
|
+
exit (clean or otherwise), respecting ThrottleInterval. The
|
|
17
|
+
previous conditional form (SuccessfulExit=false + Crashed=true)
|
|
18
|
+
did NOT restart after a graceful SIGTERM drain that exits with
|
|
19
|
+
status 0 — the daemon stayed dead until some unrelated XPC nudge
|
|
20
|
+
eventually woke launchd up (observed gaps of 1-25 min on the
|
|
21
|
+
test machine), breaking Claude Code sessions routed through the
|
|
22
|
+
proxy for that whole window. Uninstall continues to work via
|
|
23
|
+
`launchctl unload`, which bypasses KeepAlive entirely. -->
|
|
24
|
+
<key>KeepAlive</key> <true/>
|
|
20
25
|
|
|
21
26
|
<key>ThrottleInterval</key> <integer>10</integer>
|
|
22
27
|
|