mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 15:03:57 +08:00
Add orchestrator types and error handling configurations
- Introduced new TypeScript types for orchestrator functionality, including `SessionStrategy`, `ErrorHandlingStrategy`, and `OrchestrationStep`. - Defined interfaces for `OrchestrationPlan` and `ManualOrchestrationParams` to facilitate orchestration management. - Added a new PNG image file for visual representation. - Created a placeholder file named 'nul' for future use.
This commit is contained in:
@@ -29,6 +29,15 @@
|
||||
"completed": "已完成",
|
||||
"failed": "失败"
|
||||
},
|
||||
"controlPanel": {
|
||||
"progress": "{completed}/{total} 步",
|
||||
"noPlan": "未找到编排计划",
|
||||
"completedMessage": "编排已成功完成",
|
||||
"failedMessage": "编排已停止",
|
||||
"cancelled": "已取消",
|
||||
"retry": "重试",
|
||||
"skip": "跳过"
|
||||
},
|
||||
"node": {
|
||||
"title": "节点",
|
||||
"nodes": "节点列表",
|
||||
|
||||
Reference in New Issue
Block a user