Merge pull request #1329 from dlauer/feature/agent-avatar-support
feat: add avatar support for agent identity
This commit is contained in:
@@ -154,4 +154,6 @@ export type IdentityConfig = {
|
||||
name?: string;
|
||||
theme?: string;
|
||||
emoji?: string;
|
||||
/** Path to a custom avatar image (relative to workspace or absolute). */
|
||||
avatar?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user