@blade-hq/agent-kit 1.0.28 → 1.0.29

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.
@@ -113,6 +113,7 @@ export interface PrimarySkillSnapshot {
113
113
  */
114
114
  export interface SessionDetail extends SessionInfo {
115
115
  primary_skill_snapshot?: PrimarySkillSnapshot | null;
116
+ preview_url?: string | null;
116
117
  /**
117
118
  * 会话级环境变量(owner-only)。后端仅在 GET detail 和 PUT /env 响应中返回,
118
119
  * 列表/搜索响应不带此字段。调用 setSessionEnv 后可类型安全地读回。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blade-hq/agent-kit",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "type": "module",
5
5
  "main": "./dist/react/index.js",
6
6
  "types": "./dist/react/index.d.ts",