@agenticmail/claudecode 0.2.5 → 0.2.6
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.
|
@@ -987,6 +987,7 @@ var Dispatcher = class {
|
|
|
987
987
|
if (!entry) return;
|
|
988
988
|
this.wakeCoalesce.delete(key);
|
|
989
989
|
if (this.stopped) return;
|
|
990
|
+
if (entry.events.length === 0) return;
|
|
990
991
|
const verdict = this.chargeWake(entry.account.id, entry.threadId);
|
|
991
992
|
if (!verdict.ok) {
|
|
992
993
|
this.log("warn", `[dispatcher] wake-budget exhausted for "${entry.account.name}" on thread "${entry.threadId}" \u2014 dropped batch of ${entry.events.length}`);
|
package/dist/dispatcher-bin.js
CHANGED
package/dist/dispatcher.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agenticmail/claudecode",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "Claude Code integration for AgenticMail — surfaces every AgenticMail agent as a native Claude Code subagent so any Claude Code session can delegate to them with the Agent tool",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|