Vue lecture

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.

Visual Studio Code 1.124 enhances agent chat and folding markers

Visual Studio Code 1.124 enhances agent chat and folding markers
Visual Studio Code version 1.124 introduces significant improvements to the Agents window for managing AI-driven interactions. The chat input history is now scoped specifically to the current session to prevent prompts from leaking across different contexts. This change ensures that using the arrow keys to navigate previous commands only surfaces relevant entries for the active task.

Source

Visual Studio Code 1.123 introduces research agents and cross-device AI syncing

Visual Studio Code 1.123 introduces research agents and cross-device AI syncing
Visual Studio Code 1.123 introduces a new Research Agent accessible via the /research command for technical investigations. This tool functions as a read-only assistant that gathers information from local codebases, GitHub repositories, and the web to generate Markdown reports. It is designed to help users analyze unfamiliar APIs and large codebases without making direct changes to the code.

Source

Visual Studio Code zero-day vulnerability enables GitHub token theft

Visual Studio Code zero-day vulnerability enables GitHub token theft
A security researcher has publicly disclosed a zero-day vulnerability in Visual Studio Code that allows attackers to steal GitHub authentication tokens. The flaw targets github.dev, the browser-based version of the editor, by exploiting the sandboxed webview message-passing system. Attackers can leverage this weakness to run malicious JavaScript that simulates user input and installs unauthorized extensions.

GitHub Copilot shifts to token-based billing sparking developer backlash

GitHub Copilot shifts to token-based billing sparking developer backlash
GitHub has transitioned its Copilot coding assistant to a usage-based billing model that charges users based on token consumption rather than premium requests. This change, which became effective on June 1st, replaces the previous unlimited-request system with a credit allotment structure. Developers are reporting significant price hikes, with some monthly costs reportedly jumping from small flat fees to several hundred or even thousands of dollars.

Source

GitHub Copilot app: agent orchestration for developers

All your agents can be orchestrated using the GitHub Copilot app (image Microsoft).
GitHub Copilot app is a desktop application for agentic development that provides a centralized workspace to manage AI agents across parallel workflows, integrate with GitHub issues and pull requests, and handle the entire development lifecycle without switching between terminals, IDEs, and browser tabs. The app is built on top of GitHub Copilot CLI and integrates directly with GitHub repositories. It supports Windows, macOS, and Linux, and requires a paid GitHub Copilot subscription. This article explains what the app does, how to access it, and its current limitations.

Source

Rubber Duck in GitHub Copilot CLI: reducing AI hallucinations with a second opinion

Claude haiku is getting feedback from rubber duck in github copilot cli
GitHub Copilot CLI—GitHub's AI assistant for the terminal—introduced an experimental feature called Rubber Duck that pairs your primary AI model with an independent reviewer from a completely different AI vendor. The goal is to catch early planning mistakes before they compound into harder-to-fix downstream errors, a known weakness of single-model AI agents. In performance testing on real-world coding problems, combining Claude Sonnet with Rubber Duck closed 74.7% of the performance gap between Sonnet and the more capable Opus tier.

Source

❌