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
..
2026-03-23 09:39:49 +08:00
2025-12-23 16:58:55 +08:00
2026-02-01 19:06:45 +08:00
2025-12-29 14:04:01 +08:00
2026-03-17 13:54:16 +08:00
2026-02-10 17:55:22 +08:00
2026-01-13 15:40:43 +08:00
2026-03-06 18:04:18 +08:00
2026-01-13 23:38:28 +09:00
2026-02-10 17:55:11 +08:00
2026-02-04 12:09:22 +08:00
2026-01-21 18:20:38 +08:00
2026-01-19 16:48:13 +08:00
2026-01-30 21:41:04 +08:00
2026-02-14 16:18:26 +08:00
2026-03-18 16:53:55 +08:00
2026-03-20 16:02:22 +08:00
2025-12-24 15:25:28 +08:00
2026-03-03 13:09:12 +08:00
2025-12-29 14:04:01 +08:00
2026-02-10 14:57:26 +08:00
2026-02-10 14:57:26 +08:00
2026-02-09 15:34:15 +08:00
2025-12-23 16:58:55 +08:00
2025-12-23 16:58:55 +08:00
2026-01-26 14:24:00 +08:00
2026-01-22 18:16:37 +08:00
2026-01-23 15:11:04 +08:00
2026-02-27 17:28:15 +08:00
2026-03-04 13:56:27 +08:00
2026-03-16 13:38:29 +08:00
2026-01-15 10:41:18 +08:00
2026-02-10 17:55:22 +08:00
2026-03-23 14:20:06 +08:00
2026-01-06 21:57:21 +08:00
2025-12-23 16:58:55 +08:00
2025-12-31 13:51:05 +08:00
2026-02-05 11:42:59 +08:00
2026-02-14 16:18:26 +08:00
2025-12-25 09:44:57 +08:00
2026-02-09 15:34:15 +08:00
2026-01-04 11:20:06 +08:00
2025-12-23 16:58:55 +08:00
2026-01-04 11:20:06 +08:00
2025-12-23 16:58:55 +08:00
2026-03-18 10:16:15 +08:00
2026-02-07 22:43:13 +08:00
2026-02-27 17:16:03 +08:00
2026-02-27 17:28:15 +08:00
2026-01-22 18:16:37 +08:00
2026-02-09 15:34:15 +08:00
2025-12-23 16:58:55 +08:00
2026-03-19 17:38:56 +08:00
2026-02-04 19:33:32 +08:00
2026-01-22 18:16:37 +08:00
2026-03-20 14:54:23 +08:00
2026-01-19 11:06:04 +08:00
2025-12-23 16:58:55 +08:00
2025-09-18 12:49:10 +08:00
2025-11-21 11:23:52 +08:00
2026-01-21 18:20:38 +08:00
2026-03-24 10:54:58 +08:00
2026-02-09 15:46:59 +08:00