Commit 8526131
authored
chore(readme): remove logo image completely (#48)
* chore: update .gitignore with timestamped cache dirs
* feat: sync eyrie submodule + config updates for Xiaomi/MiniMax per-plan naming
* fix(cmd): align GatewayDisplayName test with eyrie per-plan naming refactor
* style: fix trailing newline
* chore(submodule): update eyrie to ea9747b (formatting)
* chore(submodule): update eyrie to 04b2cda (lint + test fixes)
* chore(submodule): update eyrie to merged main
* fix(readme): replace broken external hawk image with improved local SVG logo
- Removed unreliable openclipart.org hotlink (frequently failed to render on GitHub)
- Switched to assets/logo.svg with proper light/dark theme support via CSS prefers-color-scheme
- Simplified illustration for better scalability at small sizes while retaining character
- Added subtle adaptive frame, refined typography balance and spacing
- Removed duplicate heading for cleaner header
- Updated display width for the new logo
This makes the project branding reliably visible in both GitHub light and dark modes.
* fix: use correct eyrie env var names (EnvXiaomiTokenPlanRegion, ResolveXiaomiOpenAIBase)
* fix(logo): completely redesign hawk logo as realistic, majestic bird of prey
- New fresh SVG from scratch with real hawk anatomy
- Signature sharply hooked beak, intense eye with catchlight, proper feather layering
- Natural warm earth tones (browns, rufous, amber) instead of generic dark silhouette
- Much stronger 'real hawk' presence while remaining clean and scalable
- Preserved full light/dark theme support and professional wordmark balance
- Updated frame and proportions for better visual impact
* fix(logo): replace with clean modern geometric hawk wing mark from user reference
- Exact recreation of the provided iconic black wing logo as crisp SVG paths
- Layered feathers, central V body, head detail with the signature V
- Extremely clean, scalable, and brandable
- Dead-simple theming: black in light, pure white in dark via CSS
- Centered composition with strong 'hawk' wordmark + tagline
- No frame needed — the mark stands powerfully on its own
* fix(logo): match the exact geometric hawk wing mark from the uploaded image
- Refined polygon points for the layered feathers, central V body, and head with the small V detail
- Now as close as possible to the black icon you showed
- Clean vector, perfect scaling, light/dark theme support (black/white)
- Text placed below exactly as in previous versions
* fix(logo): closer match to the exact uploaded geometric hawk wing image
- Refined wing feather points for better fan, length and angles
- Sharper central V body
- Better head size and small V detail
- Same clean layout with text below
- Exact same theme support
* feat(readme): integrate professional hawk logo.png
- Add user's provided logo.png to assets/
- Update README header to use the new logo (clean centered icon)
- Remove previous unsuccessful SVG attempts
- Restore proper h1 + description structure for better presentation
* feat(assets): update logo.png to dark background with white hawk
- Dark charcoal background
- Hawk recolored to pure white for better visibility on dark themes
- Resized/optimized to 1024x1024 for README use
- Matches user's request for dark BG + white hawk
* feat(assets): make logo fully transparent with white hawk
- Removed background completely (now RGBA transparent PNG)
- Hawk is pure white so it inherits the GitHub page background (light or dark)
- Much smaller file size
- Matches request for transparent background that takes the BG color
* chore(readme): remove logo image completely
- Removed the top logo.png from README
- Deleted assets/logo.png (no longer used)
* chore(readme): remove logo completely from header
- Delete assets/logo.png
- Remove logo <img> from README top
- Keep h1 and description clean1 parent 9c57bdb commit 8526131
8 files changed
Lines changed: 17 additions & 169 deletions
File tree
- assets
- cmd
- external
- internal/config
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 1 | | |
6 | 2 | | |
7 | 3 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
- catalog/discover/merge.go+33
- catalog/live/anthropic_test.go+5-5
- catalog/live/fetchers.go+475-29
- catalog/live/gemini_test.go+1-1
- catalog/live/minimax_test.go+146
- catalog/live/testdata/anthropic_models.json+284-5
- catalog/live/testdata/minimax_payg_models.json+52
- catalog/live/testdata/minimax_token_plan_models.json+52
- catalog/live/types.go+27-1
- catalog/opencodego/models.go+130
- catalog/opencodego/opencodego.go+242-6
- catalog/opencodego/opencodego_test.go+180-2
- catalog/provider_live_parity_test.go+5-1
- catalog/provider_registration_test.go+1-1
- catalog/registry/derive_test.go+1-1
- catalog/registry/provider_spec_test.go+4-4
- catalog/registry/providers.go+91-79
- catalog/registry/registry_test.go+2-2
- catalog/v1.go+70-4
- catalog/v1_test.go+72
- client/anthropic.go+247-29
- client/anthropic_test.go+210-19
- client/bedrock.go+7-2
- client/cache.go+18-1
- client/cache_test.go+5-5
- client/client.go+8-6
- client/cloud_providers_test.go+12-46
- client/compat_test.go+15-39
- client/deepseek.go+82
- client/features.go+94-68
- client/features_test.go+193-85
- client/gemini.go+178-32
- client/openai.go+116-2
- client/options.go+36
- client/vertex.go+72-38
- config/active_selection.go+2
- config/config_package_test.go+11-11
- config/config_test.go+1-1
- config/migrate.go+2-2
- config/profiles.go+22-2
- config/provider_env.go+8-4
- config/providers.go+2
- config/xiaomi_profile.go-3
- setup/deployment.go+36-4
- setup/deployment_test.go+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
617 | | - | |
| 617 | + | |
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
| |||
0 commit comments