@blade-hq/agent-react 2610.0.0-beta.25 → 2610.0.0-beta.27
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 +1 -1
- package/dist/components/AskUserQuestionBlock.d.ts +9 -0
- package/dist/components/ToolCallBlock.d.ts +4 -2
- package/dist/index.js +264 -252
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/public-api.md +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blade-hq/agent-react",
|
|
3
|
-
"version": "2610.0.0-beta.
|
|
3
|
+
"version": "2610.0.0-beta.27",
|
|
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.
|
|
34
|
+
"@blade-hq/agent-client": "2610.0.0-beta.27"
|
|
35
35
|
},
|
|
36
36
|
"bundledDependencies": [],
|
|
37
37
|
"peerDependencies": {
|
package/public-api.md
CHANGED
|
@@ -1751,6 +1751,7 @@ blocks: ContentBlock[]
|
|
|
1751
1751
|
client_render_id: string | null | undefined
|
|
1752
1752
|
compaction_id: string | null | undefined
|
|
1753
1753
|
context_action: ContextAction | null | undefined
|
|
1754
|
+
context_content: unknown
|
|
1754
1755
|
context_key: string | null | undefined
|
|
1755
1756
|
context_kind: string | null | undefined
|
|
1756
1757
|
context_name: string | null | undefined
|