refactor: remove lite-plan-c workflow and update orchestrator UI components

- Deleted the lite-plan-c workflow file to streamline the planning process.
- Updated orchestrator localization files to include new variable picker and multi-node selector messages.
- Modified PropertyPanel to support new execution modes and added output variable input fields.
- Enhanced SlashCommandNode to reflect changes in execution modes.
- Introduced MultiNodeSelector component for better node selection management.
- Added VariablePicker component for selecting variables with improved UX.
This commit is contained in:
catlog22
2026-02-03 21:24:34 +08:00
parent 9bb50a13fa
commit a806d70d9b
13 changed files with 233 additions and 3084 deletions

View File

@@ -136,6 +136,13 @@
"tipLabel": "Tip:",
"tip": "Connect nodes by dragging from output to input handles"
},
"variablePicker": {
"empty": "No variables available"
},
"multiNodeSelector": {
"empty": "No nodes available",
"clear": "Clear all"
},
"propertyPanel": {
"title": "Properties",
"open": "Open properties panel",
@@ -175,8 +182,8 @@
"failFast": "Fail fast (stop all branches on first error)"
},
"options": {
"modeAnalysis": "Analysis (Read-only)",
"modeWrite": "Write (Modify files)",
"modeMainprocess": "Main Process",
"modeAsync": "Async",
"errorStop": "Stop execution",
"errorContinue": "Continue",
"errorRetry": "Retry",