docs: add the plugin cache toggle and consolidate agent callouts - #897
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Pull request overview
This PR updates the self-hosted documentation to (1) document a newly added plugin model provider cache toggle and (2) consolidate “New Agent” beta / production-secret callouts into a single, consistent callout placement and style across English, Chinese, and Japanese docs.
Changes:
- Document
PLUGIN_MODEL_PROVIDERS_CACHE_ENABLEDin the Plugin Daemon Configuration table (en/zh/ja). - Consolidate the New Agent deployment/beta messaging in
nodes/agent.mdxby moving the page-top callout into the “New Agent” tab (en/zh/ja). - Switch New Agent beta callouts from
<Tip>to<Info>on the New Agent build pages (en/zh/ja).
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| en/self-host/deploy/configuration/environments.mdx | Adds PLUGIN_MODEL_PROVIDERS_CACHE_ENABLED alongside the existing TTL setting in the plugin daemon env var table. |
| en/self-host/use-dify/nodes/agent.mdx | Removes the page-top New Agent tip and consolidates New Agent beta/production secret guidance into a single <Info> within the New Agent tab. |
| en/self-host/use-dify/build/new-agent/overview.mdx | Changes the New Agent beta callout from <Tip> to <Info>. |
| en/self-host/use-dify/build/new-agent/build.mdx | Changes the New Agent beta callout from <Tip> to <Info>. |
| zh/self-host/deploy/configuration/environments.mdx | Mirrors the new PLUGIN_MODEL_PROVIDERS_CACHE_ENABLED documentation in Chinese. |
| zh/self-host/use-dify/nodes/agent.mdx | Mirrors the New Agent callout consolidation in Chinese. |
| zh/self-host/use-dify/build/new-agent/overview.mdx | Mirrors the <Tip> → <Info> callout change in Chinese. |
| zh/self-host/use-dify/build/new-agent/build.mdx | Mirrors the <Tip> → <Info> callout change in Chinese. |
| ja/self-host/deploy/configuration/environments.mdx | Mirrors the new PLUGIN_MODEL_PROVIDERS_CACHE_ENABLED documentation in Japanese. |
| ja/self-host/use-dify/nodes/agent.mdx | Mirrors the New Agent callout consolidation in Japanese. |
| ja/self-host/use-dify/build/new-agent/overview.mdx | Mirrors the <Tip> → <Info> callout change in Japanese. |
| ja/self-host/use-dify/build/new-agent/build.mdx | Mirrors the <Tip> → <Info> callout change in Japanese. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
What changed
Follow-up to the CE 1.16.1 sync (#895/#896):
PLUGIN_MODEL_PROVIDERS_CACHE_ENABLED(dify #39632): the toggle merged hours before the1.16.1tag was cut and was caught by the tag-time sweep; documented in the Plugin Daemon Configuration table next to its TTL companion (en/zh/ja).nodes/agent.mdxis retired; the New Agent tab now opens with a single Info covering beta status, Workflow-apps-only availability, the Compose default, and both production credentials to replace. The beta callouts onbuild/new-agent/{overview,build}.mdxswitch from Tip to Info (en/zh/ja).Tracked in DC-133.