fix

Change-Id: Ia5e1fb50a364e8d2ad9e37a1d2cad7dbed4799ed
diff --git a/loop/agent.go b/loop/agent.go
index decb4b0..4ce4fa3 100644
--- a/loop/agent.go
+++ b/loop/agent.go
@@ -25,10 +25,7 @@
 	"sketch.dev/claudetool/codereview"
 	"sketch.dev/claudetool/onstart"
 	"sketch.dev/dodo_tools"
-<<<<<<< variant A
 	"sketch.dev/experiment"
->>>>>>> variant B
-======= end
 	"sketch.dev/llm"
 	"sketch.dev/llm/ant"
 	"sketch.dev/llm/conversation"
@@ -2768,11 +2765,12 @@
 	MessageType string `json:"message_type"`
 	Body        any    `json:"body"`
 	TextContent string `json:"text_content"`
+}
 
 // SendInitialMessage sends an LLM-generated initial message
 func (a *Agent) SendInitialMessage(ctx context.Context) {
 	introPrompt := `Based on your role as a Sketch coding assistant and the codebase information provided, write a brief, professional introduction to the user:
-1. Greet the user and tell them your name.
+1. Greet the user and tell them your name. Your name is stored as DODO_AGENT_NAME environment variable.
 2. Retrieve and analyze current project's dodo environment.
 3. Give dodo environment summary to the user.
 4. Ask what they'd like to work on. Be concise and helpful.`