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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,40 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [5.5.0] - 2026-04-10
9
+
10
+
### Added
11
+
12
+
#### Wow Experience Wave 1 — Memory & Rewards
13
+
- Agent Council Memory (#1435) — specialists now recall prior council decisions and inject them into new sessions for continuity across conversations
14
+
- Micro-Achievements (#1436) — badge-style reward system surfaces small wins (first council, first rule suggestion, first team bootstrap) to reinforce good habits
15
+
16
+
#### Wow Experience Wave 2 — Intelligence Layer
17
+
- Self-Evolving Rules + `suggest_rules` MCP tool (#1437) — PatternDetector → RuleSuggester pipeline analyzes repeated failure patterns and proposes draft rules for human review (never auto-applied)
18
+
- Smart First Prompt / Context-Aware Onboarding (#1438) — project-specific suggestions driven by tech stack detection replace generic first-run hints
19
+
- Live AI Guardrails (#1439) — real-time rule violation interception during tool use prevents drift before it hits disk
20
+
21
+
#### Wow Experience Wave 3 — Team Bootstrap
22
+
-`codingbuddy init --team` CLI (#1440) — multi-AI tool adapter auto-detection and generation (Cursor, Claude Code, Codex, Antigravity, Q, Kiro) with sub-issues #1449, #1450, #1451
23
+
24
+
#### Dramatic Polish
25
+
- Council Assembly Animation (#1441) — staggered specialist arrival effect during council scene rendering for a more cinematic council experience
26
+
27
+
#### Redesign
28
+
-`activate` MCP tool — one-shot entry point returning rules + primary agent + specialists + discussion format, replacing the multi-step `parse_mode` + `dispatch_agents` ceremony
29
+
- Promoted Claude native Teams as the primary specialist execution strategy; subagent dispatch remains as a fallback for non-Teams environments
30
+
31
+
### Changed
32
+
- RuleTracker: first-class support for `generatedRule`, `baselineFailureRate`, and `currentFailureRate` fields (#1444)
33
+
- Plugin README template now includes standalone Wave feature rows (scripts/build.ts)
34
+
35
+
### Fixed
36
+
- Effectiveness scoring write-path wiring for self-evolving rules (#1444)
Copy file name to clipboardExpand all lines: README.es.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,18 @@ 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.
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,18 @@ 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.
Copy file name to clipboardExpand all lines: apps/mcp-server/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ npx codingbuddy init
20
20
| Command | Description |
21
21
|---------|-------------|
22
22
|`codingbuddy init`| Analyze project and generate configuration |
23
+
|`codingbuddy init --team`| Auto-detect installed AI tools and generate adapter configs |
23
24
|`codingbuddy mcp`| Start MCP server (stdio mode by default) |
24
25
|`codingbuddy install <source>`| Install plugin from git URL or registry |
25
26
|`codingbuddy search <query>`| Search plugins in registry |
@@ -42,6 +43,8 @@ npx codingbuddy init
42
43
43
44
| Tool | Description |
44
45
|------|-------------|
46
+
|`activate`| One-shot entry point returning rules, primary agent, specialists, and discussion format for a prompt. Preferred over `parse_mode` in Claude Code |
47
+
|`suggest_rules`| Analyze execution history for repeated failure patterns and generate draft rule suggestions. Proposed for human review — never auto-applied |
45
48
|`get_project_config`| Get project configuration settings |
46
49
|`search_rules`| Search through rules and guidelines |
47
50
|`get_agent_details`| Get detailed profile of a specialist agent |
0 commit comments