get_version_file_content
Read the content of a specific file at a past version of an app. Use list_versions to get a commit hash and get_version_files to browse available files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | App ID (UUID) or subdomain | |
| hash | Yes | Commit hash (full or abbreviated, from bonto_list_versions) | |
| path | Yes | File path within the commit (e.g. "index.js", "src/app.ts") |