🎫 prompt.ts

This commit is contained in:
nirholas
2026-03-31 10:24:05 +00:00
parent bbd52bcbda
commit 2b7cd691f3

View File

@@ -133,3 +133,4 @@ export function buildCronListPrompt(durableEnabled: boolean): string {
? `List all cron jobs scheduled via ${CRON_CREATE_TOOL_NAME}, both durable (.claude/scheduled_tasks.json) and session-only.`
: `List all cron jobs scheduled via ${CRON_CREATE_TOOL_NAME} in this session.`
}