refactor(cli): remove ChatGPT subscription check from installer
- Remove chatgpt option from CLI args and types - Remove ChatGPT prompt from TUI installer flow - Update config detection to not include hasChatGPT - Update related tests
This commit is contained in:
@@ -587,7 +587,6 @@ export function detectCurrentConfig(): DetectedConfig {
|
||||
isInstalled: false,
|
||||
hasClaude: true,
|
||||
isMax20: true,
|
||||
hasChatGPT: true,
|
||||
hasGemini: false,
|
||||
hasCopilot: false,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user