docs: add the plugin cache toggle and consolidate agent callouts (#897) (backport to release/1.16.1) - #898
Merged
Conversation
* docs: document the plugin model providers cache toggle * docs: consolidate new agent deployment callouts (cherry picked from commit ce39460)
Contributor
There was a problem hiding this comment.
Pull request overview
Backports documentation updates from #897 onto release/1.16.1, adding coverage for a new plugin daemon caching toggle and consolidating the “New Agent” beta/deployment callouts across English/Chinese/Japanese docs.
Changes:
- Documented
PLUGIN_MODEL_PROVIDERS_CACHE_ENABLEDalongside the existing provider-list TTL setting in the Plugin Daemon configuration tables (en/zh/ja). - Consolidated the New Agent beta/deployment guidance by moving it into the “New Agent” tab on the Agent node page (en/zh/ja).
- Standardized the New Agent beta callout type from
<Tip>to<Info>on the New Agent overview/build pages (en/zh/ja).
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| en/self-host/use-dify/nodes/agent.mdx | Moves New Agent beta/deployment guidance into the New Agent tab and removes the page-top callout. |
| zh/self-host/use-dify/nodes/agent.mdx | Same as English: consolidates New Agent callouts within the New Agent tab. |
| ja/self-host/use-dify/nodes/agent.mdx | Same as English: consolidates New Agent callouts within the New Agent tab. |
| en/self-host/use-dify/build/new-agent/overview.mdx | Changes the beta callout component from <Tip> to <Info>. |
| zh/self-host/use-dify/build/new-agent/overview.mdx | Changes the beta callout component from <Tip> to <Info>. |
| ja/self-host/use-dify/build/new-agent/overview.mdx | Changes the beta callout component from <Tip> to <Info>. |
| en/self-host/use-dify/build/new-agent/build.mdx | Changes the beta callout component from <Tip> to <Info>. |
| zh/self-host/use-dify/build/new-agent/build.mdx | Changes the beta callout component from <Tip> to <Info>. |
| ja/self-host/use-dify/build/new-agent/build.mdx | Changes the beta callout component from <Tip> to <Info>. |
| en/self-host/deploy/configuration/environments.mdx | Adds PLUGIN_MODEL_PROVIDERS_CACHE_ENABLED to the Plugin Daemon configuration table. |
| zh/self-host/deploy/configuration/environments.mdx | Adds PLUGIN_MODEL_PROVIDERS_CACHE_ENABLED to the Plugin Daemon configuration table. |
| ja/self-host/deploy/configuration/environments.mdx | Adds PLUGIN_MODEL_PROVIDERS_CACHE_ENABLED to the Plugin Daemon configuration table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+122
to
+126
| <Info> | ||
| The new Agent node is in beta and available in Workflow apps only. It's on by default on Docker Compose, with its runtime bundled in. | ||
|
|
||
| For production, replace [`DIFY_AGENT_SERVER_SECRET_KEY`](/en/self-host/deploy/configuration/environments#dify_agent_server_secret_key) and [`DIFY_AGENT_API_TOKEN`](/en/self-host/deploy/configuration/environments#dify_agent_api_token) with your own random values. | ||
| </Info> |
Comment on lines
+124
to
+128
| <Info> | ||
| 新 Agent 节点目前处于 Beta 阶段,仅在 Workflow 应用中可用。它在 Docker Compose 部署中默认启用,运行时也已随部署打包。 | ||
|
|
||
| 生产环境使用前,将 [`DIFY_AGENT_SERVER_SECRET_KEY`](/zh/self-host/deploy/configuration/environments#dify_agent_server_secret_key) 和 [`DIFY_AGENT_API_TOKEN`](/zh/self-host/deploy/configuration/environments#dify_agent_api_token) 替换为你自己的随机值。 | ||
| </Info> |
Comment on lines
+124
to
+128
| <Info> | ||
| 新しい Agent ノードはベータ版で、Workflow アプリでのみ使用できます。ランタイムは Docker Compose デプロイに同梱され、デフォルトで有効です。 | ||
|
|
||
| 本番環境では、[`DIFY_AGENT_SERVER_SECRET_KEY`](/ja/self-host/deploy/configuration/environments#dify_agent_server_secret_key) と [`DIFY_AGENT_API_TOKEN`](/ja/self-host/deploy/configuration/environments#dify_agent_api_token) を独自のランダムな値に置き換えてください。 | ||
| </Info> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
maintorelease/1.16.1: