Commit Graph
12 Commits
Author SHA1 Message Date
warkanum f76d1bbd23 feat(metadata): enhance metadata extraction with reasoning content support 2026-03-27 00:24:16 +02:00
warkanum 74e67526d1 feat(config): add log_conversations option to AI metadata configuration 2026-03-27 00:12:33 +02:00
warkanum 6af02a2ba1 feat(metadata): add stripThinkingBlocks function and related tests 2026-03-27 00:05:41 +02:00
warkanum a5c7b90f49 feat(config): add fallback model support for AI configurations 2026-03-26 23:54:15 +02:00
warkanum 0eb6ac7ee5 feat(tools): add maintenance and meal planning tools with CRUD operations
- Implement maintenance tool for adding, logging, and retrieving tasks
- Create meals tool for managing recipes, meal plans, and shopping lists
- Introduce reparse metadata tool for updating thought metadata
- Add household knowledge, home maintenance, family calendar, meal planning, and professional CRM database migrations
- Grant necessary permissions for new database tables
2026-03-26 23:29:03 +02:00
warkanum b74d63c543 feat(prompts): add new templates for memory migration and weekly review 2026-03-26 23:08:16 +02:00
warkanum eefa78d011 feat(ui): add action links to home page for navigation 2026-03-26 22:49:32 +02:00
warkanum f4ef0e9163 feat(backfill): implement backfill tool for generating missing embeddings 2026-03-26 22:45:28 +02:00
warkanum 1dde7f233d feat(auth): add additional OAuth endpoints and improve client ID handling 2026-03-26 22:30:23 +02:00
warkanum 56c84df342 feat(auth): implement OAuth 2.0 authorization code flow and dynamic client registration
- Add OAuth 2.0 support with authorization code flow and dynamic client registration.
- Introduce new handlers for OAuth metadata, client registration, authorization, and token issuance.
- Enhance authentication middleware to support OAuth client credentials.
- Create in-memory stores for authorization codes and tokens.
- Update configuration to include OAuth client details.
- Ensure validation checks for OAuth clients in the configuration.
2026-03-26 21:17:55 +02:00
warkanum 64024193e9 Add README and initial project plan documentation 2026-03-23 21:48:09 +02:00
warkanum 0403052e97 Initial commit 2026-03-23 19:00:36 +00:00