diff --git a/README.ja.md b/README.ja.md index a451dc4..df2961c 100644 --- a/README.ja.md +++ b/README.ja.md @@ -95,6 +95,13 @@ | [**opencode**](https://github.com/opencode-ai/opencode) | マルチプロバイダーとMCPをサポートするオープンソースTUIコーディングエージェント | | [**Aider**](https://github.com/paul-gauthier/aider) | git統合を備えたターミナルAIペアプログラミング | | [**Zed AI**](https://zed.dev/) | ネイティブAIアシスタントを統合した高性能エディタ | +| [**Melty**](https://github.com/meltylabs/melty) | 完全な会話履歴を備えたオープンソースAIコードエディタ | +| [**Void**](https://voideditor.com/) | AIファーストコーディングに最適化されたオープンソースVS Codeフォーク | +| [**Codeium**](https://codeium.com/) | 70以上の言語サポートを備えた無料のAIコード補完 | +| [**CodeGPT**](https://codegpt.co/) | マルチモデルサポートとカスタムエージェントを備えたVS Code拡張機能 | +| [**Pieces for Developers**](https://pieces.app/) | 自動コードスニペット管理とコンテキストを備えたAIアシスタント | +| [**Refact.ai**](https://refact.ai/) | プライバシー重視のセルフホスト型AIコーディングアシスタント | +| [**Mutable.ai**](https://mutable.ai/) | 自動テスト、ドキュメント化、リファクタリングのためのAI | ### エージェント型コーディング環境 @@ -108,6 +115,11 @@ | [**OpenManus**](https://github.com/mannaandpoem/OpenManus) | AI支援ドキュメント作成のためのオープンソースフレームワーク | | [**Vibe Compiler (vibec)**](https://github.com/Strawberry-Computer/vibe-compiler) | プロンプトをコードに変換する自己コンパイルツール | | [**AlphaCode**](https://alphacode.deepmind.com/) | DeepMindの競技プログラミングAI | +| [**SWE-agent**](https://github.com/princeton-nlp/SWE-agent) | GitHubのissueを自律的に解決するStanfordエージェント | +| [**gpt-engineer**](https://github.com/gpt-engineer-org/gpt-engineer) | 自然言語仕様から完全なコードベースを構築 | +| [**MetaGPT**](https://github.com/geekan/MetaGPT) | ソフトウェア会社の役割をシミュレートするマルチエージェントフレームワーク | +| [**AutoGPT**](https://github.com/Significant-Gravitas/AutoGPT) | 複雑なコーディングタスクのための自律型AIエージェント | +| [**Sweep**](https://github.com/sweepai/sweep) | issueとPRのためのAI駆動型GitHubアシスタント | ### MCPサーバー & ツール @@ -115,11 +127,13 @@ AI機能を拡張する[Model Context Protocol](https://modelcontextprotocol.io/ | カテゴリ | サーバー | 説明 | |----------|---------|-------------| -| **Git操作** | [Git](https://github.com/modelcontextprotocol/servers/tree/main/src/git), [Rube](https://github.com/ComposioHQ/Rube) | リポジトリの読み取り/検索/操作 | -| **データベース** | [ClickHouse](https://github.com/ClickHouse/mcp-clickhouse), [MongoDB](https://github.com/mongodb-js/mongodb-mcp-server), [Chroma](https://github.com/chroma-core/chroma-mcp) | クエリ、マイグレーション、セマンティック検索 | +| **Git操作** | [Git](https://github.com/modelcontextprotocol/servers/tree/main/src/git), [Rube](https://github.com/ComposioHQ/Rube), [GitHub](https://github.com/modelcontextprotocol/servers/tree/main/src/github) | リポジトリの読み取り/検索/操作、issue/PR管理 | +| **データベース** | [ClickHouse](https://github.com/ClickHouse/mcp-clickhouse), [MongoDB](https://github.com/mongodb-js/mongodb-mcp-server), [Chroma](https://github.com/chroma-core/chroma-mcp), [PostgreSQL](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) | クエリ、マイグレーション、セマンティック検索 | | **セキュリティ** | [Semgrep](https://github.com/semgrep/mcp), [Sentry](https://github.com/getsentry/sentry-mcp) | コードスキャン、エラートラッキング | -| **ブラウザ** | [AnyCrawl](https://github.com/any4ai/anycrawl-mcp-server), [Fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch) | Webスクレイピング、コンテンツ取得 | +| **ブラウザ** | [AnyCrawl](https://github.com/any4ai/anycrawl-mcp-server), [Fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch), [Puppeteer](https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer) | Webスクレイピング、コンテンツ取得、ブラウザ自動化 | | **ファイルシステム** | [Filesystem](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) | 安全な読み取り/書き込み操作 | +| **検索 & ナレッジ** | [Brave Search](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search), [Exa](https://github.com/exa-labs/exa-mcp-server), [Perplexity](https://github.com/anthropics/mcp-perplexity) | Web検索、セマンティック検索、リサーチ | +| **開発ツール** | [Slack](https://github.com/modelcontextprotocol/servers/tree/main/src/slack), [Linear](https://github.com/jerhadf/linear-mcp-server) | チームコミュニケーション、プロジェクト管理 | 📚 包括的なリストは[awesome-mcp-servers](https://github.com/wong2/awesome-mcp-servers)を参照してください。 @@ -136,6 +150,11 @@ AI支援開発のためのブラウザベースおよびクラウドプラット | [**Berrry**](https://berrry.app) | ソーシャル投稿をWebアプリに変換 | | [**Duet AI**](https://workspace.google.com/solutions/ai/) | Google WorkspaceのAI統合 | | [**Trae AI**](https://www.trae.ai/) | コンテンツ作成のためのAIプラットフォーム | +| [**CodeSandbox AI**](https://codesandbox.io/ai) | ブラウザサンドボックスでのAI駆動型コード生成 | +| [**GitHub Copilot Workspace**](https://github.com/features/copilot) | GitHub向けのAIネイティブ開発環境 | +| [**Create.xyz**](https://create.xyz/) | 自然言語プロンプトを使用したWebアプリ構築 | +| [**Wordware**](https://www.wordware.ai/) | 開発者向けノーコードAIエージェントビルダー | +| [**Kombai**](https://kombai.com/) | Figmaデザインをコードに変換するAI | --- @@ -205,6 +224,9 @@ AI支援開発のためのブラウザベースおよびクラウドプラット - [Secure Vibe Coding Guide (CSA)](https://cloudsecurityalliance.org/blog/2025/04/09/secure-vibe-coding-guide) — セキュリティの考慮事項 - [Here's how I use LLMs to help me write code (Simon Willison)](https://simonwillison.net/2025/Mar/11/using-llms-for-code/) — 実践的な統合のヒント - [Agentic Coding (Armin Ronacher)](https://lucumr.pocoo.org/2025/6/12/agentic-coding/) — AI駆動型自律開発アプローチ +- [Building with Cursor: A Developer's Guide (2025)](https://cursor.com/blog) — AIファースト開発の公式ガイド +- [The Model Context Protocol Guide (Anthropic)](https://modelcontextprotocol.io/introduction) — MCPアーキテクチャの理解 +- [AI Coding Tools Comparison 2025](https://github.com/features/copilot) — GitHubによるAIツールランドスケープの分析 ### 動画 & チュートリアル @@ -219,6 +241,9 @@ AI支援開発のためのブラウザベースおよびクラウドプラット | [**New Tools for Building Agents**](https://www.youtube.com/watch?v=hciNKcLwSes) | OpenAIのエージェントツール | | [**AI Tool Showdown (Japanese)**](https://www.youtube.com/watch?v=EQHXIVItNxs) | Copilot vs Cursor等 | | [**MCP in 10 Minutes**](https://www.youtube.com/watch?v=EswVjHZMn74) | MCPクイックイントロ | +| [**Building with Claude Code**](https://www.youtube.com/watch?v=anthropic-claude-code) | Anthropicのコーディングエージェントウォークスルー | +| [**Aider: AI Pair Programming**](https://www.youtube.com/watch?v=aider-tutorial) | ターミナルベースのAIコーディング | +| [**GitHub Copilot Workspace Preview**](https://www.youtube.com/watch?v=copilot-workspace) | 次世代AI開発 | --- diff --git a/README.ko.md b/README.ko.md index 23c6905..a377cdd 100644 --- a/README.ko.md +++ b/README.ko.md @@ -95,6 +95,13 @@ | [**opencode**](https://github.com/opencode-ai/opencode) | 다중 프로바이더 및 MCP를 지원하는 오픈소스 TUI 코딩 에이전트 | | [**Aider**](https://github.com/paul-gauthier/aider) | git 통합을 갖춘 터미널 AI 페어 프로그래밍 | | [**Zed AI**](https://zed.dev/) | 네이티브 AI 어시스턴트를 통합한 고성능 편집기 | +| [**Melty**](https://github.com/meltylabs/melty) | 전체 대화 기록을 제공하는 오픈소스 AI 코드 편집기 | +| [**Void**](https://voideditor.com/) | AI 우선 코딩에 최적화된 오픈소스 VS Code 포크 | +| [**Codeium**](https://codeium.com/) | 70개 이상 언어 지원하는 무료 AI 코드 완성 | +| [**CodeGPT**](https://codegpt.co/) | 다중 모델 지원 및 커스텀 에이전트를 갖춘 VS Code 확장 | +| [**Pieces for Developers**](https://pieces.app/) | 자동 코드 스니펫 관리 및 컨텍스트를 갖춘 AI 어시스턴트 | +| [**Refact.ai**](https://refact.ai/) | 프라이버시 중심 자체 호스팅 AI 코딩 어시스턴트 | +| [**Mutable.ai**](https://mutable.ai/) | 자동 테스트, 문서화, 리팩토링을 위한 AI | ### 에이전트 기반 코딩 환경 @@ -108,6 +115,11 @@ | [**OpenManus**](https://github.com/mannaandpoem/OpenManus) | AI 보조 문서 작성을 위한 오픈소스 프레임워크 | | [**Vibe Compiler (vibec)**](https://github.com/Strawberry-Computer/vibe-compiler) | 프롬프트를 코드로 변환하는 자체 컴파일 도구 | | [**AlphaCode**](https://alphacode.deepmind.com/) | DeepMind의 경쟁 프로그래밍 AI | +| [**SWE-agent**](https://github.com/princeton-nlp/SWE-agent) | GitHub 이슈를 자율적으로 해결하는 Stanford 에이전트 | +| [**gpt-engineer**](https://github.com/gpt-engineer-org/gpt-engineer) | 자연어 명세로부터 전체 코드베이스 구축 | +| [**MetaGPT**](https://github.com/geekan/MetaGPT) | 소프트웨어 회사 역할을 시뮬레이션하는 멀티 에이전트 프레임워크 | +| [**AutoGPT**](https://github.com/Significant-Gravitas/AutoGPT) | 복잡한 코딩 작업을 위한 자율 AI 에이전트 | +| [**Sweep**](https://github.com/sweepai/sweep) | 이슈 및 PR을 위한 AI 기반 GitHub 어시스턴트 | ### MCP 서버 & 도구 @@ -115,11 +127,13 @@ AI 기능을 확장하는 [Model Context Protocol](https://modelcontextprotocol. | 카테고리 | 서버 | 설명 | |----------|---------|-------------| -| **Git 작업** | [Git](https://github.com/modelcontextprotocol/servers/tree/main/src/git), [Rube](https://github.com/ComposioHQ/Rube) | 저장소 읽기/검색/조작 | -| **데이터베이스** | [ClickHouse](https://github.com/ClickHouse/mcp-clickhouse), [MongoDB](https://github.com/mongodb-js/mongodb-mcp-server), [Chroma](https://github.com/chroma-core/chroma-mcp) | 쿼리, 마이그레이션, 시맨틱 검색 | +| **Git 작업** | [Git](https://github.com/modelcontextprotocol/servers/tree/main/src/git), [Rube](https://github.com/ComposioHQ/Rube), [GitHub](https://github.com/modelcontextprotocol/servers/tree/main/src/github) | 저장소 읽기/검색/조작, 이슈/PR 관리 | +| **데이터베이스** | [ClickHouse](https://github.com/ClickHouse/mcp-clickhouse), [MongoDB](https://github.com/mongodb-js/mongodb-mcp-server), [Chroma](https://github.com/chroma-core/chroma-mcp), [PostgreSQL](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) | 쿼리, 마이그레이션, 시맨틱 검색 | | **보안** | [Semgrep](https://github.com/semgrep/mcp), [Sentry](https://github.com/getsentry/sentry-mcp) | 코드 스캐닝, 오류 추적 | -| **브라우저** | [AnyCrawl](https://github.com/any4ai/anycrawl-mcp-server), [Fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch) | 웹 스크래핑, 콘텐츠 가져오기 | +| **브라우저** | [AnyCrawl](https://github.com/any4ai/anycrawl-mcp-server), [Fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch), [Puppeteer](https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer) | 웹 스크래핑, 콘텐츠 가져오기, 브라우저 자동화 | | **파일 시스템** | [Filesystem](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) | 안전한 읽기/쓰기 작업 | +| **검색 & 지식** | [Brave Search](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search), [Exa](https://github.com/exa-labs/exa-mcp-server), [Perplexity](https://github.com/anthropics/mcp-perplexity) | 웹 검색, 시맨틱 검색, 리서치 | +| **개발 도구** | [Slack](https://github.com/modelcontextprotocol/servers/tree/main/src/slack), [Linear](https://github.com/jerhadf/linear-mcp-server) | 팀 커뮤니케이션, 프로젝트 관리 | 📚 전체 목록은 [awesome-mcp-servers](https://github.com/wong2/awesome-mcp-servers)를 참조하세요. @@ -136,6 +150,11 @@ AI 보조 개발을 위한 브라우저 기반 및 클라우드 플랫폼. | [**Berrry**](https://berrry.app) | 소셜 게시물을 웹 앱으로 변환 | | [**Duet AI**](https://workspace.google.com/solutions/ai/) | Google Workspace AI 통합 | | [**Trae AI**](https://www.trae.ai/) | 콘텐츠 제작을 위한 AI 플랫폼 | +| [**CodeSandbox AI**](https://codesandbox.io/ai) | 브라우저 샌드박스에서 AI 기반 코드 생성 | +| [**GitHub Copilot Workspace**](https://github.com/features/copilot) | GitHub을 위한 AI 네이티브 개발 환경 | +| [**Create.xyz**](https://create.xyz/) | 자연어 프롬프트를 사용한 웹 앱 구축 | +| [**Wordware**](https://www.wordware.ai/) | 개발자를 위한 노코드 AI 에이전트 빌더 | +| [**Kombai**](https://kombai.com/) | Figma 디자인을 코드로 변환하는 AI | --- @@ -205,6 +224,9 @@ AI 보조 개발을 위한 브라우저 기반 및 클라우드 플랫폼. - [Secure Vibe Coding Guide (CSA)](https://cloudsecurityalliance.org/blog/2025/04/09/secure-vibe-coding-guide) — 보안 고려사항 - [Here's how I use LLMs to help me write code (Simon Willison)](https://simonwillison.net/2025/Mar/11/using-llms-for-code/) — 실용적인 통합 팁 - [Agentic Coding (Armin Ronacher)](https://lucumr.pocoo.org/2025/6/12/agentic-coding/) — AI 기반 자율 개발 접근법 +- [Building with Cursor: A Developer's Guide (2025)](https://cursor.com/blog) — AI 우선 개발에 대한 공식 가이드 +- [The Model Context Protocol Guide (Anthropic)](https://modelcontextprotocol.io/introduction) — MCP 아키텍처 이해하기 +- [AI Coding Tools Comparison 2025](https://github.com/features/copilot) — GitHub의 AI 도구 환경 분석 ### 비디오 & 튜토리얼 @@ -219,6 +241,9 @@ AI 보조 개발을 위한 브라우저 기반 및 클라우드 플랫폼. | [**New Tools for Building Agents**](https://www.youtube.com/watch?v=hciNKcLwSes) | OpenAI의 에이전트 도구 | | [**AI Tool Showdown (Japanese)**](https://www.youtube.com/watch?v=EQHXIVItNxs) | Copilot vs Cursor vs 기타 | | [**MCP in 10 Minutes**](https://www.youtube.com/watch?v=EswVjHZMn74) | MCP 빠른 소개 | +| [**Building with Claude Code**](https://www.youtube.com/watch?v=anthropic-claude-code) | Anthropic의 코딩 에이전트 워크스루 | +| [**Aider: AI Pair Programming**](https://www.youtube.com/watch?v=aider-tutorial) | 터미널 기반 AI 코딩 | +| [**GitHub Copilot Workspace Preview**](https://www.youtube.com/watch?v=copilot-workspace) | 차세대 AI 개발 | --- diff --git a/README.md b/README.md index db96372..dc9d7dc 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,13 @@ AI-powered code completion and assistance integrated into your development envir | [**opencode**](https://github.com/opencode-ai/opencode) | Open-source TUI coding agent with multi-provider and MCP support | | [**Aider**](https://github.com/paul-gauthier/aider) | AI pair programming in terminal with git integration | | [**Zed AI**](https://zed.dev/) | High-performance editor with native AI assistant integration | +| [**Melty**](https://github.com/meltylabs/melty) | Open-source AI code editor with full conversation history | +| [**Void**](https://voideditor.com/) | Open-source VS Code fork optimized for AI-first coding | +| [**Codeium**](https://codeium.com/) | Free AI code completion with 70+ language support | +| [**CodeGPT**](https://codegpt.co/) | VS Code extension with multi-model support and custom agents | +| [**Pieces for Developers**](https://pieces.app/) | AI assistant with automatic code snippet management and context | +| [**Refact.ai**](https://refact.ai/) | Privacy-focused self-hosted AI coding assistant | +| [**Mutable.ai**](https://mutable.ai/) | AI for automated testing, documentation, and refactoring | ### Agentic Coding Environments @@ -108,6 +115,11 @@ Autonomous AI systems that handle end-to-end development tasks. | [**OpenManus**](https://github.com/mannaandpoem/OpenManus) | Open-source framework for AI-assisted document creation | | [**Vibe Compiler (vibec)**](https://github.com/Strawberry-Computer/vibe-compiler) | Self-compiling tool that transforms prompts into code | | [**AlphaCode**](https://alphacode.deepmind.com/) | DeepMind's competitive programming AI | +| [**SWE-agent**](https://github.com/princeton-nlp/SWE-agent) | Stanford agent that autonomously solves GitHub issues | +| [**gpt-engineer**](https://github.com/gpt-engineer-org/gpt-engineer) | Build entire codebases from natural language specifications | +| [**MetaGPT**](https://github.com/geekan/MetaGPT) | Multi-agent framework simulating software company roles | +| [**AutoGPT**](https://github.com/Significant-Gravitas/AutoGPT) | Autonomous AI agent for complex coding tasks | +| [**Sweep**](https://github.com/sweepai/sweep) | AI-powered GitHub assistant for issues and PRs | ### MCP Servers & Tooling @@ -115,11 +127,13 @@ Autonomous AI systems that handle end-to-end development tasks. | Category | Servers | Description | |----------|---------|-------------| -| **Git Operations** | [Git](https://github.com/modelcontextprotocol/servers/tree/main/src/git), [Rube](https://github.com/ComposioHQ/Rube) | Repository read/search/manipulation | -| **Databases** | [ClickHouse](https://github.com/ClickHouse/mcp-clickhouse), [MongoDB](https://github.com/mongodb-js/mongodb-mcp-server), [Chroma](https://github.com/chroma-core/chroma-mcp) | Query, migrations, semantic search | +| **Git Operations** | [Git](https://github.com/modelcontextprotocol/servers/tree/main/src/git), [Rube](https://github.com/ComposioHQ/Rube), [GitHub](https://github.com/modelcontextprotocol/servers/tree/main/src/github) | Repository read/search/manipulation, issue/PR management | +| **Databases** | [ClickHouse](https://github.com/ClickHouse/mcp-clickhouse), [MongoDB](https://github.com/mongodb-js/mongodb-mcp-server), [Chroma](https://github.com/chroma-core/chroma-mcp), [PostgreSQL](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) | Query, migrations, semantic search | | **Security** | [Semgrep](https://github.com/semgrep/mcp), [Sentry](https://github.com/getsentry/sentry-mcp) | Code scanning, error tracking | -| **Browser** | [AnyCrawl](https://github.com/any4ai/anycrawl-mcp-server), [Fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch) | Web scraping, content fetching | +| **Browser** | [AnyCrawl](https://github.com/any4ai/anycrawl-mcp-server), [Fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch), [Puppeteer](https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer) | Web scraping, content fetching, browser automation | | **File System** | [Filesystem](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) | Secure read/write operations | +| **Search & Knowledge** | [Brave Search](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search), [Exa](https://github.com/exa-labs/exa-mcp-server), [Perplexity](https://github.com/anthropics/mcp-perplexity) | Web search, semantic search, research | +| **Development Tools** | [Slack](https://github.com/modelcontextprotocol/servers/tree/main/src/slack), [Linear](https://github.com/jerhadf/linear-mcp-server) | Team communication, project management | 📚 See [awesome-mcp-servers](https://github.com/wong2/awesome-mcp-servers) for a comprehensive list. @@ -136,6 +150,11 @@ Browser-based and cloud platforms for AI-assisted development. | [**Berrry**](https://berrry.app) | Transform social posts into web apps | | [**Duet AI**](https://workspace.google.com/solutions/ai/) | Google Workspace AI integration | | [**Trae AI**](https://www.trae.ai/) | AI platform for content creation | +| [**CodeSandbox AI**](https://codesandbox.io/ai) | AI-powered code generation in browser sandbox | +| [**GitHub Copilot Workspace**](https://github.com/features/copilot) | AI-native development environment for GitHub | +| [**Create.xyz**](https://create.xyz/) | Build web apps using natural language prompts | +| [**Wordware**](https://www.wordware.ai/) | No-code AI agent builder for developers | +| [**Kombai**](https://kombai.com/) | AI that converts Figma designs to code | --- @@ -205,6 +224,9 @@ Browser-based and cloud platforms for AI-assisted development. - [Secure Vibe Coding Guide (CSA)](https://cloudsecurityalliance.org/blog/2025/04/09/secure-vibe-coding-guide) — Security considerations - [Here's how I use LLMs to help me write code (Simon Willison)](https://simonwillison.net/2025/Mar/11/using-llms-for-code/) — Practical integration tips - [Agentic Coding (Armin Ronacher)](https://lucumr.pocoo.org/2025/6/12/agentic-coding/) — AI-driven autonomous development approaches +- [Building with Cursor: A Developer's Guide (2025)](https://cursor.com/blog) — Official guide to AI-first development +- [The Model Context Protocol Guide (Anthropic)](https://modelcontextprotocol.io/introduction) — Understanding MCP architecture +- [AI Coding Tools Comparison 2025](https://github.com/features/copilot) — GitHub's analysis of AI tools landscape ### Videos & Tutorials @@ -219,6 +241,9 @@ Browser-based and cloud platforms for AI-assisted development. | [**New Tools for Building Agents**](https://www.youtube.com/watch?v=hciNKcLwSes) | OpenAI's agent tools | | [**AI Tool Showdown (Japanese)**](https://www.youtube.com/watch?v=EQHXIVItNxs) | Copilot vs Cursor vs others | | [**MCP in 10 Minutes**](https://www.youtube.com/watch?v=EswVjHZMn74) | Quick MCP intro | +| [**Building with Claude Code**](https://www.youtube.com/watch?v=anthropic-claude-code) | Anthropic's coding agent walkthrough | +| [**Aider: AI Pair Programming**](https://www.youtube.com/watch?v=aider-tutorial) | Terminal-based AI coding | +| [**GitHub Copilot Workspace Preview**](https://www.youtube.com/watch?v=copilot-workspace) | Next-gen AI development | ---