Skip to content

Commit cde1920

Browse files
committed
remove 0.3 banner
1 parent 1bce821 commit cde1920

4 files changed

Lines changed: 0 additions & 54 deletions

File tree

docs/app/coagents-0.3-banner.tsx

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/app/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { RootProvider } from "fumadocs-ui/provider";
33
import { Inter } from "next/font/google";
44
import type { ReactNode } from "react";
55
import { ProvidersWrapper } from "@/lib/providers/providers-wrapper";
6-
import { CoagentsV0_3Banner } from "./coagents-0.3-banner";
76

87
const inter = Inter({
98
subsets: ["latin"],
@@ -14,7 +13,6 @@ export default async function Layout({ children }: { children: ReactNode }) {
1413
<html lang="en" className={inter.className} suppressHydrationWarning>
1514
<body>
1615
<ProvidersWrapper>
17-
<CoagentsV0_3Banner />
1816
<RootProvider theme={{ enabled: true }}>{children}</RootProvider>
1917
</ProvidersWrapper>
2018
</body>

docs/content/docs/coagents/index.mdx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,6 @@ import { Socials } from "@/components/react/socials";
3535

3636
Unleash the power of **Agent-Native Applications**, the next evolution in AI, with CoAgents. Just like Replit Agent, v0, and OpenAI's Canvas, you can now create intelligent apps powered by LangGraph agents that think, adapt, and collaborate with users in real-time.
3737

38-
<Callout>
39-
40-
{" "}
41-
<strong>CoAgents v0.3</strong> is now available! To start using it, update your
42-
CopilotKit dependencies to the latest pre-release:
43-
44-
```package-install
45-
npm install @copilotkit/react-ui @copilotkit/react-core
46-
```
47-
48-
Also, update your Python dependencies to this pre-release:
49-
50-
```bash
51-
poetry add copilotkit==0.1.31a4 fastapi uvicorn
52-
```
53-
54-
See the [Migration Guide](/coagents/troubleshooting/migrate-from-v0.2-to-v0.3) for details on how to migrate from v0.2 to v0.3.
55-
56-
</Callout>
57-
5838
<Frame className="mt-0 mb-6">
5939
<img
6040
src="/images/CoAgents.gif"

docs/content/docs/coagents/troubleshooting/common-issues.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ Welcome to the CoAgents Troubleshooting Guide! If you're having trouble getting
1313
We also highly encourage any open source contributors that want to add their own troubleshooting issues to [Github as a pull request](https://github.com/CopilotKit/CopilotKit/blob/main/CONTRIBUTING.md).
1414
</Callout>
1515

16-
## My messages are out of order
17-
18-
Struggling with syncing messages and tool calls? **Check out [CoAgents v0.3 pre-release](https://docs-git-coagents-v03-copilot-kit.vercel.app/coagents?_vercel_share=ytbAsEuomfS4oWtqM9ZCkptn7gVuO6az) with a simplified interaction model.**
1916

2017
## My tool calls are not being streamed
2118

0 commit comments

Comments
 (0)