Commit Graph

  • 8775c3e4ce feat(metadata): enhance metadata extraction with heuristic fallback support warkanum 2026-03-27 00:31:30 +02:00
  • f76d1bbd23 feat(metadata): enhance metadata extraction with reasoning content support warkanum 2026-03-27 00:24:16 +02:00
  • 74e67526d1 feat(config): add log_conversations option to AI metadata configuration warkanum 2026-03-27 00:12:33 +02:00
  • 6af02a2ba1 feat(metadata): add stripThinkingBlocks function and related tests warkanum 2026-03-27 00:05:41 +02:00
  • a5c7b90f49 feat(config): add fallback model support for AI configurations warkanum 2026-03-26 23:54:15 +02:00
  • 0eb6ac7ee5 feat(tools): add maintenance and meal planning tools with CRUD operations warkanum 2026-03-26 23:29:03 +02:00
  • b74d63c543 feat(prompts): add new templates for memory migration and weekly review warkanum 2026-03-26 23:08:16 +02:00
  • eefa78d011 feat(ui): add action links to home page for navigation warkanum 2026-03-26 22:49:32 +02:00
  • f4ef0e9163 feat(backfill): implement backfill tool for generating missing embeddings warkanum 2026-03-26 22:45:28 +02:00
  • 1dde7f233d feat(auth): add additional OAuth endpoints and improve client ID handling warkanum 2026-03-26 22:30:23 +02:00
  • 56c84df342 feat(auth): implement OAuth 2.0 authorization code flow and dynamic client registration warkanum 2026-03-26 21:17:55 +02:00
  • ed05d390b7 feat(auth): enhance middleware to support Bearer token auth * Added support for extracting Bearer tokens from Authorization header. * Updated middleware to prefer explicit header over Bearer token. * Improved test coverage for authentication scenarios. Hein 2026-03-26 17:02:38 +02:00
  • ef0ace2bab chore(docker): remove 'llm' from .dockerignore Hein 2026-03-26 16:32:39 +02:00
  • 5d43228c2e chore(docker): update environment variable prefixes to AMCS Hein 2026-03-26 16:26:15 +02:00
  • 8d0a91a961 feat(llm): add LLM integration instructions and handler * Serve LLM instructions at /llm * Include markdown content for memory instructions * Update README with LLM integration details * Add tests for LLM instructions handler * Modify database migrations to use GUIDs for thoughts and projects Hein 2026-03-25 18:02:42 +02:00
  • cebef3a07c feat(embeddings): add embedding model support and related changes * Introduced EmbeddingModel method in Client and Provider interfaces * Updated InsertThought and SearchThoughts methods to handle embedding models * Created embeddings table and updated match_thoughts function for model filtering * Removed embedding column from thoughts table * Adjusted permissions for new embeddings table Hein 2026-03-25 16:25:41 +02:00
  • c8ca272b03 feat(ai): add support for Ollama AI provider configuration * Update README with Ollama integration details * Add Ollama configuration to example YAML files * Implement Ollama provider in AI factory * Add tests for Ollama provider functionality * Enhance config validation for Ollama settings Hein 2026-03-25 12:26:31 +02:00
  • ad05a9e228 feat(favicon): add favicon handling and serve functionality * Implement favicon serving endpoint * Add favicon.ico and favicon-source.png files Hein 2026-03-24 17:17:49 +02:00
  • 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. Hein 2026-03-24 15:38:59 +02:00
  • 64024193e9 Add README and initial project plan documentation warkanum 2026-03-23 21:48:09 +02:00
  • 0403052e97 Initial commit warkanum 2026-03-23 19:00:36 +00:00