Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/openui-cli/src/templates/openui-cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ list](https://models.dev/providers/openrouter/).
`Report`) used by the client page and artifact renderers.
- `@openuidev/react-ui` — the chat UI runtime (`AgentInterface`, `fetchLLM`,
`ModelSwitcher`, storage/stream contracts).
- `@openuidev/devtools` — dev-only widget surfacing errors and the credits notice
(rendered only in development).

A devtools widget is available automatically in development.

## Learn More

Expand Down
154 changes: 77 additions & 77 deletions packages/openui-cli/src/templates/openui-cloud/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions packages/openui-cli/src/templates/openui-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@openuidev/lang-core": "0.2.15",
"@openuidev/react-lang": "^0.2.14",
"@openuidev/react-ui": "^0.13.8",
"@openuidev/react-lang": "^0.2.15",
"@openuidev/react-ui": "^0.13.9",
"@openuidev/thesys": "^0.3.2",
"@openuidev/thesys-server": "0.1.3",
"lucide-react": "^0.575.0",
Expand All @@ -37,5 +37,10 @@
"sharp",
"unrs-resolver"
]
},
"allowScripts": {
"@openuidev/lang-core": true,
"sharp": true,
"unrs-resolver": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ export default function RootLayout({
}>) {
return (
<html lang="en" suppressHydrationWarning>
<body className={inter.className}>
{children}
</body>
<body className={inter.className}>{children}</body>
</html>
);
}
Loading
Loading