Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/default-agent-behavior.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,6 @@ Use the `--agent` flag to specify an agent for a particular session:
q chat --agent specialized-agent
```

### Create a Custom Default
You can create your own "default" agent by placing an agent file with the name `q_cli_default` in either:
- `.amazonq/cli-agents/` (local)
- `~/.aws/amazonq/cli-agents/` (global)

This will override the built-in default agent configuration.

## Best Practices

1. **Set a user default**: Configure a default agent that matches your typical workflow
Expand Down
Loading