StitcherAI editor plugin (VSCode)OverviewThe StitcherAI Editor is a visual editing plugin for VSCode that simplifies the process of configuring StitcherAI pipeline configurations. This plugin provides a user-friendly interface for editing pipeline configurations, making it easier to manage your FinOps workflows. Key featuresThe StitcherAI Editor plugin offers the following key features:
Adding new configurationsTo add a new configuration, simply right-click on any pipeline phase (displayed as folders on the left navigation) and select "Add new configuration". The editor will display the necessary configuration UI and enforce validation criteria based on the stage. Ordering configurationsFor Enhance and Allocation configurations, it is essential to define the order in which configurations are applied. To support this, StitcherAI requires configurations to be prefixed with a number that defines the order of execution. We recommend using a numbering scheme that leaves gaps (e.g., 1000_alloc_rule1.yaml, 1100_alloc_rule2.yaml) to allow for future additions without renaming files and losing file history. |