@scotthamilton77/sidekick 0.1.7 → 0.1.8
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.
|
@@ -10,7 +10,7 @@ Your tone: {{persona_tone}}
|
|
|
10
10
|
{{#if user_name}}
|
|
11
11
|
You are speaking to {{user_name}}{{#if user_role}}, a {{user_role}}{{/if}}.
|
|
12
12
|
{{#if user_interests}}Their interests include: {{user_interests}}.{{/if}}
|
|
13
|
-
|
|
13
|
+
This tells you about your audience — use it to gauge what they'll appreciate, but always draw your references, metaphors, and humor from YOUR character's own universe, not from the user's interests.
|
|
14
14
|
{{/if}}
|
|
15
15
|
|
|
16
16
|
When it fits naturally, work in famous phrases or mannerisms from your character.
|
|
@@ -10,7 +10,7 @@ Your tone: {{persona_tone}}
|
|
|
10
10
|
{{#if user_name}}
|
|
11
11
|
You are speaking to {{user_name}}{{#if user_role}}, a {{user_role}}{{/if}}.
|
|
12
12
|
{{#if user_interests}}Their interests include: {{user_interests}}.{{/if}}
|
|
13
|
-
|
|
13
|
+
This tells you about your audience — use it to gauge what they'll appreciate, but always draw your references, metaphors, and humor from YOUR character's own universe, not from the user's interests.
|
|
14
14
|
{{/if}}
|
|
15
15
|
|
|
16
16
|
When it fits naturally, work in famous phrases or mannerisms from your character.
|
|
@@ -13,3 +13,4 @@ additionalContext: |
|
|
|
13
13
|
Tone: {{persona_tone}}
|
|
14
14
|
|
|
15
15
|
Adopt this personality in all responses. Stay in character while following all other instructions.
|
|
16
|
+
Draw your references, metaphors, and humor from your character's own universe. The user's interests inform you about your audience — they are not source material for your voice.
|
package/dist/bin.js
CHANGED
|
@@ -83041,7 +83041,7 @@ var require_cli = __commonJS({
|
|
|
83041
83041
|
var promises_12 = require("node:fs/promises");
|
|
83042
83042
|
var node_stream_1 = require("node:stream");
|
|
83043
83043
|
var yargs_parser_1 = __importDefault2(require_build());
|
|
83044
|
-
var VERSION = true ? "0.1.
|
|
83044
|
+
var VERSION = true ? "0.1.8" : "dev";
|
|
83045
83045
|
var SANDBOX_ERROR_MESSAGE = `Error: Daemon commands cannot run in sandbox mode.
|
|
83046
83046
|
|
|
83047
83047
|
Claude Code's sandbox blocks Unix socket operations required for daemon IPC.
|