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 CHANGED
@@ -9,7 +9,7 @@ Installation
9
9
  ------------
10
10
  Die geprüfte Version exakt global installieren:
11
11
 
12
- npm install -g blun-king-cli@9.1.44
12
+ npm install -g blun-king-cli@9.1.45
13
13
 
14
14
  Start
15
15
  -----
package/README.md CHANGED
@@ -9,7 +9,7 @@ Voraussetzung ist Node.js 24.15 oder neuer. Die geprüfte Version wird exakt
9
9
  installiert:
10
10
 
11
11
  ```powershell
12
- npm install -g blun-king-cli@9.1.44
12
+ npm install -g blun-king-cli@9.1.45
13
13
  ```
14
14
 
15
15
  ## Reproduzierbares Staging und Packen
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, true);
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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blun-king-cli",
3
- "version": "9.1.44",
3
+ "version": "9.1.45",
4
4
  "description": "BLUN CLI - your own AI agent with a Telegram channel. Get it done. With BLUN.",
5
5
  "license": "MIT",
6
6
  "bin": {