feat: add raw session args/opts

This commit is contained in:
Nathan Flurry 2026-02-04 23:41:11 -08:00
parent 7378abee46
commit d51203c628
30 changed files with 4968 additions and 329 deletions

View file

@ -291,8 +291,9 @@ File reference with optional diff.
| Field | Type | Description |
|-------|------|-------------|
| `path` | string | File path |
| `action` | string | `read`, `write`, `patch` |
| `action` | string | `read`, `write`, `patch`, `rename`, `delete` |
| `diff` | string? | Unified diff (for patches) |
| `target_path` | string? | Destination path for renames |
```json
{