Add feature flag for IDE integration (#3927)

Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
Shreya Keshive
2025-07-14 12:04:08 -04:00
committed by GitHub
parent e9d680e8a4
commit fadc477001
4 changed files with 152 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ export interface Settings {
maxSessionTurns?: number;
// Add other settings here.
ideMode?: boolean;
}
export interface SettingsError {