@scotthamilton77/sidekick 0.1.21 → 0.1.22
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/dist/bin.js +1 -1
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -85228,7 +85228,7 @@ var require_cli = __commonJS({
|
|
|
85228
85228
|
var promises_12 = require("node:fs/promises");
|
|
85229
85229
|
var node_stream_1 = require("node:stream");
|
|
85230
85230
|
var yargs_parser_1 = __importDefault2(require_build());
|
|
85231
|
-
var VERSION = true ? "0.1.
|
|
85231
|
+
var VERSION = true ? "0.1.22" : "dev";
|
|
85232
85232
|
var SANDBOX_ERROR_MESSAGE = `Error: Daemon commands cannot run in sandbox mode.
|
|
85233
85233
|
|
|
85234
85234
|
Claude Code's sandbox blocks Unix socket operations required for daemon IPC.
|