picoclaw/pkg/tools
yinwm 4bc9e2d768 fix(cron): add one-time reminders and fix data paths to workspace
- Add at_seconds parameter for one-time reminders (e.g., "remind me in 10 minutes")
- Update every_seconds description to emphasize recurring-only usage
- Route cron delivery: deliver=true sends directly, deliver=false uses agent
- Fix cron data path from ~/.picoclaw/cron to workspace/cron
- Fix sessions path from workspace/../sessions to workspace/sessions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 20:31:41 +08:00
..
base.go feat: add cron tool integration with agent 2026-02-11 20:28:46 +08:00
cron.go fix(cron): add one-time reminders and fix data paths to workspace 2026-02-11 20:31:41 +08:00
edit.go Add memory system, debug mode, and tools 2026-02-11 00:14:23 +08:00
filesystem.go * First commit 2026-02-09 19:20:19 +08:00
message.go * First commit 2026-02-09 19:20:19 +08:00
registry.go feat: add cron tool integration with agent 2026-02-11 20:28:46 +08:00
shell.go Add memory system, dynamic tool loading, and fix logging issues 2026-02-11 00:14:33 +08:00
spawn.go * First commit 2026-02-09 19:20:19 +08:00
subagent.go Add memory system, debug mode, and tools 2026-02-11 00:14:23 +08:00
types.go * First commit 2026-02-09 19:20:19 +08:00
web.go Add memory system, dynamic tool loading, and fix logging issues 2026-02-11 00:14:33 +08:00