Skip to content

Commit 192cbea

Browse files
committed
wip
1 parent 3001416 commit 192cbea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/httpapi/server.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ func (s *Server) StartSnapshotLoop(ctx context.Context) {
327327
// Send initial prompt when agent becomes stable for the first time
328328
if !s.conversation.InitialPromptSent && convertStatus(currentStatus) == AgentStatusStable {
329329

330+
fmt.Printf("AgentType: %s", mf.AgentTypeOpencode)
331+
330332
// If agent type is opencode
331333
if s.agentType == mf.AgentTypeOpencode {
332334
time.Sleep(5 * time.Second)

0 commit comments

Comments
 (0)