@agenticmail/enterprise 0.5.450 → 0.5.451

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.
@@ -183,6 +183,10 @@ function App() {
183
183
  if (u.clientOrgId) {
184
184
  setSelectedOrgId(u.clientOrgId);
185
185
  localStorage.setItem('em_client_org_id', u.clientOrgId);
186
+ } else {
187
+ setSelectedOrgId('');
188
+ setSelectedOrg(null);
189
+ localStorage.removeItem('em_client_org_id');
186
190
  }
187
191
  // Init transport encryption BEFORE setting authed — ensures all subsequent
188
192
  // API calls from child components are encrypted
@@ -238,6 +242,8 @@ function App() {
238
242
  setSelectedOrgId(d.clientOrgId);
239
243
  } else {
240
244
  localStorage.removeItem('em_client_org_id');
245
+ setSelectedOrgId('');
246
+ setSelectedOrg(null);
241
247
  }
242
248
  }).catch(() => {});
243
249
  }, [authed]);
@@ -144,3 +144,9 @@
144
144
  2026-03-11 03:50:10: 2026-03-11T02:50:10Z ERR Request failed error="stream 21809 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.33 type=http
145
145
  2026-03-11 03:58:39: 2026-03-11T02:58:39Z ERR error="stream 21781 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
146
146
  2026-03-11 03:58:39: 2026-03-11T02:58:39Z ERR Request failed error="stream 21781 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.33 type=http
147
+ 2026-03-11 04:02:15: 2026-03-11T03:02:15Z ERR error="stream 22241 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
148
+ 2026-03-11 04:02:15: 2026-03-11T03:02:15Z ERR Request failed error="stream 22241 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.200.33 type=http
149
+ 2026-03-11 04:02:35: 2026-03-11T03:02:35Z ERR error="stream 22345 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
150
+ 2026-03-11 04:02:35: 2026-03-11T03:02:35Z ERR Request failed error="stream 22345 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.200.33 type=http
151
+ 2026-03-11 04:02:52: 2026-03-11T03:02:52Z ERR error="stream 22453 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
152
+ 2026-03-11 04:02:52: 2026-03-11T03:02:52Z ERR Request failed error="stream 22453 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.200.33 type=http
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/enterprise",
3
- "version": "0.5.450",
3
+ "version": "0.5.451",
4
4
  "description": "AgenticMail Enterprise — cloud-hosted AI agent identity, email, auth & compliance for organizations",
5
5
  "type": "module",
6
6
  "bin": {