Namespace workflow variables and inline tool call details#802
Conversation
Namespace workflow execution variables under `input` and `variables` prefixes for clarity, and display tool call input/output inline in the message info dialog instead of opening a separate dialog.
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis pull request systematically refactors data access patterns across workflow configurations and TypeScript components. The changes establish a consistent namespacing convention where input parameters are accessed via Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
🚥 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
Comment Tip You can customize the tone of the review comments and chat replies.Configure the |
Summary
input.,variables.,loop.) instead of flat variable references, preventing naming collisions and improving clarity (e.g.,{{files}}→{{input.files}},{{filesToCompare}}→{{variables.filesToCompare}}).initialize_execution_variables.tsnow stores step-defined variables under thevariables.namespace.Test plan
variables.🤖 Generated with Claude Code
Summary by CodeRabbit