Releases: superboy911/dsh-model-router
Release list
v0.2.2 / Web 安全补丁
Security fix / 安全修复
Caught server exceptions no longer flow into HTTP responses. Detailed messages stay in local logs; clients receive stable error codes and fixed bilingual messages. / 捕获到的服务端异常不再进入 HTTP 响应。详细信息只保留在本机日志中,客户端只收到稳定错误码和固定双语提示。
GitHub CodeQL alert #1 (js/stack-trace-exposure) is fixed, with zero open code-scanning alerts after the main-branch analysis. / GitHub CodeQL 告警 #1(js/stack-trace-exposure)已修复,主分支扫描后未处理告警为 0。
Repository maintenance / 仓库维护
Dependabot continues patch and minor updates, while major upgrades require explicit compatibility review. / Dependabot 继续提示补丁和小版本升级,跨大版本升级必须先做明确的兼容性评审。
Verification / 验证
169 automated tests pass on Node 22.19 and Node 24; build, package, secret scan, CodeQL, and production dependency audit pass. / 169 项自动化测试在 Node 22.19 和 Node 24 上通过;构建、打包、敏感信息扫描、CodeQL 和生产依赖审计均通过。
v0.2.1 / 安全与社区更新
Highlights / 主要内容
- Harden media endpoint and unauthenticated request handling. / 加固媒体端点与无认证请求处理。
- Clean up subagent model-selection listeners and repair browser source maps. / 清理子代理模型选择监听器并修正浏览器源码映射。
- Add secret scanning, CI governance, Dependabot, and public-repository CodeQL. / 增加敏感信息扫描、持续集成治理、Dependabot 和公开仓库 CodeQL。
- Add complete Chinese counterparts, newcomer-friendly contribution guidance, and the five-model cost strategy. / 补齐中文对应文档、新手友好的贡献指南和五模型成本策略。
Verification / 验证
168 automated tests pass on Node 22.19 and Node 24. / 168 项自动化测试在 Node 22.19 和 Node 24 上通过。