feat(qoder): add provider logo asset and dashboard mapping

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
shiminhao964
2026-05-21 19:37:15 +08:00
co-authored by Claude Opus 4.7
parent c5308ded3b
commit d82cc13afc
3 changed files with 3 additions and 0 deletions
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 38 KiB

+1
View File
@@ -105,6 +105,7 @@ export const PROVIDER_ASSETS: Partial<Record<ProviderVisualId, string>> = {
gitlab: '/assets/providers/gitlab.svg',
codebuddy: '/assets/providers/codebuddy.png',
kilo: '/assets/providers/kilo.png',
qoder: '/assets/providers/qoder.svg',
ghcp: '/assets/providers/copilot.svg',
claude: '/assets/providers/claude.svg',
kimi: '/assets/providers/kimi.svg',
@@ -129,6 +129,7 @@ describe('provider presentation metadata', () => {
'/assets/providers/codebuddy.png',
],
['kilo', 'Kilo AI', 'Kilo AI coding assistant', '/assets/providers/kilo.png'],
['qoder', 'Qoder', 'Qoder AI coding assistant', '/assets/providers/qoder.svg'],
])('recognizes %s across dashboard display helpers', (provider, name, description, asset) => {
expect(getProviderDisplayName(provider)).toBe(name);
expect(getProviderDescription(provider)).toBe(description);