docs: sync docs for CE 1.16.1 (#895) - #896
Merged
Merged
Conversation
* docs: scope the new agent node to workflow apps * docs: add no_audio_uploaded to audio-to-text errors * docs: document multi-select tool parameters * chore: add 1.16.1 window vars to env ignore list * docs: document auth and account env vars newly exposed in docker * docs: fold dynamic-select into the tool parameter type list * chore: clarify edition gate and mark upstream table-name typo * docs: document the agent api token and egress proxy service
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs the Dify docs set for Community Edition 1.16.1 by updating New Agent scoping/requirements, documenting newly exposed env vars, and aligning API reference + plugin tool parameter docs with recent backend/console behavior.
Changes:
- Updates New Agent docs to require
DIFY_AGENT_API_TOKENalongsideDIFY_AGENT_SERVER_SECRET_KEY, and clarifies New Agent node availability (Workflow apps only). - Extends tool plugin parameter docs to include
dynamic-selectand multi-select (multiple) behavior. - Updates the Service API OpenAPI examples to include the
no_audio_uploadedaudio-to-text 400 error.
Reviewed changes
Copilot reviewed 22 out of 22 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 | Adds DIFY_AGENT_API_TOKEN production guidance; scopes New Agent node to Workflow apps only. |
| zh/self-host/use-dify/nodes/agent.mdx | Chinese parity for DIFY_AGENT_API_TOKEN guidance and Workflow-only scope notice. |
| ja/self-host/use-dify/nodes/agent.mdx | Japanese parity for DIFY_AGENT_API_TOKEN guidance and Workflow-only scope notice. |
| en/self-host/use-dify/build/new-agent/overview.mdx | Adds DIFY_AGENT_API_TOKEN to production guidance for New Agent overview. |
| zh/self-host/use-dify/build/new-agent/overview.mdx | Chinese parity for New Agent overview production guidance. |
| ja/self-host/use-dify/build/new-agent/overview.mdx | Japanese parity for New Agent overview production guidance. |
| en/self-host/use-dify/build/new-agent/build.mdx | Adds DIFY_AGENT_API_TOKEN to production guidance for New Agent build page. |
| zh/self-host/use-dify/build/new-agent/build.mdx | Chinese parity for New Agent build production guidance. |
| ja/self-host/use-dify/build/new-agent/build.mdx | Japanese parity for New Agent build production guidance. |
| en/self-host/deploy/quick-start/docker-compose.mdx | Updates Compose container list to include agent_ssrf_proxy. |
| zh/self-host/deploy/quick-start/docker-compose.mdx | Chinese parity for Compose container list update. |
| ja/self-host/deploy/quick-start/docker-compose.mdx | Japanese parity for Compose container list update. |
| en/self-host/deploy/configuration/environments.mdx | Documents EDITION, auth/account toggles, and DIFY_AGENT_API_TOKEN. |
| zh/self-host/deploy/configuration/environments.mdx | Chinese parity for EDITION, auth/account toggles, and DIFY_AGENT_API_TOKEN. |
| ja/self-host/deploy/configuration/environments.mdx | Japanese parity for EDITION, auth/account toggles, and DIFY_AGENT_API_TOKEN. |
| en/develop-plugin/dev-guides-and-walkthroughs/tool-plugin.mdx | Adds dynamic-select + multi-select (multiple) parameter documentation with YAML example. |
| zh/develop-plugin/dev-guides-and-walkthroughs/tool-plugin.mdx | Chinese parity for tool parameter type + multiple documentation. |
| ja/develop-plugin/dev-guides-and-walkthroughs/tool-plugin.mdx | Japanese parity for tool parameter type + multiple documentation. |
| en/api-reference/openapi_service.json | Adds no_audio_uploaded 400 error description + example for audio-to-text. |
| zh/api-reference/openapi_service.json | Chinese parity for no_audio_uploaded 400 error description + example. |
| ja/api-reference/openapi_service.json | Japanese parity for no_audio_uploaded 400 error description + example. |
| .claude/skills/dify-docs-env-vars/ignored-vars.md | Expands ignored-var audit notes (cloud-only/experimental/enterprise/verifier cases). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
docs: scope the new agent node to workflow apps
docs: add no_audio_uploaded to audio-to-text errors
docs: document multi-select tool parameters
chore: add 1.16.1 window vars to env ignore list
docs: document auth and account env vars newly exposed in docker
docs: fold dynamic-select into the tool parameter type list
chore: clarify edition gate and mark upstream table-name typo
docs: document the agent api token and egress proxy service