@agenticmail/enterprise 0.5.54 → 0.5.56

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/dist/cli.js CHANGED
@@ -48,7 +48,7 @@ Skill Development:
48
48
  break;
49
49
  case "setup":
50
50
  default:
51
- import("./setup-AYIBPFNQ.js").then((m) => m.runSetupWizard()).catch(fatal);
51
+ import("./setup-AJFRWYMC.js").then((m) => m.runSetupWizard()).catch(fatal);
52
52
  break;
53
53
  }
54
54
  function fatal(err) {
@@ -263,20 +263,11 @@ export function SkillsPage() {
263
263
  h('div', { className: 'skill-cat' }, s.category || cat),
264
264
  h('div', { className: 'skill-name' }, s.name),
265
265
  h('div', { className: 'skill-desc' }, s.description),
266
- s.tools && h('div', { style: { marginTop: 6, fontSize: 11, color: 'var(--text-muted)' } }, s.tools.length + ' tools'),
267
- h('div', { style: { marginTop: 8, display: 'flex', gap: 6 } },
268
- isInstalled
269
- ? h('span', { style: { fontSize: 11, color: 'var(--success)', fontWeight: 600 } }, '\u2713 Installed')
270
- : h('button', {
271
- className: 'btn btn-primary btn-sm',
272
- style: { fontSize: 11, padding: '3px 10px' },
273
- onClick: function() { installBuiltinSkill(s.id); }
274
- }, 'Install'),
275
- !isInstalled && h('button', {
276
- className: 'btn btn-secondary btn-sm',
277
- style: { fontSize: 11, padding: '3px 10px' },
278
- onClick: function() { setTokenModal({ skillId: s.id, skillName: s.name }); }
279
- }, 'Add Token')
266
+ h('div', { style: { marginTop: 8, display: 'flex', gap: 6, alignItems: 'center' } },
267
+ h('span', {
268
+ style: { fontSize: 11, padding: '2px 8px', borderRadius: 12, background: 'var(--bg-tertiary)', color: 'var(--text-secondary)', fontWeight: 600 }
269
+ }, '\u2713 Built-in'),
270
+ s.tools && s.tools.length > 0 && h('span', { style: { fontSize: 11, color: 'var(--text-muted)' } }, s.tools.length + ' tools available')
280
271
  )
281
272
  );
282
273
  }))
package/dist/index.js CHANGED
@@ -35,7 +35,7 @@ import {
35
35
  executeTool,
36
36
  runAgentLoop,
37
37
  toolsToDefinitions
38
- } from "./chunk-ZVCBP4IS.js";
38
+ } from "./chunk-ODD3VA4O.js";
39
39
  import "./chunk-TYW5XTOW.js";
40
40
  import {
41
41
  ValidationError,
@@ -50,11 +50,11 @@ import {
50
50
  requireRole,
51
51
  securityHeaders,
52
52
  validate
53
- } from "./chunk-CPYEURFL.js";
53
+ } from "./chunk-JJIW2UKU.js";
54
54
  import {
55
55
  provision,
56
56
  runSetupWizard
57
- } from "./chunk-WUWGI4C2.js";
57
+ } from "./chunk-HZKAGQWE.js";
58
58
  import {
59
59
  ENGINE_TABLES,
60
60
  ENGINE_TABLES_POSTGRES,