fix: document deploy (#5868)

* mcp memory

* Editor space parse error

* fix: ts

* fix: debug interactive

* fix: templateId

* fix: editor in debug

* doc
This commit is contained in:
Archer
2025-11-06 14:47:55 +08:00
committed by GitHub
parent 89ca81d1a4
commit 7aaa28ed08
25 changed files with 556 additions and 131 deletions

View File

@@ -97,7 +97,7 @@ ${mdSplitString}
if (chunkLength > maxSize) {
const newChunks = commonSplit({
...props,
text: chunk
text: chunk.replace(defaultChunk, '').trim()
}).chunks;
chunks.push(...newChunks);
} else {