merlyn/server/utils/agents/aibitat
PQ32 Developer acbf66c5bf Patch 5: Replace silent truncation with explicit token limit in read-text-file
Silent truncation of legal documents is unacceptable - Merlyn was reading
partial files without knowing it.

New behavior:
- Files under AGENT_MAX_FILE_TOKENS (default 500,000): return full content
- Files over limit: return explicit message with token count and options
- Paralegal controls any summarization decision
- Merlyn never silently truncates legal documents
2026-05-10 15:28:14 -07:00
..
example chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
plugins Patch 5: Replace silent truncation with explicit token limit in read-text-file 2026-05-10 15:28:14 -07:00
providers Patch 2: Increase context limit fallback via AGENT_CONTEXT_WINDOW_FALLBACK env var 2026-05-10 15:10:11 -07:00
utils add batching Intelligent Tool Selector for performance and scoring 2026-03-30 21:47:07 -07:00
error.js Agent support for @agent default agent inside workspace chat (#1093) 2024-04-16 10:50:10 -07:00
index.js feat: Scheduled Jobs (#5322) 2026-04-29 12:05:46 -07:00