@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}`);
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  Dispatcher
4
- } from "./chunk-D5SE7UVB.js";
4
+ } from "./chunk-QSR32ZGW.js";
5
5
  import "./chunk-SBP7MJP2.js";
6
6
 
7
7
  // src/dispatcher-bin.ts
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Dispatcher
3
- } from "./chunk-D5SE7UVB.js";
3
+ } from "./chunk-QSR32ZGW.js";
4
4
  import "./chunk-SBP7MJP2.js";
5
5
  export {
6
6
  Dispatcher
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Dispatcher,
3
3
  loadPersonaForAgent
4
- } from "./chunk-D5SE7UVB.js";
4
+ } from "./chunk-QSR32ZGW.js";
5
5
  import {
6
6
  createIntegrationRoutes
7
7
  } from "./chunk-PTLX7SQV.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/claudecode",
3
- "version": "0.2.5",
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",