惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
MyScale Blog
MyScale Blog
博客园 - 【当耐特】
I
InfoQ
腾讯CDC
aimingoo的专栏
aimingoo的专栏
L
LangChain Blog
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Engineering at Meta
Engineering at Meta
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
Vercel News
Vercel News
C
Check Point Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
美团技术团队
Stack Overflow Blog
Stack Overflow Blog
Y
Y Combinator Blog
D
Docker
MongoDB | Blog
MongoDB | Blog
量子位
博客园_首页

Help Net Security

Police arrest 10 suspected members of Black Axe cybercrime gang ShinyHunters claims it stole 1.4 million records from Udemy Sevii unveils Cyber Swarm Defense Mode to stop AI-driven attacks at scale Alleged Chinese hacker extradited to US over cyberattacks targeting COVID-19 research Cequence Agent Personas bring granular control and governance to enterprise AI agents NowSecure MARI gives enterprises evidence-based visibility into third-party mobile app risk The metrics killing your SOC, and what to use instead US state privacy fines reached $3.425 billion in 2025 Canada’s first SMS blaster case leads to three arrests Linux storage management tool Stratis 3.9.0 adds online encryption and cache-less pool startup TLS Connect gives SMBs a right-sized automated tool to manage TLS certificates Aptori expands its platform with autonomous offensive testing to reduce security bottlenecks Your IAM was built for humans, AI agents don’t care The AI criminal mastermind is already hiring on gig platforms 25 open-source cybersecurity tools that don’t care about your budget Product showcase: LuLu reveals unauthorized outbound connections from Mac apps Week in review: Claude Mythos finds 271 Firefox flaws, Vercel breach Users advised to drop passwords and make room for passkeys - Help Net Security Indirect prompt injection is taking hold in the wild - Help Net Security Compromised everyday devices power Chinese cyber espionage operations - Help Net Security New Cisco firewall malware can only be killed by pulling the plug - Help Net Security Meta is overhauling how you sign in, manage settings, and protect your accounts - Help Net Security Ubuntu 26.04 LTS delivers memory-safe system tools and live patching for Arm servers - Help Net Security OpenAI’s GPT-5.5 is out with expanded cybersecurity safeguards - Help Net Security AI is speeding up nation-state cyber programs - Help Net Security A study of 1,000 Android apps finds a privacy policy logging gap - Help Net Security IT spending to hit $6.31 trillion record, thanks to AI - Help Net Security Where AI in CI/CD is working for engineering teams - Help Net Security With AI's help, North Korean hackers stumbled into a near-undetectable attack - Help Net Security Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security
Visual Studio Code 1.118 adds auto model selection to Cop...
Anamarija Po · 2026-04-30 · via Help Net Security

Microsoft’s editor releases continue on a monthly cadence, with the Insiders build of Visual Studio Code 1.118. The update concentrates on the Copilot CLI integration, session management in the Agents app, and an opt-in path for TypeScript 7.0.

Visual Studio Code 1.118

Copilot CLI gains auto model selection

Two separate entries in the changelog add automatic model selection to the Copilot CLI. One change extends the capability to the Copilot CLI agent, and a companion update brings the same selection logic into the broader CLI surface. With auto model support enabled, the CLI picks a model on behalf of the user for a given request.

Responses produced by the Copilot CLI inside the chat panel now display a model badge that indicates which model handled the request. Users running mixed workloads can see at a glance which engine produced a given output, which is useful when auto selection routes different prompts to different models.

The Copilot CLI SDK has also been reworked to resolve the node-pty dependency from VS Code itself through hostRequire. The change removes the requirement to copy node-pty binaries into the SDK’s prebuilds folder at build time or runtime, simplifying packaging for the CLI.

Session handling in the Agents app

The release adopts the Copilot CLI SDK session-title APIs as the source of truth for session names. Session titles surfaced in the user interface now flow from the SDK directly, keeping naming consistent between the CLI and the editor.

New keybindings let users move quickly between active sessions. Pressing Ctrl+1, Ctrl+2, and similar shortcuts switches focus between sessions in the Agents app, which reduces the need to reach for the mouse during multi-session work.

Chat customization menu adds descriptions

The chat customization creator menu now includes descriptions for each option. The added text helps users decide which skill location to use for a given type of customization, and addresses a long-standing issue tracked in the project’s GitHub repository under number 295151.

TypeScript 7.0 nightlies available for testing

A new opt-in setting allows users to run TypeScript 7.0 nightly builds inside Visual Studio Code. Developers who want early exposure to upcoming language and tooling work can switch to the nightly channel from within the editor and report issues against the in-development version. The setting keeps the stable TypeScript service available for users who prefer to wait for the official release.