Skip to content

Add *safe* global option #67

@clavery

Description

@clavery

We want to control the safety level of the tools when used by LLMs in agentic tooling loops. Potential options:

  • --safe flag that disables all destructive actions
  • --safety-level flag that allows for levels (NODELETE, NOUPDATE, etc)
  • env var support
  • http middleware to block actions

flag should be configurable at a global level (env var, config, etc) and not easily ejected by the LLM (perhaps standard CLI flags should not be used for this reason).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions