# @opencode-ai/bypass-agent

⚠️ **DANGER**: This plugin adds a bypass agent that provides unrestricted access to all tools and commands in OpenCode. Use with extreme caution.

## Installation

```bash
npm install @opencode-ai/bypass-agent
```

## Configuration

Add the plugin to your `.opencode/opencode.jsonc`:

```jsonc
{
  "plugin": ["@opencode-ai/bypass-agent"]
}
```

## Usage

Once installed and configured, you'll have access to the "bypass" agent which allows:

- ✅ Unrestricted file editing
- ✅ Unrestricted bash command execution
- ✅ Unrestricted web fetching
- ✅ Access to external directories
- ✅ Bypass of all permission checks

## Warning

This agent bypasses all safety restrictions. Only use it in trusted environments and with full understanding of the risks. The agent is clearly marked with a red color (#ff0000) to indicate the danger.

## License

MIT
