V4.14.2 fearured (#5922)

* fix: chat agent template create (#5912)

* doc

* template market ui (#5917)

* Compress tool (#5919)

* Compress tool (#5914)

* rename file

* feat: agent call request

* perf: Agent call  (#5916)

* fix: interactive in tool call

* doc

* fix: merge node response

* fix: test

* fix:修改 message 对话中的压缩提示词 (#5918)

Co-authored-by: xxyyh <2289112474@qq>

* perf: compress code

* perf: agent call comment

---------

Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com>
Co-authored-by: xxyyh <2289112474@qq>

* remove pr

* feat: auto password

* perf: app template cache

* fix template market ui (#5921)

---------

Co-authored-by: heheer <heheer@sealos.io>
Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com>
Co-authored-by: xxyyh <2289112474@qq>
This commit is contained in:
Archer
2025-11-14 13:21:17 +08:00
committed by GitHub
parent 21de152fd7
commit 48c0c150eb
51 changed files with 1826 additions and 671 deletions
+1 -4
View File
@@ -143,10 +143,7 @@ export const getRegQueryStr = (text: string, flags = 'i') => {
/* slice json str */
export const sliceJsonStr = (str: string) => {
str = str
.trim()
.replace(/(\\n|\\)/g, '')
.replace(/ /g, '');
str = str.trim();
// Find first opening bracket
let start = -1;