docs: sync docs for CE 1.16.1 - #895
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Synchronizes Dify Community Edition documentation for the 1.16.1 release window, updating user guides, plugin docs, and the Service API reference across en/zh/ja to match current product behavior and configuration knobs.
Changes:
- Update Agent node docs to reflect Workflow-only availability (replacing the prior Chatflow-specific note).
- Document new/clarified self-host environment variables (
EDITIONplus Authentication/Accounts toggles) across en/zh/ja. - Extend plugin tool parameter docs with
dynamic-selectand multi-select (multiple) support, and update Audio-to-text 400 error examples (no_audio_uploaded) in OpenAPI specs.
Reviewed changes
Copilot reviewed 13 out of 13 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 | Replaces prior Chatflow note with Workflow-only availability info for the new Agent node. |
| zh/self-host/use-dify/nodes/agent.mdx | Same Agent node availability update (zh). |
| ja/self-host/use-dify/nodes/agent.mdx | Same Agent node availability update (ja). |
| en/self-host/deploy/configuration/environments.mdx | Adds EDITION and new “Authentication and Accounts” env var group documentation. |
| zh/self-host/deploy/configuration/environments.mdx | Same env var documentation expansion (zh). |
| ja/self-host/deploy/configuration/environments.mdx | Same env var documentation expansion (ja). |
| en/develop-plugin/dev-guides-and-walkthroughs/tool-plugin.mdx | Documents dynamic-select and multiple for tool parameters (with example). |
| zh/develop-plugin/dev-guides-and-walkthroughs/tool-plugin.mdx | Same tool parameter documentation update (zh). |
| ja/develop-plugin/dev-guides-and-walkthroughs/tool-plugin.mdx | Same tool parameter documentation update (ja). |
| en/api-reference/openapi_service.json | Adds no_audio_uploaded (400) description + example to audio-to-text endpoint. |
| zh/api-reference/openapi_service.json | Same OpenAPI error update (zh). |
| ja/api-reference/openapi_service.json | Same OpenAPI error update (ja). |
| .claude/skills/dify-docs-env-vars/ignored-vars.md | Records newly-triaged ignored env vars and their rationale for the env-var audit workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
RiskeyL
added a commit
that referenced
this pull request
Jul 28, 2026
* docs: sync docs for CE 1.16.1 (#895) * 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 * docs: count the agent egress proxy among the new agent services
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.
What changed
Docs sync for the CE 1.16.1 release, verified against dify main at the release window (
1.16.0..9fd1fea58c):nodes/agent.mdxaccordingly (en/zh/ja).filenow returns 400no_audio_uploadedinstead of 500; added the code and example to the Audio group in all three API specs. API pipeline gates pass (coverage / lint / parity all zero); change verified by an independent code audit at the pinned ref.multipleattribute onselect/dynamic-selectplugin tool parameters, with a YAML example (en/zh/ja).docker/envs/core-services/shared.env.example. Documented the 7 real knobs (EDITIONplus a new Authentication and Accounts group: login methods,ALLOW_REGISTER,ALLOW_CREATE_WORKSPACE,ENABLE_CHANGE_EMAIL) in en/zh/ja; the other 5 are recorded as intentionally undocumented (Cloud-only, flag-off, or Enterprise-only).DIFY_AGENT_API_TOKENbearer credential (env reference entry + the production-secrets Tip on the three agent pages), and added theagent_ssrf_proxyegress service to the deploy quick-start's container list (en/zh/ja).COOKIEYES_SITE_KEY(Cloud-only consent key, dify #39408) and the five flag-offKNOWLEDGE_FS_*vars (dify #39158/#39314). The release-window env triage is fully clear.Closes DC-113, DC-114, DC-116