Commit Graph

5 Commits

Author SHA1 Message Date
4f3d027f9e feat(config): update fallback model handling to support multiple models 2026-03-27 00:44:51 +02:00
8775c3e4ce feat(metadata): enhance metadata extraction with heuristic fallback support 2026-03-27 00:31:30 +02:00
f76d1bbd23 feat(metadata): enhance metadata extraction with reasoning content support 2026-03-27 00:24:16 +02:00
6af02a2ba1 feat(metadata): add stripThinkingBlocks function and related tests 2026-03-27 00:05:41 +02:00
Hein
66370a7f0e feat(tools): implement CRUD operations for thoughts and projects
* Add tools for creating, retrieving, updating, and deleting thoughts.
* Implement project management tools for creating and listing projects.
* Introduce linking functionality between thoughts.
* Add search and recall capabilities for thoughts based on semantic queries.
* Implement statistics and summarization tools for thought analysis.
* Create database migrations for thoughts, projects, and links.
* Add helper functions for UUID parsing and project resolution.
2026-03-24 15:38:59 +02:00