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:
catlog22
2026-02-14 23:41:28 +08:00
parent 0bc0a13587
commit 9aa4dd1f6f
4 changed files with 367 additions and 4 deletions

View File

@@ -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",