terminal
howtonotcode.com
GitHub Copilot logo

GitHub Copilot

Ai Tool

AI-powered code completion tool for developers.

article 30 storys calendar_today First seen: 2026-01-02 update Last seen: 2026-03-03 open_in_new Website menu_book Wikipedia

Resources

Links to check for updates: homepage, feed, or git repo.

home Homepage

rss_feed Feed

Stories

Showing 21-30 of 30

AI IDEs go mainstream: vibe coding gains speed, but add guardrails

AI-first dev tools are pushing 'vibe coding' into production, but teams should add guardrails for model choice, verify Windows 11 25H2 compatibility, and stay ahead of IP risks. A detailed [Medium piece](https://medium.com/@designo038/ai-doesnt-need-your-figma-file-and-that-s-going-to-kill-your-job-96b9f834a162) argues tools like V0, Bolt, Lovable, Cursor, and Replit are already shipping full SaaS from prompts, citing aggressive adoption stats (e.g., 10M+ projects on Lovable, 90% of Fortune 100 using GitHub Copilot, 41% AI-written code in 2024) alongside real case studies. Operationally, Windsurf users can add repeatability with an [auto-model-switcher skill](https://lobehub.com/skills/karstenheld3-openai-backendtools-windsurf-auto-model-switcher) that screenshot-verifies the active model—useful for CI-style experiments and consistent comparisons across LLMs. Caveats are emerging: a [Stack Overflow thread](https://stackoverflow.com/questions/79899821/windsurf-and-antigravity-installers-freeze-on-extracting-files-after-upgrad) reports installer freezes for Windsurf/Antigravity after Windows 11 25H2, and an ABA newsletter flags IP pitfalls when blending AI-generated artifacts with human code in vibe coding workflows ([overview](https://www.americanbar.org/groups/intellectual_property_law/resources/newsletters/vibe-coding-intellectual-property/)).

calendar_today 2026-03-03
lovable windsurf github-copilot v0 bolt

Copilot CLI GA brings agentic terminal workflows and CI/CD automation

GitHub Copilot CLI is now generally available with agentic Plan/Autopilot modes, stronger session and plugin controls, and first-class automation via GitHub Actions. Copilot CLI graduates from preview to a terminal-native agent that can plan, execute, and iterate within your shell, including interactive Plan mode and hands-off Autopilot, plus agent delegation and session memory as outlined in this GA overview from Visual Studio Magazine ([details](https://visualstudiomagazine.com/articles/2026/03/02/github-copilot-cli-reaches-general-availability-bringing-agentic-coding-to-the-terminal.aspx)). The broader Copilot ecosystem is also moving toward choice of agents, giving teams flexibility in model selection within the Copilot experience ([context](https://tessl.io/blog/github-brings-claude-and-codex-agents-directly-into-copilot/)). The latest release (v0.0.421) adds practical quality-of-life and governance features: a permission dialog that appears when it matters, repo-level config via .github/copilot/config.json, a --plugin-dir flag, COPILOT_CLI=1 detection for git hooks, reasoning-effort controls, and multiple Windows/Linux terminal fixes ([release notes](https://github.com/github/copilot-cli/releases/tag/v0.0.421), [all releases](https://github.com/github/copilot-cli/releases)). For CI/CD, you can run Copilot CLI in programmatic mode inside GitHub Actions to generate daily change summaries, scaffold content, or other scripted tasks using runner-installed CLI and a token with minimal scopes ([how-to](https://docs.github.com/en/copilot/how-tos/copilot-cli/automate-with-actions)).

calendar_today 2026-03-03
github-copilot-cli github github-actions visual-studio-code github-copilot

Amazon Q vs GitHub Copilot in VS Code: Speed vs Rigor

In a head-to-head VS Code test of agentic AI for a complex editorial workflow, Amazon Q Developer completed the task faster with less rework, while GitHub Copilot Pro was slower but more rigorous on nuanced prose. In a real-world evaluation using a 4,000+ word instruction set, [Amazon Q Developer](https://visualstudiomagazine.com/Articles/2026/02/23/Comparing-Amazon-Q-and-GitHub-Copilot-Agentic-AI-in-VS-Code-Tests.aspx) finished the multi-step transformation in ~5 minutes versus ~15 for [GitHub Copilot Pro](https://visualstudiomagazine.com/Articles/2026/02/23/Comparing-Amazon-Q-and-GitHub-Copilot-Agentic-AI-in-VS-Code-Tests.aspx), and required less manual cleanup afterward. Copilot showed stronger editorial rigor (e.g., catching hyphenation/preposition issues) but exhibited “mid-task amnesia” during complex formatting, increasing operator intervention. For engineering teams trialing agentic AI beyond code completion, this comparison highlights a practical trade-off: minimize rework and interruptions for throughput, or accept slower runs for finer-grained QA. Treat your evaluation like the test here—long, specific instructions; multi-phase tasks; and measured time-to-done plus QA defects—across real workflows such as doc generation for services, pipeline change logs, or templated HTML/Markdown transforms in repos.

calendar_today 2026-02-24
amazon-q-developer github-copilot-pro amazon github microsoft

Copilot CLI locks down MCP; Skills mature; watch VS Code and licensing gotchas

GitHub Copilot’s latest CLI releases tighten Model Context Protocol access and add workflow polish, while teams see editor and licensing edge cases worth planning for. Copilot CLI v0.0.416 adds enforcement to block third‑party MCP servers when policy disallows them and improves help, streaming counters, terminal status layout, and undo confirmations, while v0.0.415 brought agent model selection, a plan approval menu with curated actions, an env loader, a show_file tool, and quality fixes like UTF‑8 BOM handling and MCP UI polish ([0.0.416](https://github.com/github/copilot-cli/releases/tag/v0.0.416), [0.0.415](https://github.com/github/copilot-cli/releases/tag/v0.0.415), [all releases](https://github.com/github/copilot-cli/releases)). For security‑minded orgs, this pairs with growing scrutiny of what MCP unlocks inside enterprises, from querying internal systems to chaining multi‑step actions—governance and allowlists now matter in practice ([Scalekit’s analysis](https://www.scalekit.com/blog/github-copilot-mcp-enterprise-security-governance)). On the usability front, VS Code Insiders is iterating on a model picker with search, context‑window details, and contextual quick‑pick dialogs, while Copilot in VS Code is adding deeper C++/CMake awareness for richer assistance ([Insiders discussion](https://www.reddit.com/r/GithubCopilot/comments/1rct0g9/new_in_vs_code_insiders_model_picker_and/), [InfoWorld coverage](https://www.infoworld.com/article/4136164/microsoft-brings-c-plus-plus-smarts-to-github-copilot-in-visual-studio-code.html)). Teams should also track known rough edges like Copilot chat sessions not updating without reinstall and license entitlement desync between business and personal seats ([VS Code issue](https://github.com/microsoft/vscode/issues/297226), [GitHub community thread](https://github.com/orgs/community/discussions/187874)). For repeatable DevOps/SRE workflows, “Skills” provide on‑demand, reusable AI runbooks that load progressively and bundle scripts/templates, making it easier to standardize safe automation alongside MCP‑backed tools ([Skills walkthrough](https://dev.to/pwd9000/github-copilot-skills-reusable-ai-workflows-for-devops-and-sres-caf)).

calendar_today 2026-02-24
github-copilot copilot-cli github visual-studio-code microsoft

Copilot CLI 0.0.412 adds plan approval, MCP hot-reload, and faster fleet mode

GitHub Copilot CLI 0.0.412 ships human-in-the-loop plan approvals, MCP hot-reload, and faster multi-agent execution to make AI-assisted workflows safer and quicker. The [v0.0.412 release](https://github.com/github/copilot-cli/releases/tag/v0.0.412) adds an exit_plan_mode tool with a plan approval dialog, a new /mcp reload to refresh MCP configuration, and /fleet improvements that dispatch more subagents in parallel and validate their work; it also supports user-level instructions at ~/.copilot/instructions/*.instructions.md, Windows-signed prebuilds and terminal editor support, configurable LSP timeouts (lsp.json), and deprecates the gpt-5 model. A follow-on [v0.0.412-2 pre-release](https://github.com/github/copilot-cli/releases/tag/v0.0.412-2) refines the update flow, plan approval UX, and alt-screen selection, and further speeds /fleet dispatch. These governance features and shared-instruction paths arrive as teams scale Copilot and debate org-level impact; see this perspective on the AI productivity paradox in [GitHub Copilot Writes 46% of Your Code](https://medium.com/lets-code-future/github-copilot-writes-46-of-your-code-that-should-make-you-uncomfortable-5152dacec492). Use the new /update command and timeline/SQL tool improvements to keep sessions auditable and long runs stable.

calendar_today 2026-02-20
github-copilot-cli github mcp github-copilot copilot-cli

Windsurf ships new models, Linux ARM64, and enterprise hooks

Windsurf rolled out new frontier coding models, full Linux ARM64 support, and enterprise-grade Cascade Hooks while community feedback spotlights its transparent crediting versus rivals' opaque limits. Windsurf’s latest updates add Gemini 3.1 Pro, Claude Sonnet 4.6, GLM-5, Minimax M2.5, and GPT-5.3-Codex-Spark with time-limited credit multipliers, plus quality-of-life fixes and features like automatic Plan→Code switching, skills loading from .agents/skills, tracked rules in post_cascade_response, and diff zones auto-closing on commit; importantly, it now provides full Linux ARM64 deb/rpm packages and enterprise cloud config for Cascade Hooks with Devin service key auth, as detailed in the [Windsurf changelog](https://windsurf.com/changelog). A power user’s comparison underscores cost control and predictability: they favored Windsurf’s clear credit model over Cursor/Claude Code’s rate-limit surprises, keeping GitHub Copilot Pro+ for predictable premium requests while continuing to code primarily in Windsurf, per this [Reddit write-up](https://www.reddit.com/r/windsurf/comments/1r9b58e/i_almost_left_windsurf/).

calendar_today 2026-02-20
windsurf gemini-31-pro claude-sonnet-46 glm-5 minimax-m25

GitHub Copilot adds MCP support for direct tool access

GitHub Copilot now supports the Model Context Protocol (MCP), enabling it to call external tools and data sources directly from within Copilot. GitHub Copilot [adds MCP support](https://app.alphasignal.ai/c?uid=VRJAfkRsPsudnEDm&cid=afc9c7bd89146650&lid=e9cXDUedj3DWdEsr), making it possible to wire Copilot to internal services and data endpoints so suggestions can trigger real actions instead of stopping at code snippets. For backend and data teams, this can connect common operational workflows—like invoking service scripts, querying datasets, or fetching infra state—right from the IDE/chat. Plan a phased rollout: pick low-risk tools first, define clearly scoped actions, and add logging around tool calls to observe latency, timeouts, and error patterns. Expect integration work to map inputs/outputs cleanly and to handle rate limits, retries, and backoff for stability.

calendar_today 2026-02-17
github github-copilot model-context-protocol-mcp model-context-protocol tool-integration

Custom Copilot agents, IDE arenas, and terminal control planes

AI agent tooling for developers is maturing with customizable Copilot skills, IDE-based model comparisons, and terminal-first control planes, while new research warns multi-agent setups often hurt results. GitHub now documents how to tailor the Copilot CLI and coding agent with project-specific instructions, hooks, and skills, enabling targeted automation for repo chores, build/test flows, and shell tasks directly from your terminal or VS Code Insiders agent mode ([customize Copilot CLI](https://docs.github.com/en/copilot/how-tos/copilot-cli/customize-copilot), [create agent skills](https://docs.github.com/copilot/how-tos/use-copilot-agents/coding-agent/create-skills)). In parallel, IDE workflows are adding native model evaluation and task skills: Windsurf’s terminal and test-generation capabilities are backed by docs and guides, and its recent “Arena Mode” for side-by-side model comparisons surfaced in industry coverage ([terminal guide](https://docs.windsurf.ai/features/terminal), [AI command assistance](https://docs.windsurf.ai/cascade/terminal), [test generation](https://docs.windsurf.ai/features/test-generation), [InfoQ LLMs page](https://www.infoq.com/llms/news/)). Agent orchestration is shifting to the command line as well: Cline CLI 2.0 positions the terminal as an AI agent control plane for multi-file refactors and scripted operations ([DevOps.com](https://devops.com/cline-cli-2-0-turns-your-terminal-into-an-ai-agent-control-plane/)). But a new Google Research study summarized by InfoQ reports that scaling to multiple cooperating agents does not reliably improve outcomes and can reduce performance, so start with single-agent flows and measure before adding complexity ([InfoQ LLMs page](https://www.infoq.com/llms/news/)). Early experiments like xAI’s Grok Build with parallel agents and arena-style evaluation point to where this is heading, but details remain in flux ([TestingCatalog](https://www.testingcatalog.com/xai-tests-parralel-agents-and-arena-mode-for-grok-build/)).

calendar_today 2026-02-17
github-copilot github-copilot-cli visual-studio-code-insiders windsurf cascade

Copilot CLI stabilizes for long sessions as IDEs move to agentic, team‑scoped AI

GitHub Copilot CLI’s latest update focuses on memory reductions and long‑session stability while IDE workflows and AI agents mature around team‑level customization and modernization tasks. GitHub Copilot CLI v0.0.410 ships broad stability improvements—fixing high memory usage under rapid logging, reducing streaming overhead, improving long‑session compaction, and adding ergonomic shell features like Ctrl+Z suspend/resume, Page Up/Down scrolling, repo‑level validation toggles, and an IDE status indicator when connected ([release notes](https://github.com/github/copilot-cli/releases)). The momentum aligns with a wider agentic shift: The New Stack frames VS Code as a “multi‑agent command center” for developers ([coverage](https://thenewstack.io/vs-code-becomes-multi-agent-command-center-for-developers/)), and Microsoft’s Copilot App Modernization details AI agents that assess, upgrade, containerize, and deploy .NET/Java apps to Azure in days ([deep dive](https://itnext.io/how-microsoft-is-using-ai-agents-to-turn-8-month-app-modernizations-into-days-a-technical-deep-8340a33513e7)). For IDE standardization, JetBrains/Android Studio Copilot customizations support workspace‑scoped settings committed under .github so teams can share constraints and conventions across projects ([guide](https://www.telefonica.com/en/communication-room/blog/github-copilot-android-studio-customization/)); also watch cost dynamics—one report shows OpenCode using far more credits than Copilot CLI for the same prompt, warranting usage instrumentation and policy checks ([user report](https://www.reddit.com/r/GithubCopilot/comments/1r2fhs2/opencode_vs_github_copilot_cli_huge_credit_usage/)).

calendar_today 2026-02-12
github-copilot-cli github visual-studio-code android-studio jetbrains

Claude Code praised for reasoning; Cursor flagged for auto commit co-authoring

Teams evaluating AI coding agents report Claude Code excels at complex reasoning and speed, while some Cursor users are seeing auto-added co-author lines in Git commits that may violate repo policies. A practitioner review contrasts Windsurf, Cursor, and Claude Code, highlighting trade-offs like reasoning, UI, multi-agents, debugging, and price [I spent the last month rotating between Windsurf, Cursor, and Claude Code](https://www.reddit.com/r/ClaudeCode/comments/1qzkwav/i_spent_the_last_month_rotating_between_windsurf/)[^1]. A separate report flags Cursor adding "Co-authored-by: Cursor cursoragent@cursor.com" to commit messages by default [Cursor is signing commit messages now?](https://www.reddit.com/r/cursor/comments/1r05m6l/cursor_is_signing_commit_messages_now/)[^2], and an enterprise take explains why teams keep switching among Copilot, Cursor, and Claude Code [Copilot, Cursor, Claude Code: why enterprises can’t stop switching](https://jpcaparas.medium.com/copilot-cursor-claude-code-why-enterprises-cant-stop-switching-dd4ca0f93262?source=rss-8af100df272------2)[^3]. [^1]: Adds: first-hand comparison of strengths/weaknesses across Claude Code, Cursor, and Windsurf. [^2]: Adds: concrete example of governance/compliance risk from agent-altered commit metadata. [^3]: Adds: enterprise lens on vendor/agent switching dynamics and decision factors.

calendar_today 2026-02-10
cursor claude-code windsurf github-copilot github