バナー調整

This commit is contained in:
dj-oyu 2026-02-25 06:35:39 +09:00
parent bc3195fc8a
commit 990e42fc4c

View file

@ -103,9 +103,9 @@ func (cb *ContextBuilder) getIdentity() string {
// Build prompt with optional orchestration banner
var prompt string
if cb.orchestrationEnabled {
prompt = `/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
prompt = ` /_/_/_/_/_/_/_/_/_/_/_/_/_/_/
O R C H E S T R A M O D E
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
`
}