blun-king-cli 9.1.44 → 9.1.45
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/LIESMICH.txt +1 -1
- package/README.md +1 -1
- package/blun.mjs +1 -1
- package/package.json +1 -1
package/LIESMICH.txt
CHANGED
package/README.md
CHANGED
package/blun.mjs
CHANGED
|
@@ -507712,7 +507712,7 @@ var StreamingUIController = class {
|
|
|
507712
507712
|
this._activeCompactionBlock.markDone();
|
|
507713
507713
|
this._activeCompactionBlock = void 0;
|
|
507714
507714
|
}
|
|
507715
|
-
const block = new CompactionComponent(state.ui, instruction, currentWorkingTip()?.text,
|
|
507715
|
+
const block = new CompactionComponent(state.ui, instruction, currentWorkingTip()?.text, false);
|
|
507716
507716
|
this._activeCompactionBlock = block;
|
|
507717
507717
|
state.transcriptContainer.addChild(block);
|
|
507718
507718
|
state.ui.requestRender();
|