@scotthamilton77/sidekick 0.1.13 → 0.1.14

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.
Files changed (2) hide show
  1. package/dist/bin.js +1 -1
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -83771,7 +83771,7 @@ var require_cli = __commonJS({
83771
83771
  var promises_12 = require("node:fs/promises");
83772
83772
  var node_stream_1 = require("node:stream");
83773
83773
  var yargs_parser_1 = __importDefault2(require_build());
83774
- var VERSION = true ? "0.1.13" : "dev";
83774
+ var VERSION = true ? "0.1.14" : "dev";
83775
83775
  var SANDBOX_ERROR_MESSAGE = `Error: Daemon commands cannot run in sandbox mode.
83776
83776
 
83777
83777
  Claude Code's sandbox blocks Unix socket operations required for daemon IPC.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scotthamilton77/sidekick",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "AI pair programming assistant with personas, session tracking, and contextual nudges",
5
5
  "bin": {
6
6
  "sidekick": "dist/bin.js"