read_workspace_file
Reads files from the workspace, blocking sensitive content like keys and tokens. With a session ID, restricts to the session's repo path and returns sha256.
Instructions
Read a file within the workspace. Sensitive files (secrets, keys, tokens) are blocked. In Direct mode (with session_id), reads are scoped to the session's repo_path and return sha256.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path to a file inside the workspace or session repo | |
| session_id | No | Optional Direct session ID. When provided, read scope is limited to the session's repo_path and sha256 is returned. |