@agenticmail/enterprise 0.5.320 → 0.5.322

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 ADDED
@@ -0,0 +1,68 @@
1
+ # Changelog
2
+
3
+ All notable changes to AgenticMail Enterprise are documented here.
4
+
5
+ ## [0.5.320] - 2026-03-05
6
+
7
+ ### Added
8
+ - **Microsoft 365 Integration** — 97 tools across 13 services (Outlook Mail, Calendar, OneDrive, Teams, Excel, SharePoint, OneNote, To Do, Contacts, PowerPoint, Planner, Power BI)
9
+ - **Microsoft Graph API helper** — Retry with backoff, rate-limit handling, auto-pagination, JSON batching
10
+ - **Microsoft system prompts** — 12 structured prompt files mirroring Google tools pattern
11
+ - **Task pipeline redesign** — Table/list view with status tabs, search, pagination, real-time updates via webhook
12
+ - **Client organization data isolation** — Org-bound users see only their organization's data
13
+ - **Visible roles configuration** — Parent org controls which roles client org users can see
14
+ - **Cross-platform dependency manager** — macOS, Linux, Windows support with policy-driven installation
15
+ - **Org-wide dependency policy** — Configurable from Settings > Security tab
16
+ - **PM2 production persistence** — ecosystem.config.cjs, LaunchAgent, log rotation
17
+ - **LOG_LEVEL env var** — Production log noise suppression
18
+ - **Port validation** — Checks availability before local agent deployment
19
+ - **Screen unlock** — Agents can auto-unlock machine screen
20
+ - **Per-section editing** — Independent edit buttons on Security and Permissions tabs
21
+ - **Dynamic sidebar company name** — Updates in real-time from settings
22
+ - **Tiered tool loading** — ~75% tool count reduction for messaging channels
23
+
24
+ ### Fixed
25
+ - DB connection pool exhaustion (MaxClientsInSessionMode)
26
+ - Smart DB URL auto-configuration for Supabase/Neon
27
+ - Stop-impersonation logging user out
28
+ - Client org skills/roles showing all data during impersonation
29
+ - Agent UUID display in compliance reports
30
+
31
+ ## [0.5.315] - 2026-03-03
32
+
33
+ ### Added
34
+ - Client organization data isolation across all dashboard pages
35
+ - `allowed_roles` JSONB column for role visibility control
36
+ - Impersonation token refresh preserving org restrictions
37
+
38
+ ## [0.5.313] - 2026-03-01
39
+
40
+ ### Added
41
+ - Smart DB URL auto-configuration (Supabase/Neon detection)
42
+ - 7 enterprise DLP rule packs (53 rules)
43
+ - SOC 2 Type II compliance reports with HTML export
44
+ - Comprehensive README rewrite
45
+
46
+ ### Fixed
47
+ - DB connection pool exhaustion
48
+ - Compliance report generation crashes
49
+
50
+ ## [0.5.312] - 2026-02-28
51
+
52
+ ### Added
53
+ - Transport encryption (AES-256-GCM)
54
+ - Org switchers across all dashboard pages
55
+ - DLP rule editing, enable/disable toggle, detail modal
56
+ - Journal action detail modal
57
+
58
+ ### Fixed
59
+ - Double encryption with Hono wildcard middleware
60
+ - Engine sub-app body forwarding
61
+ - Org switching not reloading data
62
+ - Knowledge base auto-assign persistence
63
+ - Workforce/guardrails/audit org filtering
64
+
65
+ [0.5.320]: https://github.com/agenticmail/enterprise/releases/tag/v0.5.320
66
+ [0.5.315]: https://github.com/agenticmail/enterprise/releases/tag/v0.5.315
67
+ [0.5.313]: https://github.com/agenticmail/enterprise/releases/tag/v0.5.313
68
+ [0.5.312]: https://github.com/agenticmail/enterprise/releases/tag/v0.5.312
@@ -0,0 +1,31 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
6
+
7
+ ## Our Standards
8
+
9
+ Examples of behavior that contributes to a positive environment:
10
+
11
+ * Using welcoming and inclusive language
12
+ * Being respectful of differing viewpoints and experiences
13
+ * Gracefully accepting constructive criticism
14
+ * Focusing on what is best for the community
15
+ * Showing empathy towards other community members
16
+
17
+ Examples of unacceptable behavior:
18
+
19
+ * The use of sexualized language or imagery, and sexual attention or advances of any kind
20
+ * Trolling, insulting or derogatory comments, and personal or political attacks
21
+ * Public or private harassment
22
+ * Publishing others' private information without explicit permission
23
+ * Other conduct which could reasonably be considered inappropriate in a professional setting
24
+
25
+ ## Enforcement
26
+
27
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to **conduct@agenticmail.io**. All complaints will be reviewed and investigated promptly and fairly.
28
+
29
+ ## Attribution
30
+
31
+ This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1.
package/SECURITY.md ADDED
@@ -0,0 +1,42 @@
1
+ # Security Policy
2
+
3
+ ## Supported Versions
4
+
5
+ | Version | Supported |
6
+ | ------- | ------------------ |
7
+ | 0.5.x | :white_check_mark: |
8
+ | < 0.5 | :x: |
9
+
10
+ ## Reporting a Vulnerability
11
+
12
+ **Do not report security vulnerabilities through public GitHub issues.**
13
+
14
+ Instead, please report them via email to **security@agenticmail.io**.
15
+
16
+ You should receive an acknowledgment within 48 hours. We will send a detailed response within 7 days indicating next steps.
17
+
18
+ Please include:
19
+
20
+ - Description of the vulnerability
21
+ - Steps to reproduce
22
+ - Impact assessment
23
+ - Any suggested fixes (optional)
24
+
25
+ ## Security Measures
26
+
27
+ AgenticMail Enterprise implements multiple layers of security:
28
+
29
+ - **Transport Encryption** — AES-256-GCM encryption for all API traffic
30
+ - **Data Loss Prevention (DLP)** — Real-time content scanning with 53 built-in rules across 7 categories
31
+ - **Role-Based Access Control (RBAC)** — Granular permissions with preset profiles
32
+ - **Multi-Tenant Isolation** — Client organization data isolation across all endpoints
33
+ - **Audit Logging** — Comprehensive action journal with org-scoped filtering
34
+ - **SOC 2 Type II Compliance** — Automated reporting across all 9 Common Criteria (CC1-CC9)
35
+ - **OAuth 2.0 / SAML / OIDC** — Enterprise SSO with provider-based tool auto-detection
36
+ - **Rate Limiting** — Configurable per-endpoint and per-agent limits
37
+ - **CORS / Security Headers** — Strict origin validation and security header enforcement
38
+ - **Outbound Guard** — PII and credential scanning on all outgoing communications
39
+
40
+ ## Disclosure Policy
41
+
42
+ We follow responsible disclosure. Security issues are patched in private and released as part of the next version. Critical vulnerabilities may receive out-of-band patches.