Skip to content

v0.5.0

Latest

Choose a tag to compare

@fanlv fanlv released this 29 Oct 06:48
5f11c49

Image Version

cozedev/coze-studio-server:0.5.0
cozedev/coze-studio-web:0.5.0

New Features

What's Changed

  • feat(singleagent): openapi v3/chat additional message support assista… by @junwen-lee in #2067
  • refactor(infra): move parse_address to es package by @fanlv in #2163
  • fix: file ext trim prefix by @zhuangjie1125 in #2173
  • fix: ChatSDK readme by @tomasyu985 in #2182
  • chore: ut by @junwen-lee in #2178
  • feat: add Apache Pulsar EventBus implementation by @futeng in #2019
  • feat(plugin): append special headers (agentId, userId, conversationId and logId) to plugin http request, which can be used by plugin server by @Degfy in #2191
  • fix: python code execution misinterpreted warning logs as errors by @fanlv in #2226
  • fix: restrict docker host to listen on 127.0.0.1 by @fanlv in #2232
  • fix: mino server cannot found by @fanlv in #2234
  • fix(model): the OpenAPI model supports max_completion_tokens. by @junwen-lee in #2237
  • feat(plugin): abstract tool invocation to support http, custom plugins by @fanlv in #2227
  • feat(model): support base64 url by @junwen-lee in #2244
  • chore(plugin): move interface request to dto pkg by @fanlv in #2242
  • fix(singleagent): v3/chat panic when ext is nil by @junwen-lee in #2250
  • refactor(plugin): optimize plugin module code by @fanlv in #2247
  • refactor: move GetServerHost to bizpkg/env package by @fanlv in #2258
  • chore(plugin): remove unuse config field by @fanlv in #2265
  • chore(plugin): remove unuse InvocationArgs field by @fanlv in #2266
  • feat(workflow): Filter content from card-type messages to streamline … by @lvxinyu-1117 in #2221
  • fix(singleagent): v3/chat support customer variables by @junwen-lee in #2262
  • style: correct formatting env ES_NUMBER variables by @feitianbubu in #2280
  • style: correct format by goimports by @feitianbubu in #2289
  • fix: chat flow run usage token always returns a value of 0 by @zhuangjie1125 in #2282
  • refactor: optimize infra contract and impl package structure by @fanlv in #2292
  • refactor: optimize app infra component initialization by @fanlv in #2294
  • fix(infra): fix the problem of incorrect package paths when use make debug command starts by @KurobaKaitou in #2295
  • fix(infra): resolve issue with unavailable Bitnami image by @fanlv in #2297
  • fix(plugin): product_id backward compatibility issue. by @fanlv in #2298
  • fix: enable virtual hosted style for S3 client by @universero in #2308
  • fix: document deletion bug by @m3ngyang in #2248
  • fix: node type metas comment node add "comment" for key by @zhuangjie1125 in #2325
  • chore: upgrade eino-ext of ollama by @junwen-lee in #2338
  • feat(infra): Set the Code Runner environment to sandbox by default by @fanlv in #2339
  • fix: ollama chatmodel data struct by @junwen-lee in #2343
  • feat: add owner by @fanlv in #2358
  • feat(plugin): support saas plugin by @junwen-lee in #2349
  • feat(model): add model management module by @fanlv in #2303
  • fix: resolve concurrent read/write issue in model meta data by @fanlv in #2359
  • feat: 修改文档链接 by @yuwenbinjie1 in #2361
  • fix: the nginx path forwarding rule issue in the configuration manage… by @fanlv in #2365
  • fix: plugin default params edit in app by @junwen-lee in #2362
  • fix: sync legacy model EnableBase64Url config and handle not found er… by @fanlv in #2366
  • fix: ollama option is nil by @fanlv in #2369
  • fix: plugin publish error by @junwen-lee in #2373
  • docs: update reademe quickstart by @fanlv in #2372
  • docs: update reademe by @fanlv in #2374
  • fix: optimize base64url parser by @junwen-lee in #2376
  • refactor: restructure crossdomain package layout by @fanlv in #2377
  • fix: resolve Byted RDS errors caused by missing table comments by @fanlv in #2382
  • fix: replace hardcoded DebugURLTpl in Workflow with a configurable value by @fanlv in #2388
  • feat(infra): allow creation of resources and projects without MQ depe… by @fanlv in #2389
  • fix: add header by @junwen-lee in #2392
  • fix: deno ssl file not set issue by @fanlv in #2395
  • fix: plugin default params by @junwen-lee in #2402
  • fix: resolve issue where model failed to start on TCE due to missing environment variables by @fanlv in #2403

New Contributors

Full Changelog: v0.3.0...v0.5.0