Image Version
opencoze/opencoze:0.3.10
opencoze/web:0.0.1
Optimizations and Fixes (Partial List)
- [ci] Separate frontend and backend Docker images
- [ci] Use Nginx as a reverse proxy for MinIO image addresses
- [knowledge] Optimize the knowledge domain idgen
- [plugin] default value for tool execution response parameter type
- [plugin] lark_sheet.yaml typo
- [plugin] authorization code redirect to static url
- [plugin] aes secret env contains illegal characters
- [workflow]: Support reasoning content output for workflows
- [singleagent]: Fix issue where agent settings do not take effect after configuration
- [chore]: Output raw errors in agent conversations during debug mode
- [singleagent]: Fix issue where bound workflow output fails in agent responses
What's Changed
- fix(workflow): model reasoning by @junwen-lee in #555
- fix: correct token calculation error caused by ctxcache init by @lvxinyu-1117 in #559
- refactor: how to add a node type in workflow by @shentongmartin in #558
- fix: Fix bug in initializing database tool for agent by @liuyunchao-1998 in #569
- feat: add a redis abstraction to support different versions of the redis sdk by @fanlv in #549
- fix(knowledge): Optimize the knowledge domain idgen code by @liuyunchao-1998 in #574
- feat: refactor the mq’s RegisterConsumer method to make it easier to inject by @fanlv in #581
- feat(ci): Frontend supports Docker build. by @FirstClear in #580
- fix: test case cache.nil is null by @fanlv in #584
- feat: remove default timeout for both nodes and workflow by @shentongmartin in #585
- fix: trimming leading and trailing whitespaces before unmarshal LLM o… by @shentongmartin in #587
- feat(ci): build frontend docker images by @fanlv in #588
- chore: print the original error log in debug mode by @junwen-lee in #496
- chore: comment out static copy in dockerfile by @hujm2023 in #591
- fix(ci): optimize .dockerignore to speed up frontend build by @FirstClear in #597
- fix(plugin): aes secret env contains illegal characters by @mrh997 in #601
- fix(ci): fix the issue where the port number is missing during image by @fanlv in #602
- fix: pass the connector id when workflow database nod… by @zhuangjie1125 in #599
- feat(routing): add redirect route for auth success page by @Hezi-crypto in #547
- feat(ci): use nginx for minio proxy by @fanlv in #605
- fix(singleagent): agent model configuration by @junwen-lee in #610
- fix: When agents use data tables, different users influence each other by @liuyunchao-1998 in #565
- fix: typo error for push image script name by @warjiang in #617
- fix(ci): update FQDN for service name in initContainer by @warjiang in #625
- fix: sync docker-compose.yml es init to docker-compose-debug.yml by @wuxingzhong in #627
- fix: Correct userID propagation for agent-triggered workflows by @lvxinyu-1117 in #603
- fix: correct userID propagation for plugin nodes in agent-run scene by @lvxinyu-1117 in #630
- fix(plugin): authorization code redirect to static url by @mrh997 in #191
- feat: http embedding using /support_status to return support vector types by @N3kox in #564
- fix: sparse vector field init error when using viking embedding by @N3kox in #621
- refactor: IDL structure modification by @liuyunchao-1998 in #475
- chore(frontend): remove duplicated file by @evan-crash in #633
- fix: Correctly handle 'Array Item' when converting APIParameter by @lvxinyu-1117 in #634
- chore: add MCP configuration and Claude project instructions by @Tecvan-fe in #637
- feat(ci): add elasticsearch setup for helm by @fanlv in #635
- fix: correct redis set when update node execution && fix openAPI run … by @lvxinyu-1117 in #639
- fix(ci): add missing workflow permissions to resolve security alerts by @Tecvan-fe in #646
- fix(singleagent): support workflow output node by @junwen-lee in #662
- chore: remove imageunderstand redundant code by @N3kox in #682
- feat(infra): add PaddleOCR as a new OCR type by @Bobholamovic in #668
- feat: Added a new cache policy to the homepage by @fanlv in #681
- fix: typo sandbo -> sandbox by @yellowart in #667
- fix(plugin): default value for tool execution response parameter type by @mrh997 in #683
- fix(plugin): lark_sheet.yaml typo by @mrh997 in #684
New Contributors
- @FirstClear made their first contribution in #580
- @hujm2023 made their first contribution in #591
- @zhuangjie1125 made their first contribution in #599
- @warjiang made their first contribution in #617
- @Bobholamovic made their first contribution in #668
- @yellowart made their first contribution in #667
Full Changelog: v0.2.2...v0.2.3