You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog-generator/README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Changelog Generator using Claude Agent SDK and Trigger.dev
2
2
3
-
Generate intelligent changelogs from GitHub commits using AI with a two-phase approach: scan commits first, then selectively fetch diffs for unclear changes.
3
+
Generate changelogs from GitHub commits using AI with a two-phase approach: scan commits first, then selectively fetch diffs for unclear changes.
4
4
5
5
## Tech Stack
6
6
7
-
-**Next.js** – Frontend framework using App Router
8
-
-**Claude Agent SDK** – Anthropic's SDK for building AI agents with custom tools
9
-
-**Trigger.dev** – Background task orchestration with real-time streaming
10
-
-**Octokit** – GitHub API client
7
+
-**[Next.js](https://nextjs.org)** – Frontend framework using App Router
8
+
-**[Claude Agent SDK](https://github.com/anthropics/claude-agent-sdk)** – Anthropic's agent SDK for building AI agents with custom tools
9
+
-**[Trigger.dev](https://trigger.dev)** – Background task orchestration with real-time streaming to the frontend
10
+
-**[Octokit](https://github.com/octokit/octokit.js)** – GitHub API client
11
11
12
12
## Features
13
13
@@ -52,6 +52,7 @@ Streams to frontend via Trigger.dev Realtime
52
52
```
53
53
54
54
Fill in:
55
+
55
56
-`TRIGGER_SECRET_KEY` – From [Trigger.dev dashboard](https://cloud.trigger.dev/)
56
57
-`TRIGGER_PROJECT_REF` – Your project ref (starts with `proj_`)
57
58
-`ANTHROPIC_API_KEY` – From [Anthropic Console](https://console.anthropic.com/)
@@ -71,21 +72,21 @@ Streams to frontend via Trigger.dev Realtime
71
72
72
73
## Relevant Files
73
74
74
-
-`trigger/generate-changelog.ts` – Main task with custom MCP tools for GitHub
75
-
-`trigger/changelog-stream.ts` – Stream definition for real-time output
76
-
-`app/api/generate-changelog/route.ts` – API endpoint
0 commit comments