|
12 | 12 | pip install empathy-framework[full] |
13 | 13 | ``` |
14 | 14 |
|
15 | | -## What's New in v3.1.0 |
| 15 | +## What's New in v3.2.x |
16 | 16 |
|
17 | | -### Agent Intelligence System |
18 | | -- **Smart Router** — Natural language wizard dispatch: "Fix security in auth.py" → routes to SecurityWizard |
19 | | -- **Memory Graph** — Cross-wizard knowledge sharing: bugs, fixes, and patterns connected across sessions |
20 | | -- **Auto-Chaining** — Wizards automatically trigger related wizards based on findings |
21 | | -- **Prompt Engineering Wizard** — Analyze, generate, and optimize prompts with token cost savings |
| 17 | +### Unified CLI & Developer Experience |
22 | 18 |
|
23 | | -### Resilience Patterns |
24 | | -- **Retry with Backoff** — Automatic retries with exponential backoff and jitter |
25 | | -- **Circuit Breaker** — Prevent cascading failures (CLOSED → OPEN → HALF_OPEN states) |
26 | | -- **Timeout & Fallback** — Graceful degradation with configurable fallbacks |
27 | | -- **Health Checks** — Monitor system components with configurable thresholds |
| 19 | +- **Unified Typer CLI** — One `empathy` command with Rich output, subcommand groups, and cheatsheet |
| 20 | +- **Dev Container Support** — One-click VS Code dev environment with Docker Compose |
| 21 | +- **Python 3.13 Support** — Test matrix now covers 3.10-3.13 across macOS, Linux, Windows |
| 22 | + |
| 23 | +### Documentation Overhaul |
| 24 | + |
| 25 | +- **Diátaxis Framework** — Restructured docs into Tutorials, How-to, Explanation, Reference |
| 26 | +- **Improved Navigation** — Clearer paths from learning to mastery |
| 27 | +- **Fixed Asset Loading** — CSS now loads correctly on all documentation pages |
| 28 | + |
| 29 | +### Previous (v3.1.x) |
| 30 | + |
| 31 | +- **Smart Router** — Natural language wizard dispatch: "Fix security in auth.py" → SecurityWizard |
| 32 | +- **Memory Graph** — Cross-wizard knowledge sharing across sessions |
| 33 | +- **Auto-Chaining** — Wizards automatically trigger related wizards |
| 34 | +- **Resilience Patterns** — Retry, Circuit Breaker, Timeout, Health Checks |
28 | 35 |
|
29 | 36 | ### Previous (v3.0.x) |
30 | | -- **XML-Enhanced Prompts** — Structured prompts for consistent, parseable LLM responses |
31 | | -- **Multi-Model Provider System** — Choose Anthropic, OpenAI, Ollama, or Hybrid mode |
| 37 | + |
| 38 | +- **Multi-Model Provider System** — Anthropic, OpenAI, Ollama, or Hybrid mode |
32 | 39 | - **80-96% Cost Savings** — Smart tier routing: cheap models detect, best models decide |
33 | 40 | - **VSCode Dashboard** — 10 integrated workflows with input history persistence |
34 | | -- **Security Hardening** — Fixed command injection vulnerabilities in VSCode extension |
35 | | -- **Provider Auto-Detection** — Automatically configures based on your API keys |
36 | 41 |
|
37 | 42 | --- |
38 | 43 |
|
|
0 commit comments