Dify 发布: v1.14.0
来源摘要
## 🚀 What's New in v1.14.0? ### Collaboration Collaboration allows workspace members to edit the same workflow together, with synced graph updates, online presence, and shared visibility into who is working where. On self-hosted deployments, collaboration is turned off by default. Enable it by setting: ``` ENABLE_COLLABORATION_MODE = true SERVER_WORKER_CLASS = geventwebsocket.gunicorn.workers.GeventWebSocketWorker NEXT_PUBLIC_SOCKET_URL = your deployment’s WebSocket URL (e.g., wss://dify.example.com) ``` For more details, see [Full Documentation](https://docs.dify.ai/en/use-dify/build/workflow-collaboration) ### Human-in-the-loop (HITL) - **Service API for HITL** — programmatic support for human-in-the-loop flows alongside existing console behavior. ### MCP and plugins - **MCP tool metadata** — refresh after updates so the UI stays in sync. - **MCP server URL** — fix double `/v1` that could break OAuth and authorization (404). - **MCP OAuth discovery** — handle malformed JSON safely. - **MCP schema publishing** — map `checkbox` and `json_object` types correctly. - **Plugins** — auto-upgrade strategy persistence, local installer and file-input behavior, tenant scoping for inner API end-user lookup. ### Marketplace and OAuth - **Marketplace and OAuth** — targeted fixes for marketplace flows and OAuth sign-in (including edge cases such as null email on GitHub OAuth). ### UI kit and front-end platform - **`@langgenius/dify-ui`** — shared primitives (for example **PreviewCard**, **Meter**), design tokens, and broad migration from ad-hoc `web/base/ui` toward the package. - **Accessibility** — date and time pickers, auto-update strategy picker, scrollbars in plugin and model selectors, and related polish. - **Goto Anything** — recent items, `/go` command, deeper app sub-secti
阅读原始来源- 来源
- Dify 发布 · 官方来源
- 来源发布
- 2026/04/29 12:06
- 来源更新
- 2026/04/29 12:18
- 首次采集
- 2026/09/19 12:56
本文为公开信息索引与摘要,详情及后续变化请以原始来源为准。