5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

VSCodeで動かすGemini CLI

Last updated at Posted at 2025-06-26

はじめに

2025年6月にGoogleからリリースされた「Gemini CLI」は、ターミナル上でGemini 2.5 Proモデルを活用できるAIエージェントです。Gemini CLIを実際に動かしてみるまでの導入編はさっそくいろいろな記事が出てきているので、今回は、Visual Studio Codeのターミナルで実行してみた結果をお届けします!

動作結果

ちゃんと Visual Studio Code の上で動いています。
image.png

流れ

  1. GeminiCLIを導入する(←いろいろ参考記事があるので割愛!)
  2. Visual Studio Codeを立ち上げる
  3. ターミナルを起動する(Windowsショートカット:Ctrl + @)
  4. GeminiCLIを起動する(npxコマンドで起動)
npx https://github.com/google-gemini/gemini-cli

ちゃんと起動するところまで確認できました!

5
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?