feat: v2.12.0 - UI/UX Refinement (Model Sync & Premium Tooltips)

This commit is contained in:
Wonseok Jung
2026-04-30 00:19:06 +09:00
parent f8a57cfbb0
commit 326672cb93
25 changed files with 5606 additions and 363 deletions
+2 -1
View File
@@ -3,16 +3,17 @@ import * as fs from 'fs';
import * as path from 'path';
// axios removed
import {
getConfig,
_getBrainDir,
_isBrainDirExplicitlySet,
findBrainFiles,
buildApiUrl,
logError,
logInfo,
logWarn,
resolveEngine,
summarizeText
} from './utils';
import { getConfig } from './config';
export interface BridgeInterface {
injectSystemMessage(msg: string): void;