Reads a file from the filesystem.
Arguments:
path(required) — absolute path or a path relative toctx.cwd.offset(optional) — line number to start reading from (1-indexed).limit(optional) — maximum number of lines to return.
Result is the file contents with lines prefixed by <lineno>\t so the model
can reference specific lines the way Claude Code does.