Commit History

Remove hyperscript from login page, use hx-on attributes to fix null alerts
e6f0b66

abc1181 commited on

Fix htmx auth: get_current_user falls back to nexustoken cookie; fix null hyperscript alerts; add JSONResponse import
3898d20

abc1181 commited on

Fix NameError: add JSONResponse import; fix dashboard stats URL
6624622

abc1181 commited on

Fix hyperscript: bare statements caused 'null' alerts on login page load
55a6f09

abc1181 commited on

Fix dashboard 500: pass request to template context in serve_page
a6cf28c

abc1181 commited on

Fix login: use Form(...) instead of Pydantic body for /api/auth/login-form to accept form-encoded data
5e9d05f

abc1181 commited on

Fix 3 startup bugs: mutable proxy for async_session_maker, remove double create_task around non-coroutine background funcs
83b668c

abc1181 commited on

Fix async_session_maker None bug: mutable proxy object so all 40+ module-level imports track state
1609b44

abc1181 commited on

Strip sslmode/gssencmode from async URL for asyncpg compat; add .gitignore
72e837b

abc1181 commited on

Fix async_session_maker None crash: use module reference instead of import-time copy
f5fc9fc

abc1181 commited on

Fix URL resolution: auto-detect postgresql:// -> +asyncpg/+psycopg2, default to SQLite, non-fatal alembic
53dd14f

abc1181 commited on

Fix alembic ModuleNotFoundError - add sys.path to env.py
1d8975a

abc1181 commited on

Add SQLite support, TTS/STT endpoints, db_utils helper
67b8c4a

abc1181 commited on

added scraper and switcjed to agy sdk for agent
62fe9b6

abc1181 commited on

Fix 6 critical runtime bugs, wire up realtime WebSocket, fix semantic cache & load balancer, expand code interpreter & config backup, add scraper.py, integrate google-antigravity SDK
6118621

abc1181 commited on

Create README.md
9ba80e7
verified

abcd118q commited on

REBUILD
aca03d2

abc1181 commited on

feat: HTML-first mode (USE_HTML=true default), all pages render server-side, no React required
e792c49

abc1181 commited on

fix: rebuild frontend JS with cookie fallback for form-based login
a0a518d

abc1181 commited on

fix: HTML template system, agent 404, Vary headers, missing template files
3383f20

abc1181 commited on

fix: infinite loop from expired JWT in cookie
66de3af

abc1181 commited on

fix: eliminate infinite reload loop between /login and /
a4cd60e

abc1181 commited on

auth: server-side redirect on all pages, form-based login endpoint, CSP removed, cookie Secure flag
ca64345

abc1181 commited on

fix: server-side cookie redirect + standalone login + root redirect
422d264

abc1181 commited on

fix: replace /login with standalone HTML (no React)
c48587c

abc1181 commited on

fix: resolve stuck spinner on /login (4 bugs)
04ac299

abc1181 commited on

Fix v2: inline auth-guard script in static HTML (runs before React hydrates) + static fallback link always visible
922b469
verified

abcd118q commited on

Pre-push: clean stale _next
22cfab3
verified

abcd118q commited on

Fix: stuck spinner → window.location.replace for hard nav in static export
fc1b358
verified

abcd118q commited on

Pre-push: clean stale _next
e18bb15
verified

abcd118q commited on

Phase 14b: auth flash fix + 5s auth timeout
e7d2edb
verified

abcd118q commited on

Pre-push: clean stale _next
64eb931
verified

abcd118q commited on

Fix: CSP and no-cache for proxied HTTPS
a09a859
verified

abcd118q commited on

Phase 14: error boundaries + inline critical CSS + noscript + CSP/HSTS + global 401 handler + favicon
46e3c66
verified

abcd118q commited on

Pre-push: clean stale _next
fe7f058
verified

abcd118q commited on

Remove leftover pages-router chunks from old build
2162677
verified

abcd118q commited on

Re-upload clean static/_next (single build, all chunks consistent)
f2dd633
verified

abcd118q commited on

Delete stale _next chunks (multiple builds were mixed)
032caf2
verified

abcd118q commited on

Fix: clean stale build files from static/_next (was 3 builds mixed)
6aa7859
verified

abcd118q commited on

Phase 11: OpenRouter-style Models + polished Realtime + 70% faster page loads
057c1d6
verified

abcd118q commited on

Phase 9: zero hardcoding + OpenRouter-style Models page + 100% frontend/backend parity
1e7da2f
verified

abcd118q commited on

Fix: pre-flight integrity check + quarantine on malformed DB (storage.py init_db)
726654d
verified

abcd118q commited on

Realtime vertical slice + perf foundation (C1/C3/C4/H1/H3/H4) + bug fixes (BUG 1-4) + test framework
4d79592
verified

abcd118q commited on

Phase 2+3: frontend fixes, backend cleanup, performance optimization
1ce4803

abc1181 commited on

Fix SPA routing: serve Next.js pages at their paths + /_next/static/ assets
c96da4e

abc1181 commited on

Massive latency optimization + Next.js UI
207487f

abc1181 commited on

Update proxy_router.py
c90922e

abc1181 commited on

Update main.py
10b66f7

abc1181 commited on

Update storage.py
22e3eaf

abc1181 commited on

Update storage.py
f2ffd41

abc1181 commited on