feat(investigation): add fastInvestigations field to InvestigationSettings type

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
This commit is contained in:
Sondre Engebråten
2026-02-16 15:42:52 +01:00
co-authored by Claude Sonnet 4.5
parent ba5f6fc14a
commit 8475435bf1
@@ -236,6 +236,8 @@ export interface InvestigationSettings {
labelConsentGiven?: boolean;
/** Custom investigation label configuration */
labelCustomization?: InvestigationLabelCustomization;
/** Enable Opus 4.6 Fast Mode for investigations (2.5x faster, higher cost) */
fastInvestigations?: boolean;
}
// ============================================