Files
Timmy-time-dashboard/tests
kimi 712a36a825
All checks were successful
Tests / lint (pull_request) Successful in 4s
Tests / test (pull_request) Successful in 58s
feat: add thought_search tool for querying Timmy's thinking history
Implements Issue #249 - Let Timmy query his own thinking.

Changes:
- Add search_thoughts() function to thinking.py that queries the thoughts DB
- Support filtering by query string (content LIKE matching)
- Support optional seed_type filter
- Support configurable limit (default 10, max 50)
- Returns formatted string with timestamps and seed types
- Register thought_search tool in tools.py via _register_thinking_tools()
- Add thought_search to the tool catalog
- Add 7 comprehensive tests for the new functionality

The tool enables Timmy to reflect on his past thoughts, building the
foundation for self-awareness and continuity of thinking across sessions.

Fixes #249
2026-03-15 16:51:18 -04:00
..
2026-03-11 16:55:27 -04:00
2026-03-11 16:55:27 -04:00
2026-03-11 12:23:35 -04:00