[BUG] Desktop: "Move to group" only exists in the sidebar row menu, so chats not shown in the sidebar can never be grouped
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
This is the Claude desktop app (macOS), not the CLI. Filing here because other desktop sidebar-group bugs live in this repo (e.g. #79519, #84663).
Sidebar chat groups can only be assigned from the context menu on a chat row in the left sidebar. That sidebar list is truncated and ends in a "View all" link. Any chat older than that cutoff has no reachable path to "Move to group" at all.
The action is missing from both of the other places it would be expected. On the Chats and tasks ("View all") page, the row menu contains: Select, Pin, Mark as unread, Rename, Add to project, Delete. No Move to group. In the open chat, the dropdown next to the chat title also has no Move to group.
Side note: the two row menus differ by more than this one item. The Chats and tasks menu is also missing Archive and "Open as quick task", which suggests the two menus are built from separate definitions rather than one shared component.
Note that "Add to project" is present in both menus and is a different feature from groups, so it is not a workaround.
What Should Happen?
Any chat should be assignable to a group regardless of whether it currently appears in the truncated sidebar list. Any one of these would unblock it: add "Move to group" to the row menu on the Chats and tasks page; add it to the open chat's title dropdown; or add group as a destination in the bulk Select toolbar on Chats and tasks, alongside the project destination that already works there.
Error Messages/Logs
Steps to Reproduce
Step 1 — Have enough chats that the sidebar list is truncated and shows a "View all" link at the bottom.
Step 2 — Click "View all" to open the Chats and tasks page.
Step 3 — Pick a chat old enough that it does not appear in the sidebar list.
Step 4 — Open that row's context menu. There is no "Move to group" (only Select, Pin, Mark as unread, Rename, Add to project, Delete).
Step 5 — Click the chat to open it. It is not inserted into the sidebar list.
Step 6 — Open the dropdown next to the chat title. There is no "Move to group" there either.
Result — the chat cannot be assigned to a group by any route.
For contrast, open the context menu on any chat that IS currently listed in the sidebar: "Move to group" is present there.
Claude Model
None
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
N/A - Claude desktop app for macOS, not the CLI (version not recorded)
Platform
Other
Operating System
macOS
Terminal/Shell
Other
Additional Information
Related but not the same: #79519 (archived sessions can't be dragged into groups), #84663 (new sessions land in Ungrouped), #79800 (moving a Code session into a Project). None of those cover the missing menu entry outside the sidebar.
The several template fields above are CLI-specific and don't map to the desktop app; Platform and Terminal/Shell are set to "Other" for that reason.