From 5ec254253f1b7f4a74b8f107ac7a1f7e5c8cbb6f Mon Sep 17 00:00:00 2001 From: Olcan Date: Mon, 12 May 2025 16:41:11 -0700 Subject: [PATCH] ensure no 'undefined' in system prompt (#322) --- packages/server/src/core/prompts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/server/src/core/prompts.ts b/packages/server/src/core/prompts.ts index f2237581..003616ae 100644 --- a/packages/server/src/core/prompts.ts +++ b/packages/server/src/core/prompts.ts @@ -126,6 +126,7 @@ ${(function () { - Never push changes to a remote repository without being asked explicitly by the user. `; } + return ''; })()} # Examples (Illustrating Tone and Workflow)