mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 21:03:19 +00:00
- Default limit of 2000 lines per read - Maximum line length of 2000 characters (truncates longer lines) - Add optional offset and limit parameters for pagination - Show truncation notice with instruction to continue reading - Plain text output (no line numbers) Examples: - `read path/to/file` - reads first 2000 lines - `read path/to/file offset=2001` - continues from line 2001 - `read path/to/file limit=100` - reads only 100 lines This prevents extremely large files from overwhelming context. |
||
|---|---|---|
| .. | ||
| agent | ||
| ai | ||
| coding-agent | ||
| pods | ||
| proxy | ||
| tui | ||
| web-ui | ||
| test.txt | ||