We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3001416 commit 192cbeaCopy full SHA for 192cbea
lib/httpapi/server.go
@@ -327,6 +327,8 @@ func (s *Server) StartSnapshotLoop(ctx context.Context) {
327
// Send initial prompt when agent becomes stable for the first time
328
if !s.conversation.InitialPromptSent && convertStatus(currentStatus) == AgentStatusStable {
329
330
+ fmt.Printf("AgentType: %s", mf.AgentTypeOpencode)
331
+
332
// If agent type is opencode
333
if s.agentType == mf.AgentTypeOpencode {
334
time.Sleep(5 * time.Second)
0 commit comments