Skip to content

Commit a5c8873

Browse files
committed
Add disclaimers for Claude subscription
1 parent 972b63e commit a5c8873

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

cli/src/components/claude-connect-banner.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ export const ClaudeConnectBanner = () => {
112112
Sign in with your Claude account in the browser, then paste the code
113113
here.
114114
</text>
115+
<text style={{ fg: theme.muted, marginTop: 1 }}>
116+
Note: Using your Claude Pro/Max subscription in Codebuff is not
117+
officially supported by Anthropic.
118+
</text>
115119
</box>
116120
</BottomBanner>
117121
)
@@ -135,6 +139,10 @@ export const ClaudeConnectBanner = () => {
135139
</text>
136140
</Button>
137141
</box>
142+
<text style={{ fg: theme.warning, marginTop: 1 }}>
143+
Using your Claude Pro/Max subscription in Codebuff is not officially
144+
supported by Anthropic.
145+
</text>
138146
</box>
139147
</BottomBanner>
140148
)

web/src/app/docs/[category]/[slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const FAQ_ITEMS = [
3838
{
3939
question: 'Can I use my Claude Pro or Max subscription with Codebuff?',
4040
answer:
41-
"Yes! If you have a Claude Pro or Max subscription, you can connect it to Codebuff and use your subscription for Claude model requests. This lets you save credits while still benefiting from Codebuff's intelligent orchestration. Run /connect:claude in the CLI to link your subscription.",
41+
"Yes! If you have a Claude Pro or Max subscription, you can connect it to Codebuff and use your subscription for Claude model requests. This lets you save credits while still benefiting from Codebuff's intelligent orchestration. Run /connect:claude in the CLI to link your subscription. Note: Using your Claude Pro/Max subscription in Codebuff is not officially supported by Anthropic.",
4242
},
4343
{
4444
question: 'Is Codebuff open source?',

web/src/app/pricing/pricing-client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export default function PricingClient() {
237237

238238
<FeatureSection
239239
title={<span>Connect Your Claude Subscription</span>}
240-
description="Already have a Claude Pro or Max subscription? Connect it to Codebuff and use your existing subscription for Claude model requests. Save credits while enjoying the full power of Claude through Codebuff's intelligent orchestration."
240+
description="Already have a Claude Pro or Max subscription? Connect it to Codebuff and use your existing subscription for Claude model requests. Note: Using your Claude Pro/Max subscription in Codebuff is not officially supported by Anthropic."
241241
backdropColor={BlockColor.DarkForestGreen}
242242
decorativeColors={[BlockColor.CRTAmber, BlockColor.BetweenGreen]}
243243
textColor="text-white"

web/src/content/help/faq.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Multiple. The orchestrator ("Buffy") uses Claude Opus 4.5 in Default and Max mod
1919

2020
Yes! If you have a Claude Pro or Max subscription, you can connect it to Codebuff with the command `/connect:claude`. Codebuff will use your subscription for Claude model requests, saving you credits.
2121

22+
Note: Using your Claude Pro/Max subscription in Codebuff is not officially supported by Anthropic.
23+
2224
## Is Codebuff open source?
2325

2426
Yes. It's Apache 2.0 at [github.com/CodebuffAI/codebuff](https://github.com/CodebuffAI/codebuff).

0 commit comments

Comments
 (0)