@sentientui/react 0.14.2 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -6
- package/dist/index.d.cts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/llms.txt +1 -1
- package/package.json +2 -2
package/llms.txt
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
## Install (agent quickstart)
|
|
11
11
|
|
|
12
|
-
- React app: `npx sentientui init` — detects the framework (Next App/Pages, Vite, Remix, CRA),
|
|
12
|
+
- React app: `npx @sentientui/cli init` — detects the framework (Next App/Pages, Vite, Remix, CRA),
|
|
13
13
|
installs @sentientui/react, wraps the app with the provider, writes .env.local, scaffolds an
|
|
14
14
|
example. Works with NO API key (keyless local mode: deterministic simulated decisions).
|
|
15
15
|
Verify by opening the app with `?sentient_persona=buyer` vs `?sentient_persona=deal_seeker`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentientui/react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"llms.txt"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@sentientui/core": "0.11.
|
|
46
|
+
"@sentientui/core": "0.11.2",
|
|
47
47
|
"@sentientui/policy": "0.2.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|