From 0cf715dc2c2ec5cd117df74705ba0289d47b9e37 Mon Sep 17 00:00:00 2001 From: Hyeonjong <164347098+hyeonjongyang@users.noreply.github.com> Date: Fri, 16 Jan 2026 12:05:53 +0900 Subject: [PATCH] chore: update GitHub stars and commits statistics --- packages/console/app/src/config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/console/app/src/config.ts b/packages/console/app/src/config.ts index 4ebb2c71abe..78f114a1815 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