completed tools and setup

This commit is contained in:
southseact-3d
2026-02-08 20:02:30 +00:00
parent 39136e863f
commit bd6817f697
5 changed files with 480 additions and 4 deletions

View File

@@ -3964,6 +3964,7 @@ async function sendMessage() {
model,
cli,
attachments: pendingAttachments.length ? pendingAttachments : undefined,
externalTestingEnabled: !!builderState.externalTestingEnabled // Send feature toggle state to server
};
// Preserve opencodeSessionId to continue in the same session
if (currentSession && currentSession.opencodeSessionId) {