* Commit accumulated mutations to the underlying source array. * * For OpenCode: no-op — parts are mutated directly in `Part.text`/ * `Part.state.output` and OpenCode reads them back from the same * array, so changes are already visible. * * For Pi: rebuilds a new `Agen
()
| 246 | * finishes. Adapters that don't need it implement it as a no-op. |
| 247 | */ |
| 248 | commit(): void; |
| 249 | } |
| 250 | |
| 251 | /** |
no outgoing calls
no test coverage detected