diff options
| author | David Hill <[email protected]> | 2026-03-04 22:07:49 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-03-04 22:07:49 +0000 |
| commit | 0b825ca383f12fa6649d48165fb3f5e27cc4b049 (patch) | |
| tree | a5169779591e78529e6c58e00fd10367e8ad66f5 /packages/console/app/src/i18n | |
| parent | 40fc406424c27a00f0841af46f6ec96572c973f7 (diff) | |
| download | opencode-0b825ca383f12fa6649d48165fb3f5e27cc4b049.tar.gz opencode-0b825ca383f12fa6649d48165fb3f5e27cc4b049.zip | |
docs: redesign Go pricing graph with horizontal bars and inline request labels
Improve visual clarity of request limits on the Go pricing page by replacing
dot-based chart with animated horizontal bars that directly show model names
and exact request counts. Add proper OpenGraph and Twitter Card meta tags for
better social sharing discovery.
Diffstat (limited to 'packages/console/app/src/i18n')
| -rw-r--r-- | packages/console/app/src/i18n/en.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/console/app/src/i18n/en.ts b/packages/console/app/src/i18n/en.ts index 3f39fcd9d..9bf8ad43d 100644 --- a/packages/console/app/src/i18n/en.ts +++ b/packages/console/app/src/i18n/en.ts @@ -246,6 +246,8 @@ export const dict = { "zen.privacy.exceptionsLink": "following exceptions", "go.title": "OpenCode Go | Low cost coding models for everyone", + "go.meta.description": + "Go is a $10/month subscription with generous 5-hour request limits for GLM-5, Kimi K2.5, and MiniMax M2.5.", "go.hero.title": "Low cost coding models for everyone", "go.hero.body": "Go brings agentic coding to programmers around the world. Offering generous limits and reliable access to the most capable open-source models, so you can build with powerful agents without worrying about cost or availability.", |
