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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 {