📊 本期亮点
- 🔧 扩展包边界强化:TypeScript项目结构优化
- 🎙️ Mistral TTS:iOS应用新增语音合成支持
- 🔒 PathGuard:文件系统访问控制安全特性
- 🐛 Cron问题集中修复:重启触发、无限挂起等
🔧 Pull Requests (6个)
PR
refactor(plugins): harden extension package boundaries
改进扩展包边界强化,解决TypeScript项目结构中扩展本地解析问题
PR
feat: add Mistral TTS support to iOS app
iOS应用新增Mistral TTS语音合成支持
PR
feat(agents): fallback context modes
引入Context Fallback模式,增强Agent上下文处理能力
PR
fix(macos): watchdog timer to clear stale jobs
macOS Watchdog定时器优化,清理过期任务
PR
Filesystem Access Control (PathGuard)
新增文件系统访问控制功能,增强安全边界
PR
fix(discord): strip leaked thinking from final replies
修复Discord中Thinking内容泄漏问题
🐛 Issues (9个)
Issue
web_fetch should allow private IP access for users behind TUN/proxy
用户请求:web_fetch应允许TUN/代理后的用户访问私有IP
Issue
runtime.modelAuth doesn't handle GitHub Copilot token exchange
runtime.modelAuth未处理GitHub Copilot令牌交换
Issue
Cron jobs immediately fire on gateway restart
网关重启时Cron任务立即触发的问题
Issue
Cron announce delivery fails with 'message is too long' on Telegram
Telegram上Cron announce因消息过长而失败
Issue
[Bug] cron rm command hangs indefinitely
cron rm命令无限期挂起的问题