Update README.md

frdel committed Jul 7, 2025 at 10:05 UTC 970fcdc327a26761516b3bbd6701c53abc4d503d
1 file changed +22 -4
README.md
+22 -4
@@ -154,13 +154,31 @@ docker run -p 50001:80 frdel/agent-zero-run
154 | [Contributing](./docs/contribution.md) | How to contribute |
155 | [Troubleshooting](./docs/troubleshooting.md) | Common issues and their solutions |
156
157 -## Coming soon
158 -
159 -- **MCP**
160 -- **Knowledge and RAG Tools**
157
158 ## 🎯 Changelog
159
160 +### v0.9.1 - LiteLLM, UI improvements
161 +- Langchain replaced with LiteLLM
162 + - Support for reasoning models streaming
163 + - Support for more providers
164 + - Openrouter set as default instead of OpenAI
165 +- UI improvements
166 + - New message grouping system
167 + - Communication smoother and more efficient
168 + - Collapsible messages by type
169 + - Code execution tool output improved
170 + - Tables and code blocks scrollable
171 + - More space efficient on mobile
172 +- Streamable HTTP MCP servers support
173 +- LLM API URL added to models config for Azure, local and custom providers
174 +
175 +
176 +### v0.9.0 - Agent roles, backup/restore
177 +[Release video](https://www.youtube.com/watch?v=rMIe-TC6H-k)
178 +- subordinate agents can use prompt profiles for different roles
179 +- backup/restore functionality for easier upgrades
180 +- security and bug fixes
181 +
182 ### v0.8.7 - Formatting, Document RAG Latest
183 [Release video](https://youtu.be/OQJkfofYbus)
184 - markdown rendering in responses