Merge pull request #1329 from dlauer/feature/agent-avatar-support

feat: add avatar support for agent identity
This commit is contained in:
Peter Steinberger
2026-01-22 04:09:00 +00:00
committed by GitHub
4 changed files with 25 additions and 2 deletions

View File

@@ -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;
};