Skip to content

CodeFusion Studio 2.1.0

Choose a tag to compare

@ako-adi ako-adi released this 27 Mar 18:04
· 1 commit to main since this release

Features:

AI Debug Assistant

  • The AI Debug Assistant is a new agentic debugging tool that connects
    compatible AI clients, such as GitHub Copilot and Claude Code,
    directly to your live debug sessions. Built on the Model Context
    Protocol (MCP), it enables AI models to autonomously investigate
    faults, inspect hardware state, and coordinate across multiple cores
    in real time.
  • The assistant exposes a comprehensive set of tools and pre-built
    diagnostic workflows through MCP, making it compatible with any
    MCP-supported AI client — not just the ones supported today.

Package Manager improvements

  • Authentication handling has been redesigned around command
    'cfsutil myanalog' and for handling myAnalog logins and command
    'cfsutil pkg auth-remote' for setting the authentication method for a
    package remote. Previous commands are deprecated but still supported.
  • Package installation using the 'cfsutil pkg install' command as well
    as .cfsdepencies files now supports semantic version range expressions
    such as '^2.1.0'.
  • Command 'cfsutil install' supports a '--local' option for installing
    a package from the local cache only.

Workspace creation improvements

  • Plugin options are now filtered by core during manual workspace
    creation. For example, selecting a RISC-V core shows only supported
    plugins (such as MSDK), while unsupported options such as Zephyr are
    hidden.