Summary
This release makes Smart Routing more flexible and more transparent. You can now attach an optional embedding query and document prefixes so your own documents are embedded and searched the way you intend, the server description mode set through the system config API is properly persisted, and environment variables that would otherwise silently shadow dashboard settings are surfaced in the UI. The marketplace hides the Cloud Support (MCPRouter) tab and button hover pointers are restored. The docs toolchain also hardens: every Mintlify MDX page is now validated in CI with broken pages repaired, while the agent guides gain the shell PATH and file-sandbox workarounds plus a new security advisory lifecycle workflow.
Features
- Hide the Cloud Support (MCPRouter) tab in the marketplace by @samanhappy in #1218
- Add an optional embedding query and document prefixes to Smart Routing by @SelfRef in #1212
Fixes
- Persist the server description mode configured via the system config API by @SelfRef in #1209
- Surface environment variables that would otherwise shadow dashboard settings by @samanhappy in #1210
- Restore the pointer cursor when hovering over buttons by @danielsteman in #1211
- Validate every Mintlify MDX page in CI and repair broken pages by @samanhappy in #1213
- Document the agent shell PATH workaround so gh and pnpm resolve despite a minimal PATH by @samanhappy in #1214
- Document the agent shell file sandbox limits that break npx-based tests by @samanhappy in #1216
- Add a security advisory lifecycle workflow guide by @samanhappy in #1217
摘要
这个版本让智能路由更灵活也更透明。现在可以为自有文档设置可选的嵌入查询与文档前缀,让嵌入与搜索更符合预期;通过系统配置 API 设置的服务器描述模式会被正确持久化;会悄悄覆盖仪表盘设置的环境变量也终于浮出水面。市场(Marketplace)中隐藏了 Cloud Support(MCPRouter)标签页,按钮悬停恢复了指针光标。文档工具链同样得到加固:CI 现在会校验每个 Mintlify MDX 页面并修复了损坏页面,代理指南补充了 shell PATH 与文件沙箱的规避方法,以及新的安全公告生命周期工作流。
功能
- 在市场(Marketplace)中隐藏 Cloud Support(MCPRouter)标签页 by @samanhappy in #1218
- 为智能路由新增可选的嵌入查询与文档前缀 by @SelfRef in #1212
修复
- 持久化通过系统配置 API 设置的服务器描述模式(serverDescriptionMode)by @SelfRef in #1209
- 在仪表盘展示会覆盖页面设置的隐藏环境变量 by @samanhappy in #1210
- 恢复按钮悬停时的指针光标 by @danielsteman in #1211
- 在 CI 中校验每个 Mintlify MDX 页面并修复损坏的页面 by @samanhappy in #1213
- 在代理指南中说明 shell PATH 的规避方法,确保 gh、pnpm 在最小 PATH 下仍可解析 by @samanhappy in #1214
- 在代理指南中说明会导致 npx 测试失败的 shell 文件沙箱限制 by @samanhappy in #1216
- 新增安全公告生命周期工作流指南 by @samanhappy in #1217
New Contributors
- @danielsteman made their first contribution in #1211
References
- feat(market): hide Cloud Support (MCPRouter) tab by @samanhappy in #1218
- docs(agents): add security advisory lifecycle workflow guide by @samanhappy in #1217
- docs: document agent shell file sandbox limits for npx-based tests by @samanhappy in #1216
- docs: document agent shell PATH so gh/pnpm resolve despite minimal PATH by @samanhappy in #1214
- ci(docs): validate every Mintlify MDX page in CI and repair broken pages by @samanhappy in #1213
- feat(smart-routing): add optional embedding query and document prefixes by @SelfRef in #1212
- fix(css): pointer cursor when hovering over buttons by @danielsteman in #1211
- fix(smart-routing): surface env vars that shadow dashboard settings by @samanhappy in #1210
- fix(smart-routing): persist serverDescriptionMode from the system config API by @SelfRef in #1209
- Full changelog: v1.0.40...v1.0.41