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

# February 27, 2026

> Weekly changelog for February 27 - March 07, 2026

<Update label="February 27, 2026">
  ## Highlights

  This week focused on making development and device workflows smoother and more predictable across VS Code and the CLI. Improvements to chat rendering and input keep conversations and code output easy to act on, while expanded debug tooling and serial console behavior make hardware workflows more resilient and faster to recover. New integrations make it easier to extend the agent with external servers and reusable skills.

  ## New features

  ### MCP integrations and skill loading

  You can manage MCP servers from the CLI and extension using the new marketplace UI and /mcp command, including OAuth flows and server catalog views to add and inspect external model context servers. A new skills discovery and loadSkill tool lets the agent load specialized workflows from local skill directories so you can extend agent behavior with companion files and predefined workflows on demand.

  <Frame caption="MCP server marketplace with popular integrations like GitHub, Linear, and Notion">
    <img src="https://mintcdn.com/embedder/yZNuWLnI7KAToMuJ/images/mcp-marketplace.png?fit=max&auto=format&n=yZNuWLnI7KAToMuJ&q=85&s=6a5c9ce58a3a931332ac3a870cf64202" alt="Add an MCP Server dialog showing searchable list of available servers including Asana, Atlassian, Firecrawl, GitHub, Linear, and Notion" width="2046" height="1590" data-path="images/mcp-marketplace.png" />
  </Frame>

  ## Miscellaneous

  <AccordionGroup>
    <Accordion title="Enhancements">
      * Chat and VS Code extension improvements
      * Improved @ mention file search parity with TUI
      * Improved text handling and CSS for webview UI
      * Improved GDB parsing and gdbStateView integration
      * Improved OpenTUI diff rendering and modal state handling
      * Updated composer popup panel background color
    </Accordion>

    <Accordion title="Bug Fixes">
      * Fixed image paste and drag-and-drop bugs
      * Fixed bash command confirmation disappearing in VS Code
      * Fixed EPERM handling when creating .embedder on Windows
    </Accordion>
  </AccordionGroup>
</Update>
