|
1 | 1 | export const releases = [ |
| 2 | + { |
| 3 | + version: 'v0.2.9', |
| 4 | + date: '2026-05-24', |
| 5 | + highlights: [ |
| 6 | + '<strong>Multi-Agent Collaboration</strong>: Agent discovery prompts, cross-agent delegation, task dispatch via TargetAgentID', |
| 7 | + '<strong>Provider Ecosystem Expansion</strong>: Added gpt4free, SiliconFlow, Gemini Web Search; unified provider metadata and backend catalog', |
| 8 | + '<strong>Web Console Major Enhancement</strong>: Model catalog browsing, provider connectivity verification, chat detail visibility, code block collapse/copy, MCP config UI', |
| 9 | + '<strong>MCP Streamable HTTP</strong>: Added Streamable HTTP transport for MCP protocol', |
| 10 | + '<strong>Agent Self-Evolution</strong>: Runtime self-evolution configuration for automatic behavior optimization', |
| 11 | + '<strong>LINE SDK Migration</strong>: Migrated from hand-rolled HTTP to official LINE Bot SDK v8', |
| 12 | + ], |
| 13 | + details: [ |
| 14 | + 'Added Bedrock streaming inference and general streaming transport support', |
| 15 | + 'Persisted model_name in chat history for cross-session model tracking', |
| 16 | + 'Added Slack Webhook Channel and Telegram media group support', |
| 17 | + 'Added factory reset feature', |
| 18 | + 'Added stop command support', |
| 19 | + 'Request-scoped context policies for per-request dynamic Agent behavior', |
| 20 | + 'Fix: Windows PowerShell encoding bypass injection vulnerability', |
| 21 | + 'Fix: DeepSeek stream reasoning_content loss, MiMo history replay', |
| 22 | + 'Fix: Pico attachment image media loss across clients, Telegram SVG handling', |
| 23 | + 'Go bumped to 1.25.10 to fix stdlib vulnerabilities', |
| 24 | + 'Added Portuguese (Brazil) full localization', |
| 25 | + ], |
| 26 | + }, |
2 | 27 | { |
3 | 28 | version: 'v0.2.8', |
4 | 29 | date: '2026-04-30', |
|
0 commit comments