chore(release): prepare v0.8.37

This commit is contained in:
Hunter Bown
2026-05-14 14:37:14 -05:00
parent 9f3a1ec951
commit 4c32a316be
27 changed files with 694 additions and 681 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import type { FeedItem, RepoStats } from "./types";
const REPO = process.env.GITHUB_REPO ?? "Hmbown/deepseek-tui";
const GH = "https://api.github.com";
const MIN_KNOWN_CONTRIBUTORS = 69;
const MIN_KNOWN_CONTRIBUTORS = 91;
function headers(token?: string): HeadersInit {
const h: Record<string, string> = {