happy-coder 0.9.0-2 → 0.9.0-3
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 +3 -1
- package/dist/index.mjs +3 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2670,8 +2670,10 @@ async function claudeRemoteLauncher(session) {
|
|
|
2670
2670
|
}
|
|
2671
2671
|
}
|
|
2672
2672
|
ongoingToolCalls.clear();
|
|
2673
|
+
types$1.logger.debug("[remote]: flushing message queue");
|
|
2673
2674
|
await messageQueue.flush();
|
|
2674
2675
|
messageQueue.destroy();
|
|
2676
|
+
types$1.logger.debug("[remote]: message queue flushed");
|
|
2675
2677
|
abortController = null;
|
|
2676
2678
|
abortFuture?.resolve(void 0);
|
|
2677
2679
|
abortFuture = null;
|
|
@@ -2745,7 +2747,7 @@ async function loop(opts) {
|
|
|
2745
2747
|
}
|
|
2746
2748
|
|
|
2747
2749
|
var name = "happy-coder";
|
|
2748
|
-
var version = "0.9.0-
|
|
2750
|
+
var version = "0.9.0-3";
|
|
2749
2751
|
var description = "Claude Code session sharing CLI";
|
|
2750
2752
|
var author = "Kirill Dubovitskiy";
|
|
2751
2753
|
var license = "MIT";
|
package/dist/index.mjs
CHANGED
|
@@ -2649,8 +2649,10 @@ async function claudeRemoteLauncher(session) {
|
|
|
2649
2649
|
}
|
|
2650
2650
|
}
|
|
2651
2651
|
ongoingToolCalls.clear();
|
|
2652
|
+
logger.debug("[remote]: flushing message queue");
|
|
2652
2653
|
await messageQueue.flush();
|
|
2653
2654
|
messageQueue.destroy();
|
|
2655
|
+
logger.debug("[remote]: message queue flushed");
|
|
2654
2656
|
abortController = null;
|
|
2655
2657
|
abortFuture?.resolve(void 0);
|
|
2656
2658
|
abortFuture = null;
|
|
@@ -2724,7 +2726,7 @@ async function loop(opts) {
|
|
|
2724
2726
|
}
|
|
2725
2727
|
|
|
2726
2728
|
var name = "happy-coder";
|
|
2727
|
-
var version = "0.9.0-
|
|
2729
|
+
var version = "0.9.0-3";
|
|
2728
2730
|
var description = "Claude Code session sharing CLI";
|
|
2729
2731
|
var author = "Kirill Dubovitskiy";
|
|
2730
2732
|
var license = "MIT";
|