Langfuse v4.42.0 发布:新增 Anthropic 网关支持与决策模型评估器
原标题:v4.42.0
AI 摘要
Langfuse 发布 v4.42.0 版本,主要包含 Web 前端重构(将深层导入统一走 index.ts)、UI 修复与设计系统组件迁移,以及 trace 消息内部预览、注释与评论嵌入 trace/session 等新功能。AI 网关方面新增对 Anthropic 连接的支持,评估模块引入实验性的决策模型评估器(TypeSafe Jev)并移除相关功能开关。此外还更新了 Claude Opus 5.5 与 GPT-6 Sol/Luna 的默认定价,并为 API 增加 prompt 名称前缀过滤。
正文节选
## What's Changed * refactor(web): reroute leftover feature deep imports through index.ts by @nkabardin in https://github.com/langfuse/langfuse/pull/17749 * fix(web): trace page panels fill the window width by @nmtrang29 in https://github.com/langfuse/langfuse/pull/17714 * refactor(web): reroute remaining feature deep imports through index.ts by @nkabardin in https://github.com/langfuse/langfuse/pull/17753 * feat: trace messages internal preview by @marliessophie in https://github.com/langfu