feat: support larger deterministic workflow payloads#25
Conversation
There was a problem hiding this comment.
💡 Codex Review
Passing options.dvLimits into createRuntime now couples deterministic input-size opt-ins to host-call request/response limits. In this commit, callers are encouraged to raise dvLimits.maxEncodedBytes to allow larger workflow inputs, but that same override at createRuntime also raises dispatcher limits for host calls (subject only to ABI function byte caps). For manifests/functions configured above 5 MiB, this unintentionally broadens host-call payload acceptance versus prior behavior, so a workflow input tuning change can alter host boundary enforcement.
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Summary
Dependency
Validation