From a09b905b181971c445ee770e9d9406be63a8b570 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Wed, 8 Apr 2026 13:26:22 +0900 Subject: [PATCH] fix(installer): add installedVersion to DetectedConfig type Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/cli/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli/types.ts b/src/cli/types.ts index 7cffad1f2..a8f785cb0 100644 --- a/src/cli/types.ts +++ b/src/cli/types.ts @@ -34,6 +34,7 @@ export interface ConfigMergeResult { export interface DetectedConfig { isInstalled: boolean + installedVersion: string | null hasClaude: boolean isMax20: boolean hasOpenAI: boolean