Skip to content

inspect --body should support body pagination or line ranges #3394

Description

@Widthdom

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions