@tagit/ai-client-react 0.8.0-beta.14.1 → 0.8.0-beta.16.1

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -415,6 +415,7 @@ When `conversationHistory.enabled` is configured on the core client, the stock R
415
415
  - users can rename conversations
416
416
  - users can archive conversations
417
417
  - the New Chat button starts a new durable conversation instead of only clearing local state
418
+ - after New Chat, the empty-state recent conversation list refreshes from the configured history transport
418
419
 
419
420
  ```tsx
420
421
  const client = new AIClient(
@@ -506,6 +507,7 @@ Use it to test:
506
507
  - tab labels and tooltips
507
508
  - open/close behavior
508
509
  - sizing and resize behavior
510
+ - request-level `runtimeVariables` against a real `/v2/chat` use case
509
511
 
510
512
  The starter is not the distributable package.
511
513
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagit/ai-client-react",
3
- "version": "0.8.0-beta.14.1",
3
+ "version": "0.8.0-beta.16.1",
4
4
  "description": "Self-contained React chat widget and hooks for TagIt AI client",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -37,7 +37,7 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@tagit/ai-client-core": "0.8.0-beta.14.1",
40
+ "@tagit/ai-client-core": "0.8.0-beta.16.1",
41
41
  "highlight.js": "^11.11.1",
42
42
  "lucide-react": "^0.539.0",
43
43
  "react-markdown": "^10.1.0",