fix(electrobun): +New button no longer sends empty prompt — waits for user input like Continue
This commit is contained in:
parent
634e4658c3
commit
78d77080cc
1 changed files with 2 additions and 1 deletions
|
|
@ -87,7 +87,8 @@
|
|||
function handleNew() {
|
||||
open = false;
|
||||
clearPendingResume(projectId);
|
||||
onNewSession?.('');
|
||||
// Don't start agent — just clear any pending resume so next Send creates fresh session
|
||||
// The user types their prompt, then hits Send
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue