Download Latest Version v0.2.2 source code.zip (32.4 MB)
Email in envelope

Get an email when there's a new version of Coze Studio

Home / v0.2.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-07-31 11.7 kB
v0.2.1 source code.tar.gz 2025-07-31 21.0 MB
v0.2.1 source code.zip 2025-07-31 32.4 MB
Totals: 3 Items   53.3 MB 1

Docker Image Updates

  • ​New stable image: opencoze/opencoze:0.3.7 (code version v0.2.1)
  • When upgrading, run containers with --pull always to ensure latest updates:

    :::bash docker compose -f docker-compose.yml up --pull always -d * Compose service renaming​ requires cleanup for existing coze-* containers

docker/docker-compose.yml

:::diff
+  name: coze-studio
x-env-file: &env_file
  • Remove existing .env file, create fresh copy from .env.example.

    Because of the host of service like mysql, redis has changed from localhost to container_name. for example mysql's host changed from localhost to coze-mysql

Optimizations and Fixes (Partial List)

  • Removed redundant data initialization images​
  • ​Disabled HTTPS enforcement for Plugins​
  • Enhanced failure status details for Knowledge asynchronous processing​
  • wrong timestamp unit for openapi
  • simplify model yaml

What's Changed

New Contributors

Full Changelog: https://github.com/coze-dev/coze-studio/compare/v0.2.0...v0.2.1

Source: README.md, updated 2025-07-31