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 +/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ` }