dify/web/app/components/workflow/nodes/llm
yyh 3ca767de47
refactor: migrate localStorage calls to storage utility module
Replace direct localStorage.getItem/setItem/removeItem with the
centralized storage module which provides versioned keys, automatic
JSON serialization, SSR safety, and error handling.
2026-02-01 17:34:37 +08:00
..
components refactor: migrate localStorage calls to storage utility module 2026-02-01 17:34:37 +08:00
default.ts chore: computer use to true 2026-01-30 11:06:44 +08:00
node.tsx chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
panel.tsx feat: add tools sync config 2026-01-28 15:43:01 +08:00
types.ts feat: fetch tools and set tools enabled from api 2026-01-28 15:43:01 +08:00
use-config.ts chore: computer use to true 2026-01-30 11:06:44 +08:00
use-single-run-form-params.ts feat(web): migrate from es-toolkit/compat to native es-toolkit (#30244) (#30246) 2025-12-31 11:13:22 +08:00
utils.ts feat: Add file type support to LLM node JSON schema editor 2026-01-27 19:39:32 +08:00