ARCHIVISE / app

Commit History

feat(config): support OPENROUTER_API_KEY, GROQ_API_KEY, and GEMINI_API_KEY loaded from .env
6e39ce4

UNI12345 commited on

fix: add fallback defaults to Settings and fix limiter import in auth router
ed654df

UNI12345 commited on

fix: resolution of critical blockers (P0/P1/P2 fixes) - async Redis, atomic credit updates, schema compatibility, task event loop safety, rate limits, timezone datetimes
5019340

UNI12345 commited on

fix: all 9 production audit issues - DEBUG default, delete_account commit, guest session security, GitHub OAuth redirect, unlimited credits sentinel
5e64563

UNI12345 commited on

fix: dynamic code audit fallback based on scanned project files
645c2d7

UNI12345 commited on

fix: resolve tab switch streaming loop and dynamic fallback design generation
f3a9b2f

UNI12345 commited on

fix: production readiness, security, performance, and worker refactoring
1520141

UNI12345 commited on

Fix database deadlocks, timezone cookie offsets, and add WeasyPrint GTK fallback safeguards
62b2d48

UNI12345 commited on

Implement OpenRouter API integration and Redis event caching/replay to fix stuck streams on tab switch
9a71787

UNI12345 commited on

Fix auto-login, SSE streams, LLM timeouts, and frontend cancellation
e5870af

UNI12345 commited on

diagnose: add debug-worker endpoint to track background worker thread status
b0a61a2

UNI12345 commited on

fix: use SimpleWorker to prevent os.fork crashes in background thread
30294af

UNI12345 commited on

fix: implement local_session context manager inside tasks.py to prevent event loop mismatch errors
57017a4

UNI12345 commited on

fix: implement custom ThreadSafeDeathPenalty class for RQ worker thread
97c7337

UNI12345 commited on

fix: update LLM model names to active NVIDIA catalog and add worker thread signal fixes
778d05e

UNI12345 commited on

fix: patch _install_signal_handlers on RQ worker to run inside background thread
dca1ebf

UNI12345 commited on

fix: set handle_signals=False to allow RQ worker to run inside background daemon thread
1de17f8

UNI12345 commited on

fix: run background worker on app startup to process enqueued jobs
21222ae

UNI12345 commited on

fix: SSE named events, add cancel endpoint, fix performance headers
82f002f

UNI12345 commited on

feat: replace Firebase with Supabase JWT auth (ES256/JWKS + HS256 fallback)
bfea95e

UNI12345 commited on

Configure robust guest_login retrieval and database field defaults
0b15d14

UNI12345 commited on

Support Authorization Bearer token fallback for session verification
db1baa2

UNI12345 commited on

Configure unique prepared statement naming func for asyncpg to fully resolve PgBouncer conflicts
f3c8882

UNI12345 commited on

Restore standard CORSMiddleware with credentials and Vercel preview domain regex matcher
84f9383

UNI12345 commited on

Disable statement cache size and prepared statement cache size in asyncpg connect args
18db965

UNI12345 commited on

Configure custom CORS middleware to handle origin header dynamically for credential-enabled requests
14c297f

UNI12345 commited on

Fix database connection prepared statement cache size for PgBouncer pool compatibility
05e89e4

UNI12345 commited on

Implement guest login bypass endpoint and mock credentials validation
e8aaec2

UNI12345 commited on

Import UUID in audit and design routers to resolve NameErrors
dca84d4

UNI12345 commited on

Fix python f-string curly brace syntax error in ai.py
98b3024

UNI12345 commited on

Initialize Archvise API backend for Hugging Face Spaces
50925ca

UNI12345 commited on