omp-fabric 1.8.1 → 1.8.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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.8.3
4
+
5
+ ### Fixed
6
+
7
+ - The compaction line in `/fabric status` read `6/24 model summaries`, which looks like a quota of 24. It was the share of ready nodes the model wrote, and model calls carry no quota. The line now reads `24 nodes (6 by model, 18 excerpt)`.
8
+
9
+ ## 1.8.2
10
+
11
+ ### Fixed
12
+
13
+ - Upgrading a deterministic node left the text readers actually see unchanged. Context assembly serves the frontier, and a leaf folded into a condensed parent is no longer on it, so replacing that leaf's excerpt with a model summary improved nothing while spending a model call; the parent kept prose written from the excerpt and, carrying a real model hash, was never reconsidered. An upgrade now reopens the ready ancestors of the node it improved, so the summary that reaches the model is rebuilt from the upgraded child.
14
+ - The Test workflow keyed its concurrency group by branch, so a second commit cancelled the run still verifying the first. The release gate reads the run for the tagged commit and would have refused a cancelled one, which this repository's push-then-tag rhythm makes likely. The group is keyed by commit.
15
+
3
16
  ## 1.8.1
4
17
 
5
18
  ### Changed
@@ -12,7 +12,7 @@ import {
12
12
  buildThinkingDigest,
13
13
  snapshotHandoffSession,
14
14
  thinkingTransferPolicy
15
- } from "./chunk-JMYHQUJQ.js";
15
+ } from "./chunk-R3EKDHHD.js";
16
16
  import {
17
17
  isFabricThinking
18
18
  } from "./chunk-JSBTB3P6.js";
@@ -2803,4 +2803,4 @@ export {
2803
2803
  resolveFabricIdentity,
2804
2804
  MainAgentController
2805
2805
  };
2806
- //# sourceMappingURL=chunk-2ZEMWIHZ.js.map
2806
+ //# sourceMappingURL=chunk-4GY2E3MW.js.map
@@ -2173,4 +2173,4 @@ export {
2173
2173
  compileFabricSummary,
2174
2174
  registerCompactionHook
2175
2175
  };
2176
- //# sourceMappingURL=chunk-EQSL47QL.js.map
2176
+ //# sourceMappingURL=chunk-FBFVZZH4.js.map