Skip to content

feat: add AI Signals Landscape report — wide-table view of all trending signals#197

Draft
Copilot wants to merge 7 commits intomasterfrom
copilot/update-ai-open-source-trends-again
Draft

feat: add AI Signals Landscape report — wide-table view of all trending signals#197
Copilot wants to merge 7 commits intomasterfrom
copilot/update-ai-open-source-trends-again

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 5, 2026

Users wanted a consolidated "wide view" of all trending AI signals in a single artifact, rather than the narrative-per-category format of the existing trending report.

New report type: ai-signals / ai-signals-en

Generates a single wide Markdown table from the same TrendingData used by the trending report, with one row per AI project sorted by today's momentum:

| Project | Category | ⭐ Stars | 📈 Today | Stack | Signal |
|---------|----------|---------|----------|-------|--------|
| bytedance/deer-flow | 🤖 Agents | 0 | +3,787 | Python | ... |

Followed by a Signal Synthesis section (3–5 sentences on dominant themes and breakout stars).

Changes

  • src/prompts-data.tsbuildSignalsPrompt(): instructs the LLM to deduplicate both sources, sort by today's stars, and emit the table + synthesis only
  • src/i18n.tsSIGNALS_REPORT constant; signals/signals-en entries in ISSUE_LABELS, REPORT_LABELS, NOTIFY_LABELS
  • src/report-savers.tssaveSignalsReport(): LLM call → file save → optional GitHub issue, mirrors saveTrendingReport structure
  • src/index.ts — wired into parallel save phase (zh + en); ai-signals files included in highlights scan
  • src/github.ts — label colors: signals #0ea5e9, signals-en #38bdf8
  • src/generate-manifest.tsai-signals / ai-signals-en added to REPORT_FILES
  • index.htmlai-signals / ai-signals-en added to LABELS for sidebar

Copilot AI linked an issue Apr 5, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update AI Open Source Trends report for March 2026 feat: add AI Signals Landscape report — wide-table view of all trending signals Apr 5, 2026
Copilot AI requested a review from jstamagal April 5, 2026 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📈 AI Open Source Trends 2026-03-26

2 participants