blun-king-cli 9.1.500 → 9.1.501
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 +6 -0
- package/LIESMICH.txt +5 -1
- package/README.md +5 -1
- package/blun.mjs +2 -2
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 9.1.501 - 2026-08-30
|
|
4
|
+
|
|
5
|
+
- Restores the ordinary work-tool catalogue immediately after a proactive TodoList-only maintenance step.
|
|
6
|
+
- Prevents `Bash`, `Read`, and every other selected turn tool from remaining hidden after TodoList maintenance succeeds.
|
|
7
|
+
- Adds a regression check for both normal and thinking-effort work steps after the Todo-only step.
|
|
8
|
+
|
|
3
9
|
## 9.1.500 - 2026-08-30 - Golden Release
|
|
4
10
|
|
|
5
11
|
- Marks the complete cross-platform BLUN King package as the Golden Release for Windows, Linux, and macOS.
|
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.
|
|
12
|
+
npm install -g blun-king-cli@9.1.501
|
|
13
13
|
|
|
14
14
|
Start
|
|
15
15
|
-----
|
|
@@ -65,6 +65,10 @@ geschriebenen Entwurf zu löschen. Das gilt auch bei
|
|
|
65
65
|
Autovervollständigung, Geistervorschlägen, Bash-Eingabe und einer offenen
|
|
66
66
|
Mehrzeileneingabe.
|
|
67
67
|
|
|
68
|
+
Version 9.1.501 stellt nach der automatischen Todo-Pflege den normalen
|
|
69
|
+
Werkzeugkatalog wieder her. Dadurch bleiben Read, Bash und die weiteren fuer den
|
|
70
|
+
Arbeitszug ausgewaehlten Werkzeuge nach dem TodoList-Schritt verfuegbar.
|
|
71
|
+
|
|
68
72
|
Version 9.1.500 ist die Golden Release fuer Windows, Linux und macOS. Sie traegt
|
|
69
73
|
den vollstaendigen Funktionsstand von 9.1.499 unveraendert und wird im
|
|
70
74
|
oeffentlichen Changelog mit einer eigenen goldenen Ueberschrift gekennzeichnet.
|
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.
|
|
12
|
+
npm install -g blun-king-cli@9.1.501
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Reproduzierbares Staging und Packen
|
|
@@ -81,6 +81,10 @@ konkurrierenden Start zurückgewiesen und bleiben an der Spitze der
|
|
|
81
81
|
FIFO-Warteschlange. Für diesen normalen Wartestatus erscheint kein
|
|
82
82
|
`turn.agent_busy`-Fehler.
|
|
83
83
|
|
|
84
|
+
Version 9.1.501 stellt nach der automatischen Todo-Pflege den normalen
|
|
85
|
+
Werkzeugkatalog wieder her. Dadurch bleiben Read, Bash und die weiteren fuer den
|
|
86
|
+
Arbeitszug ausgewaehlten Werkzeuge nach dem TodoList-Schritt verfuegbar.
|
|
87
|
+
|
|
84
88
|
Version 9.1.500 ist die Golden Release fuer Windows, Linux und macOS. Sie traegt
|
|
85
89
|
den vollstaendigen Funktionsstand von 9.1.499 unveraendert und wird im
|
|
86
90
|
oeffentlichen Changelog mit einer eigenen goldenen Ueberschrift gekennzeichnet.
|
package/blun.mjs
CHANGED
|
@@ -262804,13 +262804,13 @@ var init_turn = __esmMin((() => {
|
|
|
262804
262804
|
tools: [todoTool]
|
|
262805
262805
|
};
|
|
262806
262806
|
}
|
|
262807
|
-
if (workStepThinkingEffort === void 0) return;
|
|
262807
|
+
if (workStepThinkingEffort === void 0) return { tools: selectedTools };
|
|
262808
262808
|
this.agent.log.info("work step thinking effort", {
|
|
262809
262809
|
stepNumber,
|
|
262810
262810
|
previousStepToolOutcome,
|
|
262811
262811
|
thinkingEffort: workStepThinkingEffort
|
|
262812
262812
|
});
|
|
262813
|
-
return { llm: this.agent.llmForTurn(workStepThinkingEffort) };
|
|
262813
|
+
return { llm: this.agent.llmForTurn(workStepThinkingEffort), tools: selectedTools };
|
|
262814
262814
|
}
|
|
262815
262815
|
const steerEfforts = pendingSteers.map((steer) => blunTurnHasAttachment(steer.input) ? void 0 : selectThinkingEffortForBufferedSteer(blunExtractText(blunThinkingIntentInput(steer.input)), steer.origin.kind));
|
|
262816
262816
|
if (steerEfforts.some((effort) => effort === void 0)) return;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "blun-king-cli",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.501",
|
|
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": {
|
|
@@ -61,6 +61,5 @@
|
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"blun-king-cli": "^9.1.62",
|
|
63
63
|
"node-addon-api": "^7.1.1"
|
|
64
|
-
}
|
|
65
|
-
"devDependencies": {}
|
|
64
|
+
}
|
|
66
65
|
}
|