Skip to content

Commit 744c38c

Browse files
committed
tui: clarify which models are available in Go subscription
Adds list of included AI models (GLM-5, Kimi K2.5, and MiniMax M2.5) to the Go page so users know exactly what model access their subscription provides
1 parent e9de250 commit 744c38c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

packages/console/app/src/i18n/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ export const dict = {
290290
"go.problem.item1": "Low cost subscription pricing",
291291
"go.problem.item2": "Generous limits and reliable access",
292292
"go.problem.item3": "Built for as many programmers as possible",
293+
"go.problem.item4": "Includes GLM-5, Kimi K2.5, and MiniMax M2.5",
293294
"go.how.title": "How Go works",
294295
"go.how.body": "Go is a $10/month subscription you can use with OpenCode or any agent.",
295296
"go.how.step1.title": "Create an account",

packages/console/app/src/routes/go/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,9 @@ export default function Home() {
308308
<li>
309309
<span>[*]</span> {i18n.t("go.problem.item3")}
310310
</li>
311+
<li>
312+
<span>[*]</span> {i18n.t("go.problem.item4")}
313+
</li>
311314
</ul>
312315
</section>
313316

0 commit comments

Comments
 (0)