@agenticmail/enterprise 0.5.542 → 0.5.544

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.
@@ -64,7 +64,7 @@ export function DuplicateAgentModal({ agent, onClose, onDuplicated, toast }) {
64
64
  return h('div', { className: 'modal-overlay', onClick: onClose },
65
65
  h('div', { className: 'modal', onClick: function(e) { e.stopPropagation(); }, style: { width: 580, maxHeight: '85vh', overflow: 'auto' } },
66
66
  h('div', { className: 'modal-header' },
67
- h('h2', { style: { fontSize: 16, flex: 1, display: 'flex', alignItems: 'center', gap: 8 } }, I('copy'), ' Duplicate Agent'),
67
+ h('h2', { style: { fontSize: 16, flex: 1, display: 'flex', alignItems: 'center', gap: 8 } }, I.copy(), ' Duplicate Agent'),
68
68
  h('button', { className: 'btn btn-ghost btn-icon', onClick: onClose }, '\u00d7')
69
69
  ),
70
70
  h('div', { className: 'modal-body', style: { padding: 20 } },
@@ -79,7 +79,7 @@ export function DuplicateAgentModal({ agent, onClose, onDuplicated, toast }) {
79
79
  return h('div', { key: idx, style: { padding: 12, border: '1px solid var(--border)', borderRadius: 8, marginBottom: 10, background: agents.length > 1 ? 'var(--bg-secondary)' : 'transparent' } },
80
80
  agents.length > 1 && h('div', { style: { display: 'flex', justifyContent: 'space-between', alignItems: 'center', marginBottom: 8 } },
81
81
  h('span', { style: { fontSize: 12, fontWeight: 600, color: 'var(--text-muted)' } }, 'Agent #' + (idx + 1)),
82
- h('button', { className: 'btn btn-sm btn-ghost', style: { fontSize: 11, color: '#ef4444' }, onClick: function() { removeRow(idx); } }, I('trash'), ' Remove')
82
+ h('button', { className: 'btn btn-sm btn-ghost', style: { fontSize: 11, color: '#ef4444' }, onClick: function() { removeRow(idx); } }, I.trash(), ' Remove')
83
83
  ),
84
84
  h('div', { style: { marginBottom: 8 } },
85
85
  h('label', { style: { fontSize: 12, fontWeight: 600, display: 'block', marginBottom: 4 } }, 'Name *'),
@@ -97,13 +97,13 @@ export function DuplicateAgentModal({ agent, onClose, onDuplicated, toast }) {
97
97
  }),
98
98
 
99
99
  h('button', { className: 'btn btn-sm btn-secondary', style: { width: '100%', marginTop: 4 }, onClick: addRow },
100
- I('plus'), ' Add Another Duplicate'
100
+ I.plus(), ' Add Another Duplicate'
101
101
  )
102
102
  ),
103
103
  h('div', { className: 'modal-footer', style: { display: 'flex', justifyContent: 'flex-end', gap: 8 } },
104
104
  h('button', { className: 'btn btn-secondary', onClick: onClose, disabled: loading }, 'Cancel'),
105
105
  h('button', { className: 'btn btn-primary', onClick: handleDuplicate, disabled: loading || agents.some(function(a) { return !a.name.trim() || !a.email.trim(); }) },
106
- loading ? 'Duplicating...' : (I('copy'), ' Duplicate ' + agents.length + ' Agent' + (agents.length > 1 ? 's' : ''))
106
+ loading ? 'Duplicating...' : (I.copy(), ' Duplicate ' + agents.length + ' Agent' + (agents.length > 1 ? 's' : ''))
107
107
  )
108
108
  )
109
109
  )
@@ -3,6 +3,7 @@ import { I } from '../components/icons.js';
3
3
  import { Modal } from '../components/modal.js';
4
4
  import { HelpButton } from '../components/help-button.js';
5
5
  import { KnowledgeLink } from '../components/knowledge-link.js';
6
+ import { LanguageSelect } from '../components/persona-fields.js';
6
7
 
7
8
  var LANGUAGE_NAMES = { 'en-us': 'English (US)', 'en-gb': 'English (UK)', 'es': 'Spanish', 'fr': 'French', 'de': 'German', 'pt': 'Portuguese', 'it': 'Italian', 'nl': 'Dutch', 'ja': 'Japanese', 'ko': 'Korean', 'zh': 'Chinese', 'ar': 'Arabic', 'hi': 'Hindi', 'ru': 'Russian', 'tr': 'Turkish', 'pl': 'Polish', 'sv': 'Swedish', 'da': 'Danish', 'no': 'Norwegian', 'fi': 'Finnish' };
8
9
  function getLanguageName(code) { return LANGUAGE_NAMES[code] || code; }
@@ -704,3 +704,47 @@
704
704
  2026-03-15 22:51:35: 2026-03-15T21:51:35Z ERR Request failed error="unexpected EOF" connIndex=2 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.192.167 type=http
705
705
  2026-03-15 22:51:35: 2026-03-15T21:51:35Z ERR error="unexpected EOF" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
706
706
  2026-03-15 22:51:35: 2026-03-15T21:51:35Z ERR Request failed error="unexpected EOF" connIndex=2 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
707
+ 2026-03-15 23:10:58: 2026-03-15T22:10:58Z ERR error="stream 58325 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
708
+ 2026-03-15 23:10:58: 2026-03-15T22:10:58Z ERR Request failed error="stream 58325 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.200.23 type=http
709
+ 2026-03-15 23:11:03: 2026-03-15T22:11:03Z ERR error="stream 4757 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
710
+ 2026-03-15 23:11:03: 2026-03-15T22:11:03Z ERR Request failed error="stream 4757 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.113 type=http
711
+ 2026-03-15 23:12:06: 2026-03-15T22:12:06Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: read tcp [::1]:49334->[::1]:3100: read: connection reset by peer" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
712
+ 2026-03-15 23:12:06: 2026-03-15T22:12:06Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: read tcp [::1]:49334->[::1]:3100: read: connection reset by peer" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/wallet/balance event=0 ip=198.41.200.23 type=http
713
+ 2026-03-15 23:12:06: 2026-03-15T22:12:06Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: read tcp [::1]:49336->[::1]:3100: read: connection reset by peer" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
714
+ 2026-03-15 23:12:06: 2026-03-15T22:12:06Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: read tcp [::1]:49336->[::1]:3100: read: connection reset by peer" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/wallet/balance event=0 ip=198.41.200.23 type=http
715
+ 2026-03-15 23:12:06: 2026-03-15T22:12:06Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: read tcp [::1]:49335->[::1]:3100: read: connection reset by peer" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
716
+ 2026-03-15 23:12:06: 2026-03-15T22:12:06Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: read tcp [::1]:49335->[::1]:3100: read: connection reset by peer" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/wallet/balance event=0 ip=198.41.200.23 type=http
717
+ 2026-03-15 23:12:06: 2026-03-15T22:12:06Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:3100: connect: connection refused" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
718
+ 2026-03-15 23:12:06: 2026-03-15T22:12:06Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:3100: connect: connection refused" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/wallet/balance event=0 ip=198.41.200.23 type=http
719
+ 2026-03-15 23:12:06: 2026-03-15T22:12:06Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:3100: connect: connection refused" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
720
+ 2026-03-15 23:12:06: 2026-03-15T22:12:06Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:3100: connect: connection refused" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/wallet/balance event=0 ip=198.41.200.23 type=http
721
+ 2026-03-15 23:12:06: 2026-03-15T22:12:06Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:3100: connect: connection refused" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
722
+ 2026-03-15 23:12:06: 2026-03-15T22:12:06Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:3100: connect: connection refused" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/wallet/balance event=0 ip=198.41.200.23 type=http
723
+ 2026-03-15 23:12:07: 2026-03-15T22:12:07Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
724
+ 2026-03-15 23:12:07: 2026-03-15T22:12:07Z ERR Request failed error="unexpected EOF" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.23 type=http
725
+ 2026-03-15 23:12:07: 2026-03-15T22:12:07Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
726
+ 2026-03-15 23:12:07: 2026-03-15T22:12:07Z ERR Request failed error="unexpected EOF" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.200.23 type=http
727
+ 2026-03-15 23:12:07: 2026-03-15T22:12:07Z ERR error="unexpected EOF" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
728
+ 2026-03-15 23:12:07: 2026-03-15T22:12:07Z ERR Request failed error="unexpected EOF" connIndex=2 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
729
+ 2026-03-15 23:12:07: 2026-03-15T22:12:07Z ERR error="unexpected EOF" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
730
+ 2026-03-15 23:12:07: 2026-03-15T22:12:07Z ERR Request failed error="unexpected EOF" connIndex=2 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
731
+ 2026-03-15 23:12:07: 2026-03-15T22:12:07Z ERR error="unexpected EOF" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
732
+ 2026-03-15 23:12:07: 2026-03-15T22:12:07Z ERR Request failed error="unexpected EOF" connIndex=2 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.192.167 type=http
733
+ 2026-03-15 23:12:07: 2026-03-15T22:12:07Z ERR error="unexpected EOF" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
734
+ 2026-03-15 23:12:07: 2026-03-15T22:12:07Z ERR Request failed error="unexpected EOF" connIndex=2 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.192.167 type=http
735
+ 2026-03-15 23:12:24: 2026-03-15T22:12:24Z ERR error="stream 4913 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
736
+ 2026-03-15 23:12:24: 2026-03-15T22:12:24Z ERR Request failed error="stream 4913 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/trades event=0 ip=198.41.200.113 type=http
737
+ 2026-03-15 23:12:24: 2026-03-15T22:12:24Z ERR error="stream 4901 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
738
+ 2026-03-15 23:12:24: 2026-03-15T22:12:24Z ERR Request failed error="stream 4901 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.200.113 type=http
739
+ 2026-03-15 23:12:30: 2026-03-15T22:12:30Z ERR error="stream 62069 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
740
+ 2026-03-15 23:12:30: 2026-03-15T22:12:30Z ERR Request failed error="stream 62069 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.23 type=http
741
+ 2026-03-15 23:12:33: 2026-03-15T22:12:33Z ERR error="stream 62829 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
742
+ 2026-03-15 23:12:33: 2026-03-15T22:12:33Z ERR Request failed error="stream 62829 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.200.23 type=http
743
+ 2026-03-15 23:12:37: 2026-03-15T22:12:37Z ERR error="stream 62833 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
744
+ 2026-03-15 23:12:37: 2026-03-15T22:12:37Z ERR Request failed error="stream 62833 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.23 type=http
745
+ 2026-03-15 23:12:46: 2026-03-15T22:12:46Z ERR error="stream 62865 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
746
+ 2026-03-15 23:12:46: 2026-03-15T22:12:46Z ERR Request failed error="stream 62865 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.200.23 type=http
747
+ 2026-03-15 23:13:37: 2026-03-15T22:13:37Z ERR error="stream 63137 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
748
+ 2026-03-15 23:13:37: 2026-03-15T22:13:37Z ERR Request failed error="stream 63137 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.200.23 type=http
749
+ 2026-03-15 23:15:40: 2026-03-15T22:15:40Z ERR error="stream 63437 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
750
+ 2026-03-15 23:15:40: 2026-03-15T22:15:40Z ERR Request failed error="stream 63437 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.200.23 type=http
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/enterprise",
3
- "version": "0.5.542",
3
+ "version": "0.5.544",
4
4
  "description": "AgenticMail Enterprise — cloud-hosted AI agent identity, email, auth & compliance for organizations",
5
5
  "type": "module",
6
6
  "bin": {