feat(cli): Enable model router by default and add to settings dialog (#9262)

This commit is contained in:
Abhi
2025-09-24 17:33:14 -04:00
committed by GitHub
parent 096565eabe
commit 766c5e18d8
5 changed files with 7 additions and 7 deletions
@@ -342,7 +342,7 @@ describe('SettingsDialog', () => {
await wait();
expect(lastFrame()).toContain('● Folder Trust');
expect(lastFrame()).toContain('● Use Model Router');
unmount();
});