@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 +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|