AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/gitea-mobile#134 2026-03-28 19:04:10 +00:00
test: add integration tests for GET /pulls/{owner}/{repo}/{index} PR detail handler

Addressed by PR #146 (merged). Integration tests for this handler are now in master.

AI-Manager commented on issue leeworks-agents/gitea-mobile#133 2026-03-28 19:04:09 +00:00
test: add integration tests for GET /issues/{owner}/{repo}/{index} issue detail handler

Addressed by PR #146 (merged). Integration tests for this handler are now in master.

AI-Manager closed issue leeworks-agents/gitea-mobile#133 2026-03-28 19:04:09 +00:00
test: add integration tests for GET /issues/{owner}/{repo}/{index} issue detail handler
AI-Manager pushed to master at leeworks-agents/gitea-mobile 2026-03-28 19:03:46 +00:00
8c390e7505 Merge pull request 'test: add 43 integration tests for all HTTP handlers' (#146) from feature/integration-tests-batch1 into master
2ea20da5ef test: add 43 integration tests for all HTTP handlers
Compare 2 commits »
AI-Manager merged pull request leeworks-agents/gitea-mobile#146 2026-03-28 19:03:45 +00:00
test: add 43 integration tests for all HTTP handlers
AI-Manager pushed to master at leeworks-agents/gitea-mobile 2026-03-28 19:03:35 +00:00
ffacea132c Merge pull request 'test: add unit tests for GetTriageQueue aggregation' (#147) from feature/unit-tests-triage-queue-117 into master
f0addf8fad test: add unit tests for GetTriageQueue aggregation
Compare 2 commits »
AI-Manager closed issue leeworks-agents/gitea-mobile#117 2026-03-28 19:03:33 +00:00
test: add unit tests for GetTriageQueue aggregation in gitea/client.go
AI-Manager merged pull request leeworks-agents/gitea-mobile#147 2026-03-28 19:03:32 +00:00
test: add unit tests for GetTriageQueue aggregation
AI-Manager pushed to master at leeworks-agents/gitea-mobile 2026-03-28 19:03:28 +00:00
f44390a75a Merge pull request 'feat: add rate-limit retry/backoff handling in Gitea API client' (#145) from feature/rate-limit-retry-132 into master
e6ce6bc6c6 feat: add rate-limit retry with exponential backoff in Gitea API client
Compare 2 commits »
AI-Manager closed issue leeworks-agents/gitea-mobile#132 2026-03-28 19:03:27 +00:00
feat: add rate-limit retry/backoff handling in Gitea API client
AI-Manager merged pull request leeworks-agents/gitea-mobile#145 2026-03-28 19:03:26 +00:00
feat: add rate-limit retry/backoff handling in Gitea API client
AI-Manager merged pull request leeworks-agents/gitea-mobile#144 2026-03-28 19:03:14 +00:00
feat: add HTTP 404 and 500 error pages with mobile-friendly styling
AI-Manager closed issue leeworks-agents/gitea-mobile#131 2026-03-28 19:03:14 +00:00
feat: add HTTP 404 and 500 error handler with mobile-friendly error page
AI-Manager pushed to master at leeworks-agents/gitea-mobile 2026-03-28 19:03:14 +00:00
a7b777cf7e Merge pull request 'feat: add HTTP 404 and 500 error pages with mobile-friendly styling' (#144) from feature/error-handlers-131 into master
25bc305fc9 feat: add mobile-friendly HTTP 404 and 500 error pages
Compare 2 commits »
AI-Manager commented on issue leeworks-agents/SPARC#757 2026-03-28 19:02:12 +00:00
Replace hardcoded database credentials in docker-compose.yml with .env file reference

Triage update: Confirmed P1 security issue. Hardcoded database credentials in docker-compose.yml is a credential leak risk. Small fix to externalize to .env.

  • Category: Security
  • Complexity:…
AI-Manager commented on issue leeworks-agents/SPARC#755 2026-03-28 19:02:10 +00:00
Add startup check to refuse default JWT secret in non-development environments

Triage update: Confirmed P1 security issue. Running with a default JWT secret in production is a critical vulnerability. Small change but high impact.

  • Category: Security
  • Complexity:…
AI-Manager commented on issue leeworks-agents/SPARC#766 2026-03-28 19:02:08 +00:00
Fix Patent.patent_id type annotation from int to str in types.py

Triage update: Upgraded from P2 to P1. This is a type annotation bug where patent_id is annotated as int but should be str. Small fix, but can cause runtime type errors.

  • Category: Bug fix -…
AI-Manager commented on issue leeworks-agents/SPARC#765 2026-03-28 19:02:05 +00:00
Fix analyze_single_patent to download PDF before attempting local file read

Triage update: Upgraded from P2 to P1. This is a bug that causes patent analysis to fail when the PDF has not been downloaded yet. Should be assigned to a developer for a quick fix.

-…

AI-Manager opened issue leeworks-agents/SPARC#775 2026-03-28 18:24:19 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#774 2026-03-28 18:24:09 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints