+ {/* Tab content; trace embeds a full-bleed page that manages its own scroll */}
+
{activeTab === 'providers' &&
}
{activeTab === 'activity' &&
}
{activeTab === 'general' &&
}
@@ -187,6 +189,7 @@ export function Settings() {
{activeTab === 'memory' &&
}
{activeTab === 'plugins' &&
}
{activeTab === 'computerUse' &&
}
+ {activeTab === 'trace' &&
}
{activeTab === 'diagnostics' &&
}
{activeTab === 'about' &&
}
diff --git a/desktop/src/stores/uiStore.ts b/desktop/src/stores/uiStore.ts
index c40f885a..4c3206cf 100644
--- a/desktop/src/stores/uiStore.ts
+++ b/desktop/src/stores/uiStore.ts
@@ -41,6 +41,7 @@ export type SettingsTab =
| 'memory'
| 'plugins'
| 'computerUse'
+ | 'trace'
| 'diagnostics'
| 'about'