> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# aether feedback

> Submit product feedback from the CLI

Send product feedback to the Aether team. The feedback is attached to a workspace (and optionally a specific task) so it carries context.

```bash theme={null}
aether feedback --message "The diff viewer is hard to read on small screens"
```

If you omit `--message`, the CLI prompts you for the feedback text interactively.

If you omit `--workspace`, the CLI resolves your [default project](/cli/project) and uses its running workspace; pass `--workspace` to target a specific one.

## Flags

<ParamField path="--message" type="string">
  The feedback message. If omitted, you are prompted for it.
</ParamField>

<ParamField path="--workspace" type="string">
  Workspace ID or short prefix. Defaults to the running workspace of your default project.
</ParamField>

<ParamField path="--task" type="string">
  Optional task ID or short prefix to associate with the feedback.
</ParamField>
