feat: Model based toolset switching (#111)

Co-authored-by: cpacker <packercharles@gmail.com>
This commit is contained in:
Kevin Lin
2025-11-23 19:49:39 -08:00
committed by GitHub
parent 9ceae2af58
commit cd6b29e686
34 changed files with 1124 additions and 68 deletions

View File

@@ -0,0 +1,21 @@
# 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.