<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/vs-code-introduces-customizable-ai-agents-in-the-editor-e8p0ziml9" -->

---
title: VS Code Introduces Customizable AI Agents in the Editor
description: VS Code 1.106 introduces custom agents (formerly chat modes) that let developers create personalized AI assistants with unique instructions and formatting. The...
canonical: https://daily.dev/posts/vs-code-introduces-customizable-ai-agents-in-the-editor-e8p0ziml9
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: VS Code Introduces Customizable AI Agents in the Editor | daily.dev
og:description: VS Code 1.106 introduces custom agents (formerly chat modes) that let developers create personalized AI assistants with unique instructions and formatting. The...
og:url: https://daily.dev/posts/vs-code-introduces-customizable-ai-agents-in-the-editor-e8p0ziml9
og:image: https://api.daily.dev/og/posts/e8P0zimL9.png
og:image:alt: VS Code Introduces Customizable AI Agents in the Editor
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# VS Code Introduces Customizable AI Agents in the Editor

**[Collections](https://daily.dev/sources/collections)** · 2 min read · 8 upvotes · 0 comments

## Summary

VS Code 1.106 introduces custom agents (formerly chat modes) that let developers create personalized AI assistants with unique instructions and formatting. The new Agent HQ provides centralized management for AI coding sessions, while the plan agent breaks down complex tasks into actionable steps. Additional features include default Terminal IntelliSense, subagents for background tasks, enhanced MCP server management, improved GitHub Copilot integration, and better security for AI delegation.

## Content

# Introducing Custom Agents and Agent HQ in Visual Studio Code

Visual Studio Code has recently made significant updates to its platform, as reflected in the transition from chat modes to custom agents. This update acknowledges the enhanced capabilities and personalization options available to users, allowing the development of personalized agents tailored to specific coding needs.

## Custom Agents

Formerly known as chat modes, custom agents now provide developers the opportunity to create AI agents with unique instructions and formatting choices. These agents can be configured for various tasks, such as conducting research with features that produce structured output, including overviews, explanations, and citations. Users can define custom rules and leverage built-in modes like the new plan mode, which decomposes complex tasks into actionable steps.

## Agent HQ

With the release of VS Code 1.106, the new Agent HQ provides a consolidated interface for managing AI coding sessions. Whether for local or cloud environments, developers can oversee their custom agents more efficiently. This centralized management tool also includes a new plan agent, enhancing productivity by systematically breaking down and solving intricate challenges.

## Enhanced Features

The October 2025 (version 1.106) update brings several other improvements. Terminal IntelliSense now comes as a default feature, alongside enhanced MCP server management with organization-level policies. The update also introduces subagents, which can execute specialized tasks in the background without disturbing the main chat context, returning only the necessary final results.

Security for AI delegation has seen significant advancements, complemented by improved integration with GitHub Copilot and Copilot CLI. Additional enhancements include better source control graph features, notebook search capabilities, consolidated authentication management, and refined command palette search functionality.

Overall, these updates to Visual Studio Code aim to provide a more streamlined and efficient coding environment, empowering developers with personalized tools and enhanced management capabilities.

---

Tags: [#ai](https://daily.dev/tags/ai), [#devtools](https://daily.dev/tags/devtools), [#github](https://daily.dev/tags/github), [#vscode](https://daily.dev/tags/vscode)

[View this post on daily.dev](https://daily.dev/posts/vs-code-introduces-customizable-ai-agents-in-the-editor-e8p0ziml9)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"VS Code Introduces Customizable AI Agents in the Editor","url":"https://daily.dev/posts/vs-code-introduces-customizable-ai-agents-in-the-editor-e8p0ziml9","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/vs-code-introduces-customizable-ai-agents-in-the-editor-e8p0ziml9"},"datePublished":"2025-11-07T08:47:25.727Z","dateModified":"2025-11-14T05:45:17.063Z","description":"VS Code 1.106 introduces custom agents (formerly chat modes) that let developers create personalized AI assistants with unique instructions and formatting. The...","image":"https://i.ytimg.com/vi/JOhT9dMNDe4/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/JOhT9dMNDe4/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Collections","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Collections","logo":"https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0","url":"https://daily.dev/sources/collections"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/vs-code-introduces-customizable-ai-agents-in-the-editor-e8p0ziml9","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":8},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai,devtools,github,vscode","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Collections","item":"https://daily.dev/sources/collections"},{"@type":"ListItem","position":3,"name":"VS Code Introduces Customizable AI Agents in the Editor"}]}
```

