fix(KB-662): resolve merge conflicts in types.ts and SettingsModal.tsx
This commit is contained in:
@@ -467,11 +467,8 @@ 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 ────────────────────────────────────────────────
|
||||
|
||||
@@ -167,9 +167,6 @@ export function SettingsModal({
|
||||
};
|
||||
}, [activeSection, loadAuthStatus]);
|
||||
|
||||
/** Get the scope of the currently active section */
|
||||
const activeSectionScope = SETTINGS_SECTIONS.find((s) => s.id === activeSection)?.scope;
|
||||
|
||||
const handleLogin = useCallback(async (providerId: string) => {
|
||||
setAuthActionInProgress(providerId);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user