
bvandeusenandClaude Sonnet 4.6
ebc79b34f9
feat(rag): RAG scoping and context isolation controls
- Migration 0030: add conversations.rag_project_id (NULL=orphan-only,
-1=all notes, positive=project), projects.auto_summary and
projects.summary_updated_at
- Three-value scope semantics thread from build_context() → semantic
search and keyword fallback via orphan_only + effective_project_id
- Project summarization background job (generate_project_summary,
backfill_project_summaries) called via Ollama; triggered on project
update and note saves (debounced 1h); runs at startup
- New LLM tools: search_projects (SequenceMatcher scoring on
title+description+auto_summary) and set_rag_scope (persists to DB,
workspace-guarded, emits new_rag_scope in SSE done event)
- execute_tool() accepts conv_id + workspace_project_id; generation_task
passes both and captures scope changes for SSE done enrichment
- Frontend: Conversation type gets rag_project_id; chat store adds
ragProjectId computed + updateRagScope(); SSE done handler syncs scope
- ChatView: replace sidebar ProjectSelector with a scope chip pill above
the input bar, animated dropdown, pulse on model-driven scope change
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 17:44:39 -04:00
..
2026-02-09 23:35:44 -05:00
2026-02-09 23:55:40 -05:00
2026-02-09 23:55:40 -05:00
2026-02-09 23:35:44 -05:00
2026-02-10 18:57:12 -05:00
2026-02-10 18:57:12 -05:00
2026-02-10 21:32:02 -05:00
2026-02-11 08:27:11 -05:00
2026-02-11 14:36:30 -05:00
2026-02-11 14:36:30 -05:00
2026-02-13 08:34:52 -05:00
2026-02-13 21:42:45 -05:00
2026-02-14 08:46:51 -05:00
2026-02-14 23:34:36 -05:00
2026-02-18 21:44:58 -05:00
2026-02-25 20:12:13 -05:00
2026-03-01 12:55:10 -05:00
2026-03-02 20:52:21 -05:00
2026-03-02 20:52:21 -05:00
2026-03-02 20:52:21 -05:00
2026-03-02 20:52:21 -05:00
2026-03-05 13:05:26 -05:00
2026-03-05 17:10:55 -05:00
2026-03-06 14:02:54 -05:00
2026-03-06 16:30:14 -05:00
2026-03-11 15:37:00 -04:00
2026-03-11 19:45:55 -04:00
2026-03-23 20:52:25 -04:00
2026-03-25 09:59:20 -04:00
2026-03-25 12:42:32 -04:00
2026-03-25 17:44:39 -04:00