Skip to content

docs: add the plugin cache toggle and consolidate agent callouts (#897) (backport to release/1.16.1) - #898

Merged
RiskeyL merged 1 commit into
release/1.16.1from
backport/release/1.16.1/pr-897
Jul 28, 2026
Merged

docs: add the plugin cache toggle and consolidate agent callouts (#897) (backport to release/1.16.1)#898
RiskeyL merged 1 commit into
release/1.16.1from
backport/release/1.16.1/pr-897

Conversation

@RiskeyL

@RiskeyL RiskeyL commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Backport

This will backport the following commits from main to release/1.16.1:

* docs: document the plugin model providers cache toggle

* docs: consolidate new agent deployment callouts

(cherry picked from commit ce39460)
Copilot AI review requested due to automatic review settings July 28, 2026 06:17
@RiskeyL RiskeyL self-assigned this Jul 28, 2026
@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jul 28, 2026
@dosubot dosubot Bot added the documentation Improvements or additions to documentation label Jul 28, 2026
@RiskeyL
RiskeyL merged commit 888312b into release/1.16.1 Jul 28, 2026
6 checks passed
@RiskeyL
RiskeyL deleted the backport/release/1.16.1/pr-897 branch July 28, 2026 06:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_ENABLED alongside 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport documentation Improvements or additions to documentation size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants