@poolzin/pool-bot 2026.4.19 → 2026.4.20

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.
@@ -162,7 +162,7 @@ export function buildAgentSystemPrompt(params) {
162
162
  browser: "Control web browser",
163
163
  canvas: "Present/eval/snapshot the Canvas",
164
164
  nodes: "List/describe/notify/camera/screen on paired nodes",
165
- cron: "Manage cron jobs and wake events (use for reminders; when scheduling a reminder, write the systemEvent text as something that will read like a reminder when it fires, and mention that it is a reminder depending on the time gap between setting and firing; include recent context in reminder text if appropriate)",
165
+ cron: "Manage cron jobs and wake events. SCHEDULING MODES: (1) Reminders — use systemEvent payload to inject text into your session when it fires; write the text as something that reads like a reminder. (2) Background tasks — use agentTurn payload with a message describing the work; results auto-deliver back to the originating chat. CRITICAL: When the user asks you to do something 'later', 'tonight', 'overnight', 'tomorrow morning', 'when I wake up', or any future time IMMEDIATELY schedule a cron job with schedule.kind='at' at the appropriate time and payload.kind='agentTurn' with a descriptive message. Do NOT just say you'll do it. Actually schedule it. Use delivery.mode='announce' (default) to deliver results back to the user's chat.",
166
166
  message: "Send messages and channel actions",
167
167
  gateway: "Restart, apply config, or run updates on the running Pool Bot process",
168
168
  agents_list: "List agent ids allowed for sessions_spawn",
@@ -326,7 +326,7 @@ export function buildAgentSystemPrompt(params) {
326
326
  "- browser: control Pool Bot's dedicated browser",
327
327
  "- canvas: present/eval/snapshot the Canvas",
328
328
  "- nodes: list/describe/notify/camera/screen on paired nodes",
329
- "- cron: manage cron jobs and wake events (use for reminders; when scheduling a reminder, write the systemEvent text as something that will read like a reminder when it fires, and mention that it is a reminder depending on the time gap between setting and firing; include recent context in reminder text if appropriate)",
329
+ "- cron: manage cron jobs and wake events (use systemEvent for reminders, agentTurn for background tasks; when user asks for future work 'later', 'tonight', 'tomorrow' schedule an agentTurn cron job with schedule.kind='at')",
330
330
  "- sessions_list: list sessions",
331
331
  "- sessions_history: fetch session history",
332
332
  "- sessions_send: send to another session",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026.4.19",
2
+ "version": "2026.4.20",
3
3
  "commit": "4e1f8d4b27c26618d3a69049dbe44698929a6ba8",
4
- "builtAt": "2026-03-27T02:14:00.021Z"
4
+ "builtAt": "2026-03-27T04:37:21.576Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poolzin/pool-bot",
3
- "version": "2026.4.19",
3
+ "version": "2026.4.20",
4
4
  "description": "🎱 Pool Bot - AI assistant with PLCODE integrations",
5
5
  "keywords": [],
6
6
  "license": "MIT",