Microsoft has been adding several new diagnostics features to Copilot in Visual Studio for .NET to make the debugging process easier. “The same tools you rely on are now able to keep up with you, identify issues more quickly, offer context-smart fixes, and help you move from asking ‘why is this broken?’ to ‘oh, I … continue reading
GitHub has added a new panel to its UI that enables developers to invoke the Copilot coding agent from anywhere on the site. The coding agent was launched a few months ago, allowing developers to assign an issue to it and have it work in the background and create a draft pull request. The functionality … continue reading
Black Duck adds new security app to GitHub Marketplace The Black Duck Security GitHub App enables static application security testing (SAST) and software composition analysis (SCA) scans in GitHub repositories. Scans are triggered automatically by code commits and pull requests, and results are added as comments to the pull request if issues are detected. It … continue reading
Codeglide.ai, a subsidiary of the DevOps company Opsera, is launching its MCP server lifecycle platform that will enable developers to turn APIs into MCP servers. The solution constantly monitors API changes and updates the MCP servers accordingly. It also provides context-aware, secure, and stateful AI access without the developer needing to write custom code. According … continue reading
Testing company BrowserStack has announced a new Chrome extension called Testing Toolkit that includes 11 different manual web testing tools. According to the company, manual web testing has been very fragmented, and QA teams are often switching between multiple different apps and accounts, leading to unnecessary context switching and lost time. The Testing Toolkit acts … continue reading
Anthropic expands Claude Sonnet 4’s context window to 1M tokens With this larger context window, Claude can process codebases with 75,000+ lines of code in a single request. This allows it to better understand project architecture, cross-file dependencies, and make suggestions that fit with the complete system design. Longer context windows are now in beta … continue reading
Application monitoring company Sentry is making it easier to gain visibility into MCP servers with the launch of a new monitoring tool. With MCP monitoring, developers can understand things like which clients are experiencing errors, which tools are most used, or which tools are running slow. They can also correlate errors with events like traffic … continue reading
Google is enhancing its AI coding agent, Jules, with new functionality that reviews and critiques code while Jules is still working on it. “In a world of rapid iteration, the critic moves the review to earlier in the process and into the act of generation itself. This means the code you review has already been … continue reading
AI company bitHuman has announced a visual SDK for creating avatars for use as chat agents, instructors, virtual coaches, companions, and experts in different fields. According to the company, the SDK allows avatars to be created on Arm-based and x86 systems without a GPU. The avatars have a small footprint and can be run online … continue reading
GitHub’s CEO Thomas Dohmke has announced his plans to leave the company at the end of the year. Dohmke says he will be staying with the company through the end of the year to help with the transition. When he leaves GitHub, he plans to build a new startup. “After all this time, my startup … continue reading
Developer advocacy is a specialized role within developer relations focused on helping customers understand how the latest trends and products translate into value, Wade Wegner, chief ecosystem and growth officer at DigitalOcean, explained during a recent episode of our What the Dev? podcast. Advocates work to drive adoption of products, but how they do it … continue reading
OpenAI launches GPT-5 OpenAI announced the availability of GPT-5, which it says is “smarter across the board” compared to previous models. Specifically for coding, GPT-5 achieved significant improvement in complex front-end generation and debugging larger repositories. Early testers said that it made better design choices in terms of spacing, typography, and white space, according to … continue reading