Skip to content

Commit 4e46f51

Browse files
authored
docs: add v0.2.9 changelog (en, zh) (#39)
Co-authored-by: BeaconCat <BeaconCat@users.noreply.github.com>
1 parent 7b77c5b commit 4e46f51

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

src/data/changelog-en.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
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+
},
227
{
328
version: 'v0.2.8',
429
date: '2026-04-30',

src/data/changelog-zh.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
export const releases = [
2+
{
3+
version: 'v0.2.9',
4+
date: '2026-05-24',
5+
highlights: [
6+
'<strong>多 Agent 协作体系</strong>:Agent 发现提示词、跨 Agent 委托、任务分发(TargetAgentID)',
7+
'<strong>Provider 生态扩展</strong>:新增 gpt4free、SiliconFlow、Gemini Web Search,模型目录统一后端',
8+
'<strong>Web 控制台大幅增强</strong>:模型目录浏览、Provider 连通性验证、聊天详情可见性、代码块折叠/复制、MCP 配置 UI',
9+
'<strong>MCP Streamable HTTP</strong>:MCP 协议新增 Streamable HTTP 传输支持',
10+
'<strong>Agent 自进化能力</strong>:运行时自我进化配置,自动优化行为策略',
11+
'<strong>LINE SDK 官方化</strong>:从手写 HTTP 代码迁移至官方 LINE Bot SDK v8',
12+
],
13+
details: [
14+
'新增 Bedrock 流式推理和通用流式传输支持',
15+
'聊天历史持久化 model_name,支持跨会话模型追踪',
16+
'新增 Slack Webhook Channel 和 Telegram 媒体组支持',
17+
'新增恢复出厂设置功能',
18+
'新增 stop 命令支持',
19+
'请求级上下文策略,按请求动态调整 Agent 行为',
20+
'修复:Windows PowerShell 编码绕过注入安全漏洞',
21+
'修复:DeepSeek 流式推理内容丢失、MiMo 历史重放',
22+
'修复:Pico 附件图片跨客户端丢失、Telegram SVG 媒体处理',
23+
'Go 升级至 1.25.10,修复 stdlib 安全漏洞',
24+
'新增葡萄牙语(巴西)完整本地化支持',
25+
],
26+
},
227
{
328
version: 'v0.2.8',
429
date: '2026-04-30',

0 commit comments

Comments
 (0)