You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump the workspace version from 5.5.0 to 5.6.0 and publish release
documentation for the HUD Statusbar Wave cycle.
- Bump version across workspaces: apps/mcp-server, packages/rules,
packages/claude-code-plugin (+ peerDependencies), plugin.json,
marketplace.json, version.ts, yarn.lock
- Add [5.6.0] - 2026-04-11 section to CHANGELOG.md covering Wave 1-A
through Wave 3 features, Wave 0 polish fixes, next 16.2.3 security
bump (GHSA-q4gf-8mx6-v5v3), and a new Test Coverage section with
381/381 tests passing
- Replace "What's New" section in all 5 README translations
(en/ko/zh-CN/ja/es) with the HUD Statusbar Wave feature list:
Breathing Buddy Face, Cost Velocity Indicator, Cache Savings Badge,
Mode Rainbow Coloring, Smart Context Bar, Adaptive Layout Engine,
and Rate-limit Severity Icons
- Refresh plugin README (Version 5.6.0) and namespace-manifest.json
as generated by yarn build
- HUD status line: defensive `try/except` imports ensure graceful degradation when optional modules fail
27
+
- Plugin statusline: hoisted `_format_velocity_segment` / `_format_cache_savings` to module top (~0.47μs saved per render, perf-1485 H1)
28
+
29
+
### Fixed
30
+
- Session self-heal (Wave 1-B, #1468) — stale HUD state detection and recovery
31
+
- Version resolution fallback (Wave 1-A, #1466) — plugin.json fallback when package.json unavailable
32
+
- Narrow exception handling (qual-1465 HIGH-1) — `ImportError` instead of bare `Exception` in 3 fallback import blocks so real bugs (SyntaxError, NameError, AttributeError) surface immediately
33
+
- Signature drift elimination (qual-1465 HIGH-2) — removed inline stub functions for `format_rate_limits` and `_get_fresh_version`
34
+
35
+
### Security
36
+
- next 16.2.3 bump — GHSA-q4gf-8mx6-v5v3 landing-page fix, `eslint-config-next` aligned
37
+
38
+
### Test Coverage
39
+
- 381/381 tests pass across the 9 Wave-level test suites and the Wave 3 integration harness (Wave 1-B +24, Wave 2-B +33, Wave 2-C +26, Wave 2-D +35, Wave 2-E +29)
Copy file name to clipboardExpand all lines: README.es.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,15 @@ Una sola IA no puede ser experta en todo. Codingbuddy crea un equipo de desarrol
24
24
25
25
---
26
26
27
-
## Novedades en v5.5.0 — Wow Experience
28
-
29
-
-**Agent Council Memory** — los especialistas ahora recuerdan hallazgos previos y se basan en el contexto de los demás entre sesiones.
30
-
-**Live AI Guardrails** — interceptación en tiempo real de violaciones de reglas en Edit/Write con detección de patrones (SQL injection, XSS, secretos hardcodeados, eval/exec).
31
-
-**Self-Evolving Rules** — la herramienta MCP `suggest_rules` analiza patrones de fallos y propone borradores de reglas para revisión humana.
32
-
-**Smart First Prompt** — onboarding contextual que lee tu proyecto y sugiere el mejor modo a seguir.
33
-
-**Team Bootstrap** — `codingbuddy init --team` detecta automáticamente las herramientas de IA instaladas (Cursor, Claude Code, Codex, Antigravity, Q, Kiro) y genera los adaptadores correspondientes con un solo comando.
34
-
-**Micro-Achievements** — hitos desbloqueables para entradas de modo, convocatorias del consejo y ciclos TDD.
35
-
-**Council Assembly Animation** — efecto dramático de llegada escalonada de especialistas al entrar en un modo.
27
+
## Novedades en v5.6.0 — HUD Statusbar Wave
28
+
29
+
-**Breathing Buddy Face** — el rostro del Buddy reacciona a la fase de tu sesión (inactivo / pensando / activo / bloqueado / victoria) para que la barra de estado se sienta viva.
30
+
-**Cost Velocity Indicator** — un badge de ritmo de gasto de sesión con glifos 🔥 / ↗ / → / 💤 te dice si estás en una pasada de planificación lenta o en una refactorización intensa.
31
+
-**Cache Savings Badge** — cuantifica los descuentos de caché de prompts como `💰$N.NN saved` para que veas el valor del caché en tiempo real.
32
+
-**Mode Rainbow Coloring** — gradientes ANSI truecolor por modo (PLAN ◇ / ACT ◆ / EVAL ◈ / AUTO ◊) con soporte para la variable de entorno `NO_COLOR` en CI y terminales en escala de grises.
33
+
-**Smart Context Bar** — una barra de progreso visual `[████░░░░░░] 42%` reemplaza el texto plano `Ctx:42%` con umbrales de advertencia y peligro.
34
+
-**Adaptive Layout Engine** — el HUD se adapta con elegancia a terminales estrechos mediante el truncado adaptativo `fit_segments`.
35
+
-**Rate-limit Severity Icons** — advertencias visuales cuando te acercas a los límites de velocidad de la API.
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,15 @@ Codingbuddy is a multi-AI MCP server that orchestrates 37 specialist agents acro
18
18
19
19
---
20
20
21
-
## What's New in v5.5.0 — Wow Experience
22
-
23
-
-**Agent Council Memory** — specialists now remember prior findings and build on each other's context across sessions.
24
-
-**Live AI Guardrails** — real-time rule violation interception on Edit/Write with pattern detection (SQL injection, XSS, hardcoded secrets, eval/exec).
25
-
-**Self-Evolving Rules** — `suggest_rules` MCP tool analyzes failure patterns and proposes draft rules for human review.
26
-
-**Smart First Prompt** — context-aware onboarding that reads your project and suggests the next best mode.
27
-
-**Team Bootstrap** — `codingbuddy init --team` auto-detects installed AI tools (Cursor, Claude Code, Codex, Antigravity, Q, Kiro) and generates matching adapters in one command.
28
-
-**Micro-Achievements** — unlockable milestones for mode entries, council summons, and TDD cycles.
-**Breathing Buddy Face** — the buddy face reacts to your session phase (idle / thinking / active / blocked / victory) so the status bar feels alive.
24
+
-**Cost Velocity Indicator** — session spend-rate badge with 🔥 / ↗ / → / 💤 trend glyphs tells you whether you're on a slow planning pass or a hot refactor burn.
25
+
-**Cache Savings Badge** — quantifies prompt-cache discounts as `💰$N.NN saved` so you see the value of caching in real time.
26
+
-**Mode Rainbow Coloring** — per-mode ANSI truecolor gradients (PLAN ◇ / ACT ◆ / EVAL ◈ / AUTO ◊) with `NO_COLOR` env support for CI and greyscale terminals.
27
+
-**Smart Context Bar** — visual `[████░░░░░░] 42%` progress bar replaces plain `Ctx:42%` text with warning and danger thresholds.
0 commit comments