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

> Weekly changelog for February 20-28, 2026

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

  This week focused on making developer workflows in the editor and on-device debugging more productive and reliable. Improvements to chat input, rendering, and model discovery help you move from conversation to code faster, while new debugger backends and parsing tools make hardware debug sessions more flexible and easier to understand.

  ## New features

  ### VS Code extension: chat input, rendering, and message handling

  You can queue messages while an agent is responding so your input is never lost and a pending badge shows queued counts. Code and markdown render more accurately with improved syntax highlighting and clickable file links so you can jump from chat output directly into the editor. Composer shortcuts for bash and serial modes plus layout tweaks keep input focused and readable.

  <Frame caption="VS Code extension showing markdown table rendering and message queue indicator">
    <img src="https://mintcdn.com/embedder/yZNuWLnI7KAToMuJ/images/vscode-chat-rendering.png?fit=max&auto=format&n=yZNuWLnI7KAToMuJ&q=85&s=3d443d5a2db1ae3cd3ef8f04c38efd37" alt="Embedder VS Code extension displaying a rendered markdown table with ESP32 specs and a queued message indicator" width="3212" height="2378" data-path="images/vscode-chat-rendering.png" />
  </Frame>

  ### GDB and probe backends for device debugging

  OpenOCD is available alongside J-Link as a first-class GDB server backend with automatic selection based on project metadata and probe availability, so your debug tooling picks the right backend for the device. Lifecycle management, startup detection, error handling, and RTT integration make sessions more resilient, and enhanced GDB parsing plus a new gdbStateView tool surface clearer debug state for faster troubleshooting.

  <Frame caption="GDB debugging session showing processor state inspection and automatic ELF discovery">
    <img src="https://mintcdn.com/embedder/yZNuWLnI7KAToMuJ/images/gdb-debugging.png?fit=max&auto=format&n=yZNuWLnI7KAToMuJ&q=85&s=0c24b62c62b37dcf4491cbb799c31577" alt="Embedder CLI running GDB debug tools to inspect processor registers, stack trace, and memory on an nRF52 device" width="3024" height="1546" data-path="images/gdb-debugging.png" />
  </Frame>

  ### Mid-stream compression for long agent turns

  Large or long-running agent turns now compress and resume automatically when context thresholds are reached, allowing conversations to continue smoothly across extended reasoning. This reduces interruptions while preserving relevant context so long tasks remain responsive and actionable.

  ## Miscellaneous

  <AccordionGroup>
    <Accordion title="Enhancements">
      * Improved model information and search
      * Improved serial baud rate controls
      * Improved onboarding first-turn context
    </Accordion>

    <Accordion title="Bug Fixes">
      * Fixed OpenAI response persistence for multi-step tools
      * Fixed bash command confirmation in VS Code
      * Fixed /init prompt visibility in VS Code
      * Fixed Windows serial DLL startup errors
    </Accordion>
  </AccordionGroup>
</Update>
