Novice
499d237b7e
fix: pass all CI quality checks - ESLint, TypeScript, basedpyright, pyrefly, lint-imports
Frontend:
- Migrate deprecated imports: modal→dialog, toast→ui/toast, tooltip→tooltip-plus,
portal-to-follow-elem→portal-to-follow-elem-plus, select→ui/select, confirm→alert-dialog
- Replace next/* with @/next/* wrapper modules
- Convert TypeScript enums to const objects (erasable-syntax-only)
- Replace all `any` types with `unknown` or specific types in workflow types
- Fix unused vars, react-hooks-extra, react-refresh/only-export-components
- Extract InteractionMode to separate module, tool-block commands to commands.ts
Backend:
- Fix pyrefly errors: type narrowing, null guards, getattr patterns
- Remove unused TYPE_CHECKING imports in LLM node
- Add ignore_imports entries to .importlinter for dify_graph boundary violations
Made-with: Cursor
2026-03-24 10:54:58 +08:00
..
2025-12-23 16:58:55 +08:00
2025-11-12 17:59:37 +08:00
2025-12-23 16:58:55 +08:00
2026-01-12 12:57:43 +08:00
2026-03-10 15:46:17 +08:00
2026-03-10 15:46:17 +08:00
2026-01-30 20:19:35 +08:00
2025-12-23 16:58:55 +08:00
2025-12-23 18:02:10 +08:00
2025-12-23 16:58:55 +08:00
2026-01-29 16:02:49 +08:00
2026-01-19 16:48:13 +08:00
2025-09-09 15:15:32 +08:00
2025-12-23 16:58:55 +08:00
2025-12-23 16:58:55 +08:00
2025-12-23 16:58:55 +08:00
2026-02-18 17:46:38 +09:00
2026-01-29 16:02:49 +08:00
2026-02-18 17:46:38 +09:00
2025-12-23 16:58:55 +08:00
2025-02-17 17:05:13 +08:00
2026-01-12 12:57:43 +08:00
2025-12-29 11:24:54 +08:00
2025-12-31 11:13:22 +08:00
2025-12-23 16:58:55 +08:00
2025-10-10 17:00:03 +08:00
2025-12-23 16:58:55 +08:00
2025-12-23 16:58:55 +08:00
2025-12-23 16:58:55 +08:00
2025-09-01 15:31:59 +08:00
2026-02-09 16:47:23 +08:00
2025-12-23 16:58:55 +08:00
2025-02-06 14:26:16 +08:00
2025-12-22 16:35:22 +08:00
2025-07-10 14:14:02 +08:00
2026-03-18 22:00:25 +08:00
2026-03-19 18:35:16 +08:00
2026-01-06 13:23:03 +08:00
2026-02-01 19:06:45 +08:00
2026-02-01 19:06:45 +08:00
2026-01-28 15:12:11 +08:00
2026-01-28 15:12:11 +08:00
2025-12-23 16:58:55 +08:00
2025-12-23 16:58:55 +08:00
2025-12-23 16:58:55 +08:00
2023-07-31 13:30:04 +08:00
2025-12-23 16:58:55 +08:00
2025-12-23 16:58:55 +08:00
2025-11-04 21:06:44 +08:00
2026-02-18 17:46:38 +09:00
2025-11-04 21:06:44 +08:00
2025-09-09 15:15:32 +08:00
2025-12-23 16:58:55 +08:00
2026-03-24 10:54:58 +08:00