Files
picoclaw/pkg/tools
srcrs 36b9693d31 fix(cron): make each job execution use an independent session
Previously all executions of the same cron job reused the session key
"cron-{jobID}", causing conversation history to accumulate across runs.
Now each run gets a unique key "cron-{jobID}-{timestamp}", preventing
cross-execution interference.
2026-04-10 23:49:31 +08:00
..
2026-02-20 22:35:16 +02:00
2026-02-18 21:48:23 +02:00
2026-04-08 18:15:42 +08:00
2026-02-20 20:03:11 +02:00
2026-02-18 21:48:23 +02:00
2026-02-18 21:48:23 +02:00
2026-04-01 12:21:21 +08:00
2026-03-26 21:02:46 +01:00
2026-03-26 21:33:43 +01:00