✨ New Features / 新功能
-
Conversation Rewind - Implement conversation rewind feature with message selection dialog and ESC shortcut support
- 对话回退功能,支持消息选择对话框和 ESC 快捷键
-
JCEF Availability Check - Add JCEF availability check with user-friendly error panel
- 添加 JCEF 可用性检查,提供友好的错误提示面板
-
MCP Server Status API - Add getMcpServerStatus API for MCP server status query
- 添加 getMcpServerStatus API,支持查询 MCP 服务器状态
-
Draft Input State - Add draft input state to preserve content during page navigation
- 添加草稿输入状态,页面导航时保留内容
🔧 Improvements / 改进
-
IME Optimization - Optimize IME composition detection for better input accuracy
- 优化输入法组合检测,提升输入准确性
-
Security - Refactor PowerShell command construction to prevent injection
- 重构 PowerShell 命令构建以防止注入攻击
-
Performance - Add caching and timeout safeguards for archive extraction
- 为压缩包解压添加缓存和超时保护
-
Auto Cleanup - Automatic cleanup of outdated ai-bridge cache on plugin version change
- 插件版本更新时自动清理过期的 ai-bridge 缓存
🐛 Bug Fixes / 修复
- Preserve Unix file permissions during extraction / 解压时保留 Unix 文件权限
- Fix bridge directory null check during extraction / 修复解压过程中桥接目录空指针检查
Full Changelog: 49b669a
What's Changed
- fix: Resolve ai-bridge extraction issues and improve reliability by @gadfly3173 in #148
- feat: implement conversation rewind feature by @zhukunpenglinyutong in #158
- v0.1.5-beta1 by @zhukunpenglinyutong in #165
Full Changelog: v0.1.4...v0.1.5-beta1