Skip to content

Session detail shows incorrect repo (unrelated repo stored by Copilot CLI) #350

Description

@jongio

The Repo field in session detail shows vercel-labs/skills for a session whose cwd is C:\code\.worktrees\skills\feature-repo-ready. The actual git origin in that folder is https://github.com/jongio/skills.git (confirmed via git remote get-url origin). jongio/skills is not a fork of vercel-labs/skills; they are completely unrelated repos.

The Copilot CLI stored the wrong repository value in its session store. Dispatch reads this as-is.

Possible fix: When rendering session detail, cross-check the stored repository against the live origin remote in the session's cwd. If they differ, prefer the live git remote value (or show both with a warning).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions