Zed Cherry-Pick Zed ships from two long-lived release branches that live on : - channel → branch like - channel → branch like The version numbers change with each release. Never hardcode them — always discover the current mapping (see Finding the target branch). A merged PR on gets ported to a release branch by , normally driven by the GitHub Actions workflow. When that workflow fails (almost always a merge conflict), use this skill to finish the job locally and open the cherry-pick PR by hand. When to use Use this when the user asks to cherry-pick one or more commits and/or Pull Requests (by…