Commit Graph

5 Commits

Author SHA1 Message Date
eaa4c1540f refactor(openapi): regenerate contract and wire difyctl to the new paths
Teach the oRPC codegen to split AIP-136 `resource:action` segments so custom
methods nest as clean sibling nodes (apps.byAppId.run) instead of collapsing
the param into a fake static key (apps.appIdRun). Regenerate the committed
oRPC/Zod contract and the split Markdown docs from the new spec.

Update the difyctl call-sites whose wire path or generated method name moved
(describe->get, export->dsl, check-dependencies->dependencies, files/upload->
files, human_input->human-input-forms:submit, role->PATCH) and the Hono mock
server + URL assertions in the CLI test suite.
2026-07-07 18:39:15 +08:00
084f122814 refactor(openapi/cli): split app usage-face from studio-app build-face (#37641)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-22 07:46:59 +00:00
1502a57381 feat(api,cli): strict UUID validation for app-id and workspace-id (#37212)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-09 07:35:18 +00:00
f19679b217 refactor: improve network error and allow verbose output (#36923) 2026-06-02 10:43:40 +00:00
cfc1cf2b8c refactor(cli/http): replace ky with a self-contained HTTP client (#36711)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-01 09:04:42 +00:00