feat: add id for actions#1409
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughBase actions now receive sequential stable IDs from Suggested reviewers: ✨ Finishing Touches🧪 Generate unit tests (beta)
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
Add a stable per-action id so actions can be addressed independently of their position in the bundle — positional indexing.
This is needed for coming patching of intents as we have to refer to actions somehow
Breaking Changes
@lucacillario During deploy we need to make sure that MagicContext is empty
Test Plan
Summary by CodeRabbit
Enhancements
Bug Fixes
Tests