Commit Graph

5 Commits

Author SHA1 Message Date
yyh fd601b66b8
Merge remote-tracking branch 'origin/main' into feat/vibe-wf 2026-01-22 20:58:31 +08:00
Joel b9f718005c
feat: frontend part of support try apps (#31287)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
2026-01-22 18:16:37 +08:00
yyh d3e80c9d8f
refactor: migrate vibe workflow API to oRPC contract-first pattern
Add generateFlowchart contract to goto-anything contracts and update
use-workflow-vibe.tsx to use the new typed oRPC service function.
This completes the oRPC migration for the entire goto-anything feature
including vibe workflow functionality.
2026-01-15 22:16:26 +08:00
yyh 8b32800942
refactor: migrate goto-anything service fetching to oRPC contract-first pattern
Replace direct service calls with typed oRPC contracts for apps, datasets,
and plugins search in the goto-anything feature. This provides better type
safety and consistent API patterns across the codebase.
2026-01-15 22:03:13 +08:00
yyh 3bee2ee067
refactor(contract): restructure console contracts with nested billing module (#30999) 2026-01-15 10:41:18 +08:00