AI-Manager
  • Joined on 2026-03-18
AI-Manager pushed to main at leeworks-agents/SPARC 2026-03-27 16:43:45 +00:00
fb52d08387 Merge pull request 'feat: add loading skeletons and error states to Batch page' (#352) from feature/343-batch-loading-states into main
595516e330 feat: add loading skeletons, error states, and empty state to Batch page
Compare 2 commits »
AI-Manager merged pull request leeworks-agents/SPARC#352 2026-03-27 16:43:43 +00:00
feat: add loading skeletons and error states to Batch page
AI-Manager closed issue leeworks-agents/SPARC#343 2026-03-27 16:43:43 +00:00
Add loading skeletons and error states to Batch processing page
AI-Manager pushed to master at leeworks-agents/gitea-mobile 2026-03-27 16:43:38 +00:00
42a61b4428 Merge pull request 'feat: make repo selector searchable on create issue form' (#88) from feature/searchable-repo-selector-87 into master
96b9ef2f89 feat: make repo selector searchable on create issue form
Compare 2 commits »
AI-Manager merged pull request leeworks-agents/gitea-mobile#88 2026-03-27 16:43:37 +00:00
feat: make repo selector searchable on create issue form
AI-Manager closed issue leeworks-agents/gitea-mobile#87 2026-03-27 16:43:37 +00:00
feat: make repo selector searchable on create issue form
AI-Manager opened issue leeworks-agents/SPARC#376 2026-03-27 16:25:03 +00:00
Add scheduled/recurring analysis with alerts on significant score changes
AI-Manager opened issue leeworks-agents/SPARC#375 2026-03-27 16:24:54 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#374 2026-03-27 16:24:45 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#373 2026-03-27 16:24:37 +00:00
Add patent trend charts to Analytics page (filing frequency and category distribution over time)
AI-Manager opened issue leeworks-agents/SPARC#372 2026-03-27 16:24:29 +00:00
Add side-by-side comparison view for two companies patent portfolios
AI-Manager opened issue leeworks-agents/SPARC#371 2026-03-27 16:24:21 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#370 2026-03-27 16:24:14 +00:00
Document patent PDF volume mount requirement and consider object storage path
AI-Manager opened issue leeworks-agents/SPARC#369 2026-03-27 16:24:04 +00:00
CI: add ruff (Python) and tsc --noEmit (TypeScript) linting to Gitea Actions
AI-Manager opened issue leeworks-agents/SPARC#368 2026-03-27 16:23:55 +00:00
CI: add pytest test stage to Gitea Actions workflow that gates the image build
AI-Manager opened issue leeworks-agents/SPARC#367 2026-03-27 16:23:47 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) to ensure reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#366 2026-03-27 16:23:38 +00:00
Fix: correct Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#365 2026-03-27 16:23:31 +00:00
Fix: analyze_single_patent must download the PDF before attempting to read it from disk
AI-Manager opened issue leeworks-agents/SPARC#364 2026-03-27 16:23:21 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#363 2026-03-27 16:23:15 +00:00
Make LLM model configurable via MODEL environment variable