Commit graph

4890 commits

Author SHA1 Message Date
Paul Gauthier
4ad6eef1a3 Added a call to the dump() function in the get_package_files() function. 2024-07-04 15:07:48 -03:00
Paul Gauthier (aider)
98c0621e44 Used the website files that are part of the package per setup.py instead of walking the real website directory. 2024-07-04 15:05:07 -03:00
Paul Gauthier (aider)
6db8501891 Added the website directory and all MD files in its subdirectories to the package data and packages in the setup.py file. 2024-07-04 15:01:17 -03:00
Paul Gauthier
ca6fcc42c8 restored basic help 2024-07-04 14:47:49 -03:00
Paul Gauthier
f80df3b5c5 Merge branch 'main' into help 2024-07-04 14:36:48 -03:00
Paul Gauthier
44e6fefc23 Use a daemon thread to load_slow_imports 2024-07-04 14:35:38 -03:00
Paul Gauthier
9f39c8db44 added HelpCoder 2024-07-04 14:29:19 -03:00
Paul Gauthier
b3eb1dea49 Merge branch 'main' into help 2024-07-04 13:26:04 -03:00
Paul Gauthier
b61b394700 copy 2024-07-04 13:21:53 -03:00
Paul Gauthier
dd0aec8aa6 uniqify model files before loading 2024-07-04 13:21:36 -03:00
Paul Gauthier
3516bc0a45 copy 2024-07-04 13:17:51 -03:00
Paul Gauthier
94c297578e copy 2024-07-04 13:16:34 -03:00
Paul Gauthier
773241db06 copy 2024-07-04 13:16:01 -03:00
Paul Gauthier
781050b3b9 copy 2024-07-04 13:14:41 -03:00
Paul Gauthier
ddad0d9325 added DeepSeek Coder V2 (128k context) to refac leaderboard 2024-07-04 13:10:56 -03:00
Paul Gauthier
08868fd437 copy 2024-07-04 11:57:57 -03:00
Paul Gauthier
4642596395 copy 2024-07-04 11:45:33 -03:00
Paul Gauthier
9d66cdecda Renamed .aider.model... files 2024-07-04 11:44:50 -03:00
Paul Gauthier
b64d6c187b updated sonnet leaderboard 2024-07-04 11:44:35 -03:00
Paul Gauthier
35f21b5f4d set version to 0.42.1-dev 2024-07-04 11:23:04 -03:00
Paul Gauthier
13b03ce57b version bump to 0.42.0 2024-07-04 11:22:28 -03:00
Paul Gauthier
5f6ed30e11 swallow exceptions in load_slow_imports 2024-07-04 11:21:57 -03:00
Paul Gauthier
4da8541c1b Updated HISTORY 2024-07-04 11:20:40 -03:00
Paul Gauthier
f74eab694a copy 2024-07-04 09:16:56 -03:00
Paul Gauthier
2d6af68a07 lowercase h4 in chat transcripts 2024-07-03 21:53:04 -03:00
Paul Gauthier
499057c345 copy 2024-07-03 21:42:12 -03:00
Paul Gauthier
644ec6f964 make test for playwright more robust #791 2024-07-03 21:37:05 -03:00
Paul Gauthier
9d02628cf8 streamlit borks sys.path, causes import("litellm") to load our litellm.py; fix 2024-07-03 21:32:50 -03:00
Paul Gauthier
aaceec1e1f fix for tests 2024-07-03 21:02:26 -03:00
Paul Gauthier
3c1a6acc0d handle files with spaces 2024-07-03 20:12:04 -03:00
Paul Gauthier
4b0192ffd9 cache the completions in AutoCompleter 2024-07-03 20:08:51 -03:00
Paul Gauthier
60e838df9f roughed in faster completions 2024-07-03 19:49:37 -03:00
Paul Gauthier
d403f37469 cleanup 2024-07-03 17:06:10 -03:00
Paul Gauthier
362eb1aa07 Fix bad Model.info #788 2024-07-03 16:56:15 -03:00
Paul Gauthier (aider)
790c2f0330 Implemented a more robust method to determine the image file type using the mimetypes module in the get_images_message function. 2024-07-03 16:16:23 -03:00
Paul Gauthier
0ef842dd53 Implemented a temporary solution to convert file names to media types for image files. 2024-07-03 16:15:04 -03:00
Paul Gauthier
5e26014dae check links on pages build 2024-07-03 15:33:47 -03:00
Paul Gauthier
d65450b11f copy 2024-07-03 14:59:14 -03:00
Paul Gauthier
7e9b77d2a2 fix broken links 2024-07-03 14:59:08 -03:00
paul-gauthier
50d5cd5ad6
Merge pull request #787 from jvmncs/patch-1
fix broken dotenv link in docs/config/aider_conf.html
2024-07-03 14:20:06 -03:00
Paul Gauthier
c576377598 copy 2024-07-03 14:13:19 -03:00
Paul Gauthier
8a1fbfd95d Added --exit 2024-07-03 14:06:39 -03:00
jvmncs
7a7508fdd1
fix broken dotenv link in docs/config/aider_conf.html 2024-07-03 12:59:47 -04:00
Paul Gauthier
b5cd5f0e23 Use a thread to import slow modules in the background 2024-07-03 13:55:29 -03:00
Paul Gauthier
b3f7f0a250 Only check versions once per day 2024-07-03 13:44:26 -03:00
Paul Gauthier
ed35af44b3 defer numpy, bs4 and jsonschema 2024-07-03 13:35:33 -03:00
Paul Gauthier
2dc6735ab4 defer import of httpx 2024-07-03 13:25:10 -03:00
Paul Gauthier
5e0ff7627e Defer loading of networkx 2024-07-03 13:17:04 -03:00
Paul Gauthier
b454579cd6 Avoid importing openai 2024-07-03 13:11:39 -03:00
Paul Gauthier
2fc358a02f Defer litellm import until first chat message; only import streamlit if gui is activated 2024-07-03 13:04:13 -03:00