merlyn/server/utils/agents/aibitat/plugins/filesystem
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
..
copy-file.js apply refactor for recursive copy-file with symlinks: GHSA-vjrp-43mm-j7vw 2026-05-10 13:11:33 -07:00
create-directory.js Filesystem Agent Skill overhaul (#5260) 2026-03-26 14:07:46 -07:00
edit-file.js Filesystem Agent Skill overhaul (#5260) 2026-03-26 14:07:46 -07:00
get-file-info.js Filesystem Agent Skill overhaul (#5260) 2026-03-26 14:07:46 -07:00
index.js File creation agent skills (#5280) 2026-03-30 15:13:39 -07:00
lib.js Patch 3: Make CONTEXT_RESERVE_RATIO configurable via AGENT_CONTEXT_RESERVE_RATIO env var 2026-05-10 15:18:07 -07:00
list-directory.js Filesystem Agent Skill overhaul (#5260) 2026-03-26 14:07:46 -07:00
move-file.js Filesystem Agent Skill overhaul (#5260) 2026-03-26 14:07:46 -07:00
read-multiple-files.js Filesystem Agent Skill overhaul (#5260) 2026-03-26 14:07:46 -07:00
read-text-file.js Patch 5: Replace silent truncation with explicit token limit in read-text-file 2026-05-10 15:28:14 -07:00
search-files.js Patch 1: Make maxFilesToRead configurable via AGENT_MAX_FILES_TO_READ env var 2026-05-10 15:02:13 -07:00
write-text-file.js File creation agent skills (#5280) 2026-03-30 15:13:39 -07:00