Added
- •Add "Force a re-sync" button to the repos list to recover repositories missed due to failed GitHub webhooks — fetches the latest repos from the GitHub API and adds any missing ones to your account (rate-limited to 3 syncs per hour)
Fixed
- •Fix generated changelogs occasionally containing AI reasoning text instead of actual changelog content — the worker now validates that output contains recognizable changelog structure (version headers, sections, or bullet points) before saving
- •Fix CI pipeline failures that blocked production deploys for three weeks — resolve a TypeScript type mismatch in the worker error handler and update Hono to address a file traversal vulnerability
- •Fix TypeScript compilation errors after Hono upgrade where route parameter calls returned `string | undefined` — all affected routes already validate params via middleware, so this was a type-only fix with no behavior change
Security
- •Update hono and @hono/node-server to patched versions to address file traversal vulnerability
- •Update transitive dependencies (tar, flatted, picomatch) to resolve high-severity advisories flagged by CI security audit