Paul Gauthier (aider)
|
add3fa43c6
|
style: format watch_source_files function signature
|
2024-10-25 12:43:37 -07:00 |
|
Paul Gauthier (aider)
|
b985a8d47a
|
feat: add clean shutdown for file watcher thread
|
2024-10-25 12:43:31 -07:00 |
|
Paul Gauthier (aider)
|
3db3150a7e
|
feat: add input interruption from background threads
|
2024-10-25 12:33:07 -07:00 |
|
Paul Gauthier
|
17ce2a3cad
|
Merge branch 'main' into watch
|
2024-10-25 10:59:02 -07:00 |
|
Paul Gauthier (aider)
|
bf60e58d5b
|
fix: use os.path.join for cross-platform path handling in tests
|
2024-10-25 10:57:04 -07:00 |
|
Paul Gauthier
|
e3a3a55dd5
|
fix: make file paths portable for Windows compatibility in tests
|
2024-10-25 10:57:03 -07:00 |
|
Paul Gauthier
|
e239304d89
|
refactor: simplify file change output format
|
2024-10-25 10:53:10 -07:00 |
|
Paul Gauthier
|
893f3f343f
|
refactor: optimize file path handling in watch_source_files function
|
2024-10-25 10:51:09 -07:00 |
|
Paul Gauthier
|
5918a18dee
|
ignore emacs tmp files
|
2024-10-25 10:50:35 -07:00 |
|
Paul Gauthier (aider)
|
c08dcff56d
|
style: fix linting issues in watch.py
|
2024-10-25 09:55:54 -07:00 |
|
Paul Gauthier (aider)
|
f33cd4e419
|
refactor: improve path handling in watch_source_files filter function
|
2024-10-25 09:55:50 -07:00 |
|
Paul Gauthier
|
a625426a28
|
fix: improve path handling in file watcher filter function
|
2024-10-25 09:55:49 -07:00 |
|
Paul Gauthier (aider)
|
24e66337ff
|
style: fix line length in watch.py by wrapping function call
|
2024-10-25 09:51:55 -07:00 |
|
Paul Gauthier (aider)
|
d06f1ecf19
|
feat: add optional ignore function to watch_source_files
|
2024-10-25 09:51:52 -07:00 |
|
Paul Gauthier (aider)
|
9c6831c360
|
style: format argparse argument for better readability
|
2024-10-25 09:47:53 -07:00 |
|
Paul Gauthier (aider)
|
64ec0708c4
|
feat: support multiple gitignore files in file watcher
|
2024-10-25 09:47:50 -07:00 |
|
Paul Gauthier (aider)
|
34aa1e8de0
|
fix: handle paths outside watched directory in file watcher
|
2024-10-25 09:46:59 -07:00 |
|
Paul Gauthier (aider)
|
b0f31d8296
|
refactor: remove unused sys import from watch.py
|
2024-10-25 09:43:04 -07:00 |
|
Paul Gauthier (aider)
|
e5fe5199a3
|
style: fix import order and whitespace per linting rules
|
2024-10-25 09:42:51 -07:00 |
|
Paul Gauthier (aider)
|
45e95d1d00
|
feat: add gitignore support to file watcher
|
2024-10-25 09:42:47 -07:00 |
|
Paul Gauthier (aider)
|
21876e72fe
|
style: Format watch.py with black and add newlines between functions
|
2024-10-25 09:41:33 -07:00 |
|
Paul Gauthier (aider)
|
81903598a8
|
feat: add file watcher for source code files with # or // comments
|
2024-10-25 09:41:30 -07:00 |
|
Paul Gauthier
|
290500ae17
|
feat: add file watcher module for monitoring changes
|
2024-10-25 09:41:27 -07:00 |
|
Paul Gauthier
|
1ed2eefff4
|
copy
|
2024-10-25 09:38:10 -07:00 |
|
Paul Gauthier
|
df65e87ef3
|
test: update InputOutput initialization with fancy_input param in tests
|
2024-10-25 09:24:52 -07:00 |
|
Paul Gauthier
|
ddb876d2fe
|
only glob, not rglob for /read
|
2024-10-25 09:22:50 -07:00 |
|
Paul Gauthier
|
a080581329
|
refactor: improve file path handling with glob and rglob
|
2024-10-25 07:49:19 -07:00 |
|
Paul Gauthier (aider)
|
f70a82791b
|
fix: handle absolute paths and globs in cmd_read_only
|
2024-10-25 07:43:31 -07:00 |
|
Paul Gauthier
|
5d3a60228c
|
fix: use Path.rglob instead of glob.glob for recursive file matching
|
2024-10-25 07:43:29 -07:00 |
|
Paul Gauthier
|
fd820dbfe2
|
Merge branch 'main' of github.com:Aider-AI/aider
|
2024-10-25 07:41:02 -07:00 |
|
paul-gauthier
|
b911ceaa61
|
Merge pull request #2126 from webkonstantin/fix-read-only-from-working-dir
fix: Impossible to /read-only from another working directory
|
2024-10-25 07:40:57 -07:00 |
|
Paul Gauthier
|
9edf9b4186
|
refactor: extract get_rel_fname function for path resolution
|
2024-10-25 07:36:29 -07:00 |
|
Paul Gauthier
|
be74259df6
|
fix: add missing AnthropicError exception to retry list
|
2024-10-25 07:31:39 -07:00 |
|
Paul Gauthier
|
29293cc8ac
|
fix: update import path for AnthropicError in retry_exceptions
|
2024-10-25 07:07:36 -07:00 |
|
Paul Gauthier
|
9e7995b730
|
bump deps
|
2024-10-25 06:55:47 -07:00 |
|
Konstantin L
|
ba9fdaa755
|
fix: Impossible to /read-only from another working directory
|
2024-10-25 10:59:23 +02:00 |
|
Paul Gauthier
|
dde2dee304
|
fix last test
|
2024-10-24 14:31:41 -07:00 |
|
Paul Gauthier (aider)
|
55a99143c2
|
test: set fancy_input=False in all InputOutput() test instances
|
2024-10-24 14:31:11 -07:00 |
|
Paul Gauthier
|
ba2bee61de
|
test: fix confirm_ask_yes_no test by disabling fancy input
|
2024-10-24 14:31:09 -07:00 |
|
Paul Gauthier (aider)
|
5fd8fb15b9
|
fix: add fancy_input=False to all InputOutput test initializations
|
2024-10-24 14:27:53 -07:00 |
|
Paul Gauthier
|
8908a48b68
|
copy
|
2024-10-24 14:25:08 -07:00 |
|
Paul Gauthier (aider)
|
43fbda0faf
|
feat: add --fancy-input flag to control input history and completion
|
2024-10-24 14:24:09 -07:00 |
|
Paul Gauthier (aider)
|
97a9c65125
|
feat: add fancy_input parameter to InputOutput class initialization
|
2024-10-24 14:23:24 -07:00 |
|
Paul Gauthier
|
8a63b1b3ce
|
refactor: rename pretty flag to fancy_input for clarity
|
2024-10-24 14:23:22 -07:00 |
|
Paul Gauthier
|
3c658ac66f
|
feat: set default reminder to "user" for gpt-4-1106-preview model
|
2024-10-24 14:08:51 -07:00 |
|
Paul Gauthier
|
055d529947
|
remove accepts_images
|
2024-10-24 14:08:06 -07:00 |
|
Paul Gauthier (aider)
|
9507f3c008
|
refactor: use main_model.info["supports_vision"] instead of accepts_images
|
2024-10-24 14:05:17 -07:00 |
|
Paul Gauthier
|
e0a1eefe0a
|
copy
|
2024-10-24 14:01:00 -07:00 |
|
Paul Gauthier
|
ea37ba8346
|
set version to 0.60.2.dev
|
2024-10-24 13:59:43 -07:00 |
|
Paul Gauthier
|
8ea789c29d
|
version bump to 0.60.1
|
2024-10-24 13:58:28 -07:00 |
|