SurfSense/docker
CREDO23 2beafbdec8 agent: retire eager KB priority/planner path and its dead flags
The pull-based KB design (on-demand search_knowledge_base tool + pre-injected
workspace tree) fully replaced the old eager retrieval path. Remove its last
remnants:

- Delete KnowledgePriorityMiddleware (knowledge_search.py) and its tests.
- Drop the kb_priority state field + reducer default; trim
  KbContextProjectionMiddleware to project only workspace_tree_text.
- Remove the now-dead feature flags enable_kb_priority_preinjection and
  enable_kb_planner_runnable across backend (flags, route schema, tests,
  env examples) and frontend (settings toggle, zod schema).
- Scrub <priority_documents> and stale KnowledgePriorityMiddleware references
  from prompts, docstrings, and the ADR.

No functional change: nothing wrote kb_priority and neither flag gated live
behavior after the cutover. Full backend suite green (pre-existing unrelated
failures aside).
2026-06-25 18:37:14 +02:00
..
otel-collector feat(observability): integrate OpenTelemetry collector and configuration for enhanced telemetry 2026-05-23 00:17:23 +05:30
proxy feat(docker): update Caddyfile to include specific reverse proxy routes for frontend auth and backend user profiles 2026-06-16 04:36:26 +05:30
scripts refactor(docker): update installer output for proxy access 2026-06-15 11:04:02 +05:30
searxng feat: enhance SearxNG settings and improve loading indicators 2026-03-17 04:35:13 +05:30
.env.example agent: retire eager KB priority/planner path and its dead flags 2026-06-25 18:37:14 +02:00
docker-compose.deps-only.yml feat(docker): add ZERO_AUTO_RESET configuration for improved replication safety 2026-06-06 14:21:14 +05:30
docker-compose.dev.yml Merge commit '7ce409c580' into dev 2026-06-16 22:48:14 -07:00
docker-compose.e2e.yml chore: update E2E tests workflow to capture logs on cancellation and add shared volume for backend services 2026-05-12 01:35:33 +05:30
docker-compose.gpu.yml feat(docker): add GPU support and enhance installation scripts 2026-06-06 01:15:04 +05:30
docker-compose.proxy.yml feat(docker): add caddy reverse proxy assets 2026-06-15 11:03:12 +05:30
docker-compose.yml Merge commit '7ce409c580' into dev 2026-06-16 22:48:14 -07:00
postgresql.conf chore: update postgresql.conf and contracts comments for Zero 2026-03-23 18:30:49 +02:00