@heroui/agent 0.2.0-beta.4 → 0.2.0-beta.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.0-beta.5
4
+
5
+ - No SDK API or bundle changes from `0.2.0-beta.4`; this prerelease accompanies Agent runtime
6
+ deployment and CI configuration updates.
7
+
3
8
  ## 0.2.0-beta.4
4
9
 
5
10
  - Add `reopenOnRefresh` and `startNewConversationOnOpen` controls for predictable panel and
@@ -531,7 +531,7 @@ var embedRuntimePromise;
531
531
  function loadEmbedRuntime() {
532
532
  embedRuntimePromise ??= import(
533
533
  /* webpackPrefetch: true */
534
- "./embed-runtime-WVXLM2KL.js"
534
+ "./embed-runtime-36S6KLDB.js"
535
535
  ).then(
536
536
  (module) => module.default
537
537
  );
@@ -1345,7 +1345,7 @@ declare function signTrustedAgentClientData(secret: string, data: TrustedAgentCl
1345
1345
  declare function verifyTrustedAgentClientData(secret: string, value: unknown): Promise<TrustedAgentClientData | null>;
1346
1346
 
1347
1347
  declare const HEROUI_AGENT_PROTOCOL_VERSION: 5;
1348
- declare const HEROUI_AGENT_SDK_VERSION: "0.2.0-beta.4";
1348
+ declare const HEROUI_AGENT_SDK_VERSION: "0.2.0-beta.5";
1349
1349
  declare const HEROUI_AGENT_TASK_ID: "heroui-agents-runtime";
1350
1350
  declare const TRUSTED_AGENT_CLIENT_DATA_KEY: "__heroUiAgentApi";
1351
1351
 
package/dist/contracts.js CHANGED
@@ -2184,7 +2184,7 @@ var agentModelIdSchema = z3.preprocess(
2184
2184
 
2185
2185
  // src/contracts/version.ts
2186
2186
  var HEROUI_AGENT_PROTOCOL_VERSION = 5;
2187
- var HEROUI_AGENT_SDK_VERSION = "0.2.0-beta.4";
2187
+ var HEROUI_AGENT_SDK_VERSION = "0.2.0-beta.5";
2188
2188
  var HEROUI_AGENT_TASK_ID = "heroui-agents-runtime";
2189
2189
  var TRUSTED_AGENT_CLIENT_DATA_KEY = "__heroUiAgentApi";
2190
2190
 
@@ -1777,7 +1777,7 @@ var agentModelIdSchema = z2.preprocess(
1777
1777
 
1778
1778
  // src/contracts/version.ts
1779
1779
  var HEROUI_AGENT_PROTOCOL_VERSION = 5;
1780
- var HEROUI_AGENT_SDK_VERSION = "0.2.0-beta.4";
1780
+ var HEROUI_AGENT_SDK_VERSION = "0.2.0-beta.5";
1781
1781
  var HEROUI_AGENT_TASK_ID = "heroui-agents-runtime";
1782
1782
 
1783
1783
  // src/contracts/identity.ts
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  HeroUIAgent,
3
3
  useAgent
4
- } from "./chunk-5X2OXK4I.js";
4
+ } from "./chunk-UUHEF6LC.js";
5
5
  import {
6
6
  AGENT_DESIGN_THEMES,
7
7
  AGENT_MODEL_IDS,
package/dist/next.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  HeroUIAgent,
3
3
  useAgent
4
- } from "./chunk-5X2OXK4I.js";
4
+ } from "./chunk-UUHEF6LC.js";
5
5
  import {
6
6
  AGENT_MODEL_IDS,
7
7
  AGENT_MODEL_OPTIONS,
package/dist/server.js CHANGED
@@ -66,7 +66,7 @@ var agentModelIdSchema = z2.preprocess(
66
66
 
67
67
  // src/contracts/version.ts
68
68
  var HEROUI_AGENT_PROTOCOL_VERSION = 5;
69
- var HEROUI_AGENT_SDK_VERSION = "0.2.0-beta.4";
69
+ var HEROUI_AGENT_SDK_VERSION = "0.2.0-beta.5";
70
70
 
71
71
  // src/contracts/identity.ts
72
72
  var agentThemeSchema = z3.enum(["light", "dark", "system"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heroui/agent",
3
- "version": "0.2.0-beta.4",
3
+ "version": "0.2.0-beta.5",
4
4
  "description": "Embed a hosted HeroUI Agent that turns application data into interactive UI.",
5
5
  "homepage": "https://www.heroui.com/agents",
6
6
  "bugs": {
@@ -109,9 +109,9 @@
109
109
  "tsup": "8.5.0",
110
110
  "typescript": "5.9.3",
111
111
  "vitest": "4.1.0",
112
- "@heroui/agent-client": "0.0.0",
113
- "@heroui-pro/react": "1.0.0-beta.7",
114
112
  "@heroui-pro/config": "0.0.0",
113
+ "@heroui-pro/react": "1.0.0-beta.7",
114
+ "@heroui/agent-client": "0.0.0",
115
115
  "@heroui/agent-ui": "0.0.0"
116
116
  },
117
117
  "scripts": {