v1.14.18:ripgrep 后端恢复
发布日期:2026年4月19日
🎯 一句话总结
恢复了原生 ripgrep 后端,文件搜索和文件列表功能重新可靠工作。
🔧 问题修复
文件搜索和列表不可靠
问题:之前的架构重构导致原生 ripgrep 后端被替换,文件搜索(Glob)和文件列表(Read 目录)功能不可靠。
修复:恢复原生 ripgrep 后端。
对你有什么影响:文件搜索和浏览目录恢复到之前的速度和准确度。
📊 要不要升级?
| 情况 | 建议 |
|---|---|
| 文件搜索异常 | ✅ 强烈推荐 |
| 正常使用中 | ✅ 推荐 |
⬆️ 升级命令
bash
opencode upgrade📋 技术细节
点击展开完整更新列表
Core
- Restore the native ripgrep backend so file search and file listing work reliably again.
Thank you to 1 community contributor:
- @ariane-emory: docs: document --dangerously-skip-permissions CLI flag (#23371)

