@getcatalystiq/agent-plane-ui 0.1.25 → 0.1.26

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.
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var chunk7NGE4WHD_cjs = require('./chunk-7NGE4WHD.cjs');
3
+ var chunk6ZXDZUQU_cjs = require('./chunk-6ZXDZUQU.cjs');
4
4
  require('./chunk-XXF4U7WL.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "AgentIdentityTab", {
9
9
  enumerable: true,
10
- get: function () { return chunk7NGE4WHD_cjs.AgentIdentityTab; }
10
+ get: function () { return chunk6ZXDZUQU_cjs.AgentIdentityTab; }
11
11
  });
@@ -0,0 +1,2 @@
1
+ export { AgentIdentityTab } from './chunk-NMZ2XKKV.js';
2
+ import './chunk-XFI227OB.js';
@@ -105,13 +105,14 @@ function AgentIdentityTab({
105
105
  setError("");
106
106
  try {
107
107
  const data = await onExportSoul();
108
+ const slug = (data.name || "soulspec").toLowerCase().replace(/[^a-z0-9]+/g, "-");
108
109
  const blob = new Blob([JSON.stringify(data, null, 2)], {
109
110
  type: "application/json"
110
111
  });
111
112
  const url = URL.createObjectURL(blob);
112
113
  const a = document.createElement("a");
113
114
  a.href = url;
114
- a.download = `${data.name || "soulspec"}.json`;
115
+ a.download = `${slug}-soul.json`;
115
116
  a.click();
116
117
  URL.revokeObjectURL(url);
117
118
  } catch (err) {
@@ -103,13 +103,14 @@ function AgentIdentityTab({
103
103
  setError("");
104
104
  try {
105
105
  const data = await onExportSoul();
106
+ const slug = (data.name || "soulspec").toLowerCase().replace(/[^a-z0-9]+/g, "-");
106
107
  const blob = new Blob([JSON.stringify(data, null, 2)], {
107
108
  type: "application/json"
108
109
  });
109
110
  const url = URL.createObjectURL(blob);
110
111
  const a = document.createElement("a");
111
112
  a.href = url;
112
- a.download = `${data.name || "soulspec"}.json`;
113
+ a.download = `${slug}-soul.json`;
113
114
  a.click();
114
115
  URL.revokeObjectURL(url);
115
116
  } catch (err) {
package/dist/editor.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var chunkVZ43ATC5_cjs = require('./chunk-VZ43ATC5.cjs');
4
- var chunk7NGE4WHD_cjs = require('./chunk-7NGE4WHD.cjs');
4
+ var chunk6ZXDZUQU_cjs = require('./chunk-6ZXDZUQU.cjs');
5
5
  var chunkXXF4U7WL_cjs = require('./chunk-XXF4U7WL.cjs');
6
6
  var react = require('react');
7
7
  var CodeMirror = require('@uiw/react-codemirror');
@@ -187,6 +187,6 @@ Object.defineProperty(exports, "FileTreeEditor", {
187
187
  });
188
188
  Object.defineProperty(exports, "AgentIdentityTab", {
189
189
  enumerable: true,
190
- get: function () { return chunk7NGE4WHD_cjs.AgentIdentityTab; }
190
+ get: function () { return chunk6ZXDZUQU_cjs.AgentIdentityTab; }
191
191
  });
192
192
  exports.PluginEditorPage = PluginEditorPage;
package/dist/editor.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { useApi, Skeleton, FileTreeEditor, Card, CardHeader, CardTitle, CardContent } from './chunk-CE2RHDPY.js';
2
2
  export { FileTreeEditor } from './chunk-CE2RHDPY.js';
3
- export { AgentIdentityTab } from './chunk-GFFQIJPU.js';
3
+ export { AgentIdentityTab } from './chunk-NMZ2XKKV.js';
4
4
  import { useNavigation, useAgentPlaneClient, Badge, Button } from './chunk-XFI227OB.js';
5
5
  import { useState, useCallback } from 'react';
6
6
  import CodeMirror from '@uiw/react-codemirror';
package/dist/index.cjs CHANGED
@@ -4069,7 +4069,7 @@ function AgentA2aInfo({
4069
4069
  ] })
4070
4070
  ] });
4071
4071
  }
4072
- var AgentIdentityTab = React.lazy(() => import('./agent-identity-tab-AL2SL3CR.cjs').then((m) => ({ default: m.AgentIdentityTab })));
4072
+ var AgentIdentityTab = React.lazy(() => import('./agent-identity-tab-DA4LZVH6.cjs').then((m) => ({ default: m.AgentIdentityTab })));
4073
4073
  function AgentDetailPage({ agentId, a2aBaseUrl, tenantSlug, adminApiBaseUrl, adminApiKey }) {
4074
4074
  const { LinkComponent, basePath } = chunkXXF4U7WL_cjs.useNavigation();
4075
4075
  const { mutate } = swr.useSWRConfig();
package/dist/index.js CHANGED
@@ -4045,7 +4045,7 @@ function AgentA2aInfo({
4045
4045
  ] })
4046
4046
  ] });
4047
4047
  }
4048
- var AgentIdentityTab = lazy(() => import('./agent-identity-tab-6T672HO7.js').then((m) => ({ default: m.AgentIdentityTab })));
4048
+ var AgentIdentityTab = lazy(() => import('./agent-identity-tab-HLNJY2GH.js').then((m) => ({ default: m.AgentIdentityTab })));
4049
4049
  function AgentDetailPage({ agentId, a2aBaseUrl, tenantSlug, adminApiBaseUrl, adminApiKey }) {
4050
4050
  const { LinkComponent, basePath } = useNavigation();
4051
4051
  const { mutate } = useSWRConfig();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getcatalystiq/agent-plane-ui",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "description": "Embeddable React component library for AgentPlane",
5
5
  "type": "module",
6
6
  "exports": {
@@ -1,2 +0,0 @@
1
- export { AgentIdentityTab } from './chunk-GFFQIJPU.js';
2
- import './chunk-XFI227OB.js';