Image Version
opencoze/opencoze:0.3.9
Optimizations and Fixes (Partial List)
- [infra/es] optimize es initialization
- [infra/mysql] optimize the table creation statement of mysql
- [infra/embedding] change env name from ARK_EMBEDDING_AK to ARK_EMBEDDING_API_KEY
- [infra/embedding] support ark multimodal embedding as text embedding (api_type=multi_modal_api)
- [plugin] support configuring the HTTP/HTTPs schema of OSS storage
- [modelManager] add byteplus's seed model's template
- [agent] support the configuration to disable reasoning
- [agent] optimize the handling of tool_call_id being empty in model output(agent)
- [agent] support workflow as tool return directly
- [knowledge] optimize the online data tab display of data tables
- [knowledge] add missing progress bar
- [workflow] handle onEndWithStream stream asynchronously
What's Changed
- chore: replace all cn comments to en version by volc api by @Tecvan-fe in #313
- chore(ci): remove sql_init.sql for helm by @fanlv in #399
- feat(user): add a script for changing email's password by @hi-pender in #357
- chore(frontend): upgrade @coze-editor/editor to 0.1.0-alpha.dd871b by @JxJuly in #387
- chore: remove useless files by @Tecvan-fe in #405
- feat(frontend): remove .doc from accepted file types by @haozhenfei in #385
- chore: remove useless files by @Tecvan-fe in #429
- chore: format all common files by @Tecvan-fe in #431
- docs: change vulnerability reporting email by @junwen-lee in #432
- chore: format all frontend files by @Tecvan-fe in #430
- chore: remove useless files by @Tecvan-fe in #437
- fix: change sql configmap by @lvgj-stack in #410
- style: fix formatting in error message and log string by @zandwang in #421
- style(variable_meta_schema): correct typo in comment by @frankxjkuang in #392
- style: remove an unnecessary comment line by @Jie11211 in #398
- fix(knowledge): initialize contentMap to prevent nil map panic by @zandwang in #422
- chore: setup claude for ci by @Tecvan-fe in #438
- fix: config of middleware service name by @wuxingzhong in #445
- fix(plugin): openapi3Operation parameters not equal by @a4duzhiming in #451
- fix(infra): support configuring the HTTP schema of storage upload in … by @junwen-lee in #450
- feat(model): add byteplus's seed model's template by @hi-pender in #443
- build: add debug build docker script for local test by @wuxingzhong in #463
- fix: move es init to init_docker or local script by @wuxingzhong in #465
- fix: remove plugin card cursor by @tomasyu985 in #466
- feat(model): change env name from ARK_EMBEDDING_AK to ARK_EMBEDDING_A… by @hi-pender in #482
- fix: Fix pre-push-hook.sh to prevent fork users from syncing upstream… by @wuxingzhong in #448
- fix(comment): correct some typos by @wolfgang555 in #45
- fix(model): support the configuration to disable reasoning by @junwen-lee in #494
- feat: Optimize the table creation statement by @fanlv in #495
- fix(model): Remove the validation that tool_call_id must be empty. by @junwen-lee in #497
- chore: impprove ts server perf of vscode by @Tecvan-fe in #511
- fix: workflow onEndWithStream handles stream asynchronously by @shentongmartin in #518
- fix: CVE caused by h11 python lib by @N3kox in #449
- fix: Optimize the online data tab display of data tables by @liuyunchao-1998 in #520
- fix: delete redundant fields in plugin output data by @lvxinyu-1117 in #469
- feat: update the redis reference to cache.Cmdable instead by @fanlv in #535
- feat: support ark embedding api_type by @N3kox in #519
- fix(plugin): enhanced AES encryption security by @mrh997 in #533
- fix: app var store can be resumed by @shentongmartin in #546
- fix(knowledge): add missing progress bar update by @frankxjkuang in #510
- fix(singleagent): workflow as tool return directly by @junwen-lee in #526
New Contributors
- @JxJuly made their first contribution in #387
- @lvgj-stack made their first contribution in #410
- @zandwang made their first contribution in #421
- @frankxjkuang made their first contribution in #392
- @Jie11211 made their first contribution in #398
- @wuxingzhong made their first contribution in #445
- @a4duzhiming made their first contribution in #451
- @wolfgang555 made their first contribution in #45
- @shentongmartin made their first contribution in #518
- @lvxinyu-1117 made their first contribution in #469
Full Changelog: v0.2.1...v0.2.2