Paul Gauthier (aider)
|
dfdd6bf533
|
style: Remove trailing whitespace in redact-cast.py
|
2025-03-13 16:02:52 -07:00 |
|
Paul Gauthier (aider)
|
91cef71048
|
feat: set screen size from asciinema cast header
|
2025-03-13 16:02:48 -07:00 |
|
Paul Gauthier (aider)
|
3daf632384
|
feat: Add tqdm progress bar for event processing
|
2025-03-13 16:01:47 -07:00 |
|
Paul Gauthier (aider)
|
dba5fb9dfa
|
style: Format code with consistent quotes and spacing
|
2025-03-13 16:00:40 -07:00 |
|
Paul Gauthier (aider)
|
70d10a0bb2
|
feat: Add script to filter asciinema cast files for "Atuin" visibility
|
2025-03-13 16:00:35 -07:00 |
|
Paul Gauthier
|
97291b806a
|
refactor: Simplify redact-cast.py by removing custom logic and importing pyte
|
2025-03-13 16:00:34 -07:00 |
|
Paul Gauthier (aider)
|
c583f008e9
|
style: Make demo div full width in recording.md
|
2025-03-13 15:31:48 -07:00 |
|
Paul Gauthier
|
b182eba56f
|
docs: Add recording example to website
|
2025-03-13 15:31:47 -07:00 |
|
Paul Gauthier
|
de5da0e7ce
|
copy
|
2025-03-13 15:06:00 -07:00 |
|
Paul Gauthier
|
f2a893c0d4
|
set version to 0.77.1.dev
|
2025-03-13 14:44:50 -07:00 |
|
Paul Gauthier
|
371a03c794
|
version bump to 0.77.0
|
2025-03-13 14:44:47 -07:00 |
|
Paul Gauthier
|
88e3d48be5
|
copy
|
2025-03-13 14:24:19 -07:00 |
|
Paul Gauthier
|
e8a8681a75
|
chore: Update polyglot leaderboard YAML files with new test case data
|
2025-03-13 14:16:20 -07:00 |
|
Paul Gauthier
|
b541eec3b8
|
chore: Add new model settings to model-settings.yml
|
2025-03-13 14:08:36 -07:00 |
|
Paul Gauthier (aider)
|
ce3f732645
|
style: Format Model class constructor for readability
|
2025-03-13 14:00:27 -07:00 |
|
Paul Gauthier (aider)
|
1b3cae1ed5
|
feat: Add verbose flag to conditionally dump kwargs in Model.send
|
2025-03-13 14:00:20 -07:00 |
|
Paul Gauthier
|
024b9130a0
|
copy
|
2025-03-12 16:22:26 -07:00 |
|
Paul Gauthier
|
61a8b6020f
|
copy
|
2025-03-12 16:07:38 -07:00 |
|
Paul Gauthier
|
d25877aace
|
Merge branch 'tsl-pack-add'
|
2025-03-12 15:58:28 -07:00 |
|
Paul Gauthier
|
c3c2d4dc22
|
bump deps
|
2025-03-12 15:57:21 -07:00 |
|
Paul Gauthier
|
7454154599
|
copy
|
2025-03-12 15:56:33 -07:00 |
|
Paul Gauthier (aider)
|
04ecea614b
|
refactor: Simplify _test_language_repo_map signature and use self.fixtures_dir
|
2025-03-12 15:38:07 -07:00 |
|
Paul Gauthier (aider)
|
084a14b640
|
style: Remove unnecessary blank lines in test_repomap.py
|
2025-03-12 15:36:18 -07:00 |
|
Paul Gauthier (aider)
|
a477759a49
|
refactor: Update fixtures_dir references to use self.fixtures_dir
|
2025-03-12 15:36:13 -07:00 |
|
Paul Gauthier
|
d4df207612
|
refactor: Move fixtures_dir initialization to setUp in TestRepoMapAllLanguages
|
2025-03-12 15:36:12 -07:00 |
|
Paul Gauthier (aider)
|
57d492d4b8
|
style: Remove trailing whitespace in test_repomap.py
|
2025-03-12 15:34:28 -07:00 |
|
Paul Gauthier (aider)
|
fb7413436c
|
refactor: Split language tests into individual test methods
|
2025-03-12 15:34:24 -07:00 |
|
Paul Gauthier
|
2cc8105e68
|
refactor: Split language tests into individual cases in test_repomap.py
|
2025-03-12 15:34:22 -07:00 |
|
Paul Gauthier (aider)
|
a83d5ff123
|
style: Format test_repomap.py with linter
|
2025-03-12 15:32:20 -07:00 |
|
Paul Gauthier (aider)
|
a709d650df
|
refactor: Extract language test loop into helper method
|
2025-03-12 15:32:16 -07:00 |
|
Paul Gauthier
|
570e8eae31
|
refactor: Extract loop logic into helper method in test_repomap.py
|
2025-03-12 15:32:15 -07:00 |
|
Paul Gauthier (aider)
|
22f1703bee
|
test: Update udev fixture to match query patterns
|
2025-03-12 15:30:23 -07:00 |
|
Paul Gauthier (aider)
|
14037eaeb8
|
test: add udev test case to TestRepoMapAllLanguages
|
2025-03-12 15:22:56 -07:00 |
|
Paul Gauthier (aider)
|
189d64dc3d
|
test: Add Swift test case to TestRepoMapAllLanguages
|
2025-03-12 15:22:16 -07:00 |
|
Paul Gauthier (aider)
|
315f8093c6
|
test: Add Solidity test case and fixture to TestRepoMapAllLanguages
|
2025-03-12 15:21:45 -07:00 |
|
Paul Gauthier (aider)
|
a776d70e0d
|
test: add Racket test case and fixture
|
2025-03-12 15:18:47 -07:00 |
|
Paul Gauthier (aider)
|
1ab6c70ac7
|
feat: Add R language test case and fixture for repository mapping
|
2025-03-12 15:16:02 -07:00 |
|
Paul Gauthier (aider)
|
73eb8701dd
|
feat: Add properties language test case and fixture file
|
2025-03-12 15:13:56 -07:00 |
|
Paul Gauthier (aider)
|
a503f291e7
|
feat: Add Pony language test case and fixture
|
2025-03-12 15:12:56 -07:00 |
|
Paul Gauthier (aider)
|
b54d800024
|
feat: Add Lua language support to TestRepoMapAllLanguages
|
2025-03-12 15:11:31 -07:00 |
|
Paul Gauthier (aider)
|
d74068464d
|
feat: Add Gleam language support to TestRepoMapAllLanguages
|
2025-03-12 15:09:43 -07:00 |
|
Paul Gauthier (aider)
|
86a5e8dbe1
|
feat: Add Elm fixture with Person type and main function
|
2025-03-12 15:08:36 -07:00 |
|
Paul Gauthier (aider)
|
24d2b683c8
|
feat: Add Dart language support to TestRepoMapAllLanguages
|
2025-03-12 15:06:27 -07:00 |
|
Paul Gauthier (aider)
|
9451f0abe4
|
feat: Add D language test fixture and update test mapping
|
2025-03-12 15:05:05 -07:00 |
|
Paul Gauthier (aider)
|
544d58ddbd
|
feat: Add CommonLisp language support to TestRepoMapAllLanguages
|
2025-03-12 15:02:55 -07:00 |
|
Paul Gauthier (aider)
|
7c1d2d75e0
|
feat: Add chatito language support with test fixture
|
2025-03-12 14:40:43 -07:00 |
|
Paul Gauthier (aider)
|
0b949f47d9
|
feat: Add C language test fixture for repository mapping
|
2025-03-12 14:39:59 -07:00 |
|
Paul Gauthier (aider)
|
393b45dd21
|
feat: Add Arduino fixture file for language recognition test
|
2025-03-12 14:38:43 -07:00 |
|
Paul Gauthier (aider)
|
6bb43555dc
|
feat: Add Arduino language support to TestRepoMapAllLanguages
|
2025-03-12 14:37:55 -07:00 |
|
Paul Gauthier (aider)
|
ba03b07602
|
refactor: Update udev-tags.scm with more specific @name tags
|
2025-03-12 14:27:50 -07:00 |
|