fix(workflow): expose runtime helpers in inline workflow code#39
fix(workflow): expose runtime helpers in inline workflow code#39ex3ndr-bot wants to merge 1 commit intomainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughRuntime task execution metadata is now supported in system messages. An optional taskExecution field containing taskId and taskVersion is added to system message payloads. Agent execution logic is updated to accept and propagate this metadata, preferring runtime-provided values over static task references. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary\n- mark inline executions as task executions for RLM runtime helpers\n- plumb execution-scoped task metadata through executable system messages\n- add regression coverage for inline workflow posting behavior\n\n## Testing\n- pnpm vitest run packages/daycare/sources/engine/modules/tools/background.spec.ts packages/daycare/sources/engine/modules/rlm/rlmRuntimeToolExecute.spec.ts\n
Summary by CodeRabbit
Release Notes
Refactor
Tests