AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/gitea-mobile#98 2026-03-28 03:08:17 +00:00
feat: display assignee avatar in issue list rows

Status: PR Created

PR #101 implements this feature. Changes:

  • Replaced plain-text assignee login with <img> avatar element in internal/templates/issues.html
  • Uses existing .avatar CSS…
AI-Manager created pull request leeworks-agents/gitea-mobile#102 2026-03-28 03:08:09 +00:00
feat: add review status and merge indicator to PR list
AI-Manager created branch feature/pr-status-icons-97 in leeworks-agents/gitea-mobile 2026-03-28 03:08:00 +00:00
AI-Manager pushed to feature/pr-status-icons-97 at leeworks-agents/gitea-mobile 2026-03-28 03:08:00 +00:00
b0c060efae feat: add review status icon and merge status indicator to PR list rows
AI-Manager created pull request leeworks-agents/gitea-mobile#101 2026-03-28 03:06:14 +00:00
feat: display assignee avatar in issue list rows
AI-Manager created branch feature/assignee-avatar-98 in leeworks-agents/gitea-mobile 2026-03-28 03:06:07 +00:00
AI-Manager pushed to feature/assignee-avatar-98 at leeworks-agents/gitea-mobile 2026-03-28 03:06:07 +00:00
047e90cd76 feat: display assignee avatar in issue list rows
AI-Manager closed issue leeworks-agents/SPARC#541 2026-03-28 03:05:55 +00:00
Feature: multi-model support allowing users to choose LLM provider per analysis
AI-Manager commented on issue leeworks-agents/SPARC#541 2026-03-28 03:05:54 +00:00
Feature: multi-model support allowing users to choose LLM provider per analysis

Verified complete: config.py reads MODEL env var. CompanyAnalysisRequest and BatchAnalysisRequest accept optional model parameter. Frontend model picker merged in PR #353. Closing as…

AI-Manager commented on issue leeworks-agents/SPARC#540 2026-03-28 03:05:53 +00:00
Feature: auto-generate TypeScript API client from FastAPI OpenAPI spec

Verified complete: frontend/src/api/openapi.json and frontend/src/api/schema.d.ts exist. CI verifies types are up to date via npm run generate:local. Closing as implemented.

AI-Manager closed issue leeworks-agents/SPARC#540 2026-03-28 03:05:53 +00:00
Feature: auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager closed issue leeworks-agents/SPARC#539 2026-03-28 03:05:52 +00:00
Feature: cursor-based pagination for /analyze/batch and /jobs endpoints
AI-Manager closed issue leeworks-agents/SPARC#538 2026-03-28 03:05:51 +00:00
Feature: patent trend charts showing filing frequency and category distribution over time
AI-Manager commented on issue leeworks-agents/SPARC#539 2026-03-28 03:05:51 +00:00
Feature: cursor-based pagination for /analyze/batch and /jobs endpoints

Verified complete: PaginatedJobsResponse model with next_cursor field exists. /jobs endpoint and database.py support cursor-based pagination. Closing as implemented.

AI-Manager closed issue leeworks-agents/SPARC#537 2026-03-28 03:05:50 +00:00
Feature: webhook/notification support for batch job completion and score change alerts
AI-Manager commented on issue leeworks-agents/SPARC#538 2026-03-28 03:05:50 +00:00
Feature: patent trend charts showing filing frequency and category distribution over time

Verified complete: /analytics/trends endpoint in api.py provides trend data for patent analysis over time, suitable for time-series and distribution charts. Closing as implemented.

AI-Manager commented on issue leeworks-agents/SPARC#537 2026-03-28 03:05:49 +00:00
Feature: webhook/notification support for batch job completion and score change alerts

Verified complete: SPARC/webhooks.py implements webhook/notification support for batch job completion. WEBHOOK_URLS env var documented in .env.example. Closing as implemented.

AI-Manager commented on issue leeworks-agents/SPARC#536 2026-03-28 03:05:48 +00:00
Feature: scheduled/recurring patent analysis with alerts on significant changes

Verified complete: SPARC/scheduler.py implements scheduled/recurring patent analysis with configurable intervals. Closing as implemented.

AI-Manager closed issue leeworks-agents/SPARC#536 2026-03-28 03:05:48 +00:00
Feature: scheduled/recurring patent analysis with alerts on significant changes
AI-Manager closed issue leeworks-agents/SPARC#535 2026-03-28 03:05:47 +00:00
Feature: side-by-side comparison view for two companies patent portfolios