Skip to content

Commit 81513bb

Browse files
authored
chore: update openui-cli version (#697)
* chore: update openui-cli version * fix: update agents.md * fix: update color * fix: openui-chat versions
1 parent 2ba1245 commit 81513bb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/content/docs/agent/getting-started/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quickstart
33
description: Scaffold a working streaming chat agent (conversation history, tools, artifacts, and generative UI) in a few minutes with the OpenUI CLI.
44
---
55

6-
The CLI scaffolds a complete Next.js app: a streaming chat with a sidebar, thread list, composer, and generative UI on by default. You write no boilerplate: create, connect, run.
6+
The CLI scaffolds a complete Next.js app: a streaming chat with a sidebar, thread list, composer, and generative UI on by default. You write no boilerplate: create, connect, run. You can add an <a style={{ color: 'var(--swatch-lime-500)' }}>AGENTS.md</a> from here to enable working with coding agents.
77

88
## 1. Create
99

packages/openui-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openuidev/cli",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"description": "CLI for OpenUI — scaffold generative UI chat apps and generate LLM system prompts from component libraries",
55
"bin": {
66
"openui": "dist/index.js"

packages/openui-cli/src/templates/openui-chat/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "eslint"
1010
},
1111
"dependencies": {
12-
"@openuidev/react-ui": "0.11.9",
13-
"@openuidev/react-headless": "0.8.2",
14-
"@openuidev/react-lang": "0.2.6",
12+
"@openuidev/react-ui": "latest",
13+
"@openuidev/react-headless": "latest",
14+
"@openuidev/react-lang": "latest",
1515
"next": "16.1.6",
1616
"openai": "^6.22.0",
1717
"react": "19.2.3",

0 commit comments

Comments
 (0)