Unclaimed project
Are you a maintainer of coze-studio ? Claim this project to take control of your public changelog and roadmap.
Claim this project Changelog
coze-studio An AI agent development platform with all-in-one visual tools, simplifying agent creation, debugging, and deployment like never before. Coze your way to AI Agent creation.
agent agent-platform ai-plugins chatbot chatbot-framework coze +11
Last updated 4 days ago
© 2026 AnnounceHQ. All rights reserved.
Back to changelogImage 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 https://github.com/coze-dev/coze-studio/pull/555
fix: correct token calculation error caused by ctxcache init by @lvxinyu-1117 in https://github.com/coze-dev/coze-studio/pull/559
refactor: how to add a node type in workflow by @shentongmartin in https://github.com/coze-dev/coze-studio/pull/558
fix: Fix bug in initializing database tool for agent by @liuyunchao-1998 in https://github.com/coze-dev/coze-studio/pull/569
feat: add a redis abstraction to support different versions of the redis sdk by @fanlv in https://github.com/coze-dev/coze-studio/pull/549
fix(knowledge): Optimize the knowledge domain idgen code by @liuyunchao-1998 in https://github.com/coze-dev/coze-studio/pull/574
feat: refactor the mq’s RegisterConsumer method to make it easier to inject by @fanlv in https://github.com/coze-dev/coze-studio/pull/581
feat(ci): Frontend supports Docker build. by @FirstClear in https://github.com/coze-dev/coze-studio/pull/580
fix: test case cache.nil is null by @fanlv in https://github.com/coze-dev/coze-studio/pull/584
feat: remove default timeout for both nodes and workflow by @shentongmartin in https://github.com/coze-dev/coze-studio/pull/585
fix: trimming leading and trailing whitespaces before unmarshal LLM o… by @shentongmartin in https://github.com/coze-dev/coze-studio/pull/587
feat(ci): build frontend docker images by @fanlv in https://github.com/coze-dev/coze-studio/pull/588
chore: print the original error log in debug mode by @junwen-lee in https://github.com/coze-dev/coze-studio/pull/496
chore: comment out static copy in dockerfile by @hujm2023 in https://github.com/coze-dev/coze-studio/pull/591
fix(ci): optimize .dockerignore to speed up frontend build by @FirstClear in https://github.com/coze-dev/coze-studio/pull/597
fix(plugin): aes secret env contains illegal characters by @mrh997 in https://github.com/coze-dev/coze-studio/pull/601
fix(ci): fix the issue where the port number is missing during image by @fanlv in https://github.com/coze-dev/coze-studio/pull/602
fix: pass the connector id when workflow database nod… by @zhuangjie1125 in https://github.com/coze-dev/coze-studio/pull/599
feat(routing): add redirect route for auth success page by @Hezi-crypto in https://github.com/coze-dev/coze-studio/pull/547
feat(ci): use nginx for minio proxy by @fanlv in https://github.com/coze-dev/coze-studio/pull/605
fix(singleagent): agent model configuration by @junwen-lee in https://github.com/coze-dev/coze-studio/pull/610
fix: When agents use data tables, different users influence each other by @liuyunchao-1998 in https://github.com/coze-dev/coze-studio/pull/565
fix: typo error for push image script name by @warjiang in https://github.com/coze-dev/coze-studio/pull/617
fix(ci): update FQDN for service name in initContainer by @warjiang in https://github.com/coze-dev/coze-studio/pull/625
fix: sync docker-compose.yml es init to docker-compose-debug.yml by @wuxingzhong in https://github.com/coze-dev/coze-studio/pull/627
fix: Correct userID propagation for agent-triggered workflows by @lvxinyu-1117 in https://github.com/coze-dev/coze-studio/pull/603
fix: correct userID propagation for plugin nodes in agent-run scene by @lvxinyu-1117 in https://github.com/coze-dev/coze-studio/pull/630
fix(plugin): authorization code redirect to static url by @mrh997 in https://github.com/coze-dev/coze-studio/pull/191
feat: http embedding using /support_status to return support vector types by @N3kox in https://github.com/coze-dev/coze-studio/pull/564
fix: sparse vector field init error when using viking embedding by @N3kox in https://github.com/coze-dev/coze-studio/pull/621
refactor: IDL structure modification by @liuyunchao-1998 in https://github.com/coze-dev/coze-studio/pull/475
chore(frontend): remove duplicated file by @evan-crash in https://github.com/coze-dev/coze-studio/pull/633
fix: Correctly handle 'Array Item' when converting APIParameter by @lvxinyu-1117 in https://github.com/coze-dev/coze-studio/pull/634
chore: add MCP configuration and Claude project instructions by @Tecvan-fe in https://github.com/coze-dev/coze-studio/pull/637
feat(ci): add elasticsearch setup for helm by @fanlv in https://github.com/coze-dev/coze-studio/pull/635
fix: correct redis set when update node execution && fix openAPI run … by @lvxinyu-1117 in https://github.com/coze-dev/coze-studio/pull/639
fix(ci): add missing workflow permissions to resolve security alerts by @Tecvan-fe in https://github.com/coze-dev/coze-studio/pull/646
fix(singleagent): support workflow output node by @junwen-lee in https://github.com/coze-dev/coze-studio/pull/662
chore: remove imageunderstand redundant code by @N3kox in https://github.com/coze-dev/coze-studio/pull/682
feat(infra): add PaddleOCR as a new OCR type by @Bobholamovic in https://github.com/coze-dev/coze-studio/pull/668
feat: Added a new cache policy to the homepage by @fanlv in https://github.com/coze-dev/coze-studio/pull/681
fix: typo sandbo -> sandbox by @yellowart in https://github.com/coze-dev/coze-studio/pull/667
fix(plugin): default value for tool execution response parameter type by @mrh997 in https://github.com/coze-dev/coze-studio/pull/683
fix(plugin): lark_sheet.yaml typo by @mrh997 in https://github.com/coze-dev/coze-studio/pull/684
New Contributors
@FirstClear made their first contribution in https://github.com/coze-dev/coze-studio/pull/580
@hujm2023 made their first contribution in https://github.com/coze-dev/coze-studio/pull/591
@zhuangjie1125 made their first contribution in https://github.com/coze-dev/coze-studio/pull/599
@warjiang made their first contribution in https://github.com/coze-dev/coze-studio/pull/617
@Bobholamovic made their first contribution in https://github.com/coze-dev/coze-studio/pull/668
@yellowart made their first contribution in https://github.com/coze-dev/coze-studio/pull/667
Full Changelog : https://github.com/coze-dev/coze-studio/compare/v0.2.2...v0.2.3
TypeScript