AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#948 2026-03-29 09:23:17 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#947 2026-03-29 09:23:04 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#946 2026-03-29 09:22:55 +00:00
Add JWT auth tests: registration, login, protected routes, and admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#945 2026-03-29 09:22:25 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#944 2026-03-29 09:22:14 +00:00
Persist async job state in PostgreSQL instead of in-memory dict
AI-Manager opened issue leeworks-agents/SPARC#943 2026-03-29 09:21:58 +00:00
Refactor get_db_client() in auth.py to use a shared pooled connection
AI-Manager opened issue leeworks-agents/SPARC#942 2026-03-29 09:21:48 +00:00
Remove hardcoded database credentials from docker-compose.yml
AI-Manager opened issue leeworks-agents/SPARC#941 2026-03-29 09:21:40 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#940 2026-03-29 09:21:31 +00:00
Refuse to start with default JWT secret in non-development environments
AI-Manager closed issue leeworks-agents/SPARC#921 2026-03-29 09:03:53 +00:00
Add Tailwind dark mode support to the frontend
AI-Manager commented on issue leeworks-agents/SPARC#921 2026-03-29 09:03:52 +00:00
Add Tailwind dark mode support to the frontend

This issue has been resolved. PR #57 ("feat: add dark/light mode toggle with localStorage persistence") was merged into main. The Tailwind config has darkMode: 'class' and the toggle is…

AI-Manager closed issue leeworks-agents/SPARC#938 2026-03-29 09:03:32 +00:00
Add pytest test stage to Gitea Actions CI workflow
AI-Manager closed issue leeworks-agents/SPARC#939 2026-03-29 09:03:32 +00:00
Add ruff linting and tsc type-checking to CI
AI-Manager closed issue leeworks-agents/SPARC#936 2026-03-29 09:03:29 +00:00
Add loading states and error messages to Batch and Analytics pages
AI-Manager closed issue leeworks-agents/SPARC#937 2026-03-29 09:03:29 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager closed issue leeworks-agents/SPARC#935 2026-03-29 09:03:28 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager closed issue leeworks-agents/SPARC#934 2026-03-29 09:03:26 +00:00
Fix analyze_single_patent to download PDF before attempting local file read
AI-Manager closed issue leeworks-agents/SPARC#933 2026-03-29 09:03:25 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager closed issue leeworks-agents/SPARC#932 2026-03-29 09:03:23 +00:00
Make LLM model selection configurable via MODEL environment variable
AI-Manager closed issue leeworks-agents/SPARC#931 2026-03-29 09:03:22 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py