Commit Graph

7 Commits

Author SHA1 Message Date
c189de10f1 style: apply Ruff auto-fixes from pre-commit hook
Made-with: Cursor
2026-03-24 10:55:27 +08:00
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
a9e1394011 add skill markdown file collaboration 2026-01-27 14:08:44 +08:00
89b2ae01a6 [autofix.ci] apply automated fixes 2026-01-24 07:26:47 +00:00
f99ac24d5c websocket use cookie connect 2026-01-20 17:01:40 +08:00
bdac6f91dd add socket edit permission validate 2026-01-20 13:56:28 +08:00
41473ff450 refactor workflow collaboration service 2026-01-19 19:56:18 +08:00