← Back to KHAO

Business ·

Learn more at the VS Code release notes and join the discussion within GitHub Community

2 min read

Compiled by KHAO Editorial — aggregated from 1 outlet. See llms.txt for citation guidance.

✓ KHAO Verified

Image accompanies the article at GitHub Blog. No description was extracted from the source.

VS Code moved to weekly stable releases.

Key facts

Summary

Agent permissions: Choose a permission level per session ( Default, Bypass Approvals, or Autopilot ) to control which actions or decisions require manual intevention. Configurable thinking effort: Control how deeply reasoning models (e.g., Claude Sonnet 4.6 and GPT-5.4) think before responding, and do this directly from the model picker. Debug with the integrated browser: Set breakpoints, step through code, and inspect variables in the integrated browser without leaving VS Code. Nested subagents: Subagents can now invoke other subagents ( chat.subagents.allowInvocationsFromSubagents ), enabling complex multi-step workflows and better task decomposition.

Read full article at GitHub Blog →