Cursor Originで何ができるか
AIコードエディタを出してきた Cursor がコードの置き場そのものを持ちました。まずは初期ベータに入っているものから。
リポジトリを作りCLIで取り込む
Origin のリポジトリは Codebase タブに置かれます。新規作成を押して名前を付けると CLI(コマンドを打って操作する仕組み)の導入手順とコマンドが出て、既存のローカルプロジェクトを push するかクローンするかを選びます。最初のリポジトリを作るときに付けた codebase の名前は以後すべてのリポジトリのURLに入ります。 cursor.com/codebase/acme-corp のような形です。
"Click +New to create a new repo and name it. Once you do, a page shows you how to install the CLI, with commands for how to clone a repo or push a local project. Push, and your code is hosted on Origin."/"Name your codebase when you create your first repo. That name becomes part of every repo's URL: cursor.com/codebase/acme-corp."(Origin Repos 節)— Cursor 公式チェンジログより
プルリクエストを出して差分をレビューする
どのリポジトリにもプルリクエストが付きます。開くと履歴、コミット、チェックの結果、変更されたファイルが並び、差分を見てコメントを残し、そのままマージできます。コードとプルリクエストとエージェントが同じ場所に載るのが Origin の狙いです。 閲覧中のコードについて Cursor に質問すると、答えるだけでなく変更を加えたりプルリクエストを更新したりブランチを push したりもできると公式は書いています。
"Every repo has pull requests. Open one to see the timeline, commits, checks, and files changed. Review the diff, leave comments, and merge."/"Your code, PRs, and agents are now in the same place. Ask Cursor questions about code you're browsing. It can answer, make changes, update PRs, or push a branch."(Pull requests/Agents in every repo 節)— Cursor 公式チェンジログより
GitHub同期はどう動くのか
報道の見出しは「GitHub対抗」ですが、実際の設計は乗り換えを迫るものではありません。
同期リポジトリは双方向で反映される
GitHub を Cursor へ接続して組織を選ぶと、同期できるリポジトリの一覧が出ます。選んだものだけが取り込まれ、いつでも切り離せます。同期したリポジトリはリアルタイムに更新され、Origin 側のコピーを閲覧・検索・pull できます。プルリクエストのやり取りは双方向です。 Cursor でコメントすれば GitHub へ投稿され、GitHub 側での反応や返信も数秒で Cursor に出ます。GitHub でレビューを割り当てられた変更を Cursor 側でレビューしてマージすることもできます。
"Your GitHub repos can sit alongside the ones Cursor hosts. Connect GitHub to Cursor, pick your org, and you'll see the repos you can sync. Select one and Cursor pulls it in. You choose what gets synced and can disconnect a repo at any time."/"Pull requests on synced repos sync both ways: comment in Cursor and it posts to GitHub, react or reply on GitHub and it shows up in Cursor within seconds. Got a review assigned to you on GitHub? Review and merge it from Cursor."(Bring your GitHub repos/Pull requests 節)— Cursor 公式チェンジログより
正本はGitHub側に残る
ここが判断の分かれ目です。同期したリポジトリへの push は GitHub へ行き続け、GitHub 側が正本のままになります。 Origin 側にあるのは読み書きの入口であって、置き換えではありません。リポジトリ名の隣にあるアイコンで Cursor がホストしているものと GitHub から来たものを見分けられます。移行を決めないまま試せる作りです。
"Synced repos update in real time. Browse, search, and pull from the copy in Origin. Pushes keep going to GitHub, which stays the source of truth for anything started there. Icons next to each repo name tell you which ones Cursor hosts and which came from GitHub."(Bring your GitHub repos 節)— Cursor 公式チェンジログより
早期ベータの対象プランと連携先
使えるかどうかはプランで決まります。周辺サービスとの連携も初期から入っています。
早期ベータの対象は有料プラン
提供は2026年8月17日開始で、対象は有料プランの利用者です。企業向けの組織で管理者が利用しない設定にしている場合だけ対象から外れます。 無料プランは含まれていません。エージェント前提の機能は「近く提供する」とあるだけで、中身も時期も書かれていません。
"We're starting with the essentials, designed for agent scale: repos, pull requests, code browsing, and GitHub sync. Agent-native features ship soon."/"Origin is rolling out in early beta to all paid plan users starting today, except enterprise orgs whose admins opt out."(冒頭/末尾)— Cursor 公式チェンジログより
Vercel・Depot・Buildkiteと連携
アプリ連携も同時に始まりました。リポジトリの Apps タブから Vercel(ヴァーセル)をつなぐと、プルリクエストごとにプレビュー用デプロイが作られ、そこで試してコメントを付けられます。マージすれば本番へ出ます。CI(継続的インテグレーション=変更のたびに自動でビルドとテストを回す仕組み)は Depot(デポ)か Buildkite(ビルドカイト)をつなぎます。どちらも既存の GitHub Actions のワークフローをそのまま実行できます。 Buildkite は自前のパイプラインも走らせられます。
"We're building an app ecosystem so your whole stack works seamlessly with Origin. Integrations with Vercel, Depot, and Buildkite are already available, with more coming soon."/"Connect Vercel from a repo's Apps tab and every PR gets a preview deployment where you can test and make comments. Merge, and it ships to production. For CI, connect Depot or Buildkite. Both run your existing GitHub Actions workflows and Buildkite also runs its native pipelines."(App extensions for Cursor repos 節)— Cursor 公式チェンジログより
公式チェンジログは機能ごとに見出しが切られています。どこまでが初期ベータの範囲かは、見出しと箇条書きの並びを保ったまま読まないと取り違えます。マークダウンへ変換して手元に置けば、後から入る機能が告知されたときに差分を取れます。
まとめ
Cursor Origin はコードの置き場とプルリクエストとエージェントを1か所に集めるための早期ベータです。入っているのはリポジトリ・プルリクエスト・コード閲覧・GitHub同期の4つ。エージェント前提の機能はこれからです。GitHub から同期したリポジトリの正本は GitHub 側に残るため、乗り換えを決めなくても試せます。 対象は有料プランのみです。TechCrunch は公開日が GitHub の大規模障害と重なったことを指摘していますが、GitHub の利用者は2025年10月時点で1億8,000万人規模だと TechCrunch が同社の公表値として伝えており、規模の差は大きいままです。Cursor 側の体制の変化はSpaceXによるCursor買収の解説、コーディング支援ツールを狙う攻撃面はAgentjackingの解説でも扱っています。
"The launch of Origin coincides with ongoing frustration over a perceived dip in GitHub's services. Indeed, on the same day that Cursor launched its new platform, GitHub suffered a quite lengthy worldwide outage."/"According to GitHub's own metrics, some 180 million developers use its platform as of last October. The platform, which was founded in 2007 and acquired by Microsoft in 2012, continues to be the largest source-code host in the world."— TechCrunch より



