merlyn/server/utils/agents/aibitat/plugins
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
..
create-files Migrate to org-maintained mdpdf for lang support (Hangul, Simplified Chinese, Kanji) (#5392) 2026-04-08 22:00:08 -07:00
filesystem Patch 5: Replace silent truncation with explicit token limit in read-text-file 2026-05-10 15:28:14 -07:00
gmail update tool call response to always include convo ID for emails so they are not hallunicated 2026-04-21 16:19:05 -07:00
google-calendar Better citations for gmail, gcal, and outlook 2026-04-15 10:05:26 -07:00
outlook update tool call response to always include convo ID for emails so they are not hallunicated 2026-04-21 16:19:05 -07:00
sql-agent Fix SQL injection in SQL Agent plugin via parameterized queries 2026-03-12 21:56:57 -07:00
chat-history.js Auto-rename thread in agent mode (#5550) 2026-04-29 12:33:42 -07:00
cli.js chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
file-history.js Agent support for @agent default agent inside workspace chat (#1093) 2024-04-16 10:50:10 -07:00
http-socket.js Add automatic agent skill aproval via ENV Flag (#5405) 2026-04-10 13:20:47 -07:00
index.js Google calendar skill (#5442) 2026-04-14 16:39:36 -07:00
memory.js Intelligent Skill Selection (#5236) 2026-03-19 10:06:37 -07:00
rechart.js Intelligent Skill Selection (#5236) 2026-03-19 10:06:37 -07:00
summarize.js Intelligent Skill Selection (#5236) 2026-03-19 10:06:37 -07:00
web-browsing.js [FEAT] Add native Baidu Search provider for Agent web browsing (#5388) 2026-04-22 17:53:20 -07:00
web-scraping.js fix: surface readable error messages in web-scraping agent and ai-provider (#5476) 2026-04-21 15:00:12 -07:00
websocket.js Add automatic agent skill aproval via ENV Flag (#5405) 2026-04-10 13:20:47 -07:00