mirror of
https://github.com/cline/cline.git
synced 2026-09-21 05:10:09 +08:00
fixed plan mode respond reading from memory in cli (#6738)
* fixed plan mode respond partial in cli and cline core * reverting planmoderespondhandler
This commit is contained in:
@@ -877,6 +877,13 @@ func (m *Manager) processStateUpdate(stateUpdate *cline.State, coordinator *Stre
|
||||
m.displayMessage(msg, false, false, i)
|
||||
coordinator.MarkProcessedInCurrentTurn("ask_command_output")
|
||||
}
|
||||
|
||||
case msg.Ask == string(types.AskTypePlanModeRespond):
|
||||
if !coordinator.IsProcessedInCurrentTurn("plan_mode_respond") {
|
||||
fmt.Println()
|
||||
m.displayMessage(msg, false, false, i)
|
||||
coordinator.MarkProcessedInCurrentTurn("plan_mode_respond")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user