@blade-hq/agent-react 2610.0.0-beta.22 → 2610.0.0-beta.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blade-hq/agent-react",
3
- "version": "2610.0.0-beta.22",
3
+ "version": "2610.0.0-beta.23",
4
4
  "description": "Blade Agent React 绑定:BladeProvider、useAgentSession、开箱即用的 ChatView 聊天界面。",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,7 +31,7 @@
31
31
  "access": "public"
32
32
  },
33
33
  "dependencies": {
34
- "@blade-hq/agent-client": "2610.0.0-beta.22"
34
+ "@blade-hq/agent-client": "2610.0.0-beta.23"
35
35
  },
36
36
  "bundledDependencies": [],
37
37
  "peerDependencies": {
package/public-api.md CHANGED
@@ -1281,6 +1281,7 @@ SDK_VERSION: string
1281
1281
 
1282
1282
  ```ts
1283
1283
  askUserAnswer: Record<string, unknown> | undefined
1284
+ kbIds: number[] | undefined
1284
1285
  mode: string | undefined
1285
1286
  model: string | undefined
1286
1287
  replayDecision: "keep_replay" | "continue_replay" | undefined