co-mono/packages
Mario Zechner b813a8b92b Implement tool result truncation with actionable notices (#134)
- read: actionable notices with offset for continuation
  - First line > 30KB: return empty + bash command suggestion
  - Hit limit: '[Showing lines X-Y of Z. Use offset=N to continue]'

- bash: tail truncation with temp file
  - Notice includes line range + temp file path
  - Edge case: last line > 30KB shows partial

- grep: pre-truncate match lines to 500 chars
  - '[... truncated]' suffix on long lines
  - Notice for match limit and line truncation

- find/ls: result/entry limit notices
  - '[N results limit reached. Use limit=M for more]'

- All notices now in text content (LLM sees them)
- TUI simplified (notices render as part of output)
- Never return partial lines (except bash edge case)
2025-12-07 01:11:31 +01:00
..
agent Release v0.13.1 2025-12-06 23:12:36 +01:00
ai Implement tool result truncation with actionable notices (#134) 2025-12-07 01:11:31 +01:00
coding-agent Implement tool result truncation with actionable notices (#134) 2025-12-07 01:11:31 +01:00
mom Release v0.13.1 2025-12-06 23:12:36 +01:00
pods Release v0.13.1 2025-12-06 23:12:36 +01:00
proxy Release v0.13.1 2025-12-06 23:12:36 +01:00
tui Release v0.13.1 2025-12-06 23:12:36 +01:00
web-ui Release v0.13.1 2025-12-06 23:12:36 +01:00