Paul Gauthier
|
bd0a1426d7
|
copy
|
2024-12-06 06:31:30 -08:00 |
|
Paul Gauthier
|
353d144039
|
copy
|
2024-12-06 06:26:24 -08:00 |
|
Paul Gauthier
|
6efdf8a7f4
|
refactor: rename copypaste flag to copy-paste and update help text
|
2024-12-05 20:43:14 -08:00 |
|
Paul Gauthier
|
623770e24b
|
refactor: move clipboard context functionality to commands.py
|
2024-12-05 20:41:40 -08:00 |
|
Paul Gauthier (aider)
|
402940a215
|
fix: store clipboard watcher instance in coder object
|
2024-12-05 20:36:04 -08:00 |
|
Paul Gauthier (aider)
|
7fea85cdcd
|
style: reorder imports alphabetically
|
2024-12-05 20:35:51 -08:00 |
|
Paul Gauthier (aider)
|
93b3b7a184
|
feat: set auto-copy-context based on copypaste argument
|
2024-12-05 20:35:46 -08:00 |
|
Paul Gauthier
|
8f2a84629a
|
refactor: move ClipboardWatcher import to top level
|
2024-12-05 20:35:44 -08:00 |
|
Paul Gauthier (aider)
|
7a1c1982f0
|
feat: implement auto copy context functionality
|
2024-12-05 20:35:04 -08:00 |
|
Paul Gauthier
|
75d8982b23
|
feat: add auto copy context feature with empty implementation
|
2024-12-05 20:35:02 -08:00 |
|
Paul Gauthier (aider)
|
87dbb56d7e
|
style: fix trailing comma in system prompt dictionary
|
2024-12-05 18:57:50 -08:00 |
|
Paul Gauthier (aider)
|
aa217a3a43
|
fix: handle system reminder message construction properly
|
2024-12-05 18:57:47 -08:00 |
|
Paul Gauthier (aider)
|
22fc961dc0
|
fix: add empty list check before accessing last chat chunk
|
2024-12-05 18:57:24 -08:00 |
|
Paul Gauthier (aider)
|
8f57186945
|
style: remove trailing whitespace in editor_editblock_coder.py
|
2024-12-05 18:55:54 -08:00 |
|
Paul Gauthier (aider)
|
f8277c55a8
|
feat: add format_chat_markdown method to EditorEditBlockCoder
|
2024-12-05 18:55:50 -08:00 |
|
Paul Gauthier (aider)
|
6163713e34
|
style: fix linting issues in clipboard watcher initialization
|
2024-12-05 18:44:57 -08:00 |
|
Paul Gauthier (aider)
|
d2d5887936
|
feat: add clipboard watcher with --copypaste flag
|
2024-12-05 18:44:50 -08:00 |
|
Paul Gauthier (aider)
|
2a1065efc1
|
style: fix linting issues in copypaste.py
|
2024-12-05 18:43:16 -08:00 |
|
Paul Gauthier (aider)
|
6f36a97c4a
|
feat: add clipboard watcher to monitor and update IO placeholder
|
2024-12-05 18:43:12 -08:00 |
|
Paul Gauthier
|
eeed79009a
|
feat: add copypaste module for code manipulation
|
2024-12-05 18:43:09 -08:00 |
|
Paul Gauthier
|
9930057171
|
copy
|
2024-12-05 16:34:58 -08:00 |
|
Paul Gauthier (aider)
|
e14c84f2fb
|
feat: add silent mode to read_text method
|
2024-12-05 16:22:44 -08:00 |
|
Paul Gauthier
|
a664c3dd47
|
feat: add silent mode option for read_text function
|
2024-12-05 16:22:42 -08:00 |
|
Paul Gauthier
|
73205b1f8c
|
refactor: Move charset test to separate method in Spinner class
|
2024-12-05 14:57:13 -08:00 |
|
Paul Gauthier (aider)
|
3016d7b8f3
|
style: fix whitespace in utils.py
|
2024-12-05 14:46:37 -08:00 |
|
Paul Gauthier (aider)
|
beb3ddaa1f
|
feat: add __main__ block to utils.py
|
2024-12-05 14:46:33 -08:00 |
|
Paul Gauthier
|
8db48fb4f1
|
refactor: simplify comment in utils.py
|
2024-12-05 14:46:31 -08:00 |
|
Paul Gauthier (aider)
|
6eb3641c1d
|
feat: add main function with spinner demo
|
2024-12-05 14:45:50 -08:00 |
|
Paul Gauthier
|
8cfd64a7be
|
chore: add comment for future spinner implementation
|
2024-12-05 14:45:47 -08:00 |
|
Paul Gauthier (aider)
|
e8d9ef269b
|
style: fix linting issues in base_coder.py
|
2024-12-05 09:28:28 -08:00 |
|
Paul Gauthier (aider)
|
80f83da9b8
|
chore: remove debug dump() calls
|
2024-12-05 09:28:18 -08:00 |
|
Paul Gauthier
|
6b8e235f88
|
feat: add file watcher support to coder cloning
|
2024-12-05 09:28:16 -08:00 |
|
Paul Gauthier
|
a1d558a960
|
copy
|
2024-12-05 07:21:14 -08:00 |
|
Paul Gauthier
|
071ec80e2a
|
copy
|
2024-12-05 07:06:43 -08:00 |
|
Paul Gauthier
|
995541db2e
|
test: update GitHub Copilot model temperature test assertions
|
2024-12-05 07:04:17 -08:00 |
|
Paul Gauthier
|
9121026856
|
test: reorganize model test cases for better readability
|
2024-12-05 06:50:49 -08:00 |
|
Paul Gauthier (aider)
|
341419788e
|
fix: update test to use correct temperature attribute name
|
2024-12-05 06:47:58 -08:00 |
|
Paul Gauthier (aider)
|
f8f69fadc4
|
style: Remove trailing whitespace in test_models.py
|
2024-12-05 06:47:33 -08:00 |
|
Paul Gauthier (aider)
|
4830d82a73
|
test: add temperature validation for GitHub Copilot models
|
2024-12-05 06:47:28 -08:00 |
|
Paul Gauthier
|
f3a228c79a
|
feat: enable automatic exception capture in Posthog analytics
|
2024-12-04 19:55:56 -08:00 |
|
Paul Gauthier
|
4bf96aaca0
|
copy
|
2024-12-04 15:16:22 -08:00 |
|
Paul Gauthier
|
a8a026d509
|
copy
|
2024-12-04 15:10:21 -08:00 |
|
Paul Gauthier
|
e1fd506269
|
feat: add direct git diff output for pretty mode
|
2024-12-04 15:09:14 -08:00 |
|
Paul Gauthier
|
63e86b5673
|
copy
|
2024-12-04 14:27:53 -08:00 |
|
Paul Gauthier
|
238299c759
|
Add nova pro to leaderboard
|
2024-12-04 14:12:05 -08:00 |
|
Paul Gauthier
|
4e9272e31c
|
copy
|
2024-12-04 14:09:01 -08:00 |
|
Paul Gauthier
|
8f92c32693
|
bumped deps to pickup litellm that supports bedrock nova
|
2024-12-04 14:06:27 -08:00 |
|
Paul Gauthier (aider)
|
699e283890
|
fix: add error handling for logfile writes in Analytics
|
2024-12-04 13:51:06 -08:00 |
|
Paul Gauthier
|
c51afc952c
|
chore: add comment about ignoring OsErrors in analytics logging
|
2024-12-04 13:51:05 -08:00 |
|
Paul Gauthier
|
8fc030ba83
|
copy
|
2024-12-04 13:25:40 -08:00 |
|