zeroclaw/src/commands
argenis de la rosa 4ec645ab19
feat(memory): add time range filter to recall (since/until)
Adopted from #3705 by @fangxueshun with fixes:
- Added input validation for date strings (RFC 3339)
- Used chrono DateTime comparison instead of string comparison
- Added since < until validation
- Updated mem0 backend
Supersedes #3705
2026-03-24 15:31:14 +03:00
..
mod.rs feat(cli): add self-test command with quick and full modes 2026-03-24 15:17:28 +03:00
self_test.rs feat(memory): add time range filter to recall (since/until) 2026-03-24 15:31:14 +03:00
update.rs fix(cli): align self-test and update commands with implementation plan 2026-03-24 15:17:28 +03:00