Skip to content

Commit b4591f8

Browse files
GeneAIGeneAI
authored andcommitted
docs: Update README What's New section for v3.2.x
- Highlight unified Typer CLI and dev container support - Document Diátaxis documentation restructuring - Condense v3.1.x and v3.0.x sections - Bump version to 3.2.4
1 parent 2ae5270 commit b4591f8

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

README.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,32 @@
1212
pip install empathy-framework[full]
1313
```
1414

15-
## What's New in v3.1.0
15+
## What's New in v3.2.x
1616

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
2218

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
2835

2936
### 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
3239
- **80-96% Cost Savings** — Smart tier routing: cheap models detect, best models decide
3340
- **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
3641

3742
---
3843

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "empathy-framework"
7-
version = "3.2.3"
7+
version = "3.2.4"
88
description = "AI collaboration framework with persistent memory, anticipatory intelligence, code inspection, and multi-agent orchestration"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)