@scotthamilton77/sidekick 0.1.24 → 0.1.25
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.
|
@@ -16,7 +16,7 @@ settings:
|
|
|
16
16
|
# between injections. Only applies to reminders with throttle: true in YAML.
|
|
17
17
|
reminder_thresholds:
|
|
18
18
|
user-prompt-submit: 10
|
|
19
|
-
remember-your-persona:
|
|
19
|
+
remember-your-persona: 20
|
|
20
20
|
|
|
21
21
|
# Command runner prefixes that trigger unanchored pattern matching.
|
|
22
22
|
# When a bash command starts with one of these prefixes, the tool pattern
|
package/dist/bin.js
CHANGED
|
@@ -72439,7 +72439,7 @@ var require_types2 = __commonJS({
|
|
|
72439
72439
|
verification_tools: exports2.DEFAULT_VERIFICATION_TOOLS,
|
|
72440
72440
|
reminder_thresholds: {
|
|
72441
72441
|
"user-prompt-submit": 10,
|
|
72442
|
-
"remember-your-persona":
|
|
72442
|
+
"remember-your-persona": 20
|
|
72443
72443
|
},
|
|
72444
72444
|
command_runners: [
|
|
72445
72445
|
// Python
|
|
@@ -85242,7 +85242,7 @@ var require_cli = __commonJS({
|
|
|
85242
85242
|
var promises_12 = require("node:fs/promises");
|
|
85243
85243
|
var node_stream_1 = require("node:stream");
|
|
85244
85244
|
var yargs_parser_1 = __importDefault2(require_build());
|
|
85245
|
-
var VERSION = true ? "0.1.
|
|
85245
|
+
var VERSION = true ? "0.1.25" : "dev";
|
|
85246
85246
|
var SANDBOX_ERROR_MESSAGE = `Error: Daemon commands cannot run in sandbox mode.
|
|
85247
85247
|
|
|
85248
85248
|
Claude Code's sandbox blocks Unix socket operations required for daemon IPC.
|
package/dist/daemon.js
CHANGED
|
@@ -71228,7 +71228,7 @@ var require_types2 = __commonJS({
|
|
|
71228
71228
|
verification_tools: exports2.DEFAULT_VERIFICATION_TOOLS,
|
|
71229
71229
|
reminder_thresholds: {
|
|
71230
71230
|
"user-prompt-submit": 10,
|
|
71231
|
-
"remember-your-persona":
|
|
71231
|
+
"remember-your-persona": 20
|
|
71232
71232
|
},
|
|
71233
71233
|
command_runners: [
|
|
71234
71234
|
// Python
|