Skip to content

[BUG] Auto allow fpr python -c #12311

@Christoph-Puppe-Work

Description

@Christoph-Puppe-Work

Problem (one or two sentences)

Hi

great tool overall!

When

source .venv/bin/activate && cd gpp-agent && python -c "
import importlib.util, sys
spec = importlib.util.spec_from_file_location('schemas_test', 'app/schemas.py')
m = importlib.util.module_from_spec(spec); spec.loader.exec_module(m)
ws = m.WorkflowState(current_phase='audit', user_role='Auditor')

the list of commands includes all the lines of python so it is never auto approved.

Maybe thats just a setting somewhere, but I didn't find it!

Context (who is affected and when)

all said

Reproduction steps

all said

Expected result

be able to let it run unatended

Actual result

too much clicks needed

Variations tried (optional)

No response

App Version

3.53.0 (44f6bba)

API Provider (optional)

OpenRouter

Model Used (optional)

OPUS 4.7

Roo Code Task Links (optional)

No response

Relevant logs or errors (optional)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions