Skip to content

docs: sync docs for CE 1.16.1 - #895

Merged
RiskeyL merged 8 commits into
release/1.16.1from
docs/ce-1.16.1-sync
Jul 27, 2026
Merged

docs: sync docs for CE 1.16.1#895
RiskeyL merged 8 commits into
release/1.16.1from
docs/ce-1.16.1-sync

Conversation

@RiskeyL

@RiskeyL RiskeyL commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

What changed

Docs sync for the CE 1.16.1 release, verified against dify main at the release window (1.16.0..9fd1fea58c):

  • New Agent node availability (dify #39439): the node is offered in Workflow apps only; reworked the Chatflow note on nodes/agent.mdx accordingly (en/zh/ja).
  • Audio-to-text error (dify #39322): missing file now returns 400 no_audio_uploaded instead 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.
  • Multi-select tool parameters (dify #39346): documented the new multiple attribute on select/dynamic-select plugin tool parameters, with a YAML example (en/zh/ja).
  • Auth and account env vars (dify #39543/#39454/#39562): the system-features refactor exposed 12 vars in docker/envs/core-services/shared.env.example. Documented the 7 real knobs (EDITION plus 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).
  • Agent sandbox hardening (dify #39544/#39622): documented the new DIFY_AGENT_API_TOKEN bearer credential (env reference entry + the production-secrets Tip on the three agent pages), and added the agent_ssrf_proxy egress service to the deploy quick-start's container list (en/zh/ja).
  • Env ignore list: recorded COOKIEYES_SITE_KEY (Cloud-only consent key, dify #39408) and the five flag-off KNOWLEDGE_FS_* vars (dify #39158/#39314). The release-window env triage is fully clear.

Closes DC-113, DC-114, DC-116

Copilot AI review requested due to automatic review settings July 27, 2026 07:02
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. documentation Improvements or additions to documentation labels Jul 27, 2026

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

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 (EDITION plus Authentication/Accounts toggles) across en/zh/ja.
  • Extend plugin tool parameter docs with dynamic-select and 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.

Comment thread en/develop-plugin/dev-guides-and-walkthroughs/tool-plugin.mdx Outdated
Comment thread zh/develop-plugin/dev-guides-and-walkthroughs/tool-plugin.mdx Outdated
Comment thread ja/develop-plugin/dev-guides-and-walkthroughs/tool-plugin.mdx Outdated

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

Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.

Comment thread .claude/skills/dify-docs-env-vars/ignored-vars.md Outdated
Comment thread .claude/skills/dify-docs-env-vars/ignored-vars.md Outdated
Copilot AI review requested due to automatic review settings July 27, 2026 07:27

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

Copilot reviewed 13 out of 13 changed files in this pull request and generated no new comments.

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

Copilot reviewed 22 out of 22 changed files in this pull request and generated no new comments.

@RiskeyL
RiskeyL merged commit 987e787 into release/1.16.1 Jul 27, 2026
3 checks passed
@RiskeyL
RiskeyL deleted the docs/ce-1.16.1-sync branch July 27, 2026 10:43
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants