並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 21 件 / 21件

新着順 人気順

github copilot cli install pluginの検索結果1 - 21 件 / 21件

  • ぼくのMac環境 ver.のんピ | DevelopersIO

    何年後かの自分へ こんにちは、のんピ(@non____97)です。 業務で使用する新しいMacが届きました。 新しいMacを初期セットアップするにあたって「今の設定どうだったっけ...」と調べる時間が結構かかってしまいました ということで何年後かの自分がまた新しいMacに乗り換える際に手間取らないように、設定した内容を書き記しておきます。 移行先のMacの情報は以下の通りです。M1 Max、嬉しい。 # OSのバージョンの確認 > sw_vers ProductName: macOS ProductVersion: 12.4 BuildVersion: 21F79 # カーネルのバージョン確認 > uname -r 21.5.0 # CPUのアーキテクチャの確認 > uname -m arm64 # CPUの詳細確認 > sysctl -a machdep.cpu machdep.cpu.

      ぼくのMac環境 ver.のんピ | DevelopersIO
    • GitHub - modelcontextprotocol/servers: Model Context Protocol Servers

      Official integrations are maintained by companies building production ready MCP servers for their platforms. 21st.dev Magic - Create crafted UI components inspired by the best 21st.dev design engineers. 2slides - An MCP server that provides tools to convert content into slides/PPT/presentation or generate slides/PPT/presentation with user intention. ActionKit by Paragon - Connect to 130+ SaaS inte

        GitHub - modelcontextprotocol/servers: Model Context Protocol Servers
      • カーリル for AI

        Claude https://claude.ai/ 画面左下のアカウントアイコンを押す 設定をクリック 左のメニューの「コネクタ」を選択 一番下の「カスタムコネクタを追加」をクリック 名前はわかりやすいものを入れてください。 例)カーリル リモートMCPサーバーURLに https://mcp-beta.calil.jp/mcp を入れてください。 カーリルの横にある「連携/連携させる」をクリック。 許可をクリック。 新規チャットに行って、+ボタンの横の「検索とツール」ボタンを押して、「カーリル」がONになっていたら、設定完了です。 カーリルMCPを初めて使用する際に、上のような確認ダイアログが表示されます。 「常に許可」を選択すると、次回以降この確認は表示されなくなります。 ChatGPT ChatGPTの個人プラン(Plus、Pro)への加入が必要です。 Business、Enterp

        • GitHub Copilot CLI is now generally available - GitHub Changelog

          Menu. Currently selected: Agentic development in your terminal GitHub Copilot CLI—the terminal-native coding agent that brings the power of GitHub Copilot directly to your command line—is now generally available for all Copilot subscribers. Editor’s note (February 27, 2026): Updated the text to accurately indicate that Copilot CLI is available to all Copilot subscribers. Since launching in public

            GitHub Copilot CLI is now generally available - GitHub Changelog
          • ESLint v10.0.0 released - ESLint - Pluggable JavaScript Linter

            Highlights ESLint v10.0.0 is a major release that includes several new features and breaking changes. Here are some of the most notable updates. Installing Because this is a major release, you may not automatically be upgraded by npm. To ensure you are using this version, run: npm i eslint@10.0.0 --save-dev 1 Copy code to clipboard Node.js < v20.19.0, v21.x, v23.x no longer supported As of this po

              ESLint v10.0.0 released - ESLint - Pluggable JavaScript Linter
            • 【Claude Code】ccusageの料金情報をVSCodeステータスバーに表示するプラグインを1時間で作ってみた

              1. はじめに Claude Codeを使っていると、「今どれくらいトークンを使って、料金はどのくらいかかっているのか?」が気になることがありませんか? ccusageというCLIツールを使えばコストの可視化はできるのですが、表示領域を1つのツールが占有してしまうのが少しストレスでした。エディタはコードとエクスプローラに集中したいのに、料金情報の表示で画面が狭くなってしまう。かといって料金情報も常に把握しておきたい。そんなわがままな要求を満たすために、VSCodeのステータスバーにccusageの情報を表示するプラグインを作ってみました。 Claude Code自体がコード生成に非常に優秀なので、この拡張機能もClaude Codeを使って1時間程度でサクッと作ることができました。開発体験がとても良かったので、作ったものの紹介と合わせて記事にしてみます。 2. Claude Codeとcc

                【Claude Code】ccusageの料金情報をVSCodeステータスバーに表示するプラグインを1時間で作ってみた
              • 【2026年最新】Claude Code完全入門ガイド|インストールから実践活用まで徹底解説|株式会社AIworker

                「AIにコードを書かせたい」 「面倒な作業を自動化したい」 と思ったことはありませんか? プログラミング経験がなくても、自然な日本語でAIに指示するだけでアプリやWebサイトが作れる時代が到来しています。その中心にいるのが「Claude Code」です。 2025年2月にベータ版としてリリースされ、わずか1年足らずで176回以上のアップデートを重ね、今や開発者にとって欠かせないツールへと成長しました。2026年現在、v2.0系へと進化を遂げ、IDE連携やMCPサーバー機能、Agent Skillsなど、より実用的な機能が次々と追加されています。 この記事では、Claude Codeの基本から創業者Boris Cherny氏直伝のテクニック、実践的なワークフロー、最新のAgent Skills活用法まで、初心者の方にもわかりやすく解説していきます。 1. Claude Codeとは?Chat

                  【2026年最新】Claude Code完全入門ガイド|インストールから実践活用まで徹底解説|株式会社AIworker
                • Here’s how I use LLMs to help me write code

                  11th March 2025 Online discussions about using Large Language Models to help write code inevitably produce comments from developers who’s experiences have been disappointing. They often ask what they’re doing wrong—how come some people are reporting such great results when their own experiments have proved lacking? Using LLMs to write code is difficult and unintuitive. It takes significant effort

                    Here’s how I use LLMs to help me write code
                  • GitHub、Copilot SDKをテクニカルプレビューとして発表 ——GitHub Copilot CLIも継続的にアップデートしていることを紹介 | gihyo.jp

                    GitHub Copilot SDK GitHubは2026年1月14日、GitHub Copilot SDKのテクニカルプレビュー版を公開した。そして1月22日に、このSDKを使うことで、GitHub Copilot CLIにおけるエージェント実行基盤「Copilot agentic core」を、任意のアプリケーションに組み込めるようになったことを発表した。 Copilot SDK in technical preview - GitHub Changelog Build an agent into any app with the GitHub Copilot SDK - GitHub Blog 開発者は独自のプランナーやランタイムを構築する代わりに、GitHub Copilot CLIで既に運用されているエージェントの実行方法を直接自分のアプリケーションに埋め込めるため、認証やモデ

                      GitHub、Copilot SDKをテクニカルプレビューとして発表 ——GitHub Copilot CLIも継続的にアップデートしていることを紹介 | gihyo.jp
                    • GitHub Copilot CLIが、すべての有料プラン向けに一般提供(GA)を開始

                      ターミナルネイティブのコーディングエージェントであるGitHub Copilot CLIが、すべてのGitHub Copilot有料プラン向けに一般提供(GA)を開始しました。 GitHub Copilot CLIは、GitHub Copilotのパワーをコマンドラインに直接届けるターミナルネイティブのコーディングエージェントで、すべてのGitHub Copilot有料プラン向けに一般提供(GA)を開始しました。 2025年9月のパブリックプレビュー開始以来、皆さまのフィードバックをもとに数百の改善を行ってきました。GitHub Copilot CLIは、ターミナルアシスタントから本格的なエージェント開発環境へと進化しました。計画、ビルド、レビュー、セッション間の記憶保持まで、すべてターミナルから離れることなく実行できます。 主要なアップデートのハイライトをご紹介します。 ターミナルでのエ

                        GitHub Copilot CLIが、すべての有料プラン向けに一般提供(GA)を開始
                      • February 2024 (version 1.87)

                        Update 1.87.1: The update addresses these issues. Update 1.87.2: The update addresses this security issue. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the February 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Voice dictation in editor - Use your

                          February 2024 (version 1.87)
                        • Claude Code に superpowers を入れて、エージェントが「考えてから書く」ようになった - サーバーワークスエンジニアブログ

                          Claude Code に superpowers を入れて、エージェントが「考えてから書く」ようになった こんにちは、サーバーワークスで生成AIの活用推進を担当している針生です。 今回は superpowers という Claude Code のプラグインを紹介します。 このプラグインを入れると、Claude Code が「ちゃんと考えてからコードを書く」ようになります。たとえばこんな動きが自動的に入ります。 何を作るのか、どんな条件があるのかをまず確認してくれる バグが出たら、いきなり直さずに原因を調べてくれる 「できました」と言う前に、本当に動いているか確かめてくれる 大きな実装は、小さなタスクに分けて順番に進めてくれる 普段プロンプトで毎回お願いしているようなことを、superpowers が必要な場面で自動的にやってくれるイメージです。 この記事では、superpowers の概

                            Claude Code に superpowers を入れて、エージェントが「考えてから書く」ようになった - サーバーワークスエンジニアブログ
                          • An Experienced (Neo)Vimmer's Workflow

                            Motivation Ever since TJ said “Personalized Development Environment,” the phrase latched onto me like a cobweb in a mineshaft. A Personalized Development Environment (PDE) describes an ideal setup that is tailored to your needs and preferences – it lies between a bare-bone text editor and a full-fledged IDE. It is a place where you can be productive, efficient, and comfortable. It is a place that

                            • The AI-Native Software Engineer

                              An AI-native software engineer is one who deeply integrates AI into their daily workflow, treating it as a partner to amplify their abilities. This requires a fundamental mindset shift. Instead of thinking “AI might replace me” an AI-native engineer asks for every task: “Could AI help me do this faster, better, or differently?”. The mindset is optimistic and proactive - you see AI as a multiplier

                                The AI-Native Software Engineer
                              • Expert used ChatGPT-4o to create a replica of his passport in just 5 minutes bypassing KYC

                                SECURITY AFFAIRS MALWARE NEWSLETTER ROUND 41 | Security Affairs newsletter Round 519 by Pierluigi Paganini – INTERNATIONAL EDITION | China admitted its role in Volt Typhoon cyberattacks on U.S. infrastructure | Symbolic Link trick lets attackers bypass FortiGate patches, Fortinet warns | Attackers are exploiting recently disclosed OttoKit WordPress plugin flaw | Laboratory Services Cooperative dat

                                  Expert used ChatGPT-4o to create a replica of his passport in just 5 minutes bypassing KYC
                                • GitHub - taishi-i/awesome-ChatGPT-repositories: A curated list of resources dedicated to open source GitHub repositories related to ChatGPT and OpenAI API

                                  awesome-chatgpt-api - Curated list of apps and tools that not only use the new ChatGPT API, but also allow users to configure their own API keys, enabling free and on-demand usage of their own quota. awesome-chatgpt-prompts - This repo includes ChatGPT prompt curation to use ChatGPT better. awesome-chatgpt - Curated list of awesome tools, demos, docs for ChatGPT and GPT-3 awesome-totally-open-chat

                                    GitHub - taishi-i/awesome-ChatGPT-repositories: A curated list of resources dedicated to open source GitHub repositories related to ChatGPT and OpenAI API
                                  • May 2024 (version 1.90)

                                    Update 1.90.2: The update addresses these issues. Update 1.90.1: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the May 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Editor tabs multi-select - Select and perform act

                                      May 2024 (version 1.90)
                                    • GitHub - ComfyUI-Workflow/awesome-comfyui: A collection of awesome custom nodes for ComfyUI

                                      ComfyUI-Gemini_Flash_2.0_Exp (⭐+172): A ComfyUI custom node that integrates Google's Gemini Flash 2.0 Experimental model, enabling multimodal analysis of text, images, video frames, and audio directly within ComfyUI workflows. ComfyUI-ACE_Plus (⭐+115): Custom nodes for various visual generation and editing tasks using ACE_Plus FFT Model. ComfyUI-Manager (⭐+113): ComfyUI-Manager itself is also a cu

                                        GitHub - ComfyUI-Workflow/awesome-comfyui: A collection of awesome custom nodes for ComfyUI
                                      • ホームページ- EY-Office

                                        昨年7月にKiroが登場してからSpec-Driven Development(仕様駆動開発)が注目されだし11月くらいから日本語記事も増えだし日本でも盛り上がって来ました。私もKiroのウェイトリストには登録しましたが、コードを書くのは好きですが仕様書を書くのは気が進まないので手を出しませんでした。 しかし最近、オープンソースのSpec-Driven Development(以下SDDと略します)ツールcc-sddを使ってコードを生成するYouTubeを見て、お!これは面白そうだと思い、使ってみる事にしました。 Bing Image Creatorが生成した画像を使っています cc-sddに付いて Kiro以外にも色々なSDDツールが出ているようですが、今回は日本語情報が多いcc-sddを使ってみる事にしました。プログラミング言語やフレームワークであれば英語でも問題ないですが、設計を含む

                                          ホームページ- EY-Office
                                        • February 2026 (version 1.110)

                                          Release date: March 4, 2026 Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Security update: The following extension has security updates: GitHub.copilot-chat. Update 1.110.1: The update addresses these security issues in core and these security issues in the GitHub Copilot Chat extension. Welcome to the February 2026 release of Visual Studio Code. Th

                                          • GitHub IssueをAIが無料で自動解決できるOpenHands Resolver - Qiita

                                            Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? AI Codingツールの分類 最近、生成AIを利用したコーディングツールは色々とあります。私は大別すると2種類あると思っています。 VSCodeベース Plugin Github Copilot Cline RooCode 非Plugin Windsurf Cursor 非VSCodeベース 非OSS Devin Manus OSS OpenHands Plandex Codex CLI 初期の生成AIのコーディングにおいては、GithubCopilotがVSCodeのプラグインとして提供され、とても賢いコードの補完といった感じでした

                                              GitHub IssueをAIが無料で自動解決できるOpenHands Resolver - Qiita
                                            1