Best of GitHubNovember 2025

  1. 1
    Article
    Avatar of vsVisual Studio Blog·26w

    Visual Studio 2026 is here: faster, smarter, and a hit with early adopters

    Visual Studio 2026 is now generally available with significant performance improvements, including 50% fewer UI hangs and faster startup times. The release introduces AI-native features through GitHub Copilot integration, including new C# and C++ agents for debugging, profiling, and app modernization. Over 5,000 bugs were fixed and 300 feature requests implemented based on community feedback. The IDE now decouples from build tools, allowing updates without affecting .NET or C++ compilers, and maintains full compatibility with Visual Studio 2022 projects and over 4,000 extensions.

  2. 2
    Article
    Avatar of bartwullemsThe Art of Simplicity·24w

    VS Code Planning mode

    VS Code now includes Planning mode (also called 'Hannibal mode'), which extends GitHub Copilot's Agent Mode to handle multi-step coding tasks with a structured approach. Unlike Visual Studio's implementation, VS Code offers Planning mode as a separate chat agent, giving developers explicit control over when it's activated. The feature creates detailed execution plans before generating code, allows plan editing, and includes follow-up questions to refine the approach before implementation begins.

  3. 3
    Article
    Avatar of ghblogGitHub Blog·26w

    Highlights from Git 2.52

    Git 2.52 introduces several performance improvements and new features. The release adds git last-modified for efficient tree-level blame operations (5x faster than previous methods), a new geometric maintenance strategy for large repositories, and experimental git repo command for repository information. Notable additions include git refs list and git refs exists subcommands, optional Rust support for internal functionality, enhanced Bloom filter support for pathspec queries, and git sparse-checkout clean for recovery scenarios. The release also prepares for Git 3.0 changes, including SHA-256 as default hash algorithm and 'main' as default branch name.

  4. 4
    Article
    Avatar of github_updatesGitHub Changelog·27w

    New releases for GitHub Actions

    GitHub Actions introduces three major updates: reusable workflow limits increased to 10 nested workflows and 50 total workflows per run (up from 4 and 20), M2-powered macOS runners now generally available with GPU acceleration, and GitHub Copilot coding agent can now operate independently without requiring GitHub Actions to be enabled.

  5. 5
    Article
    Avatar of cassidooCassidy's blog·27w

    I am back at work and it feels weird!

    A developer shares their experience returning to work at GitHub after maternity leave, reflecting on the emotional complexity of balancing professional responsibilities with parenting. The perspective shift from parenthood has changed how they approach workplace changes, prioritizing what truly matters while managing the bittersweet feelings of being away from their children during work hours.

  6. 6
    Article
    Avatar of on_leuwcqSamuel Adekunle·26w

    Vibe Coding: Build A Complete App From Scratch In Minutes Using GitHub Copilot.

    A senior engineer shares their journey from skepticism to adoption of GitHub Copilot after testing it on tutorial projects. They demonstrate building a Flutter app called "Mood Mixer" that captures selfies, detects emotions, and generates Spotify playlists using only AI prompts and no manual coding. The piece explores how AI tools can serve as effective assistants for scaffolding, state management, and function improvements rather than complete replacements for developer skills.

  7. 7
    Article
    Avatar of ghblogGitHub Blog·28w

    GitHub Game Off 2025 theme announcement

    GitHub's annual Game Off game jam returns for its 13th year with the theme 'WAVES'. Participants have until December 1, 2025 to create and submit games inspired by the theme using any programming language or game engine. Games must be stored in a public GitHub repository, and submissions will be evaluated across six categories including gameplay, graphics, and theme interpretation. Voting runs through January 8, 2026, with winners announced on January 10. The event welcomes developers of all skill levels, from beginners to veterans, working solo or in teams.

  8. 8
    Article
    Avatar of ghblogGitHub Blog·25w

    Level up design-to-code collaboration with GitHub’s open source Annotation Toolkit

    GitHub open sourced the Annotation Toolkit, a Figma library that improves design-to-code handoffs by embedding accessibility documentation directly into design files. The toolkit uses numbered annotation stamps to document design intent, WCAG compliance requirements, and interactive behaviors, preventing accessibility issues before they reach production. GitHub's internal data showed 48% of accessibility audit issues could have been prevented with better upfront documentation. The toolkit is available on Figma Community and GitHub, includes interactive checklists and WCAG guidance, and accepts community contributions.

  9. 9
    Article
    Avatar of github_updatesGitHub Changelog·25w

    Pull request "Files changed" public preview

    GitHub's new Files changed page now includes an Overview button that displays pull request descriptions inline, eliminating the need to switch tabs or scroll. The update also includes performance improvements for faster navigation, with more optimizations planned for the coming weeks. The feature is currently in public preview.

  10. 10
    Article
    Avatar of devblogsDevBlogs·26w

    Microsoft for Python Developers Blog

    The November 2025 Python extension for VS Code introduces several productivity enhancements: AI-generated hover summaries can now be inserted directly as docstrings, Copilot summaries support localization, a new code action converts wildcard imports to explicit imports for better code clarity, and the debugger now supports multiple interpreters per workspace through the Python Environments Extension. Additional improvements include better PowerShell activation handling and enhanced Poetry and requirements file detection.

  11. 11
    Article
    Avatar of devtoDEV·26w

    "2026", AI Users vs The Unemployed.

    Explores the dramatic shift in software development as AI-generated code approaches 90% of all code by 2026. Examines the impact on developer careers, particularly junior positions, the changing job market with 200-300 applications per role, and the compression of development teams. Discusses quality concerns including doubled code churn and security vulnerabilities, while questioning how developers can remain relevant when AI handles most coding tasks. Argues the profession is fundamentally transforming from writing code to directing AI and reviewing its output.

  12. 12
    Article
    Avatar of scottlogicScott Logic·24w

    Putting Spec Kit Through Its Paces: Radical Idea or Reinvented Waterfall?

    Spec-Driven Development (SDD) proposes using detailed specifications as the source of truth for AI agents to generate code. Testing this approach with Spec Kit on a real feature rebuild revealed significant drawbacks: excessive markdown generation (2,500+ lines), long agent execution times (33+ minutes), and 3.5 hours of review overhead. Traditional iterative prompting proved 10x faster, completing the same work in 8 minutes of agent time with minimal review. The workflow felt like a return to waterfall methodology, producing duplicative documentation without improving code quality or reducing bugs. While SDD presents interesting ideas worth discussing, the practical implementation through Spec Kit doesn't capitalize on AI's strength of making code cheap and fast to produce.

  13. 13
    Article
    Avatar of collectionsCollections·26w

    Introducing Visual Studio 2026 and .NET 10 LTS: A Leap Forward in Development

    .NET 10 brings major performance and productivity improvements, with Blazor achieving 76% faster loading times through optimized script delivery and 20% faster component rendering. Visual Studio 2026 introduces AI-native capabilities with GitHub Copilot integration, 50% faster solution loading, and adaptive debugging tools. The release includes built-in passkey authentication, declarative state persistence, 10x faster hot reload for large apps, and full C# 14 support with over 5,000 bug fixes implemented from community feedback.

  14. 14
    Article
    Avatar of devblogsDevBlogs·27w

    Roadmap for AI in Visual Studio (November)

    Microsoft shares Visual Studio's November AI roadmap, focusing on new AI agents, enhanced Agent Mode and Chat capabilities, Model Context Protocol (MCP) integration with full spec support and governance controls, and expanded model options including GPT-5 Codex and auto-model selection. The updates aim to integrate Copilot throughout the development workflow, from code writing to testing and version control.

  15. 15
    Article
    Avatar of rhdevRed Hat Developer·27w

    3 MCP servers you should be using (safely)

    Model Context Protocol (MCP) enables AI models to interact with developer tools and services through standardized servers. Three essential MCP servers are highlighted: Kubernetes for cluster management and diagnostics, Context7 for accessing up-to-date technical documentation, and GitHub for repository interactions. Each server requires careful security configuration, including read-only defaults, human approval for write operations, and minimal access tokens to prevent data exfiltration through prompt injection attacks.

  16. 16
    Article
    Avatar of devclassDEVCLASS·25w

    Copilot .Net modernization tool a 'huge downgrade,' devs say – and no longer free • DEVCLASS

    Microsoft replaced the free .NET Framework upgrade assistant with GitHub Copilot app modernization, requiring a paid subscription. Developers report the new AI-powered tool is inferior to its predecessor, with issues including incomplete migrations, hundreds of hours of manual fixes, and less deterministic results. The old upgrade assistant remains accessible through Visual Studio settings, while Microsoft also introduced Managed Instance on Azure App Service for applications that cannot easily migrate to modern .NET.

  17. 17
    Article
    Avatar of vscodeVisual Studio Code·25w

    November 2025 Insiders (version 1.107)

    VS Code version 1.107 Insiders build introduces enhanced GitHub Copilot integration with improved chat terminal rendering using xterm.js, new command palette shortcuts for CLI agent sessions, and unified chat session management. Authentication improvements include MSAL broker support for Linux x64 and Intel Macs. UI enhancements feature individual command history removal, visual indicators for open workspaces, and a new "Close Other Windows" command. The GitHub extension now includes MCP Server for repository interactions, while terminal improvements add execution metrics and better command output persistence. Additional updates include Tree-sitter WASM upgrades, PowerShell grammar enhancements, customizable keybindings for chat modes, and improved accessibility features.

  18. 18
    Article
    Avatar of hnHacker News·24w

    Migrating Dillo from GitHub

    The Dillo browser project is migrating away from GitHub to a self-hosted infrastructure at dillo-browser.org. The move addresses GitHub's JavaScript-heavy frontend that doesn't work with Dillo itself, single point of failure concerns, and performance issues. The new setup uses cgit for repository hosting, a custom Markdown-based bug tracker called buggy, and maintains mirrors on Codeberg and Sourcehut. All critical data is stored in git repositories with OpenPGP signatures for authenticity, enabling resilience against domain loss and reducing dependency on any single platform.