@agenticmail/core 0.9.31 → 0.9.32

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/index.cjs CHANGED
@@ -9828,7 +9828,7 @@ var GatewayManager = class {
9828
9828
  * agent's INBOX via the existing local-SMTP path — the very same
9829
9829
  * delivery the relay uses for real email. This makes the existing
9830
9830
  * IMAP IDLE → claudecode dispatcher path light up exactly as it
9831
- * would for a real inbound mail, so the agent gets a Claude turn
9831
+ * would for a real inbound mail, so the agent gets a host turn
9832
9832
  * without any new dispatcher plumbing. The body of the synthetic
9833
9833
  * mail tells the agent the message came from Telegram and that it
9834
9834
  * MUST reply via the `telegram_send` MCP tool, not via email.
package/dist/index.d.cts CHANGED
@@ -364,7 +364,7 @@ interface Agent {
364
364
  * this agent on every CC-only delivery regardless of the
365
365
  * sender's `wake` list. Coder/silent-observer agents register
366
366
  * with `wake_on_cc: false` so a designer's `cc:` accidentally
367
- * including them never wastes a Claude turn. Defaults to true
367
+ * including them never wastes a host turn. Defaults to true
368
368
  * (preserves the 0.9.0 wake-list-respecting behaviour). */
369
369
  wakeOnCc?: boolean;
370
370
  /** Soft-stop flag. When true, the dispatcher refuses to wake
@@ -1836,7 +1836,7 @@ declare class GatewayManager {
1836
1836
  * agent's INBOX via the existing local-SMTP path — the very same
1837
1837
  * delivery the relay uses for real email. This makes the existing
1838
1838
  * IMAP IDLE → claudecode dispatcher path light up exactly as it
1839
- * would for a real inbound mail, so the agent gets a Claude turn
1839
+ * would for a real inbound mail, so the agent gets a host turn
1840
1840
  * without any new dispatcher plumbing. The body of the synthetic
1841
1841
  * mail tells the agent the message came from Telegram and that it
1842
1842
  * MUST reply via the `telegram_send` MCP tool, not via email.
package/dist/index.d.ts CHANGED
@@ -364,7 +364,7 @@ interface Agent {
364
364
  * this agent on every CC-only delivery regardless of the
365
365
  * sender's `wake` list. Coder/silent-observer agents register
366
366
  * with `wake_on_cc: false` so a designer's `cc:` accidentally
367
- * including them never wastes a Claude turn. Defaults to true
367
+ * including them never wastes a host turn. Defaults to true
368
368
  * (preserves the 0.9.0 wake-list-respecting behaviour). */
369
369
  wakeOnCc?: boolean;
370
370
  /** Soft-stop flag. When true, the dispatcher refuses to wake
@@ -1836,7 +1836,7 @@ declare class GatewayManager {
1836
1836
  * agent's INBOX via the existing local-SMTP path — the very same
1837
1837
  * delivery the relay uses for real email. This makes the existing
1838
1838
  * IMAP IDLE → claudecode dispatcher path light up exactly as it
1839
- * would for a real inbound mail, so the agent gets a Claude turn
1839
+ * would for a real inbound mail, so the agent gets a host turn
1840
1840
  * without any new dispatcher plumbing. The body of the synthetic
1841
1841
  * mail tells the agent the message came from Telegram and that it
1842
1842
  * MUST reply via the `telegram_send` MCP tool, not via email.
package/dist/index.js CHANGED
@@ -8159,7 +8159,7 @@ var GatewayManager = class {
8159
8159
  * agent's INBOX via the existing local-SMTP path — the very same
8160
8160
  * delivery the relay uses for real email. This makes the existing
8161
8161
  * IMAP IDLE → claudecode dispatcher path light up exactly as it
8162
- * would for a real inbound mail, so the agent gets a Claude turn
8162
+ * would for a real inbound mail, so the agent gets a host turn
8163
8163
  * without any new dispatcher plumbing. The body of the synthetic
8164
8164
  * mail tells the agent the message came from Telegram and that it
8165
8165
  * MUST reply via the `telegram_send` MCP tool, not via email.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/core",
3
- "version": "0.9.31",
3
+ "version": "0.9.32",
4
4
  "description": "Core SDK for AgenticMail — email, SMS, and phone call-control for AI agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",