v1.14.23:自定义 npm registry 版本检查
发布日期:2026年4月24日
🎯 一句话总结
检查包版本时也尊重自定义 .npmrc registry 设置,TUI 用户消息现在显示全部文本块。
🔧 问题修复
自定义 Registry 版本检查
问题:检查包版本和更新时,使用的是默认 npm registry,而不是 .npmrc 中配置的自定义 registry。
修复:版本检查现在也使用自定义 registry 设置。
对你有什么影响:使用私有 registry 时,插件版本检查更准确。
用户消息只显示第一个文本块
问题:TUI 中的用户消息只显示第一个文本块(text block),其余被忽略。
修复:现在渲染用户消息中的所有非合成文本。
对你有什么影响:多段文本的输入消息完整显示。
📊 要不要升级?
| 情况 | 建议 |
|---|---|
| 使用私有 npm registry | ✅ 推荐 |
| 消息显示不完整 | ✅ 推荐 |
| 正常使用中 | 可以等下次 |
⬆️ 升级命令
bash
opencode upgrade📋 技术细节
点击展开完整更新列表
Core
- Respect custom
.npmrcregistry settings when checking package versions and updates.
TUI
- Render all non-synthetic text in a user message instead of showing only the first text block.

