Skip to content

Commit 8b49854

Browse files
imguoguoclaude
andauthored
content: add v0.2.5 changelog (EN/ZH) (#28)
Key highlights: Mimo/Venice/LM Studio/Z.AI providers, VK channel, skill marketplace, launcher token auth, load_image/read_file tools, LLM rate limiting, BM25 precomputation, macOS DMG installer. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a943f22 commit 8b49854

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.5',
4+
date: '2026-04-03',
5+
highlights: [
6+
'<strong>New LLM Providers</strong>: Mimo AI, Venice AI, LM Studio, and Z.AI added',
7+
'<strong>VK Channel</strong>: VK social network support',
8+
'<strong>Skill Marketplace</strong>: Web UI hub for browsing and installing skills from registry',
9+
'<strong>Launcher Dashboard</strong>: Token-protected dashboard with SPA login page',
10+
'<strong>New Tools</strong>: <code>load_image</code> (local vision), <code>read_file</code> by lines, exec background/PTY, reaction tool',
11+
'<strong>LLM Rate Limiting</strong>: Per-model rate limiting and ContextManager abstraction',
12+
],
13+
details: [
14+
'Image message support in Pico chat Web UI',
15+
'Multi-message sending via <code>---</code> split marker',
16+
'BM25 index precomputation for faster memory/knowledge searches',
17+
'First-time onboarding tour guide for new users',
18+
'<code>PICOCLAW_LOG_FILE</code> env var for file-only logging',
19+
'Telegram: quoted reply context and media included in inbound turns',
20+
'Fix: Telegram HTML links broken by italic regex inside href URLs',
21+
'Fix: WeChat/WeCom new protocol support',
22+
'Fix: token over-estimation causing premature context pruning',
23+
'Fix: Retry-After header honored for 429 rate limit responses',
24+
'Fix: GitHub Copilot session creation failure',
25+
],
26+
},
227
{
328
version: 'v0.2.4',
429
date: '2026-03-25',

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.5',
4+
date: '2026-04-03',
5+
highlights: [
6+
'<strong>新增 LLM Provider</strong>:接入 Mimo AI、Venice AI、LM Studio、Z.AI',
7+
'<strong>VK 通道</strong>:支持 VK 社交网络',
8+
'<strong>技能市场</strong>:Web UI 技能中心,支持浏览和一键安装注册表中的技能',
9+
'<strong>Launcher 控制面板</strong>:Token 鉴权保护 + SPA 登录页',
10+
'<strong>新工具</strong>:<code>load_image</code>(本地视觉)、<code>read_file</code> 按行读取、exec 后台执行/PTY、反应工具',
11+
'<strong>LLM 速率限制</strong>:支持单模型限速,新增 ContextManager 可插拔上下文管理',
12+
],
13+
details: [
14+
'Pico Chat Web UI 支持图片消息',
15+
'通过 <code>---</code> 分隔符实现单次多消息发送',
16+
'预计算 BM25 索引,加速记忆/知识库搜索',
17+
'新用户首次使用引导教程',
18+
'<code>PICOCLAW_LOG_FILE</code> 环境变量,支持仅写文件日志',
19+
'Telegram:引用回复的上下文和媒体内容纳入对话轮次',
20+
'修复:Telegram 斜体正则误匹配 href 导致 HTML 链接损坏',
21+
'修复:微信/企业微信新协议支持',
22+
'修复:Token 数量高估导致上下文被过早压缩',
23+
'修复:正确处理 429 响应的 Retry-After 头',
24+
'修复:GitHub Copilot 会话无法创建',
25+
],
26+
},
227
{
328
version: 'v0.2.4',
429
date: '2026-03-25',

0 commit comments

Comments
 (0)