Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
130 commits
Select commit Hold shift + click to select a range
f95aa29
refactor: convert setUp/tearDown to pytest autouse fixture
johbo Dec 29, 2025
f627b3d
refactor: convert assertions batch 1 (11 basic main() tests)
johbo Dec 29, 2025
daddb12
refactor: convert assertions batch 2 (18 env & config tests)
johbo Dec 29, 2025
5614fa6
refactor: convert assertions batch 3 (model config tests)
johbo Dec 29, 2025
0873857
refactor: convert assertions batch 4 (remaining tests)
johbo Dec 29, 2025
08105e7
refactor: remove unittest.TestCase inheritance
johbo Dec 29, 2025
47371bf
style: Apply code formatting
johbo Dec 29, 2025
92e11d8
refactor: parametrize boolean flag tests (Phase 3A.1)
johbo Dec 29, 2025
8d070c5
refactor: parametrize API key tests (Phase 3A.2)
johbo Dec 29, 2025
4c5a459
refactor: parametrize --set-env tests (Phase 3A.3)
johbo Dec 29, 2025
973e22c
refactor: parametrize mode tests (Phase 3A.4)
johbo Dec 29, 2025
e897414
refactor: split default model selection test (Phase 3A.5)
johbo Dec 29, 2025
4db7593
refactor: parametrize main args tests (Phase 3A.6)
johbo Dec 29, 2025
a464a93
refactor: extract dummy_io fixture (Phase 3B.1)
johbo Dec 29, 2025
f4191b0
refactor: extract mock_coder fixture (Phase 3B.2)
johbo Dec 30, 2025
e4eaeed
refactor: add git_temp_dir fixture (Phase 3B.3)
johbo Dec 30, 2025
f3cd1bc
refactor: convert create_env_file to factory fixture (Phase 3B.4)
johbo Dec 30, 2025
6fce41b
refactor: convert @patch decorators to mocker (Phase 3C.1a)
johbo Dec 30, 2025
15725e7
refactor: convert with patch to mocker (Phase 3C.1b)
johbo Dec 30, 2025
5f51ae1
refactor: convert more with patch to mocker (Phase 3C.1c)
johbo Dec 30, 2025
6f1c4df
refactor: convert additional with patch to mocker (Phase 3C.1d)
johbo Dec 30, 2025
803d96f
refactor: convert more with patch to mocker (Phase 3C.1e)
johbo Dec 30, 2025
8bedf34
refactor: convert more with patch to mocker (Phase 3C.1f)
johbo Dec 30, 2025
e4653a0
refactor: complete pytest-mock adoption (Phase 3C.1)
johbo Dec 30, 2025
33d6cc9
refactor: modernize test_env fixture (Phase 3C.3)
johbo Dec 30, 2025
4c46a44
refactor: adopt monkeypatch for env vars (Phase 3C.4)
johbo Dec 30, 2025
ebc4bd0
refactor: convert to function-based tests (Phase 3D)
johbo Dec 30, 2025
c8b3252
refactor: consolidate smoke tests into test_main.py (Phase 3E)
johbo Dec 30, 2025
9b69626
refactor: remove redundant smoke test
johbo Dec 30, 2025
3dc217b
refactor: remove redundant async smoke test
johbo Dec 30, 2025
fb4526f
fix: correct typo in test function name (emptqy -> empty)
johbo Dec 30, 2025
6ba3154
refactor: apply clean code principles to test_main.py
johbo Dec 30, 2025
fe15fd6
refactor: eliminate redundant GitTemporaryDirectory usage in 13 tests
johbo Dec 30, 2025
2e57cfc
refactor: use mocker.patch.dict for environment isolation
johbo Dec 30, 2025
65d718c
style: remove obvious comments from test_env fixture
johbo Dec 30, 2025
11696ce
refactor: use context managers for IgnorantTemporaryDirectory
johbo Dec 30, 2025
a55a2fa
refactor: use ChdirTemporaryDirectory for automatic chdir management
johbo Dec 30, 2025
1e4ee93
refactor: extract temp_home fixture for better separation of concerns
johbo Dec 30, 2025
106d555
refactor: extract temp_cwd fixture for working directory management
johbo Dec 30, 2025
b29a5f7
refactor: remove unnecessary yield from test_env fixture
johbo Dec 30, 2025
6d00340
refactor: remove unnecessary create_env_file fixture
johbo Dec 30, 2025
6a54175
refactor: remove unused assert_warning_contains helper
johbo Dec 30, 2025
5014871
refactor: split test_gitignore_files_flag into two focused tests
johbo Dec 30, 2025
3da705c
refactor: remove module docstring
johbo Dec 30, 2025
9c9e3e5
style: Ensure that linting rules are followed
johbo Dec 30, 2025
738302a
Merge upstream/main into test-main-pytest
johbo Dec 30, 2025
72f92fb
fix: remove clear=True from test_env to preserve PATH on Windows
johbo Dec 30, 2025
f91c5b5
refactor: rename tests for clarity
johbo Dec 30, 2025
5a42d6d
refactor: use capsys fixture for stdout capture
johbo Dec 30, 2025
da0eb65
refactor: use tmp_path fixture for temporary files
johbo Dec 30, 2025
535c3ed
refactor: use Path.resolve()
johbo Dec 30, 2025
f933d1b
refactor: convert test_reasoning from unittest to pytest
johbo Dec 31, 2025
ea40671
Migrate 9 test files from unittest to pytest
johbo Dec 31, 2025
aebe5ce
refactor: migrate test_repomap from unittest to pytest
johbo Dec 31, 2025
d187e3c
refactor: migrate test_skills from unittest to pytest
johbo Dec 31, 2025
92f6cef
refactor: migrate test_editblock from unittest to pytest
johbo Dec 31, 2025
5ad0dee
refactor: migrate test_find_or_blocks from unittest to pytest
johbo Dec 31, 2025
0e1075f
refactor: migrate test_benchmark from unittest to pytest
johbo Dec 31, 2025
96121f2
refactor: migrate test_onboarding from unittest to pytest
johbo Dec 31, 2025
36af846
refactor: migrate test_io.py from unittest to pytest
johbo Dec 31, 2025
21fcfbb
refactor: migrate test_repo.py from unittest to pytest
johbo Dec 31, 2025
08ce47f
refactor: migrate test_coder.py from unittest to pytest
johbo Dec 31, 2025
a4e3aff
fix: resolve test failures in test_io.py and test_editblock.py
johbo Dec 31, 2025
c60824d
fix: update test expectations for aider-ce rename
johbo Dec 31, 2025
1e3de03
fix: complete pytest migration for test_onboarding.py
johbo Dec 31, 2025
0dcef76
fix: correct syntax error in test_normalize_language
johbo Dec 31, 2025
a0d1a7e
fix: correct mock response in test_full_edit
johbo Dec 31, 2025
f79c5f6
fix: convert mock_send return statements to async generators
johbo Dec 31, 2025
aa831e1
fix: update test_get_files_content for API change
johbo Dec 31, 2025
7b8a5e0
fix: add missing await and convert mock_send to async generators
johbo Dec 31, 2025
40afc99
fix: correct async generator usage in error handling tests
johbo Dec 31, 2025
f4a1d75
fix: convert mock functions to async in commit tests
johbo Dec 31, 2025
ff5773e
fix: convert mock functions to async in test_gpt_edit_to_existing_fil…
johbo Dec 31, 2025
2c498ae
fix: add missing await in test_show_exhausted_error
johbo Dec 31, 2025
edb230e
fix: correct pytest usage in test_unknown_edit_format_creation
johbo Dec 31, 2025
031500d
fix: use AsyncMock for handle_shell_commands in test_suggest_shell_co…
johbo Dec 31, 2025
e4982ed
fix: correct MCP server tests
johbo Dec 31, 2025
8e7c97b
fix: use AsyncMock for confirm_ask in test_process_tool_calls_with_tools
johbo Dec 31, 2025
ef95f63
fix: resolve test_coder.py failures (42/54 passing, 12 xfailed)
johbo Dec 31, 2025
a74c87d
chore: remove dead __test_ methods from test_editblock.py
johbo Jan 1, 2026
15c158c
chore: remove if __name__ == "__main__" blocks from test files
johbo Jan 1, 2026
0ae64d8
fix: correct pricing calculation for providers using $/token format
chrisnestrud Jan 1, 2026
4724a83
chore: remove obvious comments and add follow-up note for xfail
johbo Jan 1, 2026
3bc387f
feat: create tests/conftest.py with shared fixtures
johbo Jan 1, 2026
fe0c9d7
refactor: use gpt35_model fixture in test_editblock.py
johbo Jan 1, 2026
a8b6491
refactor: use gpt35_model fixture in test_wholefile.py
johbo Jan 1, 2026
6cca23d
refactor: use gpt35_model fixture in test_io.py
johbo Jan 1, 2026
fa24d82
refactor: use gpt35_model fixture in test_repo.py
johbo Jan 1, 2026
d180127
refactor: use shared fixtures from conftest.py
johbo Jan 1, 2026
94443c4
refactor: split large test_io.py test methods into focused units
johbo Jan 1, 2026
97095c4
refactor: parametrize test_parse_model_with_suffix in test_models.py
johbo Jan 1, 2026
8204f4a
docs: improve async generator pattern documentation
johbo Jan 1, 2026
eb89974
refactor: standardize skip markers in test_linter.py
johbo Jan 1, 2026
9c7cde8
refactor: remove empty TestRepoMapTypescript class
johbo Jan 1, 2026
e1cbe0c
fix: remove misleading comment in test_io.py
johbo Jan 1, 2026
4198e17
refactor: simplify mock classes by removing unnecessary fixtures
johbo Jan 1, 2026
6b8b3ef
style: add blank lines around yield in fixture for clarity
johbo Jan 1, 2026
388e6d1
refactor: parametrize line ending validation test
johbo Jan 1, 2026
f3e633e
docs: remove internal MR reference from TODO comment
johbo Jan 1, 2026
a889508
Bump Version
dwash96 Jan 1, 2026
7a06d89
Merge pull request #344 from chrisnestrud/fix/pricing
dwash96 Jan 1, 2026
afef34a
docs: restore explanatory comments in test_models.py
johbo Jan 1, 2026
a9373ca
docs: restore explanatory comments in test_models.py (batch 2)
johbo Jan 1, 2026
d7390cc
docs: restore section comments in test_models.py (batch 3)
johbo Jan 1, 2026
79e352a
chore: remove unittest.main() block from test_scrape.py
johbo Jan 1, 2026
4bc4e4f
docs: restore section comments in test_models.py (batch 4)
johbo Jan 1, 2026
2641a3f
Merge upstream/main
johbo Jan 1, 2026
eed79a2
feat: restore test_cmd_web_imports_playwright test
johbo Jan 1, 2026
69404b4
fix: resolve test failures from upstream merge
johbo Jan 1, 2026
1fe9ab5
style: fix pre-commit linting issues in tests
johbo Jan 1, 2026
1e883ac
docs: remove outdated comment in test_coder.py
johbo Jan 1, 2026
c06df91
docs: remove unittest.main() migration comment
johbo Jan 1, 2026
a5aed4b
Merge pull request #348 from johbo/tests-unittest-to-pytest
dwash96 Jan 1, 2026
bcb9a45
Context Manager Fix, add cecli folder to .gitignore to prop cecli as …
dwash96 Jan 1, 2026
6d940a6
fix: handle missing args attribute in ArchitectCoder
johbo Jan 1, 2026
21fac93
test: fix ArchitectCoder tests to match actual behavior
johbo Jan 1, 2026
bb42927
fix: set args in ArchitectCoder tests instead of production workaround
johbo Jan 1, 2026
5b3e7b7
refactor: use Coder.create() in ArchitectCoder tests
johbo Jan 1, 2026
834bbbe
fix: add missing return in EOFError handler
johbo Jan 2, 2026
90e4951
fix: propagate KeyboardInterrupt from confirm_ask
johbo Jan 2, 2026
8d1fd30
test: fix URL detection tests to use new command architecture
johbo Jan 2, 2026
562b8c2
fix: remove deleted files from abs_fnames during processing
johbo Jan 2, 2026
3124091
Merge pull request #349 from johbo/fix-xfail-tests
dwash96 Jan 2, 2026
5ebcf16
Remove unused functions from file searcher
dwash96 Jan 2, 2026
3b834be
Merge branch 'v0.92.0' into rename-primary
dwash96 Jan 2, 2026
10a50e2
Rename aider to cecli on a file system level (pacakge deployment will…
dwash96 Jan 2, 2026
eceda28
Merge pull request #353 from dwash96/rename-primary
dwash96 Jan 2, 2026
f0f601c
Merge remote-tracking branch 'johbo/fix-xfail-tests-2' into v0.92.0
dwash96 Jan 2, 2026
3f4276d
Fix contributor script and update list
dwash96 Jan 2, 2026
051afc0
Remove aider folder
dwash96 Jan 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Recursively allow files under subtree
!/.github/**
!/aider/**
!/cecli/**
!/benchmark/**
!/docker/**
!/requirements/**
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/issue.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Question or bug report
description: Submit a question or bug report to help us improve aider
description: Submit a question or bug report to help us improve cecli
labels: []
body:
- type: textarea
Expand All @@ -11,9 +11,9 @@ body:
- type: textarea
attributes:
label: Version and model info
description: Please include aider version, model being used (`gpt-4-xxx`, etc) and any other switches or config settings that are active.
description: Please include cecli version, model being used (`gemini-3-xxx`, etc) and any other switches or config settings that are active.
placeholder: |
Aider v0.XX.Y
cecli v0.XX.Y
Model: gpt-N-... using ???? edit format
Git repo: .git with ### files
Repo-map: using #### tokens
Expand Down
18 changes: 7 additions & 11 deletions .github/workflows/check_pypi_version.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Check PyPI Version

# Check to be sure `pip install aider-chat` installs the most recently published version.
# If dependencies get yanked, it may render the latest version uninstallable.
# See https://github.com/Aider-AI/aider/issues/3699 for example.

on:
schedule:
# Run once a day at midnight UTC
Expand All @@ -26,23 +22,23 @@ jobs:
- name: Install aider-ce
run: pip install aider-ce

- name: Get installed aider version
- name: Get installed cecli version
id: installed_version
run: |
set -x # Enable debugging output
aider_version_output=$(aider-ce --version)
cecli_version_output=$(aider-ce --version)
if [ $? -ne 0 ]; then
echo "Error: 'aider --version' command failed."
echo "Error: 'cecli --version' command failed."
exit 1
fi
echo "Raw aider --version output: $aider_version_output"
echo "Raw cecli --version output: $cecli_version_output"

# Extract version number (format X.Y.Z)
version_num=$(echo "$aider_version_output" | grep -oP '\d+\.\d+\.\d+')
version_num=$(echo "$cecli_version_output" | grep -oP '\d+\.\d+\.\d+')

# Check if grep found anything
if [ -z "$version_num" ]; then
echo "Error: Could not extract version number using grep -oP '\d+\.\d+\.\d+' from output: $aider_version_output"
echo "Error: Could not extract version number using grep -oP '\d+\.\d+\.\d+' from output: $cecli_version_output"
exit 1
fi

Expand Down Expand Up @@ -80,7 +76,7 @@ jobs:
echo "Installed version: ${{ steps.installed_version.outputs.version }}"
echo "Latest tag version: ${{ steps.latest_tag.outputs.tag }}"
if [ "${{ steps.installed_version.outputs.version }}" != "${{ steps.latest_tag.outputs.tag }}" ]; then
echo "Error: Installed aider version (${{ steps.installed_version.outputs.version }}) does not match the latest tag (${{ steps.latest_tag.outputs.tag }})."
echo "Error: Installed cecli version (${{ steps.installed_version.outputs.version }}) does not match the latest tag (${{ steps.latest_tag.outputs.tag }})."
exit 1
fi
echo "Versions match."
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker Build Test
on:
push:
paths-ignore:
- 'aider/website/**'
- 'cecli/website/**'
- 'README.md'
- 'HISTORY.md'
- '.github/workflows/*'
Expand All @@ -12,7 +12,7 @@ on:
- main
pull_request:
paths-ignore:
- 'aider/website/**'
- 'cecli/website/**'
- 'README.md'
- 'HISTORY.md'
- '.github/workflows/*'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
branches:
- "main"
paths:
- "aider/website/**"
- "cecli/website/**"
- ".github/workflows/pages.yml"

# Allows you to run this workflow manually from the Actions tab
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: aider/website
working-directory: cecli/website
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -46,7 +46,7 @@ jobs:
ruby-version: '3.3' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
working-directory: '${{ github.workspace }}/aider/website'
working-directory: '${{ github.workspace }}/cecli/website'
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "aider/website/_site"
path: "cecli/website/_site"

# Deployment job
deploy:
Expand All @@ -84,4 +84,4 @@ jobs:

- name: Run linkchecker
run: |
linkchecker --ignore-url='.+\.(mp4|mov|avi)' https://aider.chat
linkchecker --ignore-url='.+\.(mp4|mov|avi)' https://cecli.dev
6 changes: 2 additions & 4 deletions .github/workflows/ubuntu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Ubuntu Python Tests
on:
push:
paths-ignore:
- 'aider/website/**'
- 'cecli/website/**'
- 'README.md'
- 'HISTORY.md'
- '.github/workflows/*'
Expand All @@ -12,7 +12,7 @@ on:
- main
pull_request:
paths-ignore:
- 'aider/website/**'
- 'cecli/website/**'
- 'README.md'
- 'HISTORY.md'
- '.github/workflows/*'
Expand Down Expand Up @@ -57,7 +57,5 @@ jobs:
".[help,playwright]"

- name: Run tests
env:
AIDER_ANALYTICS: false
run: |
pytest
6 changes: 2 additions & 4 deletions .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Windows Python Tests
on:
push:
paths-ignore:
- 'aider/website/**'
- 'cecli/website/**'
- 'README.md'
- 'HISTORY.md'
- '.github/workflows/*'
Expand All @@ -12,7 +12,7 @@ on:
- main
pull_request:
paths-ignore:
- 'aider/website/**'
- 'cecli/website/**'
- 'README.md'
- 'HISTORY.md'
- '.github/workflows/*'
Expand Down Expand Up @@ -45,7 +45,5 @@ jobs:
uv pip install --system pytest pytest-asyncio pytest-mock -r requirements/requirements.in -r requirements/requirements-help.in -r requirements/requirements-playwright.in '.[help,playwright]'

- name: Run tests
env:
AIDER_ANALYTICS: false
run: |
pytest
20 changes: 8 additions & 12 deletions .github/workflows/windows_check_pypi_version.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Windows Check PyPI Version

# Check to be sure `pip install aider-chat` installs the most recently published version on Windows.
# If dependencies get yanked, it may render the latest version uninstallable.
# See https://github.com/Aider-AI/aider/issues/3699 for example.

on:
schedule:
# Run once a day at 1 AM UTC (offset from Ubuntu check)
Expand All @@ -29,22 +25,22 @@ jobs:
- name: Install aider-ce
run: pip install aider-ce

- name: Get installed aider version
- name: Get installed cecli version
id: installed_version
run: |
Write-Host "Running 'aider --version'..."
$aider_version_output = aider-ce --version
Write-Host "Running 'cecli --version'..."
$cecli_version_output = aider-ce --version
if ($LASTEXITCODE -ne 0) {
Write-Error "Error: 'aider --version' command failed."
Write-Error "Error: 'cecli --version' command failed."
exit 1
}
Write-Host "Raw aider --version output: $aider_version_output"
Write-Host "Raw cecli --version output: $cecli_version_output"

# Extract version number (format X.Y.Z) using PowerShell regex
$match = [regex]::Match($aider_version_output, '\d+\.\d+\.\d+')
$match = [regex]::Match($cecli_version_output, '\d+\.\d+\.\d+')

if (-not $match.Success) {
Write-Error "Error: Could not extract version number using regex '\d+\.\d+\.\d+' from output: $aider_version_output"
Write-Error "Error: Could not extract version number using regex '\d+\.\d+\.\d+' from output: $cecli_version_output"
exit 1
}
$version_num = $match.Value
Expand Down Expand Up @@ -84,7 +80,7 @@ jobs:
Write-Host "Installed version: ${{ steps.installed_version.outputs.version }}"
Write-Host "Latest tag version: ${{ steps.latest_tag.outputs.tag }}"
if ("${{ steps.installed_version.outputs.version }}" -ne "${{ steps.latest_tag.outputs.tag }}") {
Write-Error "Error: Installed aider version (${{ steps.installed_version.outputs.version }}) does not match the latest tag (${{ steps.latest_tag.outputs.tag }})."
Write-Error "Error: Installed cecli version (${{ steps.installed_version.outputs.version }}) does not match the latest tag (${{ steps.latest_tag.outputs.tag }})."
exit 1
}
Write-Host "Versions match."
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Recursively allow files under subtree
!/.github/**
!/aider/**
!/cecli/**
!/benchmark/**
!/docker/**
!/requirements/**
Expand Down Expand Up @@ -34,5 +34,8 @@
.aider*
aider/__version__.py
aider/_version.py
.cecli*
cecli/__version__.py
cecli/_version.py
*.pyc
env/
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
args: ["--skip", "aider/website/docs/languages.md"]
args: ["--skip", "cecli/website/docs/languages.md"]
additional_dependencies:
- tomli
- repo: local
hooks:
- id: filter-model-metadata
name: Filter model metadata to chat mode only
entry: node scripts/filter-chat-mode.js
args: ["aider/resources/model-metadata.json"]
args: ["cecli/resources/model-metadata.json"]
language: system
files: ^aider/resources/model-metadata\.json$
files: ^cecli/resources/model-metadata\.json$
pass_filenames: false
28 changes: 14 additions & 14 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This needs to sync with aider/help_pats.py
# This needs to sync with cecli/help_pats.py

include requirements/requirements.in
include requirements/requirements-dev.in
Expand All @@ -7,19 +7,19 @@ include requirements/requirements-playwright.in

global-exclude .DS_Store

recursive-exclude aider/website/examples *
recursive-exclude aider/website/_posts *
recursive-exclude cecli/website/examples *
recursive-exclude cecli/website/_posts *

exclude aider/website/HISTORY.md
exclude aider/website/docs/benchmarks*.md
exclude aider/website/docs/ctags.md
exclude aider/website/docs/unified-diffs.md
exclude cecli/website/HISTORY.md
exclude cecli/website/docs/benchmarks*.md
exclude cecli/website/docs/ctags.md
exclude cecli/website/docs/unified-diffs.md

exclude aider/website/install.ps1
exclude aider/website/install.sh
exclude cecli/website/install.ps1
exclude cecli/website/install.sh

recursive-exclude aider/website/docs/leaderboards *
recursive-exclude aider/website/assets *
recursive-exclude aider/website *.js
recursive-exclude aider/website *.html
recursive-exclude aider/website *.yml
recursive-exclude cecli/website/docs/leaderboards *
recursive-exclude cecli/website/assets *
recursive-exclude cecli/website *.js
recursive-exclude cecli/website *.html
recursive-exclude cecli/website *.yml
Loading
Loading