Skip to content

Tags: thornboo/octopus

Tags

v0.9.26

Toggle v0.9.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: ✨ 提取模型名称中的后缀以支持更灵活的匹配 排除模型名称前的渠道商名称 (bestruirui#238)

v0.9.25

Toggle v0.9.25's commit message
feat: ✨ 日志增加请求APIKEY名称

resolve bestruirui#227

v0.9.24

Toggle v0.9.24's commit message
perf: ⚡ 重构统计图和排行榜组件,迁移状态管理到home视图存储

v0.9.23

Toggle v0.9.23's commit message
feat: ✨ 在模型选择部分添加搜索功能

resolve bestruirui#201

v0.9.22

Toggle v0.9.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: 🐛 修复 OpenAI 格式连续 tool 消息转 Anthropic 时未合并导致请求报错 (bestruirui#219)

当用户以 OpenAI 格式请求 Claude 模型时,末尾连续多条 role:tool 消息会被各自
转换为独立的 user 消息,违反 Anthropic API 角色交替要求,导致 Improperly
formed request 错误。在 convertMessages 中增加连续同角色消息合并逻辑,并提取
contentToBlocks 复用简化 convertToolMessage 中的内容转换代码。

v0.9.21

Toggle v0.9.21's commit message
fix: 修复 ChannelBaseUrlDelayUpdate 函数中对空 URL 的处理

bestruirui#207

v0.9.20

Toggle v0.9.20's commit message
fix: 🐛 渠道统计

fix bestruirui#203

v0.9.19

Toggle v0.9.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
修复两个bug,一个是issue bestruirui#192, 一个是根据issue bestruirui#158 打的补丁 (best…

…ruirui#195)

* fix: fixed tool_calls structure

* fix: fixed user agent bug according  to issue bestruirui#158

* fix: more compatiable with openclaw request style

fix bestruirui#192 fix  bestruirui#158

v0.9.18

Toggle v0.9.18's commit message
feat: ✨ 日志页面

v0.9.17

Toggle v0.9.17's commit message
feat: ✨ 熔断器配置

resolve bestruirui#168 resolve bestruirui#157 resolve bestruirui#118 resolve bestruirui#177