chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-03 02:10:52 +00:00
parent a3bc5d35b0
commit a6cadba814
9 changed files with 2875 additions and 376 deletions

View File

@@ -377,7 +377,7 @@ export const layer: Layer.Layer<
case "tool-result": {
const toolCall = yield* readToolCall(value.toolCallId)
// TODO(v2): Temporary dual-write while migrating session messages to v2 events.
EventV2.run(SessionEvent.Tool.Success.Sync, {
EventV2.run(SessionEvent.Tool.Success.Sync, {
sessionID: ctx.sessionID,
callID: value.toolCallId,
structured: value.output.metadata,