Commit Graph
611 Commits
Author SHA1 Message Date
zxhlyh 25e0013db9 fix 2025-07-16 16:00:53 +08:00
zxhlyh e4cf6a497b fix 2025-07-15 17:37:50 +08:00
zxhlyh 498d8ab33c fix 2025-07-15 15:49:23 +08:00
zxhlyh a923087b57 Merge branch 'main' into feat/tool-oauth 2025-07-15 14:46:26 +08:00
zxhlyh 3f273cae73 fix 2025-07-15 14:45:50 +08:00
MinamiyamaandGitHub 7e666dc3b1 fix(prompt-editor): show error warning for destructive env and conv var (#21802) 2025-07-15 14:10:50 +08:00
zxhlyh 964e29b27f fix: loading 2025-07-14 17:33:42 +08:00
zxhlyh d0ba7adf33 form 2025-07-14 17:02:46 +08:00
zxhlyh 2572e99a4b form 2025-07-14 16:42:23 +08:00
zxhlyh fd0a8d5834 Merge branch 'main' into feat/tool-oauth 2025-07-14 14:45:58 +08:00
zxhlyh 29035d333d fix: validate 2025-07-14 14:45:12 +08:00
HyaCinthandGitHub 2d3c5b3b7c fix(emoji-picker): Adjust the style of the emoji picker (#22161) (#22231) 2025-07-11 17:52:16 +08:00
zxhlyh 83ab69d2eb tool oauth 2025-07-11 17:37:13 +08:00
fe4e2f7921 feat: support var in suggested questions (#17340)
Co-authored-by: crazywoola <[email protected]>
2025-07-11 15:07:32 +08:00
zxhlyh 90f800408d merge main 2025-07-10 17:49:23 +08:00
zxhlyh 18699f8671 tool oauth 2025-07-10 17:12:48 +08:00
5375d9bb27 feat: the frontend part of mcp (#22131)
Co-authored-by: jZonG <[email protected]>
Co-authored-by: Novice <[email protected]>
Co-authored-by: nite-knite <[email protected]>
Co-authored-by: Hanqing Zhao <[email protected]>
2025-07-10 14:14:02 +08:00
4403bc67a1 fix(Drawer): add overflow hidden to ensure copy button is always clickable (#21992) (#22103)
Co-authored-by: wangheyang <[email protected]>
2025-07-10 09:20:02 +08:00
zxhlyh bda76080a9 Merge branch 'main' into feat/tool-oauth 2025-07-09 18:29:10 +08:00
zxhlyh 8968a3e254 tool oauth 2025-07-09 18:28:39 +08:00
1885426421 feat: Allow to change SSL verify in HTTP Node (#22052)
Co-authored-by: crazywoola <[email protected]>
2025-07-09 15:53:24 +08:00
kurokoboandGitHub e39236186d feat: introduce new env ALLOW_UNSAFE_DATA_SCHEME to allow rendering data uri scheme (#21321) 2025-07-09 10:12:40 +08:00
zxhlyh ce8bf7b5a2 Merge branch 'main' into feat/tool-oauth 2025-07-08 18:21:49 +08:00
zxhlyh 0f1be60daa tool oauth 2025-07-08 18:20:30 +08:00
de22648b9f feat: Add support for type="hidden" input elements in Markdown forms (#21922)
Co-authored-by: Copilot <[email protected]>
2025-07-07 10:35:30 +08:00
heysztandGitHub a201e9faee feat: Add Aliyun LLM Observability Integration (#21471) 2025-07-04 21:54:33 +08:00
zxhlyh c53d5c105b feat: tool oauth 2025-07-03 17:55:52 +08:00
1af3d40c1a feat: Improve Observability with Arize & Phoenix Integration (#19840)
Co-authored-by: crazywoola <[email protected]>
Co-authored-by: Gu <[email protected]>
2025-07-03 13:52:14 +08:00
86179beaa5 FIX: dollar-sign escaping in preprocessLaTeX code‐block handling (#21796)
Co-authored-by: LinYing <[email protected]>
2025-07-02 11:32:23 +08:00
MinamiyamaandGitHub 25de39d9c6 Feat: sync input variable names to main() function (#21667) 2025-07-01 10:57:07 +08:00
NFishandGitHub 6013d90426 Fix/ serveral bugs fixed in enterprise (#21729) 2025-07-01 10:42:11 +08:00
Davide DelbiancoandGitHub 38a704743c chore: Add missing svg icon sources (#21627) 2025-06-27 16:56:22 +08:00
CorrectRoadandGitHub 7d9d670f90 feat: to add tag when tag input is unfocus (#21555) 2025-06-27 10:36:01 +08:00
YeuolyandGitHub cea6522122 feat: add DYNAMIC_SELECT parameter type for dynamic options in parameter entities (#21425) 2025-06-26 17:44:14 +08:00
CorrectRoadandGitHub d2814650e6 feat: prevent input of non-numeric values ​​in numer input (#21562) 2025-06-26 16:43:26 +08:00
zxhlyhandGitHub 45dc0a43d3 fix: prompt editor insert context (#21526) 2025-06-26 09:58:58 +08:00
zxhlyhandGitHub 819c02f1f5 fix: prompt editor click to insert variable (#21470) 2025-06-25 11:34:58 +08:00
Kerwin BryantandGitHub 2467bd738a Improve App Icon Picker: Stable Modal Height & Collapsible Emoji Style Section (#21399) 2025-06-24 11:13:28 +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
QuantumGhostandGitHub 10b738a296 feat: Persist Variables for Enhanced Debugging Workflow (#20699)
This pull request introduces a feature aimed at improving the debugging experience during workflow editing. With the addition of variable persistence, the system will automatically retain the output variables from previously executed nodes. These persisted variables can then be reused when debugging subsequent nodes, eliminating the need for repetitive manual input.

By streamlining this aspect of the workflow, the feature minimizes user errors and significantly reduces debugging effort, offering a smoother and more efficient experience.

Key highlights of this change:

- Automatic persistence of output variables for executed nodes.
- Reuse of persisted variables to simplify input steps for nodes requiring them (e.g., `code`, `template`, `variable_assigner`).
- Enhanced debugging experience with reduced friction.

Closes #19735.
2025-06-24 09:05:29 +08:00
GuanMuandGitHub e56d7547f7 fix: web error (#21340) 2025-06-23 13:54:52 +08:00
sayThQ199andGitHub ba5eebf3a2 feat(mermaid): Rearchitect component for robustness, security, and theming (#21281) 2025-06-20 19:55:58 +08:00
非法操作andGitHub 40e8ad419b fix: not permitted schema of markdown link cause page crash (#21258) 2025-06-20 09:23:30 +08:00
sayThQ199andGitHub 2df4699312 fix(echarts): Resolve interaction issues on charts with timelines (#21185) 2025-06-18 20:22:33 +08:00
croatialuandGitHub 15800c6108 feat: Embedded chat window supports userVariables configuration. (#20983) 2025-06-18 14:27:02 +08:00
XiaoCCandGitHub 0784c6295d fix Multiple <think>\n Interface rendering exception (#20977) 2025-06-18 11:31:04 +08:00
Bowen LiangandGitHub 6a5236b200 chore: cleanup wrong and unused doc links in i18 translations by appling docLink method usage (#21112) 2025-06-17 16:14:53 +08:00
kurokoboandGitHub df6451076b fix: prevent nodes from being unintentionally deleted by pressing the backspace key. (#21023) 2025-06-17 16:11:30 +08:00
Bowen LiangandGitHub f4df759ba6 refactor: generalize method for getting doc link respecting locale and fix error link paths (#20801) 2025-06-13 10:58:43 +02:00
非法操作andGitHub b2ac11bc47 fix: markdown button can't send message (#20933) 2025-06-12 08:18:15 +02:00