chore: generate

This commit is contained in:
opencode-agent[bot]
2026-07-06 18:20:49 +00:00
parent 964b3d1eed
commit 5344de6a42
9 changed files with 1129 additions and 4372 deletions
+1 -5
View File
@@ -73,11 +73,7 @@ export const invokeCoercion = (ref: CoercionFunction, args: Array<unknown>, node
if (ref.name === "parseFloat") return parseFloat(coerceToString(value))
return coerceToString(value)
}
import {
type AstNode,
CoercionFunction,
InterpreterRuntimeError,
} from "../interpreter/model.js"
import { type AstNode, CoercionFunction, InterpreterRuntimeError } from "../interpreter/model.js"
import { copyIn, type SafeObject } from "../tool-runtime.js"
import {
isSandboxValue,