mirror of
https://github.com/langgenius/dify.git
synced 2026-07-15 17:37:38 +08:00
Per review: GET /apps/{id}/dependencies over-promised — the handler returns
only leaked deps (referenced in the DSL but not installed), not the full set.
Model it as the AIP-136 read-only custom method:
GET /apps/{id}/dependencies -> GET /apps/{id}/dependencies:check
This leaves the plain noun free for a future full listing. Regenerate the
contract + Markdown docs and update the difyctl call-site, mock, and tests.