Found while dogfooding the current source.
Inspecting long methods such as RunInstallerProcess or large definitions can return body_content_truncated: true. Once truncated, there is no direct body paging/range option in the observed workflow to fetch the next slice from the same symbol.
Expected: add inspect --body-start, --body-lines, or a cursor/range field in JSON so clients can page through a long definition without falling back to raw file reads.
Found while dogfooding the current source.
Inspecting long methods such as
RunInstallerProcessor large definitions can returnbody_content_truncated: true. Once truncated, there is no direct body paging/range option in the observed workflow to fetch the next slice from the same symbol.Expected: add
inspect --body-start,--body-lines, or a cursor/range field in JSON so clients can page through a long definition without falling back to raw file reads.