mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
* feat(cli): add Enter key steering for empty input in queue Allow empty input with Enter to promote the first queued prompt, enhancing navigation efficiency. Update hint text and add tests for key routing behavior. * fix(desktop): bound queue steering waits and reject stale replies * fix: steer the current queue head atomically in core * ui update * fix(core): type session ID in hub UI event test mock --------- Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>