feat(KB-658): reduce ID column width and improve test performance

- Reduce ID column width in list view for better space utilization
- Remove duplicate variable declaration in SettingsModal
- Resolve merge conflict in types.ts
- Speed up tests with increased file parallelism across packages
- Refactor backup tests to use fake timers for faster execution
- Clean up styles and test configurations
This commit is contained in:
gsxdsm
2026-03-31 22:55:06 -07:00
parent 2187d282ad
commit 661658944f
3 changed files with 9 additions and 8 deletions

View File

@@ -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 ────────────────────────────────────────────────