Skip to content

RooCode Doesn't Properly Handle HTML Escapes when running commands in the terminalΒ #1916

@topperge

Description

@topperge

Which version of the app are you using?

3.10.2

Which API Provider are you using?

Anthropic

Which Model are you using?

Claude 3.7 Sonnet

What happened?

Many times when RooCode generates commands like:
mkdir oscal_templates && mkdir oscal_templates/ac && mkdir oscal_templates/au && mkdir oscal_templates/ca
However, in the terminal it pastes and executes instead:
mkdir oscal_templates && mkdir oscal_templates/ac && mkdir oscal_templates/au && mkdir oscal_templates/ca

Steps to reproduce

  1. Ask RooCode to create a series of directories
    2.Let it execute in the terminal
    3.See the error

Relevant API REQUEST output

Additional context

No response

Metadata

Metadata

Assignees

Labels

Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions