add desktop codex login and analyst copilot

This commit is contained in:
dirtydishes 2026-05-20 10:41:13 -04:00
parent 687a217014
commit d9c8b53b69
23 changed files with 4142 additions and 95 deletions

View file

@ -0,0 +1,7 @@
import { SettingsRoute } from "../terminal";
export const dynamic = "force-dynamic";
export default function Page() {
return <SettingsRoute />;
}