-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Dragging convo to tabs pane deletes the convo history #14802
Copy link
Copy link
Open
Labels
area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.Agent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:window-tabs-panesWindow, tab, pane, and workspace layout management.Window, tab, pane, and workspace layout management.bugSomething isn't working.Something isn't working.needs-infoMore issue-specific reporter detail is needed before the problem can be confidently triaged.More issue-specific reporter detail is needed before the problem can be confidently triaged.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Description
Metadata
Metadata
Assignees
Labels
area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.Agent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:window-tabs-panesWindow, tab, pane, and workspace layout management.Window, tab, pane, and workspace layout management.bugSomething isn't working.Something isn't working.needs-infoMore issue-specific reporter detail is needed before the problem can be confidently triaged.More issue-specific reporter detail is needed before the problem can be confidently triaged.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Pre-submit Checks
Describe the bug
*From my session rn with Warp, where I am reying to get back ~$100 worrth of token actions and scripts and countless hours of my own time. *
...
The script refuses to run if it detects Warp still running, takes its own timestamped backup to ~/warp_db_prerestore_/ before touching anything, checkpoints the WAL, re-inserts the conversation row plus all 243 prompts with INSERT OR IGNORE and fresh row ids, then verifies counts and runs integrity_check. It prints the rollback path at the end.
Expected outcome: the conversation reappears in your list. Whether the full agent text comes back depends on whether the server-side copy survived the delete — if it didn't, you'll get the entry plus your prompts, and the markdown transcript covers your side regardless.
Two things to avoid until Warp ships a fix:
• Don't drag panes onto the tab bar. That's what deleted the conversation, and it was my suggestion that led you there. To get conversations into separate tabs, press ⌘T first, then /conversations in the new tab.
• The fork 56d0b52e (244 prompts) is the safer copy of that work — it holds 241 of the 243 prompts.
Worth filing with Warp support, since you have clean evidence: PaneHeaderDropped { drop_location: TabBar(...) } immediately followed by [PaneGroup] Unable to locate a panel to activate after close / Pane not found, on v0.2026.07.29.09.05.stable_02, with a hard conversation delete as the result and no user delete action in the log.
To reproduce
Worth filing with Warp support, since you have clean evidence: PaneHeaderDropped { drop_location: TabBar(...) } immediately followed by [PaneGroup] Unable to locate a panel to activate after close / Pane not found, on v0.2026.07.29.09.05.stable_02, with a hard conversation delete as the result and no user delete action in the log.
Expected behavior
No response
Screenshots, videos, and logs
Worth filing with Warp support, since you have clean evidence: PaneHeaderDropped { drop_location: TabBar(...) } immediately followed by [PaneGroup] Unable to locate a panel to activate after close / Pane not found, on v0.2026.07.29.09.05.stable_02, with a hard conversation delete as the result and no user delete action in the log.
Operating system (OS)
macOS
Operating system and version
15.7.7
Shell Version
No response
Current Warp version
v0.2026.07.29.09.05.stable_02
Regression
Yes, this bug started recently or with an X Warp version
Recent working Warp date
No response
Additional context
No response
Does this block you from using Warp daily?
Yes, this issue prevents me from using Warp daily.
Is this an issue only in Warp?
Yes, I confirmed that this only happens in Warp, not other terminals.
Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e
No response