feat(vscode): 改动说明 profile 可配置

This commit is contained in:
2026-08-28 06:38:02 +08:00
parent 77037924ef
commit 443a8e472a
14 changed files with 137 additions and 37 deletions
+2
View File
@@ -83,6 +83,7 @@ export type ExtensionToWebview
implTabPostCloseScript: string
conflictResolutionProfilePath: string
commitProfilePath: string
prDiffSummaryProfilePath: string
codexModel: string
codexReasoningEffort: string
profilesDirectory: string
@@ -154,6 +155,7 @@ export type WebviewToExtension
implTabPostCloseScript: string
conflictResolutionProfilePath: string
commitProfilePath: string
prDiffSummaryProfilePath: string
codexModel: string
codexReasoningEffort: string
profilesDirectory: string