summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHyeonjong <[email protected]>2026-01-16 14:17:32 +0900
committerGitHub <[email protected]>2026-01-15 23:17:32 -0600
commite4a34beb8b38ebd5717413d436b88678b9fe1a7c (patch)
tree430f0aba066adcdcdcd3acbe6d61977403b95021
parentac54535486f3345009157a35ff1867196a3b132d (diff)
downloadopencode-e4a34beb8b38ebd5717413d436b88678b9fe1a7c.tar.gz
opencode-e4a34beb8b38ebd5717413d436b88678b9fe1a7c.zip
chore: update GitHub stars and commits statistics (#8793)
-rw-r--r--packages/console/app/src/config.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/console/app/src/config.ts b/packages/console/app/src/config.ts
index 4ebb2c71a..78f114a18 100644
--- a/packages/console/app/src/config.ts
+++ b/packages/console/app/src/config.ts
@@ -9,8 +9,8 @@ export const config = {
github: {
repoUrl: "https://github.com/anomalyco/opencode",
starsFormatted: {
- compact: "60K",
- full: "60,000",
+ compact: "70K",
+ full: "70,000",
},
},
@@ -23,7 +23,7 @@ export const config = {
// Static stats (used on landing page)
stats: {
contributors: "500",
- commits: "6,500",
+ commits: "7,000",
monthlyUsers: "650,000",
},
} as const