Releases: yomorun/yomo
Releases · yomorun/yomo
Release list
v2.0.5
What's Changed
- fix: normalize deepseek v4 developer role for tokenhub by @woorui in #1248
- fix: map tokenhub custom errors from parser by @woorui in #1247
- fix: make node serverless template path resolution ESM-safe by @woorui in #1249
- fix: emit stream usage after tool calls by @woorui in #1250
- chore: bump version to 2.0.5 by @woorui in #1251
Full Changelog: v2.0.4...v2.0.5
v2.0.4
chore: bump version to 2.0.4 (#1246)
v2.0.3
What's Changed
- fix: tool response json serialization by @wujunzhuo in #1237
- ref: serialize tool result in agent loop by @wujunzhuo in #1238
- fix: llm api default model config by @wujunzhuo in #1239
- add metadata in provider trait by @wujunzhuo in #1240
- feat: on_usage remove endpoint & flatten_usage_quantities_for_usage by @woorui in #1242
- fix: extend openai-compatible stream timeouts by @woorui in #1241
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- enlarge io frame size to 4M by @wujunzhuo in #1234
- version v2.0.2 by @wujunzhuo in #1235
Full Changelog: v2.0.1...v2.0.2
v2.0.0
What's Changed
- first draft by @wujunzhuo in #1183
- parse cli args by @wujunzhuo in #1184
- support tls config by @wujunzhuo in #1185
- Main by @wujunzhuo in #1187
- ref: use ts-json-schema-generator for node llm parser by @wujunzhuo in #1214
- support envs for run sub-command by @wujunzhuo in #1217
- feat: agent loop for chat completions by @woorui in #1220
- feat: model apis by @woorui in #1221
- ref: retrieve metadata from llm headers by @wujunzhuo in #1222
- fix rustls init proiver by @wujunzhuo in #1226
- update tls certs by @wujunzhuo in #1230
- update opentelemetry tracing crates by @wujunzhuo in #1231
- add github release action script by @wujunzhuo in #1232
Full Changelog: https://github.com/yomorun/yomo/commits/v2.0.0
v1.22.3
fix(bridge/ai): properly write buffered stream finish and usage chunk…
v1.22.2
What's Changed
- chore(deps): bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.43.0 by @dependabot[bot] in #1212
- chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.46.0 by @dependabot[bot] in #1180
- chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.37.0 to 1.43.0 by @dependabot[bot] in #1211
- chore(deps): bump github.com/modelcontextprotocol/go-sdk from 1.1.0 to 1.4.1 by @dependabot[bot] in #1206
- fix(bridge/ai): skip nil function tools when merging by @woorui in #1225
Full Changelog: v1.22.1...v1.22.2
v1.22.1
fix(ai/chat): preserve usage in finish chunk for gemini-2.5-pro (#1218)
v1.22.0
What's Changed
- fix: yomo init error when install node v24 via nvm by @fanweixiao in #1216
Full Changelog: v1.21.5...v1.22.0
v1.21.5
feat(llm-bridge): merge tools (#1203)