Commit graph

2297 commits

Author SHA1 Message Date
Paul Gauthier
c99c5db35c updated coder test 2024-07-18 16:35:27 +01:00
Paul Gauthier (aider)
6fdb4f8214 Handled case where first commit cannot be undone 2024-07-18 16:32:47 +01:00
Paul Gauthier
3ce3799f8d Implemented checks to ensure files with uncommitted changes or not present in previous commit cannot be undone safely. 2024-07-18 16:32:45 +01:00
Paul Gauthier (aider)
55301e4b1d Normalized file paths in the get_file_mentions method to handle both Unix and Windows formats. 2024-07-18 15:21:23 +01:00
Paul Gauthier (aider)
07550d6f5f Added tests to exercise all combinations of path formats for get_file_mentions and get_addable_relative_files, and updated the get_file_mentions method to handle both Unix and Windows path formats. 2024-07-18 15:19:32 +01:00
Paul Gauthier
c076c134ac use html source if pandoc NOT available 2024-07-18 10:03:04 +01:00
Paul Gauthier
88214f963b return html if pandoc is not available 2024-07-18 10:01:50 +01:00
Paul Gauthier
903faa8fef Catch errors when installing pandoc 2024-07-18 09:58:47 +01:00
Paul Gauthier
032e1a7904 copy 2024-07-18 09:54:30 +01:00
Paul Gauthier
cd86354f12 check_version shows output for --just-check-update 2024-07-17 15:23:47 +01:00
Paul Gauthier
dadfb464c4 sssh 2024-07-17 14:38:54 +01:00
Paul Gauthier (aider)
24e34a4a8d Replaced API keys with last 4 characters for debugging purposes. 2024-07-17 14:02:19 +01:00
Paul Gauthier
e9904172f1 copy 2024-07-16 18:49:44 +01:00
Paul Gauthier
2e0a64fd35 copy 2024-07-16 16:17:39 +01:00
Paul Gauthier
bc4d5ebe88 copy 2024-07-16 16:04:10 +01:00
Paul Gauthier
61988433fa set version to 0.44.1-dev 2024-07-16 15:52:58 +01:00
Paul Gauthier
5b2d688db1 version bump to 0.44.0 2024-07-16 15:51:44 +01:00
Paul Gauthier
b67ba03e0a Updated HISTORY 2024-07-16 15:39:23 +01:00
Paul Gauthier
e9b3c13569 cleanup 2024-07-16 11:42:17 +01:00
Paul Gauthier
b18dbf4772 renamed hf-embed -> help 2024-07-16 11:03:01 +01:00
Paul Gauthier
0e067ba8bb copy 2024-07-16 10:34:07 +01:00
Paul Gauthier
513ae28a57 copy 2024-07-16 10:08:29 +01:00
Paul Gauthier
6a930b1c06 copy 2024-07-16 10:07:59 +01:00
Paul Gauthier
0860e7b30d do not package tests/ 2024-07-15 08:40:32 +01:00
Paul Gauthier
c5d93d7f0c removed get_playwright_instructions 2024-07-14 20:04:27 +01:00
Paul Gauthier
a522b2fd85 fixed test_check_for_urls 2024-07-14 19:48:55 +01:00
Paul Gauthier
4fbe3d295a added [playwright] extra 2024-07-14 19:34:48 +01:00
Paul Gauthier (aider)
bc1369c480 Updated the spinner to update 5 times per second. 2024-07-14 18:48:31 +01:00
Paul Gauthier
6b56a31afc Reduced the maximum line length for the installation progress output to 10 characters. 2024-07-14 18:48:29 +01:00
Paul Gauthier (aider)
2affb111ad Read character by character and update the spinner every newline or every 100 characters received in the run_install function. 2024-07-14 18:46:54 +01:00
Paul Gauthier
a3a4113331 Merge branch 'main' into slim-playwright 2024-07-14 18:29:39 +01:00
Paul Gauthier
e484c47e47 copy 2024-07-14 18:26:12 +01:00
Paul Gauthier
50353acb1a return fq and model names mixed together from fuzzy match 2024-07-14 18:26:05 +01:00
Paul Gauthier
9ed0e33b9f refactor help install and add to test setup 2024-07-14 17:49:33 +01:00
Paul Gauthier
9c9fdb0a1b Fixed sample yml file to use proper filename 2024-07-14 17:42:20 +01:00
Paul Gauthier
edcf66c694 Added missing Model.can_prefill 2024-07-14 17:41:21 +01:00
Paul Gauthier
76dad84285 added [browser] extra; refac the pip install utils 2024-07-14 17:22:17 +01:00
Paul Gauthier
057c1af449 fixed gemma leaderboard yml 2024-07-13 16:38:06 +01:00
paul-gauthier
079627687f
Merge pull request #848 from youknow04/gemma2-27b 2024-07-13 15:26:03 +01:00
Paul Gauthier
80daa942f3 copy 2024-07-13 07:57:27 +01:00
Paul Gauthier
c598cdd576 Catch self.sd.PortAudioError gracefully #849 2024-07-13 07:57:12 +01:00
Paul Gauthier
88749a8acb moved versioncheck touch into finally 2024-07-13 07:51:12 +01:00
Paul Gauthier
d9236d7684 wip 2024-07-13 07:48:28 +01:00
Paul Gauthier
6c38306eab Automatically install the new aider version 2024-07-13 07:47:07 +01:00
youknow
cfa1c6c756 add gamme2-27b-q8 benchmark result 2024-07-13 02:00:27 +09:00
Paul Gauthier
6c2a168327 Added a new function run_install_with_spinner to handle the pip installation process with a spinner. 2024-07-12 17:46:39 +01:00
Paul Gauthier (aider)
af8dff8714 Replaced the simple ASCII spinner characters with a more visually appealing set of Unicode braille characters. 2024-07-12 17:43:58 +01:00
Paul Gauthier (aider)
cbf0fd881c Implemented a simple text spinner to show progress during pip installation. 2024-07-12 17:43:15 +01:00
Paul Gauthier
0d7746c6d7 Improved the pip_install function to handle installation output more gracefully, including printing a simple text spinner during the installation process. 2024-07-12 17:43:14 +01:00
Paul Gauthier (aider)
edf2b7fc13 Captured pip install output line by line, printing each line with a carriage return to overwrite, and displaying full output on failure. 2024-07-12 17:36:36 +01:00