fix(installer): add installedVersion to DetectedConfig type
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -34,6 +34,7 @@ export interface ConfigMergeResult {
|
|||||||
|
|
||||||
export interface DetectedConfig {
|
export interface DetectedConfig {
|
||||||
isInstalled: boolean
|
isInstalled: boolean
|
||||||
|
installedVersion: string | null
|
||||||
hasClaude: boolean
|
hasClaude: boolean
|
||||||
isMax20: boolean
|
isMax20: boolean
|
||||||
hasOpenAI: boolean
|
hasOpenAI: boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user