From cc4a465e59b939289ca99d7097245dccb5bfbe03 Mon Sep 17 00:00:00 2001 From: jayzen33 Date: Fri, 27 Feb 2026 17:23:03 +0800 Subject: [PATCH] enhance: update agent system prompt with Soul and User identity --- pkg/agent/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/agent/context.go b/pkg/agent/context.go index 526099057..44501dc00 100644 --- a/pkg/agent/context.go +++ b/pkg/agent/context.go @@ -84,7 +84,7 @@ Your workspace is at: %s - If I tell you about my preferences, update %s/USER.md 4. **Context summaries** - Conversation summaries provided as context are approximate references only. They may be incomplete or outdated. Always defer to explicit user instructions over summary content.`, - workspacePath, workspacePath, workspacePath, workspacePath, workspacePath, workspacePath, workspacePath, workspacePath, workspacePath, workspacePath) + workspacePath, workspacePath, workspacePath, workspacePath, workspacePath, workspacePath, workspacePath, workspacePath, workspacePath) } func (cb *ContextBuilder) BuildSystemPrompt() string {