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 |
|
zhsama
|
a2380c4fd3
|
fix: ensure sub-graph modal syncs immediately when
applying generated code.
|
2026-02-05 06:07:15 +08:00 |
|
zhsama
|
e1e64ae430
|
feat: code node output initialization and agent placeholder1
|
2026-01-19 23:06:08 +08:00 |
|
 
|
f2842da397
|
chore(web): new lint setup (#30020)
Co-authored-by: yyh <[email protected]>
|
2025-12-23 16:58:55 +08:00 |
|
 crazywoolaandGitHub
|
f0e739be43
|
fix: immer version and ref in code base (#27130)
|
2025-10-20 14:49:26 +09:00 |
|
+10        
|
85cda47c70
|
feat: knowledge pipeline (#25360)
Signed-off-by: -LAN- <[email protected]>
Co-authored-by: twwu <[email protected]>
Co-authored-by: crazywoola <[email protected]>
Co-authored-by: jyong <[email protected]>
Co-authored-by: Wu Tianwei <[email protected]>
Co-authored-by: QuantumGhost <[email protected]>
Co-authored-by: lyzno1 <[email protected]>
Co-authored-by: quicksand <[email protected]>
Co-authored-by: Jyong <[email protected]>
Co-authored-by: lyzno1 <[email protected]>
Co-authored-by: zxhlyh <[email protected]>
Co-authored-by: Yongtao Huang <[email protected]>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Joel <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: nite-knite <[email protected]>
Co-authored-by: Hanqing Zhao <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Harry <[email protected]>
|
2025-09-18 12:49:10 +08:00 |
|
 
|
dac72b078d
|
feat: support bool type variable frontend (#24437)
Co-authored-by: QuantumGhost <[email protected]>
|
2025-08-26 18:16:05 +08:00 |
|
 MinamiyamaandGitHub
|
25de39d9c6
|
Feat: sync input variable names to main() function (#21667)
|
2025-07-01 10:57:07 +08:00 |
|
 
|
1a1bfd4048
|
feat: last run frontend (#21369)
The frontend of feat: Persist Variables for Enhanced Debugging Workflow (#20699).
Co-authored-by: jZonG <[email protected]>
|
2025-06-24 09:10:30 +08:00 |
|
 Good WoodandGitHub
|
b3f4e90862
|
feat: remove file and file[] restriction in code node (#17382)
|
2025-04-03 16:23:19 +08:00 |
|
 Kota-YamaguchiandGitHub
|
f674de4f5d
|
feat: synchronize input/output variables in the panel with generated code by the code generator (#10150)
|
2024-11-01 11:39:32 +08:00 |
|
 YeuolyandGitHub
|
784b11ce19
|
Chore/remove python dependencies selector (#7494)
|
2024-08-21 16:57:14 +08:00 |
|
 
|
5e6fc58db3
|
Feat/environment variables in workflow (#6515)
Co-authored-by: JzoNg <[email protected]>
|
2024-07-22 15:29:39 +08:00 |
|
 YeuolyandGitHub
|
bbef964eb5
|
improve: code upgrade (#4231)
|
2024-05-13 14:39:14 +08:00 |
|
       
|
7753ba2d37
|
FEAT: NEW WORKFLOW ENGINE (#3160)
Co-authored-by: Joel <[email protected]>
Co-authored-by: Yeuoly <[email protected]>
Co-authored-by: JzoNg <[email protected]>
Co-authored-by: StyleZhang <[email protected]>
Co-authored-by: jyong <[email protected]>
Co-authored-by: nite-knite <[email protected]>
Co-authored-by: jyong <[email protected]>
|
2024-04-08 18:51:46 +08:00 |
|