---
name: Bug Report
about: Report a bug or unexpected behavior
title: '[Bug] '
labels: bug
assignees: ''
---

## Description

A clear and concise description of what the bug is.

## Steps to Reproduce

1. Set up with '...'
2. Run command '...'
3. See error

## Expected Behavior

What you expected to happen.

## Actual Behavior

What actually happened. Include error messages if any.

## Environment

- amp-acp version: [e.g., 0.2.5]
- Node.js version: [e.g., 20.10.0]
- Amp CLI version: [run `amp --version`]
- ACP client: [e.g., Zed 0.166.0]
- OS: [e.g., macOS 14.2]

## Logs

<details>
<summary>Debug logs</summary>

```
Paste relevant logs here. Enable with DEBUG=acp:*
```

</details>

## Additional Context

Any other context about the problem here.
