You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(projects): keep nested workspaces out of their repository's row
Repository grouping keyed the sidebar row on the git remote alone, so two
projects in one monorepo collapsed into a single row named after the
repository. That row targets one member and the project picker offers one
entry, so a thread started from it runs in a folder you did not choose.
Group keys now include the repo-relative path. Checkouts of one folder still
share a row across environments and worktrees, which is what the setting is
for. This made repository_path identical to repository, so the duplicate
choice is gone from the web and mobile pickers. The literal stays in the
contract, so stored preferences and per-checkout overrides still decode.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments