> ## 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 13, 2026

> Weekly changelog for February 13-21, 2026

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

  This week focused on polishing the developer experience in VS Code and making device workflows more reliable and discoverable. Improvements to message handling, command parity, and serial monitor interactions help you work faster and keep context when switching between editor and device tasks.

  ## New features

  ### Serial monitor and device workflows

  Serial monitor output streams inline with tool calls and the UI has been simplified for clearer device interaction, including a sensible maximum of serial tabs and updated naming so you can manage monitors more easily. [Bash](/core-concepts/common-workflows#bash-mode) (`!`) and [serial](/core-concepts/common-workflows#serial-send-mode) (`~`) input modes are now available from the Embedder console, letting you quickly switch between and send bash and serial commands.

  <Frame caption="Bash mode lets you run shell commands directly from Embedder">
    <img src="https://mintcdn.com/embedder/yZNuWLnI7KAToMuJ/images/bash-mode.png?fit=max&auto=format&n=yZNuWLnI7KAToMuJ&q=85&s=3817aca3f5581a2746325a54fb972c4e" alt="Embedder CLI in bash mode showing executed shell commands with output" width="2846" height="1838" data-path="images/bash-mode.png" />
  </Frame>

  ## Miscellaneous

  <AccordionGroup>
    <Accordion title="Enhancements">
      * VS Code chat and command experience
      * Updated tab loading indicator placement
      * Improved models menu display in VS Code
    </Accordion>

    <Accordion title="Bug Fixes">
      * Startup and I/O resilience
      * Fixed extra blank line before agent text
      * Fixed cancelled tool icon for aborted tool calls
    </Accordion>
  </AccordionGroup>
</Update>
