mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-17 18:35:19 +02:00
Renames the SurfSense HITL extension decision-type from "always" to "approve_always" so it sits in the same verb-first family as "approve", "reject", and "edit". The Python constant is now SURFSENSE_DECISION_APPROVE_ALWAYS; the wire value, the permission-domain decision_type, and the FE union members all match (no wire/internal mismatch). Both the multi_agent_chat permission middleware and the legacy new_chat one accept the new wire value; the FE types.ts union is updated accordingly. The "context.always" payload key is intentionally left untouched - it's the patterns-to-promote field, semantically distinct from the decision type. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| action_log.py | ||
| anonymous_document.py | ||
| busy_mutex.py | ||
| compaction.py | ||
| context_editing.py | ||
| dedup_tool_calls.py | ||
| doom_loop.py | ||
| file_intent.py | ||
| filesystem.py | ||
| flatten_system.py | ||
| kb_persistence.py | ||
| kb_postgres_backend.py | ||
| knowledge_search.py | ||
| knowledge_tree.py | ||
| local_folder_backend.py | ||
| memory_injection.py | ||
| multi_root_local_folder_backend.py | ||
| noop_injection.py | ||
| otel_span.py | ||
| permission.py | ||
| retry_after.py | ||
| scoped_model_fallback.py | ||
| skills_backends.py | ||
| tool_call_repair.py | ||