@yahaha-studio/kichi-forwarder 0.0.1-alpha.35 → 0.0.1-alpha.37
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/index.ts +1 -0
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -522,6 +522,7 @@ function buildMusicTitlesDescription(): string {
|
|
|
522
522
|
function buildKichiPrompt(): string {
|
|
523
523
|
return [
|
|
524
524
|
"Kichi App status sync is available via `kichi_action` and `kichi_clock`.",
|
|
525
|
+
"These are internal tool calls only — never mention kichi_action, kichi_clock, or sync steps in your visible reply to the user.",
|
|
525
526
|
"",
|
|
526
527
|
"kichi_action timing (all REQUIRED unless skipping):",
|
|
527
528
|
"1. Task start: call BEFORE your first tool call OR before composing a multi-paragraph reply. Pick action matching upcoming work.",
|
package/package.json
CHANGED