blun-king-cli 9.1.123 → 9.1.124

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
@@ -317,6 +317,13 @@ AGENTS.md-Anweisungen und die kompakte Skill-Liste. Lediglich doppelte
317
317
  Dauerhinweise entfallen. Das spart rund 4.565 geschätzte Prompt-Token je
318
318
  vollständiger Anfrage, ohne Gesprächsverlauf oder Werkzeugergebnisse zu kürzen.
319
319
 
320
+ Korrigierte Markenfarben in der Fußzeile
321
+ -----------------------------------------
322
+
323
+ Das kompakte BLUN-Zeichen unter der Eingabe zeigt die Markenfarben wieder in
324
+ der richtigen Reihenfolge: Der Statuspunkt und UN verwenden die Primärfarbe,
325
+ BL bleibt weiß. Statuswerte, Profilname und Persona bleiben unverändert.
326
+
320
327
  Aktualisieren
321
328
  -------------
322
329
 
package/README.md CHANGED
@@ -327,6 +327,13 @@ Seele, die Sprache des Nutzers, den aktuellen Arbeitsordner, geltende
327
327
  Dauerhinweise entfallen. Das spart rund 4.565 geschätzte Prompt-Token je
328
328
  vollständiger Anfrage, ohne Gesprächsverlauf oder Werkzeugergebnisse zu kürzen.
329
329
 
330
+ ## Korrigierte Markenfarben in der Fußzeile
331
+
332
+ Das kompakte BLUN-Zeichen unter der Eingabe zeigt die Markenfarben wieder in
333
+ der richtigen Reihenfolge: Der Statuspunkt und `UN` verwenden die Primärfarbe,
334
+ `BL` bleibt weiß. Die Korrektur betrifft nur die Darstellung; Statuswerte,
335
+ Profilname und Persona bleiben unverändert.
336
+
330
337
  ## Aktualisieren
331
338
 
332
339
  `blun update`, `king update` und die jeweilige Variante `upgrade` verwenden
package/blun.mjs CHANGED
@@ -509420,7 +509420,7 @@ var FooterComponent = class {
509420
509420
  const persona = personaName();
509421
509421
  const profileLabel = process.env["BLUN_PROFILE"]?.trim();
509422
509422
  const profile = profileLabel !== void 0 && profileLabel.length > 0 && profileLabel.toLowerCase() !== "default" ? chalk.hex(colors.textDim)(profileLabel) + sep : "";
509423
- const brand = chalk.hex(colors.primary).bold("● BL") + chalk.hex(colors.text)("UN") + sep + profile + (persona !== void 0 ? chalk.hex(colors.text)(persona) + sep : "");
509423
+ const brand = chalk.hex(colors.primary).bold("● ") + chalk.hex(colors.text).bold("BL") + chalk.hex(colors.primary).bold("UN") + sep + profile + (persona !== void 0 ? chalk.hex(colors.text)(persona) + sep : "");
509424
509424
  const modelLabel = model;
509425
509425
  const modeLabel = uiText(state.permissionMode === "yolo" ? "footer.mode.god" : state.permissionMode === "auto" ? "footer.mode.auto" : "footer.mode.manual");
509426
509426
  const modeSuffix = sep + chalk.hex(colors.textDim)(uiText("footer.mode", { mode: modeLabel }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blun-king-cli",
3
- "version": "9.1.123",
3
+ "version": "9.1.124",
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": {