Commit graph

5616 commits

Author SHA1 Message Date
Paul Gauthier
19ad89e1d7 Added gpt-4o-2024-08-06 2024-08-07 11:26:15 -03:00
Paul Gauthier
0e14014118 restore openrouter attribution with extra_headers 2024-08-07 11:24:37 -03:00
Paul Gauthier
e48fecee14 fix: Handle missing model info values gracefully 2024-08-07 07:45:39 -03:00
Paul Gauthier
72572f06d9 fix: Improve commit message generation by handling large diffs 2024-08-07 07:45:22 -03:00
Paul Gauthier
492738f325 added openai/gpt-4o-2024-08-06 to the refac leaderboard 2024-08-06 15:48:16 -03:00
Paul Gauthier
f3880617b5 copy 2024-08-06 15:35:38 -03:00
Paul Gauthier
3553e0af40 remove is_update_available = True debug 2024-08-06 15:33:50 -03:00
Paul Gauthier
1e8e17bd5c added openai/gpt-4o-2024-08-06 to the leaderboard 2024-08-06 15:31:53 -03:00
Paul Gauthier
f059505edf Do fast env validation if models start with openai/ anthropic/ 2024-08-06 15:30:43 -03:00
Paul Gauthier
ed9ed895d0 Added ModelSettings for openai/gpt-4o-2024-08-06 2024-08-06 15:28:53 -03:00
Paul Gauthier
9647bfadfb copy 2024-08-06 15:21:02 -03:00
Paul Gauthier
75bd6f114c Better progress indicator in large repos 2024-08-06 14:33:09 -03:00
Paul Gauthier
1e232d4db6 Stop using litellm._should_retry 2024-08-06 14:32:52 -03:00
Paul Gauthier
f4d0864bcb copy 2024-08-06 14:31:47 -03:00
Paul Gauthier (aider)
8525563cfd style: fix linter issues in repomap.py 2024-08-06 14:18:45 -03:00
Paul Gauthier (aider)
eee37f8913 feat: add "Scanning files" label for tqdm progress bar 2024-08-06 14:18:40 -03:00
Paul Gauthier
4ccd7d9d4f fix: update cache threshold condition in RepoMap class 2024-08-06 14:18:39 -03:00
Paul Gauthier
4d6bb2b1f1 fix: Update cache threshold logic in RepoMap class 2024-08-06 14:13:54 -03:00
Paul Gauthier
38d4da5416 copy 2024-08-06 12:40:54 -03:00
Paul Gauthier
14b26420b1 fix: Set is_update_available flag in versioncheck.py
build: Update AIDER_DOCKER_IMAGE environment variable in Dockerfile
2024-08-06 11:22:05 -03:00
Paul Gauthier (aider)
df5d5bdf78 style: Fix import order in versioncheck.py 2024-08-06 11:17:36 -03:00
Paul Gauthier (aider)
35593a1144 feat: Add Docker image update instructions when AIDER_DOCKER_IMAGE is set 2024-08-06 11:17:33 -03:00
Paul Gauthier
90f1ac2232 fix: Handle pip install failure in version check 2024-08-06 11:17:32 -03:00
Paul Gauthier (aider)
a369e0c281 feat: Add AIDER_DOCKER_IMAGE=true environment variable to aider-full and aider Docker images 2024-08-06 11:13:52 -03:00
Paul Gauthier
a01749cb32 fix: Add permissions to Python packages in Docker image 2024-08-06 11:13:51 -03:00
Paul Gauthier
fd7f3f0a96 copy 2024-08-06 10:56:21 -03:00
Paul Gauthier
d2e13e9111 copy 2024-08-06 10:56:12 -03:00
Paul Gauthier
d868d1dd49 copy 2024-08-06 10:50:36 -03:00
Paul Gauthier
5ebc76c928 set version to 0.48.1-dev 2024-08-06 10:46:15 -03:00
Paul Gauthier
e76d1fe615 version bump to 0.48.0 2024-08-06 10:44:28 -03:00
Paul Gauthier
0b322a96f6 Updated HISTORY 2024-08-06 10:42:01 -03:00
Paul Gauthier (aider)
b6994aacee fix: Normalize current working directory in ignored_file_raw method 2024-08-06 10:25:27 -03:00
Paul Gauthier
4d0934f0a8 fix subtree logic for windows 2024-08-06 10:01:23 -03:00
Paul Gauthier
535fdfff35 fix: Improve formatting of system information in prompt 2024-08-06 09:55:31 -03:00
Paul Gauthier (aider)
d0096773bf feat: Include timezone information in datetime string 2024-08-06 09:52:54 -03:00
Paul Gauthier (aider)
df4d1735ae style: Apply linter formatting changes 2024-08-06 09:51:38 -03:00
Paul Gauthier (aider)
11745ad16e fix: Show date and time without milliseconds 2024-08-06 09:51:33 -03:00
Paul Gauthier
0d6b41f5c0 fix: Remove unnecessary information from platform text 2024-08-06 09:51:32 -03:00
Paul Gauthier (aider)
eeb47903a0 style: Fix formatting in base_coder.py 2024-08-06 09:50:17 -03:00
Paul Gauthier (aider)
fe33cef894 feat: include country in user language detection 2024-08-06 09:50:12 -03:00
Paul Gauthier (aider)
86d37e0c25 fix: Replace bare except with except Exception in get_user_language() method 2024-08-06 09:48:19 -03:00
Paul Gauthier (aider)
541ab83f15 style: Fix formatting and style issues in base_coder.py 2024-08-06 09:46:42 -03:00
Paul Gauthier (aider)
7d56889880 feat: Add user language detection to platform_text
The changes in this commit add a function to detect the user's language and include it in the `platform_text` without assuming English as a fallback. The language detection is done by checking the `locale` module and common environment variables. If a language is detected, it is added to the `platform_text` with a note about how it was obtained. If no language is detected, no language information is added to `platform_text`.
2024-08-06 09:46:37 -03:00
Paul Gauthier
768d7af32e fix normlize_path logic 2024-08-06 09:38:51 -03:00
Paul Gauthier
4e5e9b4a1a fix: move dict init into __init__ 2024-08-06 09:34:25 -03:00
Paul Gauthier
f64cdfa72a Updated HISTORY 2024-08-06 09:22:45 -03:00
Paul Gauthier
764abb56c9 Updated HISTORY 2024-08-06 09:15:12 -03:00
Paul Gauthier
fb0691914c fix: Use repo map only when map_tokens is greater than 0 2024-08-06 09:11:21 -03:00
Paul Gauthier (aider)
e20657096f fix: Properly mock RepoMap in test_map_tokens_option 2024-08-06 09:09:52 -03:00
Paul Gauthier
b04d77e345 fix: Update test_main.py to use the correct RepoMap import path 2024-08-06 09:09:51 -03:00