@kolisachint/hoocode-agent 0.4.72 → 0.4.73

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/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.73] - 2026-06-20
4
+
5
+ ### Fixed
6
+
7
+ - Local-inference compaction routing no longer serializes the conversation on
8
+ the common primary-only path. `_compactWithRouting` computed the conversation
9
+ byte size unconditionally, which both did needless work when routing is off
10
+ and broke compaction in environments that mock `compaction/index.js` without
11
+ `serializeConversation`. The size is now measured only when an executor is
12
+ actually selected for summarization.
13
+
3
14
  ## [0.4.72] - 2026-06-20
4
15
 
5
16
  ### Changed