What You Can Customize
| Setting | What it does |
|---|---|
| Display Name | The name shown in chats and notifications |
| Avatar | Your agent’s profile picture |
| Personality | How your agent communicates (coming soon) |
Using Settings in the App
Changing Your Agent’s Name
- Open Cue and go to Settings
- Tap Assistant
- Tap the name field and enter a new name
- Changes save automatically
Uploading an Avatar
- Go to Settings > Assistant
- Tap the avatar image
- Choose a photo from your library or take a new one
- Crop and confirm
For Developers
Manage assistant settings programmatically using the Cue CLI.Requirements
cueCLI installed and authenticated (cuethen/auth)
Get assistant info
List all assistants
Update display name
Upload avatar
.jpg, .jpeg, .png, .gif, .webp
Returns the new avatar URLs:
Payload Format
All fields are optional:| Field | Type | Description |
|---|---|---|
display_name | string | Agent’s display name |
settings | object | Custom settings |
Examples
Set a display name:Troubleshooting
| Error | Fix |
|---|---|
| Not authenticated | Run cue then /auth to log in |
| Invalid JSON | Check JSON syntax |
| File not found | Check the avatar file path |
| Unsupported format | Use .jpg, .jpeg, .png, .gif, or .webp |