mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
feat: Add specialized context rendering for multi-cli-plan sessions
- Add MultiCliContextPackage type for multi-cli-plan context-package.json - Create MultiCliContextContent component with sections for: - Selected solution (feasibility, effort, risk, CLI sources) - Implementation plan (approach, tasks with files, execution flow, milestones) - Dependencies (internal and external) - CLI consensus (agreements, resolved conflicts) - Technical concerns and constraints - Update ExpandedMultiCliPanel to detect and use appropriate context renderer - Add i18n translations for new context labels
This commit is contained in:
@@ -36,7 +36,22 @@
|
||||
"agreements": "Agreements",
|
||||
"disagreements": "Disagreements",
|
||||
"resolution": "Resolution",
|
||||
"clarificationQuestions": "Clarification Questions"
|
||||
"clarificationQuestions": "Clarification Questions",
|
||||
"context": {
|
||||
"solution": "Selected Solution",
|
||||
"implementationPlan": "Implementation Plan",
|
||||
"approach": "Approach",
|
||||
"tasks": "Tasks",
|
||||
"milestones": "Milestones",
|
||||
"dependencies": "Dependencies",
|
||||
"internal": "Internal",
|
||||
"external": "External",
|
||||
"consensus": "CLI Consensus",
|
||||
"resolvedConflicts": "Resolved Conflicts",
|
||||
"technicalConcerns": "Technical Concerns",
|
||||
"constraints": "Constraints",
|
||||
"sessionInfo": "Session Info"
|
||||
}
|
||||
},
|
||||
"createdAt": "Created",
|
||||
"rounds": "rounds",
|
||||
|
||||
Reference in New Issue
Block a user