We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee71f4 commit 64617fcCopy full SHA for 64617fc
cli/src/components/out-of-credits-banner.tsx
@@ -142,6 +142,9 @@ export const OutOfCreditsBanner = () => {
142
<text style={{ fg: theme.muted }}>
143
{statsText}
144
</text>
145
+ <text style={{ fg: theme.muted }}>
146
+ Note: Some credits are needed even with a Claude subscription for other model usage.
147
+ </text>
148
<text style={{ fg: theme.foreground }}>
149
Press Enter to buy more credits
150
0 commit comments