Christian Gick
|
afe2f8bc0b
|
feat: Add session memory system with pgvector
- Add session_memories table for persistent learnings
- Add memory_add, memory_search, memory_list, memory_context tools
- Supports semantic search via embeddings
- Categories: pattern, fix, preference, gotcha, architecture
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-12 08:34:45 +02:00 |
|
Christian Gick
|
a03e9e065a
|
feat: Add task-mcp server for task management via MCP
Implements 10 MCP tools for task management:
- CRUD: task_add, task_list, task_show, task_close, task_update
- Search: task_similar (pgvector), task_context
- Relations: task_link, task_checklist_add, task_checklist_toggle
Uses PostgreSQL with pgvector for semantic search via LiteLLM embeddings.
Connects via SSH tunnel to docker-host:5435.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-08 20:58:14 +02:00 |
|