Merge origin/main into main

This commit is contained in:
gsxdsm
2026-03-31 22:45:15 -07:00

View File

@@ -467,8 +467,11 @@ export interface TaskCreateInput {
validatorModelId?: string;
/** Thinking level for AI agent sessions — controls reasoning effort (off/minimal/low/medium/high) */
thinkingLevel?: ThinkingLevel;
<<<<<<< HEAD
/** When true, trigger AI title summarization if description is long and no title provided */
summarize?: boolean;
=======
>>>>>>> origin/main
}
// ── Settings Scope Types ────────────────────────────────────────────────