add desktop codex login and analyst copilot

This commit is contained in:
dirtydishes 2026-05-20 10:41:13 -04:00
parent fb25b5ac97
commit a8d183f38e
24 changed files with 4127 additions and 97 deletions

View file

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