Skip to content

Commit 1bce821

Browse files
fix(docs): installation version (CopilotKit#1235)
1 parent fb82208 commit 1bce821

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/content/docs/(root)/guides/copilot-textarea.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ suggest changes to the text, for example providing a summary or rephrasing the t
2323
### Install `@copilotkit/react-textarea`
2424

2525
```package-install
26-
npm install @copilotkit/react-textarea@1.4.8-coagents-v0-3.1
26+
npm install @copilotkit/react-textarea
2727
```
2828
</Step>
2929
<Step>

docs/content/docs/(root)/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import { FaCloud, FaServer } from "react-icons/fa";
3232
First, install the latest pre-release CopilotKit dependencies.
3333

3434
```package-install
35-
npm install @copilotkit/react-ui@1.4.8-coagents-v0-3.1 @copilotkit/react-core@1.4.8-coagents-v0-3.1
35+
npm install @copilotkit/react-ui @copilotkit/react-core
3636
```
3737

3838
In order to use CopilotKit, we'll need to configure the `CopilotKit` provider.
@@ -57,7 +57,7 @@ In order to use CopilotKit, we'll need to configure the `CopilotKit` provider.
5757
First, install the latest pre-release CopilotKit dependencies.
5858

5959
```package-install
60-
npm install @copilotkit/react-ui@1.4.8-coagents-v0-3.1 @copilotkit/react-core@1.4.8-coagents-v0-3.1 @copilotkit/runtime@1.4.8-coagents-v0-3.1
60+
npm install @copilotkit/react-ui @copilotkit/react-core @copilotkit/runtime
6161
```
6262

6363
## Setup CopilotKit

docs/content/docs/(root)/tutorials/ai-powered-textarea/step-2-setup-copilotkit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Now that we have our todo list app running, we're ready to integrate CopilotKit.
1616
To install the CopilotKit dependencies, run the following:
1717

1818
```package-install
19-
npm install @copilotkit/react-core@1.4.8-coagents-v0-3.1 @copilotkit/react-textarea@1.4.8-coagents-v0-3.1
19+
npm install @copilotkit/react-core @copilotkit/react-textarea
2020
```
2121

2222
## Setup CopilotKit

docs/content/docs/(root)/tutorials/ai-todo-app/step-2-setup-copilotkit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Now that we have our todo list app running, we're ready to integrate CopilotKit.
1717
To install the CopilotKit dependencies, run the following:
1818

1919
```package-install
20-
npm install @copilotkit/react-core@1.4.8-coagents-v0-3.1 @copilotkit/react-ui@1.4.8-coagents-v0-3.1
20+
npm install @copilotkit/react-core @copilotkit/react-ui
2121
```
2222

2323
## Setup CopilotKit

docs/content/docs/coagents/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Unleash the power of **Agent-Native Applications**, the next evolution in AI, wi
4242
CopilotKit dependencies to the latest pre-release:
4343

4444
```package-install
45-
npm install @copilotkit/react-ui@1.4.8-coagents-v0-3.1 @copilotkit/react-core@1.4.8-coagents-v0-3.1
45+
npm install @copilotkit/react-ui @copilotkit/react-core
4646
```
4747

4848
Also, update your Python dependencies to this pre-release:

docs/snippets/install-sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ you’ll need our LangGraph SDKs.
1212
</Tab>
1313
<Tab value="TypeScript">
1414
<div className="py-6">
15-
```package-install npm install @copilotkit/sdk-js@1.4.8-coagents-v0-3.1
15+
```package-install npm install @copilotkit/sdk-js
1616
```
1717
</div>
1818
</Tab>

0 commit comments

Comments
 (0)