[PR #2147] version to 0.5.0. #23452

Closed
opened 2026-02-21 20:21:07 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/2147

State: closed
Merged: Yes


🎉🎉 Dify Version 0.5 Release Notes

We're excited to announce the release of Dify Version 0.5. This update introduces several major enhancements, including the integration of Agent mode, the implementation of text-to-speech (TTS) capabilities, and the introduction of the AWS Bedrock model provider. Additionally, we have incorporated GLM3/GLM4 models and Portuguese language support. Read on for more details 👇

What's New

Agent Mode Integration

The Assistant App (previously known as the Chat App) now features an Agent mode, providing access to 12 built-in tools including DALL-E, Stable Diffusion, WebScraper, WolframAlpha, Dify Knowledge, and more.

The integration of Agent reasoning and tool outputs with the Assistant's replies offers a fluid, intuitive user experience.

Agent Mode

Our expansion into text-to-image capabilities marks a significant step in our multimodal journey. This includes a shared file variable pool, facilitating image-to-image and image-to-text functionality across all tools.

Custom tool integration is now more accessible through:

  • APIs: OpenAI/Swagger and ChatGPT Plugin spec files are supported, with a UI form for API specification in development.

  • Extensions: A guide is provided for users to contribute their own tool business logic.

Additional Updates:

  1. The "Build App" has been renamed "Studio", and the "Chat App" is now the "Assistant". Choose between "Basic Assistant" or "Agent Assistant" in the Assistant den.

  2. "API Based Extension", previously under the Assistant, is now in the "Variables" module.

  3. For ease of use, "Tools" has been relocated to the main product menu, centralizing customization, authorization, and management.

TTS Capabilities

Thanks to @charli117, new TTS models are now supported. Our model provider includes an interface for the OpenAI TTS model, and we welcome contributions to our TTS scheme here.

TTS features are available in-app under "Add Feature".

TTS Feature

Easily convert text to speech playback.

TTS Playback

Note: To use OpenAI TTS, ffmpeg installation is required on servers running Dify API from source. More details can be found in our FAQ.

Additional Enhancements

We've introduced the AWS Bedrock model provider and expanded GLM3/GLM4 model support. Plus, Dify now supports Portuguese, broadening our language capabilities.

**Original Pull Request:** https://github.com/langgenius/dify/pull/2147 **State:** closed **Merged:** Yes --- 🎉🎉 **Dify Version 0.5 Release Notes** We're excited to announce the release of Dify Version 0.5. This update introduces several major enhancements, including the integration of Agent mode, the implementation of text-to-speech (TTS) capabilities, and the introduction of the AWS Bedrock model provider. Additionally, we have incorporated GLM3/GLM4 models and Portuguese language support. Read on for more details 👇 ## What's New ### Agent Mode Integration The Assistant App (previously known as the Chat App) now features an Agent mode, providing access to 12 built-in tools including DALL-E, Stable Diffusion, WebScraper, WolframAlpha, Dify Knowledge, and more. The integration of Agent reasoning and tool outputs with the Assistant's replies offers a fluid, intuitive user experience. ![Agent Mode](https://github.com/langgenius/dify/assets/5485478/84c16331-d97e-4964-b255-4ccbc4b21146) Our expansion into text-to-image capabilities marks a significant step in our multimodal journey. This includes a shared file variable pool, facilitating image-to-image and image-to-text functionality across all tools. Custom tool integration is now more accessible through: - APIs: OpenAI/Swagger and ChatGPT Plugin spec files are supported, with a UI form for API specification in development. - Extensions: A [guide](https://github.com/langgenius/dify/blob/main/api/core/tools/README.md) is provided for users to contribute their own tool business logic. Additional Updates: 1. The "Build App" has been renamed "Studio", and the "Chat App" is now the "Assistant". Choose between "Basic Assistant" or "Agent Assistant" in the Assistant den. 2. "API Based Extension", previously under the Assistant, is now in the "Variables" module. 3. For ease of use, "Tools" has been relocated to the main product menu, centralizing customization, authorization, and management. ### TTS Capabilities Thanks to @charli117, new TTS models are now supported. Our model provider includes an interface for the OpenAI TTS model, and we welcome contributions to our TTS scheme [here](https://github.com/langgenius/dify/blob/main/api/core/model_runtime/README.md). TTS features are available in-app under "Add Feature". ![TTS Feature](https://github.com/langgenius/dify/assets/5485478/424a4c88-53bb-4058-b3fa-8e63dc2f5ae7) Easily convert text to speech playback. ![TTS Playback](https://github.com/langgenius/dify/assets/5485478/aca2c745-0585-444c-a0d8-03ce37c1c43c) **Note**: To use OpenAI TTS, `ffmpeg` installation is required on servers running Dify API from source. More details can be found in our [FAQ](https://docs.dify.ai/getting-started/install-self-hosted/install-faq#id-14.-what-to-do-if-this-error-occurs-in-text-to-speech). ### Additional Enhancements We've introduced the AWS Bedrock model provider and expanded GLM3/GLM4 model support. Plus, Dify now supports Portuguese, broadening our language capabilities.
yindo added the pull-request label 2026-02-21 20:21:07 -05:00
yindo closed this issue 2026-02-21 20:21:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#23452