@yahaha-studio/kichi-forwarder 0.1.2-beta.5 → 0.1.2-beta.6
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/index.js +1 -0
- package/index.ts +1 -0
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -823,6 +823,7 @@ function buildKichiIdlePlanDescription() {
|
|
|
823
823
|
"5. Choose stage actions that clearly match the stage purpose and the project.",
|
|
824
824
|
"6. Write each action bubble as the current presented state, not a next step, plan, or instruction.",
|
|
825
825
|
"7. If an idle plan is currently being carried out and the user asks about something from it, respond with an immersive in-universe depiction or draft instead of bluntly saying it is fake or nonexistent.",
|
|
826
|
+
"Use your memory to recall what you did in past heartbeats and to stay consistent with your established personality and interests.",
|
|
826
827
|
"Use the same language as the current conversation for goal, purpose, bubble, and log.",
|
|
827
828
|
`stand actions: ${actions.stand.map((entry) => entry.name).join(", ")}`,
|
|
828
829
|
`sit actions: ${actions.sit.map((entry) => entry.name).join(", ")}`,
|
package/index.ts
CHANGED
|
@@ -1019,6 +1019,7 @@ function buildKichiIdlePlanDescription(): string {
|
|
|
1019
1019
|
"5. Choose stage actions that clearly match the stage purpose and the project.",
|
|
1020
1020
|
"6. Write each action bubble as the current presented state, not a next step, plan, or instruction.",
|
|
1021
1021
|
"7. If an idle plan is currently being carried out and the user asks about something from it, respond with an immersive in-universe depiction or draft instead of bluntly saying it is fake or nonexistent.",
|
|
1022
|
+
"Use your memory to recall what you did in past heartbeats and to stay consistent with your established personality and interests.",
|
|
1022
1023
|
"Use the same language as the current conversation for goal, purpose, bubble, and log.",
|
|
1023
1024
|
`stand actions: ${actions.stand.map((entry) => entry.name).join(", ")}`,
|
|
1024
1025
|
`sit actions: ${actions.sit.map((entry) => entry.name).join(", ")}`,
|
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "kichi-forwarder",
|
|
3
3
|
"name": "Kichi Forwarder",
|
|
4
4
|
"description": "Native OpenClaw plugin for Kichi World with direct avatar control, status sync, timers, notes, and music tools",
|
|
5
|
-
"version": "0.1.2-beta.
|
|
5
|
+
"version": "0.1.2-beta.6",
|
|
6
6
|
"author": "OpenClaw",
|
|
7
7
|
"skills": ["./skills/kichi-forwarder"],
|
|
8
8
|
"configSchema": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yahaha-studio/kichi-forwarder",
|
|
3
|
-
"version": "0.1.2-beta.
|
|
3
|
+
"version": "0.1.2-beta.6",
|
|
4
4
|
"description": "Native OpenClaw plugin for Kichi World with direct avatar control, status sync, timers, notes, and music tools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|