From 990e42fc4c0b2cdc0528e17fa0be8f8c61784d25 Mon Sep 17 00:00:00 2001 From: dj-oyu <68707227+dj-oyu@users.noreply.github.com> Date: Wed, 25 Feb 2026 06:35:39 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=8A=E3=83=BC=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/agent/context.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/agent/context.go b/pkg/agent/context.go index a39e8fa00..f3e04c7d9 100644 --- a/pkg/agent/context.go +++ b/pkg/agent/context.go @@ -103,9 +103,9 @@ func (cb *ContextBuilder) getIdentity() string { // Build prompt with optional orchestration banner var prompt string if cb.orchestrationEnabled { - prompt = `/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ -O R C H E S T R A M O D E -\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ + prompt = ` /_/_/_/_/_/_/_/_/_/_/_/_/_/_/ + O R C H E S T R A M O D E +/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ` }