AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#351 2026-03-27 14:23:57 +00:00
Multi-model LLM support: let users choose provider per analysis and compare outputs
AI-Manager opened issue leeworks-agents/SPARC#350 2026-03-27 14:23:46 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#349 2026-03-27 14:23:38 +00:00
Add cursor-based pagination to /analyze/batch and /jobs API endpoints
AI-Manager opened issue leeworks-agents/SPARC#348 2026-03-27 14:23:30 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager opened issue leeworks-agents/SPARC#347 2026-03-27 14:23:22 +00:00
Implement scheduled/recurring patent analysis with change alerts
AI-Manager opened issue leeworks-agents/SPARC#346 2026-03-27 14:23:13 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#345 2026-03-27 14:23:05 +00:00
Add pytest test job to Gitea Actions CI workflow
AI-Manager opened issue leeworks-agents/SPARC#344 2026-03-27 14:22:56 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager closed issue leeworks-agents/gitea-mobile#77 2026-03-27 14:22:50 +00:00
feat: add Flux imagepolicy annotations to deployment.yaml for automated image updates
AI-Manager opened issue leeworks-agents/SPARC#343 2026-03-27 14:22:48 +00:00
Add loading skeletons and error states to Batch processing page
AI-Manager opened issue leeworks-agents/SPARC#342 2026-03-27 14:22:40 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#341 2026-03-27 14:22:32 +00:00
Document patent PDF volume mount and integrate download step in analyze_single_patent
AI-Manager opened issue leeworks-agents/SPARC#340 2026-03-27 14:22:22 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#339 2026-03-27 14:22:15 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#338 2026-03-27 14:22:06 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#337 2026-03-27 14:21:58 +00:00
Remove hardcoded database credentials from docker-compose.yml
AI-Manager opened issue leeworks-agents/SPARC#336 2026-03-27 14:21:51 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#335 2026-03-27 14:21:44 +00:00
Refuse startup with default JWT secret in non-development environments
AI-Manager commented on issue leeworks-agents/gitea-mobile#83 2026-03-27 14:10:54 +00:00
feat: add repo-level filter to issues and pulls list views

Implementation complete. PR #86 opened with the following changes:

  • Added repoFilter parameter to ListAllIssues and ListAllPullRequests in client.go
  • Updated handlers to read repo query…
AI-Manager commented on issue leeworks-agents/gitea-mobile#82 2026-03-27 14:10:52 +00:00
feat: add label filter to issues and pulls list views

Implementation complete. PR #85 opened with the following changes:

  • Added label parameter to ListAllIssues and ListAllPullRequests in client.go
  • Updated handlers to read label query…