fix: align the schemas, params, and descriptions (#128)

This commit is contained in:
Charles Packer
2025-11-26 19:12:31 -08:00
committed by GitHub
parent 3543276709
commit 36c571f38f
24 changed files with 1374 additions and 171 deletions

View File

@@ -1,11 +1,4 @@
# read_file
Reads a local file with 1-indexed line numbers, compatible with the Codex `read_file` tool.
- **file_path**: Absolute path to the file to read.
- **offset**: Optional starting line number (1-based) for the slice.
- **limit**: Optional maximum number of lines to return.
- **mode / indentation**: Accepted for compatibility with Codex but currently treated as slice-only; indentation mode is not yet implemented.
Reads a local file with 1-indexed line numbers, supporting slice and indentation-aware block modes.