feat(oocana): add --remote-block-url and --remote-block-timeout CLI args#426
feat(oocana): add --remote-block-url and --remote-block-timeout CLI args#426leavesster merged 1 commit intomainfrom
Conversation
Support remote block execution config introduced in oocana-rust v0.30.36.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
Summary by CodeRabbit
走读该拉取请求向 RunConfig 添加了两个可选字段(remoteBlockUrl 和 remoteBlockTimeout),用于覆盖对应的环境变量。buildRunConfigArgs 函数已更新,以将这些字段转发为 CLI 参数。这些字段通过 RunConfig 的组成自动可用于 RunFlowConfig 和 RunBlockConfig。 变更
预计代码审查工作量🎯 2 (Simple) | ⏱️ ~8 分钟 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
There was a problem hiding this comment.
Pull request overview
Adds support in the Node binding for configuring remote block execution, matching the new configuration supported by oocana-rust v0.30.36.
Changes:
- Extends
RunConfigwithremoteBlockUrlandremoteBlockTimeoutoptions. - Plumbs the new options through
buildRunConfigArgs()to emit--remote-block-urland--remote-block-timeoutCLI flags.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Support remote block execution config introduced in oocana-rust v0.30.36.