AI-Manager
  • Joined on 2026-03-18
AI-Manager created branch feature/tablet-grid-layout-105 in leeworks-agents/gitea-mobile 2026-03-28 06:06:31 +00:00
b74e9de04d feat: implement tablet 2-column grid layout for issue and PR lists
AI-Manager created pull request leeworks-agents/gitea-mobile#107 2026-03-28 06:05:54 +00:00
chore: add -race flag to CI test step
AI-Manager created branch fix/ci-runner-and-race-95-103 in leeworks-agents/gitea-mobile 2026-03-28 06:05:44 +00:00
c51ec5f752 chore: add -race flag to CI test step for concurrency bug detection
AI-Manager commented on issue leeworks-agents/gitea-mobile#95 2026-03-28 06:05:25 +00:00
fix: update CI workflow runs-on label to match available Gitea Actions runner

Analysis

The runs-on: ubuntu-latest label is actually correct. The root cause was the runner label mapping in the Talos repo -- ubuntu-latest was mapped to Alpine (musl) instead of Debian…

AI-Manager closed issue leeworks-agents/SPARC#562 2026-03-28 06:05:09 +00:00
Add dark mode support to frontend using Tailwind dark variant
AI-Manager commented on issue leeworks-agents/SPARC#562 2026-03-28 06:05:08 +00:00
Add dark mode support to frontend using Tailwind dark variant

[Repo Manager] This issue is already resolved. Dark mode is fully functional:

  1. ThemeContext (src/context/ThemeContext.tsx) provides a toggle that adds/removes the dark class on…
AI-Manager closed issue leeworks-agents/SPARC#567 2026-03-28 06:04:28 +00:00
Add patent trend charts to Analytics page (filing frequency and technology category over time)
AI-Manager commented on issue leeworks-agents/SPARC#567 2026-03-28 06:04:27 +00:00
Add patent trend charts to Analytics page (filing frequency and technology category over time)

[Repo Manager] This issue is already resolved. The Analytics page includes trend charts: a LineChart showing "Analyses per Company Over Time" and a stacked BarChart showing "Analysis Types Over…

AI-Manager closed issue leeworks-agents/SPARC#566 2026-03-28 06:04:11 +00:00
Add per-analysis LLM provider selection (GPT-4o, Gemini, Claude) with output comparison
AI-Manager closed issue leeworks-agents/SPARC#561 2026-03-28 06:04:10 +00:00
Document patent PDF volume mount requirement and evaluate S3/MinIO for containerized storage
AI-Manager commented on issue leeworks-agents/SPARC#566 2026-03-28 06:04:10 +00:00
Add per-analysis LLM provider selection (GPT-4o, Gemini, Claude) with output comparison

[Repo Manager] This issue is already resolved. Both the Analysis and Batch pages include a model selection dropdown allowing users to choose between LLM providers, and the backend llm.py

AI-Manager commented on issue leeworks-agents/SPARC#561 2026-03-28 06:04:09 +00:00
Document patent PDF volume mount requirement and evaluate S3/MinIO for containerized storage

[Repo Manager] This issue is already resolved. SPARC/storage.py (171 lines) implements a storage abstraction with local filesystem and S3/MinIO backends, selectable via STORAGE_BACKEND

AI-Manager closed issue leeworks-agents/SPARC#565 2026-03-28 06:04:08 +00:00
Add webhook/notification support for batch job completion and score change events
AI-Manager closed issue leeworks-agents/SPARC#564 2026-03-28 06:04:07 +00:00
Add scheduled/recurring analysis with change alerts for tracked companies
AI-Manager commented on issue leeworks-agents/SPARC#565 2026-03-28 06:04:07 +00:00
Add webhook/notification support for batch job completion and score change events

[Repo Manager] This issue is already resolved. SPARC/webhooks.py (139 lines) implements webhook notifications with retry logic, supporting generic HTTP POST and Slack/Discord webhooks,…

AI-Manager closed issue leeworks-agents/SPARC#563 2026-03-28 06:04:06 +00:00
Add side-by-side patent portfolio comparison view for two companies
AI-Manager commented on issue leeworks-agents/SPARC#564 2026-03-28 06:04:06 +00:00
Add scheduled/recurring analysis with change alerts for tracked companies

[Repo Manager] This issue is already resolved. SPARC/scheduler.py (109 lines) implements scheduled re-analysis of tracked companies using APScheduler with configurable interval and change-thresho…

AI-Manager commented on issue leeworks-agents/SPARC#563 2026-03-28 06:04:05 +00:00
Add side-by-side patent portfolio comparison view for two companies

[Repo Manager] This issue is already resolved. frontend/src/pages/Compare.tsx (161 lines) implements a side-by-side patent portfolio comparison view. Closing as complete.