Vue lecture

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

VS Code 1.139 Insiders lets agents take pull requests through CI with Agent Merge

VS Code 1.139 Insiders lets agents take pull requests through CI with Agent Merge
Visual Studio Code 1.139 Insiders adds an experimental Agent Merge feature. With it, an AI agent can open a pull request and take it through review and continuous integration (CI) within one session. The build comes shortly after VS Code 1.138 opened the latest Insiders preview cycle. It also adds Cargo completions in the terminal, new CSS color previews and a soft-wrap indicator.

Source

VS Code 1.140 Insiders fixes chat hovers and adds workspace-less remote agent chats

VS Code 1.140 Insiders fixes chat hovers and adds workspace-less remote agent chats
Visual Studio Code 1.140 is now in the Insiders channel, with a milestone due on September 28, 2026. It comes shortly after 1.138 Insiders brought faster terminals and better remote development. The new build focuses on AI chat: users can start chat sessions on remote agent hosts without first choosing a folder, and a hover inconsistency in the chat interface is fixed.

Source

GPT-6 Astra hits 53% on Rails benchmark while Gemini regresses

GPT-6 Astra hits 53% on Rails benchmark while Gemini regresses
GPT-6 Astra climbed from 35% to 53% on the Agents on Rails coding benchmark when reasoning was pushed to maximum, but Gemini went backward despite higher cost and effort. The results show that maximum reasoning is a model-specific tradeoff—not a universal accuracy upgrade—and even rescued GPT-5.6 Luna from a scoreless previous run.

Source

Codex sandbox escapes expose two paths to host command execution

Codex sandbox escapes expose two paths to host command execution
OpenAI has patched two Codex vulnerabilities that allowed malicious repositories to escape the coding agent’s sandbox without triggering an approval prompt. Heapjack could extract a trust token from shared Node.js memory, while Overpatch abused patch permissions to modify files such as `.zshrc`; teams should update Codex CLI to 0.149.0 and Codex Desktop to build 26.818.21641 or later.

Source

Z.ai open-sources ZCode after Git history uploads, plans zero-retention mode

Z.ai open-sources ZCode after Git history uploads, plans zero-retention mode
Z.ai has released ZCode under the Apache-2.0 license after the coding agent was found packaging workspaces and uploading encrypted archives containing Git histories. The source release makes the client inspectable, but it does not prove what happened to data already sent to Z.ai’s cloud infrastructure; the company is also preparing a zero-data-retention option for its Model-as-a-Service platform.

Source

Claude Code now falls back to OpenAI’s AGENTS.md instructions

Claude Code now falls back to OpenAI’s AGENTS.md instructions
Claude Code version 2.1.277 can now use OpenAI’s AGENTS.md instruction files when a repository has no Claude-specific instructions, reducing duplicated guidance for teams using multiple AI coding tools. Anthropic keeps CLAUDE.md,.claude/CLAUDE.md, and CLAUDE.local.md files authoritative when they exist, making the change a fallback rather than a replacement.

Source

GitHub Copilot adds AI cost controls, Sentry fixes, and agent metrics

GitHub Copilot adds AI cost controls, Sentry fixes, and agent metrics
GitHub Copilot’s latest weekly release adds controls for balancing model cost, quality, and response time, while making code review and agent usage more manageable for development teams. The update also brings Sentry-powered crash investigation to the Copilot app and highlights how AI agents now help Microsoft ship VS Code weekly—although its release notes warn that Copilot-generated text may contain errors.

Source

New features in Microsoft Desired State Configuration v3.3.0

DSC v3.3 Windows resource architecture
Microsoft has released Desired State Configuration (DSC) v3.3.0, the latest version of its cross-platform configuration management platform. DSC lets you describe the desired state of a Windows or Linux system in a YAML or JSON configuration document and then apply, verify, or export that state with the dsc command-line tool. Version 3.3.0 adds three built-in Windows resources, a registry-backed adapter, wider --what-if support, new expression functions, and Linux packages on Microsoft's package repository. The release follows DSC v3.2.0: new Windows resources, version pinning, and Bicep integration, which introduced the first wave of built-in Windows resources.

Source

Run and install AI models on your Windows PC with Microsoft Foundry Local

Foundry Local application architecture (image Microsoft)
Microsoft Foundry Local lets you run large language models (LLMs, text-generating AI models) and speech models directly on a Windows PC without sending prompts to the cloud. The runtime handles model downloads, hardware acceleration, and inference (the process of generating a response from a model) on your device. You do not need an Azure subscription. Foundry Local is part of Microsoft Foundry on Windows, alongside built-in Windows AI APIs and Windows ML. This article covers what it does, what hardware you need, how to install it, and where it fits compared to other local AI options.

Source

Intelligent Terminal 0.2.2572: New features and performance improvements

API key fields in Agents settings (image Microsoft)
Microsoft has released Intelligent Terminal 0.2.2572, an update to its experimental, open-source fork of Windows Terminal that integrates AI agents such as GitHub Copilot CLI, Claude, Codex, and Gemini directly into the command line. The release contains more than 60 fixes and improvements and focuses on performance, reliability, and usability. Its main new features are API key support for local and OpenAI-compatible models, automatic approval for supported agents, and slash commands provided by the agent itself. If you are new to the tool, see our earlier coverage in Microsoft Intelligent Terminal 0.1: AI-powered alternative to Windows Terminal.

Source

❌