Paul Gauthier (aider)
|
13b3e75d0e
|
style: Apply linting to clean_metadata.py
|
2025-04-20 11:11:01 -07:00 |
|
Paul Gauthier (aider)
|
de28178369
|
feat: Add dummy key to JSON dumps for diffing, then remove it.
|
2025-04-20 11:10:58 -07:00 |
|
Paul Gauthier (aider)
|
2f38cd184c
|
style: Format clean_metadata.py with black linter
|
2025-04-20 11:08:57 -07:00 |
|
Paul Gauthier (aider)
|
d8caa76bc8
|
feat: Compare dicts directly to avoid spurious diffs in metadata cleaning
|
2025-04-20 11:08:53 -07:00 |
|
Paul Gauthier (aider)
|
506c3c928e
|
refactor: Remove unused variable in find_block_lines function
|
2025-04-20 11:06:20 -07:00 |
|
Paul Gauthier (aider)
|
48ac1de8d3
|
fix: Remove unused variables and fix whitespace in clean_metadata.py
|
2025-04-20 11:05:56 -07:00 |
|
Paul Gauthier (aider)
|
ebfce5b0f2
|
style: Run linter on clean_metadata.py
|
2025-04-20 11:05:39 -07:00 |
|
Paul Gauthier (aider)
|
58f4db4e52
|
feat: Implement surgical removal of JSON blocks from metadata file
|
2025-04-20 11:05:36 -07:00 |
|
Paul Gauthier
|
ba2c4d1eb7
|
chore: Make clean_metadata.py executable
|
2025-04-20 11:05:35 -07:00 |
|
Paul Gauthier (aider)
|
6656b5d973
|
style: Apply linting to clean_metadata.py
|
2025-04-20 11:03:44 -07:00 |
|
Paul Gauthier (aider)
|
b4673fdc85
|
Refactor: Remove keys immediately in clean_metadata.py
|
2025-04-20 11:03:41 -07:00 |
|
Paul Gauthier (aider)
|
ce1266be68
|
style: Run linter on clean_metadata.py
|
2025-04-20 11:02:40 -07:00 |
|
Paul Gauthier (aider)
|
226108d05d
|
feat: Prompt user to remove entries from model-metadata.json
|
2025-04-20 11:02:37 -07:00 |
|
Paul Gauthier (aider)
|
b2d541f1eb
|
style: Fix line length in clean_metadata.py for flake8 compliance
|
2025-04-20 11:02:00 -07:00 |
|
Paul Gauthier (aider)
|
758020c574
|
fix: Flip diff order to be from aider -> litellm in script
|
2025-04-20 11:01:40 -07:00 |
|
Paul Gauthier (aider)
|
876569613b
|
style: Apply linting to clean_metadata.py
|
2025-04-20 11:00:52 -07:00 |
|
Paul Gauthier (aider)
|
82b26daf37
|
feat: display matching entries side-by-side with diff highlighting
|
2025-04-20 11:00:49 -07:00 |
|
Paul Gauthier (aider)
|
be44b65095
|
style: Apply linting to clean_metadata.py
|
2025-04-20 11:00:03 -07:00 |
|
Paul Gauthier (aider)
|
8596f0d4a3
|
feat: Use json5 to load model metadata for lenient parsing
|
2025-04-20 11:00:00 -07:00 |
|
Paul Gauthier
|
19a94e5f15
|
fix: Update litellm_path to correctly locate JSON file
|
2025-04-20 10:59:59 -07:00 |
|
Paul Gauthier (aider)
|
7bde345b83
|
feat: Add script to find common models in metadata files.
|
2025-04-20 10:58:38 -07:00 |
|
Paul Gauthier
|
d45a5747ea
|
feat: Add script to clean metadata from files
|
2025-04-20 10:58:37 -07:00 |
|
Paul Gauthier (aider)
|
2fedc2e699
|
feat: update openrouter badges to link to options menu
|
2025-04-11 08:38:22 +12:00 |
|
Paul Gauthier (aider)
|
0eb80553f6
|
style: Apply linter to versionbump.py
|
2025-04-11 08:37:37 +12:00 |
|
Paul Gauthier (aider)
|
110c63ae95
|
feat: Add --force flag to skip pre-push checks
|
2025-04-11 08:37:33 +12:00 |
|
Paul Gauthier (aider)
|
d5a34dcbc5
|
style: Fix trailing whitespace in homepage script
|
2025-03-31 11:42:47 +13:00 |
|
Paul Gauthier (aider)
|
fc6a05ced6
|
fix: Improve testimonial parsing for different dash formats
|
2025-03-31 11:42:40 +13:00 |
|
Paul Gauthier (aider)
|
2d3162a90b
|
style: Remove trailing whitespace
|
2025-03-31 11:41:51 +13:00 |
|
Paul Gauthier (aider)
|
83c599e741
|
fix: Improve testimonial parsing from README
|
2025-03-31 11:41:44 +13:00 |
|
Paul Gauthier (aider)
|
c7f1671d5a
|
feat: Generate testimonials JS in homepage script
|
2025-03-31 11:39:57 +13:00 |
|
Paul Gauthier
|
7d013f35e2
|
rename
|
2025-03-28 16:51:58 -10:00 |
|
Paul Gauthier (aider)
|
761a297903
|
feat: include script tags in testimonials JS output
|
2025-03-28 15:53:53 -10:00 |
|
Paul Gauthier (aider)
|
73c46e8e24
|
fix: Remove unnecessary f-string in testimonials formatting
|
2025-03-28 15:49:14 -10:00 |
|
Paul Gauthier (aider)
|
ef4c40c692
|
style: Format code with linter
|
2025-03-28 15:48:48 -10:00 |
|
Paul Gauthier (aider)
|
04b3ada7f7
|
feat: dynamically load testimonials from README using cog
|
2025-03-28 15:48:39 -10:00 |
|
Paul Gauthier (aider)
|
6ffe3e7067
|
style: Format code with linter
|
2025-03-26 07:11:22 -10:00 |
|
Paul Gauthier (aider)
|
51bf6035f7
|
feat: add footer safe zone for GitHub URL in confetti image
|
2025-03-26 07:11:15 -10:00 |
|
Paul Gauthier (aider)
|
249a6fc9b1
|
chore: remove yellow hexagon confettis below stars line
|
2025-03-26 07:10:36 -10:00 |
|
Paul Gauthier (aider)
|
c6d4337855
|
style: Fix whitespace in 30k-image.py
|
2025-03-26 07:09:28 -10:00 |
|
Paul Gauthier (aider)
|
9fa3636c57
|
feat: add safe zone for text in confetti generation
|
2025-03-26 07:09:20 -10:00 |
|
Paul Gauthier
|
a417e6e644
|
style: Fix trailing whitespace in SVG generation script
|
2025-03-26 07:07:16 -10:00 |
|
Paul Gauthier (aider)
|
999eb86d7a
|
fix: Add missing math import in 30k-image.py
|
2025-03-26 07:01:51 -10:00 |
|
Paul Gauthier (aider)
|
7b97f93051
|
style: Reformat code with linter
|
2025-03-26 07:01:19 -10:00 |
|
Paul Gauthier (aider)
|
02bc926d75
|
feat: add script to generate 30k GitHub stars celebration SVG
|
2025-03-26 07:01:11 -10:00 |
|
Paul Gauthier
|
48ee3cdf98
|
feat: Add script to generate 30k images
|
2025-03-26 07:01:05 -10:00 |
|
Paul Gauthier (aider)
|
6c50645213
|
style: Reformat dl_icons.py with consistent spacing
|
2025-03-24 16:23:05 -10:00 |
|
Paul Gauthier (aider)
|
5aeea0c228
|
feat: add script to download SVG icons for local use
|
2025-03-24 16:22:57 -10:00 |
|
Paul Gauthier
|
86ceeb554d
|
feat: Add script to download icons
|
2025-03-24 16:22:51 -10:00 |
|
Paul Gauthier
|
94016c87fd
|
refactor: Simplify asciinema command in tmux_record.sh
|
2025-03-21 20:19:08 -07:00 |
|
Paul Gauthier (aider)
|
4b6424f631
|
style: Format code with consistent spacing and indentation
|
2025-03-21 15:24:26 -07:00 |
|