Skip to content

Commit 04c9531

Browse files
authored
Add 0.4.7 release notes (#148)
1 parent 1a817ac commit 04c9531

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.7] - 2025-07-14
11+
12+
### Added
13+
- Server-side LLM sampling via `ask_llm()` with new `ask_user()` helper.
14+
- `prefer_medium_model()` for balanced model selection.
15+
- Expanded examples and tests including Redis cache and travel planner.
16+
17+
### Changed
18+
- Removed automatic `EnrichContext` injection; use `app.get_context()`.
19+
- Improved chat agent and memory examples.
20+
21+
### Fixed
22+
- Correct context usage in examples and `ask_llm` helper.
1023
## [0.4.6] - 2025-07-10
1124

1225
### Added

0 commit comments

Comments
 (0)