Public
Like
AI-Change-Logs
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v101View latest version
Automatically fetches commits from Val Town repositories and posts AI-generated changelog updates to Discord.
GITHUB_TOKEN
: Generate token withrepo
scopeDISCORD_WEBHOOK_URL
: Discord Server Settings → Integrations → Webhooks → New Webhook
Edit config.ts
to modify:
- Repositories to monitor
- Skip authors (bots, etc.)
- Time window for lookback
main.tsx
: Cron job that runs automaticallytest.tsx
: Web interface for testing and preview
main.tsx
- Main cron function (simplified)test.tsx
- Web playground for testingprocess-commits.tsx
- Core logic for fetching and processing commitsconfig.ts
- Shared configuration