We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759ec53 commit 03c6f16Copy full SHA for 03c6f16
1 file changed
lib/screentracker/pty_conversation.go
@@ -130,7 +130,8 @@ type PTYConversation struct {
130
// initialPromptReady is set to true when ReadyForInitialPrompt returns true.
131
// Checked inline in the snapshot loop on each tick.
132
initialPromptReady bool
133
- initialPromptSent bool
+ // initialPromptSent is set to true when the initial prompt has been enqueued to the outbound queue.
134
+ initialPromptSent bool
135
}
136
137
var _ Conversation = &PTYConversation{}
0 commit comments