Skip to content

Commit 64617fc

Browse files
committed
Add note that credits are needed even with a claude subscription
1 parent 2ee71f4 commit 64617fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cli/src/components/out-of-credits-banner.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ export const OutOfCreditsBanner = () => {
142142
<text style={{ fg: theme.muted }}>
143143
{statsText}
144144
</text>
145+
<text style={{ fg: theme.muted }}>
146+
Note: Some credits are needed even with a Claude subscription for other model usage.
147+
</text>
145148
<text style={{ fg: theme.foreground }}>
146149
Press Enter to buy more credits
147150
</text>

0 commit comments

Comments
 (0)