Skip to content

Commit d8ea153

Browse files
committed
🖉 Update changelog with v0.9.0-rc
1 parent 5dcaa0f commit d8ea153

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [v0.9.0-rc](https://github.com/devlooped/AI/tree/v0.9.0-rc) (2025-10-27)
4+
5+
[Full Changelog](https://github.com/devlooped/AI/compare/v0.9.0-beta...v0.9.0-rc)
6+
7+
:sparkles: Implemented enhancements:
8+
9+
- Add support for configurable AI context and auto-wiring of tools [\#135](https://github.com/devlooped/AI/pull/135) (@kzu)
10+
- Add support for configurable and composable AI contexts [\#134](https://github.com/devlooped/AI/pull/134) (@kzu)
11+
- Expose configuration metadata from configurable agent/chat [\#130](https://github.com/devlooped/AI/pull/130) (@kzu)
12+
- Allow case-insensitive agents and clients resolution [\#129](https://github.com/devlooped/AI/pull/129) (@kzu)
13+
- Add automatic dedent of description and instructions [\#128](https://github.com/devlooped/AI/pull/128) (@kzu)
14+
- Make sure we always have the AgentId in the ChatResponse [\#127](https://github.com/devlooped/AI/pull/127) (@kzu)
15+
16+
:twisted_rightwards_arrows: Merged:
17+
18+
- Add comprehensive sample with both server and client [\#131](https://github.com/devlooped/AI/pull/131) (@kzu)
19+
320
## [v0.9.0-beta](https://github.com/devlooped/AI/tree/v0.9.0-beta) (2025-10-17)
421

522
[Full Changelog](https://github.com/devlooped/AI/compare/v0.8.3...v0.9.0-beta)

0 commit comments

Comments
 (0)