並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 20 件 / 20件

新着順 人気順

github copilot cli setup mcp serverの検索結果1 - 20 件 / 20件

  • GitHub - microsoft/apm: Agent Package Manager

    An open-source, community-driven dependency manager for AI agents. Think package.json, requirements.txt, or Cargo.toml — but for AI agent configuration. GitHub Copilot · Claude Code · Cursor · OpenCode · Codex Documentation · Quick Start · CLI Reference Portable by manifest. Secure by default. Governed by policy. One file describes every agent's context; one command reproduces it everywhere; one p

      GitHub - microsoft/apm: Agent Package Manager
    • 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
      • GitHub Copilot CLI で個人タスク管理をやってみる

        はじめに 普段、私は仕事の作業メモやドキュメントを git リポジトリで管理していて、タスクは GitHub Issues + GitHub Projects で管理しています。フォルダーの命名規約に issue 番号を含めることでタスクと作業ファイルの紐づけを行い、YAML で工数データを記録し、GitHub Copilot の skill でその使い方を教えているので、Copilot にタスクの状況を聞いたり新しいタスクを作ったりといったことが自然言語で出来るようになっています。 今回は、その仕組みからタスク管理の部分だけを抜き出したものを再実装してリポジトリとして公開したので、その中身を紹介していこうと思います。 タスク管理の仕組み このリポジトリでは、GitHub Issues と GitHub Projects を使ってタスクを管理します。 まず、goal ラベルを付けた iss

          GitHub Copilot CLI で個人タスク管理をやってみる
        • 【Spec Kit】超簡単にスペック駆動開発を実践しよう! - Alternative Architecture DOJO

          こんにちは、エンジニアのみっつーです! 今回は、先日公開されたばかりの Spec Kit を取り上げたいと思います。 github.blog github.com 本投稿が、「スペック駆動開発」について興味を持っていただくきっかけとなればと思います。 Spec Kit そのものは今後次々と更新が行われていくとは思いますが、まずは現在のバージョン(今回試したのは v0.0.13)の内容を見つつ学んでいきましょう! 目次 目次 Spec Kit およびスペック駆動開発とは セットアップ方法 specify 仕様書の生成 仕様定義の更新 plan プランニングの実行 技術的懸念点のリサーチ プラン内容のレビュー tasks 実装 最後に Spec Kit およびスペック駆動開発とは Spec Kit は、GitHub から OSS として公開されている、 Spec-Driven Developm

            【Spec Kit】超簡単にスペック駆動開発を実践しよう! - Alternative Architecture DOJO
          • March 2025 (version 1.99)

            Update 1.99.1: The update addresses these security issues. Update 1.99.2: The update addresses these issues. Update 1.99.3: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the March 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highligh

              March 2025 (version 1.99)
            • オープンソース活動の振り返り/GitHub Sponsorsの収入まとめ @ 2025

              2025年のオープンソース活動の振り返りとGitHub Sponsorsでの収入をまとめた記事です。 今年はtextlintとJSer.infoにMCPサーバーを実装しました。 また、JavaScript PrimerをES2025に対応し、secretlintに新しい検出ルールを追加しました。 AI連携とECMAScript最新仕様への対応が中心の年でした。 TSKaigi 2025とYAPC::Fukuoka 2025では、継続的なメンテナンスについて発表しました。 サプライチェーン攻撃対策についてはZennに記事をまとめました。 npmパッケージ/GitHub Actionsを利用する側/公開する側でサプライチェーン攻撃を防ぐためにやることメモ 今までの振り返り 2014年: https://efcl.info/2014/12/31/oss-in-2014/ 2015年: https

                オープンソース活動の振り返り/GitHub Sponsorsの収入まとめ @ 2025
              • Opus 4.5 is going to change everything

                Edit: A lot of folks have been asking what worfklows I used to write these apps. I used GitHub Copilot in VS Code with a custom agent prompt that you’ll find toward the end of this post. Context7 was the only MCP I used. I mostly just used the built-in voice dictation feature and talked to Claude. No fancy workflows, planning, etc required. The agent harness in VS Code for Opus 4.5 is so good - yo

                  Opus 4.5 is going to change everything
                • Advancing Windows for AI development: New platform capabilities and tools introduced at Build 2025

                  We’re excited to be back at Build, a special moment each year to connect with the global developer community. It’s energizing to share what we’ve been working on, and just as important, to hear how developers are using Microsoft platforms to build what’s next. At Microsoft, we believe the future of AI is being built right now across the cloud, on the edge and on Windows. Windows is, and will remai

                    Advancing Windows for AI development: New platform capabilities and tools introduced at Build 2025
                  • What I learned building an opinionated and minimal coding agent

                    What I learned building an opinionated and minimal coding agent 2025-11-30 It's not much, but it's mine Table of contents In the past three years, I've been using LLMs for assisted coding. If you read this, you probably went through the same evolution: from copying and pasting code into ChatGPT, to Copilot auto-completions (which never worked for me), to Cursor, and finally the new breed of coding

                      What I learned building an opinionated and minimal coding agent
                    • Copilot CLI now supports BYOK and local models - GitHub Changelog

                      Menu. Currently selected: Connect any model provider GitHub Copilot CLI now lets you connect your own model provider or run fully local models instead of using GitHub-hosted model routing. This means you can use the models and providers you’re already paying for, operate in air-gapped environments, and maintain direct control over your LLM spend, all while keeping the same agentic terminal experie

                        Copilot CLI now supports BYOK and local models - GitHub Changelog
                      • What I learned building an opinionated and minimal coding agent

                        What I learned building an opinionated and minimal coding agent 2025-11-30 It's not much, but it's mine Table of contents In the past three years, I've been using LLMs for assisted coding. If you read this, you probably went through the same evolution: from copying and pasting code into ChatGPT, to Copilot auto-completions (which never worked for me), to Cursor, and finally the new breed of coding

                          What I learned building an opinionated and minimal coding agent
                        • GitHub Next | Agentic Workflows

                          Software collaboration keeps evolving. With Continuous AI, GitHub Next are exploring how LLMs can help teams with documentation, quality, triage, and more. Agentic Workflows is a follow‑up exploration: a research demonstrator focused on expressing repository‑level behaviors in natural language and running them on GitHub. Agentic Workflows is not a product and not even a technical preview; it's a v

                            GitHub Next | Agentic Workflows
                          • 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
                            • 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
                              • GitHub Next | Agentic Workflows

                                Software collaboration keeps evolving. With Continuous AI, GitHub Next are exploring how LLMs can help teams with documentation, quality, triage, and more. Agentic Workflows is a follow‑up exploration: a research demonstrator focused on expressing repository‑level behaviors in natural language and running them on GitHub. Agentic Workflows is not a product and not even a technical preview; it's a v

                                  GitHub Next | Agentic Workflows
                                • November 2025 (version 1.107)

                                  Version 1.107 is now available! Read about the new features and fixes from November. Release date: December 10, 2025 Update 1.107.1: The update improves the agent sessions experience, adds an agent workflow tutorial, and addresses these issues. The key highlights include: Agent sessions view defaults to side-by-side and remembers your toggle state. Agent sessions that require your input are now cl

                                  • A cheat sheet to slash commands in GitHub Copilot CLI

                                    Do you ever feel like you’re spending more time moving between different tools than you are writing code? If you thrive in the terminal and want faster, more predictable ways to run tests, fix code, and manage context, Copilot CLI slash commands give you that control without breaking your flow. You can use slash commands to perform a variety of tasks like configuring which AI model to use or setti

                                      A cheat sheet to slash commands in GitHub Copilot CLI
                                    • June 2025 (version 1.102)

                                      Release date: July 9, 2025 Update 1.102.1: The update addresses these issues. Update 1.102.2: The update addresses these issues. Update 1.102.3: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the June 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some

                                        June 2025 (version 1.102)
                                      • Visual Studio Code 1.112

                                        Release date: March 18, 2026 Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the 1.112 release of Visual Studio Code. This release includes various improvements across the agent and developer experience. Integrated browser debugging: debug web apps end-to-end without leaving VS Code. Copilot CLI permissions: give Copilot CLI sessions more a

                                        • Vue Fes Japan 2025参加してきた!

                                          はじめに 著者のVueの知識はチュートリアルに毛が生えた程度なので、間違いがあるかもしれません。 ご理解ください。 また、感想欄は講演の内容 + 自分の感想になってます。 セッション聴きながら書いているので、誤字脱字等があるかもしれないです 学生支援制度 今回、学生支援制度を使って参加しました。 福岡から東京行こうと思うと、そこそこお金がかかるので交通費を出していただけるのはすごく助かりました! さらに、チケット代まで出していただけたのもあり本当に食費以外かからなかったです。学生にはありがたい 初のVue Fes 初のVueFes。入り口がわからず、雨に降られながらウロウロしていると会場についた。 まず、入り口に置いてあったオブジェがかっこいい 受付を済ませ、ネームカードをもらった このネームカードテンションあがる グッズを受け取って、オープニングへ ラバーバンド 10:00 - 10:1

                                            Vue Fes Japan 2025参加してきた!
                                          1