feat: add agent avatar support (#1329) (thanks @dlauer)
This commit is contained in:
@@ -154,6 +154,6 @@ export type IdentityConfig = {
|
||||
name?: string;
|
||||
theme?: string;
|
||||
emoji?: string;
|
||||
/** Path to a custom avatar image (relative to workspace or absolute). */
|
||||
/** Avatar image path (workspace-relative) or a URL/data URL. Local files must live in the workspace. */
|
||||
avatar?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user