MDW
40a5a88d56
style: remove or ignore unused imports
...
The following files had unused imports removed:
- `scripts/30k-image.py`
- `scripts/dl_icons.py`
- `scripts/redact-cast.py`
2025-05-08 23:29:18 +02:00
Paul Gauthier (aider)
30097ab859
fix: Exit with status code from main()
2025-05-08 14:29:01 -07:00
MDW
09acfc8147
style(pre-commit): apply python style from pre-commit hooks
2025-05-08 23:28:18 +02:00
Paul Gauthier (aider)
a2ecc5883b
feat: add shell completion generation using shtab
2025-05-08 14:28:11 -07:00
MDW
d127d45669
chore: update codespell skip patterns
...
Update the `skip` patterns in the `pyproject.toml` file to exclude
`tests/fixtures/*` and `aider/website/*`.
2025-05-08 23:27:39 +02:00
MDW
2ebb2103b8
ci: add pre-commit.yml for GitHub Actions
...
This commit adds a new GitHub Actions workflow configuration file (`pre-commit.yml`) to automate the execution of pre-commit hooks on pull requests and pushes.
The workflow includes steps to install dependencies, cache pre-commit hooks, run the hooks, convert logs to Checkstyle format, save the cache, and upload logs as artifacts.
This setup ensures that code quality checks are enforced consistently across the repository.
2025-05-08 23:27:34 +02:00
Paul Gauthier (aider)
c3d4fdb4c1
fix: Preserve original read-only files across symlinks
2025-05-08 14:25:14 -07:00
Paul Gauthier
e1ab9cc0ab
fix: Correct spinner erasure and update animation
2025-05-08 14:19:26 -07:00
Paul Gauthier (aider)
15317a9f4b
style: Run linter and apply fixes
2025-05-08 14:09:38 -07:00
Paul Gauthier (aider)
62dc55dd77
feat: Position cursor on scanner char in spinner animation
2025-05-08 14:09:34 -07:00
Paul Gauthier (aider)
20faadcbd9
style: Apply linter fixes
2025-05-08 14:08:11 -07:00
Paul Gauthier (aider)
8f0fa6684d
feat: implement Knight Rider style spinner animation
2025-05-08 14:08:06 -07:00
Paul Gauthier (aider)
7a3805d39f
test: add tests for /reset and /drop with cloned coder
2025-05-08 14:02:46 -07:00
Paul Gauthier (aider)
4709a539c6
fix: Preserve original read-only files when cloning Commands
2025-05-08 14:01:28 -07:00
Paul Gauthier
8172125931
copy
2025-05-08 13:52:37 -07:00
Paul Gauthier
b8f9d459fb
copy
2025-05-08 13:48:58 -07:00
Paul Gauthier
96bc57167f
feat: Improve ask prompt to elide unchanging code
2025-05-08 12:35:10 -07:00
Paul Gauthier
606e27a337
copy
2025-05-08 12:35:02 -07:00
Paul Gauthier (aider)
1d7c56b8c5
chore: Reorder imports in mdstream.py
2025-05-08 12:30:11 -07:00
Paul Gauthier (aider)
6e1327f66d
feat: Show spinner while waiting for first stream content
2025-05-08 12:30:06 -07:00
Paul Gauthier
82f33c1220
copy
2025-05-08 12:14:41 -07:00
Paul Gauthier
cd7567fcf6
chore: Refine ask mode prompt instructions
2025-05-08 12:08:14 -07:00
Paul Gauthier
e4274aa4f6
copy
2025-05-08 12:08:05 -07:00
Paul Gauthier
acd7309b78
copy
2025-05-08 11:41:51 -07:00
Paul Gauthier
d5ea078f24
copy
2025-05-08 11:34:42 -07:00
Paul Gauthier
8776830306
copy
2025-05-08 11:32:24 -07:00
Paul Gauthier
43dd9ef8a5
tweak qwen3 settings
2025-05-08 11:32:11 -07:00
Paul Gauthier (aider)
f047b2928b
style: Format models.py
2025-05-08 11:31:14 -07:00
Paul Gauthier (aider)
d89d500eab
chore: Update default settings for Qwen3 235b model
2025-05-08 11:31:07 -07:00
Paul Gauthier (aider)
35fe1df499
feat: Make leaderboard title configurable and set custom title in post
2025-05-08 11:05:40 -07:00
Paul Gauthier
d32d0b7909
chore: Remove last updated date cog code
2025-05-08 11:05:37 -07:00
Paul Gauthier
0a5c1960b3
cleanup
2025-05-08 11:01:15 -07:00
Paul Gauthier (aider)
eef0051b93
chore: Remove temporary comments
2025-05-08 11:01:03 -07:00
Paul Gauthier
b5cde63b37
initial
2025-05-08 11:00:41 -07:00
Paul Gauthier (aider)
043c42b2b4
feat: Create Qwen3 leaderboard data file
2025-05-08 10:59:49 -07:00
Paul Gauthier (aider)
758fa6f67e
feat: Add Qwen3 benchmark blog post with leaderboard table
2025-05-08 10:58:26 -07:00
Paul Gauthier
c2fce2699e
feat: Add blog post about Qwen3
2025-05-08 10:58:24 -07:00
Paul Gauthier
328584e5f4
together only on OR
2025-05-08 10:39:09 -07:00
Paul Gauthier
f12395f4d3
together
2025-05-08 10:33:50 -07:00
Paul Gauthier
024c3ed46e
Merge branch 'main' into qwen3
2025-05-08 09:54:08 -07:00
Paul Gauthier (aider)
3ed897c665
fix: Correct Columns call count assertions in io tests
2025-05-08 09:43:36 -07:00
Paul Gauthier (aider)
bfcff84b28
fix: Patch rich.columns.Columns where it is used
2025-05-08 09:42:18 -07:00
Paul Gauthier (aider)
4124cee722
test: Fix TestInputOutputFormatFiles method signatures
2025-05-08 09:39:22 -07:00
Paul Gauthier (aider)
d18a9f32bc
fix: Fix flaky tests for pretty file list formatting
2025-05-08 09:38:21 -07:00
Paul Gauthier (aider)
aef3863c4a
fix: Remove unused import in test_io.py
2025-05-08 09:36:33 -07:00
Paul Gauthier (aider)
f31128706d
style: Format test_io.py
2025-05-08 09:36:20 -07:00
Paul Gauthier (aider)
1307215b8f
test: Test io.format_files_for_input pretty output
2025-05-08 09:36:15 -07:00
Paul Gauthier (aider)
cb380b423e
fix: Use rich Text for filenames in prompt header
2025-05-08 09:34:31 -07:00
Paul Gauthier
86d338c811
no_think
2025-05-08 08:53:38 -07:00
Paul Gauthier
dd3ef07881
copy
2025-05-08 08:13:14 -07:00