Skip to content

Commit 7729130

Browse files
authored
1 parent 7f61a83 commit 7729130

3 files changed

Lines changed: 71 additions & 5 deletions

File tree

docs/cody/faq.mdx

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,57 @@ Once you are signed in make sure to re-enable protection.
201201
- 4k output token limit
202202
- No streaming responses for o1 series
203203
- Limited context window
204+
205+
## Sunsetting Cody Free, Pro, and Enterprise Starter plans
206+
207+
### What is the impact?
208+
209+
Starting July 23, 2025, Cody will no longer be available for Free, Pro and Enterprise Starter plans. Existing users will continue to have access until this date.
210+
211+
This change **will not impact Cody Enterprise customers**. They will continue to have access to Cody. We are fully committed and invested in Cody Enterprise and will continue to serve our customers.
212+
213+
### What does this mean if you are a Cody Free, Pro, Enterprise Starter, or Enterprise user?
214+
215+
Starting June 25, you cannot sign up for new Cody Free or Cody Pro accounts, and the new Enterprise Starter workspaces will not include Cody.
216+
217+
If you're a Cody Free user:
218+
219+
- You will have access to Cody Free until July 23, 2025. After this, you'll no longer be able to use Cody.
220+
- Instead, you can sign up with Amp and receive **$10 in free credits** at [ampcode.com](http://ampcode.com/).
221+
222+
If you're a Cody Pro user:
223+
224+
- You will have access to Cody Pro until July 23, 2025. After this, you'll no longer be able to use Cody.
225+
- You **will not be charged for Cody Pro** between now and July 23, 2025.
226+
- Cody Pro customers can sign up with Amp today at [ampcode.com](http://ampcode.com) and receive **$10 in free credits** **plus $30 additional free credits** as a thank you for using Cody Pro.
227+
228+
If you're on Enterprise Starter:
229+
230+
- Your workspaces will have Cody access until *July 23, 2025, after which Cody's access will be removed.
231+
- Your Enterprise Starter subscription remains fully supported for Code Search, with upcoming improvements like [Deep Search](/code-search/types/deep-search).
232+
- Enterprise Starter customers can sign up with Amp today at [ampcode.com](http://ampcode.com) and receive **$10 in free credits** **plus $30 additional free credits** as a thank you for using Enterprise Starter.
233+
234+
If you're an Enterprise user:
235+
236+
- **This change will not impact you**. We're fully committed to serving you.
237+
- You can continue to use Cody Enterprise as this remains fully supported and actively invested in.
238+
239+
### Why is this change being made?
240+
241+
AI is evolving rapidly, and so are developers' workflows. To stay focused and aligned with those needs, we're simplifying our product roadmap and offerings.
242+
243+
**Cody Enterprise will actively be supported, developed, and maintained**. It will continue to offer AI-powered development workflows for secure, collaborative, and large-scale teams.
244+
245+
But with AI now capable of handling more complex, agentic, and autonomous workflows, we've built [**Amp**](https://ampcode.com/) — our agentic, team-ready AI coding tool.
246+
247+
### Is there any replacement for Cody Free and Pro?
248+
249+
Yes, [**Amp**](https://ampcode.com/) is our new AI coding tool for agentic workflows and team collaboration.
250+
251+
It runs in VS Code with compatible forks like Cursor, Windsurf, and VSCodium and as a CLI. It's also multiplayer — you can share threads and collaborate with your team.
252+
253+
Amp is your way forward if you're using Cody Free or Pro. Sign up today for $10 in Amp credits if you're a Cody Free user and $40 in Amp credits if you're a Cody Pro user.
254+
255+
### How can I learn more about Amp?
256+
257+
We've built [Amp's Manual](https://ampcode.com/manual) to help you get started with Amp. In addition, if you need more help for this Cody > Amp transition please reach out to us in [Discord](https://discord.com/servers/sourcegraph-969688426372825169).

docs/cody/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Cody
22

33
<TierCallout>
4-
Supported on all [Sourcegraph plans](https://about.sourcegraph.com/pricing).
4+
Supported on [Sourcegraph Enterprise](https://about.sourcegraph.com/pricing).
55
<user>
66
Available on VS Code, JetBrains, Visual Studio, and the Web.
77
</user>

src/components/Layout.tsx

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { usePathname } from 'next/navigation';
1111
import { useEffect, useState } from 'react';
1212
import { LogoMark } from './LogoMark';
1313
import { Search } from './search/Search';
14+
import { TopBanner } from './TopBanner';
1415
import VersionSelector from './VersionSelector';
1516

1617
function GitHubIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
@@ -26,6 +27,7 @@ function Header() {
2627

2728
const pathname = usePathname();
2829
const isCodyDocs = pathname.includes('/cody');
30+
const isPricingDocs = pathname.includes('/pricing');
2931
const isopenCtxDocs = pathname.includes('/cody/capabilities/openctx');
3032

3133
useEffect(() => {
@@ -44,14 +46,24 @@ function Header() {
4446
className="sticky top-0 z-50"
4547
>
4648
{/* Cody docs banner */}
47-
{/*isCodyDocs && !isopenCtxDocs && <TopBanner
48-
text="NEW: Introducing chat and search in a single input with Sourcegraph 6.0."
49-
link="https://sourcegraph.com/blog/combining-chat-and-search"
49+
{isCodyDocs && !isopenCtxDocs && <TopBanner
50+
text="UPDATE: Starting July 23, 2025, we're making changes to Cody Free, Pro, and Enterprise Starter plans."
51+
link="https://sourcegraph.com/blog/changes-to-cody-free-pro-and-enterprise-starter-plans"
5052
linkText="Read here"
5153
textColor="#ffffff"
5254
backgroundColor="#F34E3F"
5355
opacity='0.80'
54-
/>*/}
56+
/>}
57+
58+
{/* Pricing docs banner */}
59+
{isPricingDocs && !isopenCtxDocs && <TopBanner
60+
text="UPDATE: Starting July 23, 2025, we're making changes to Cody Free, Pro, and Enterprise Starter plans."
61+
link="https://sourcegraph.com/blog/changes-to-cody-free-pro-and-enterprise-starter-plans"
62+
linkText="Read here"
63+
textColor="#ffffff"
64+
backgroundColor="#F34E3F"
65+
opacity='0.80'
66+
/>}
5567

5668
{/* Openctx docs banner */}
5769
{/* {isopenCtxDocs && <TopBanner

0 commit comments

Comments
 (0)