Paul Gauthier (aider)
|
2bcc9a54a9
|
feat: add --chat-language argument for specifying chat language
|
2024-09-05 12:47:53 -07:00 |
|
Paul Gauthier
|
e4cbbb1fa8
|
remove eslint as default linter
|
2024-09-05 12:45:12 -07:00 |
|
Paul Gauthier
|
a35c532211
|
refactor: Move json import to top of file and remove unused import
|
2024-09-05 12:00:44 -07:00 |
|
Paul Gauthier (aider)
|
c2b8522e9a
|
refactor: remove unused json import at top level
|
2024-09-05 12:00:28 -07:00 |
|
Paul Gauthier (aider)
|
5123d8c5de
|
feat: add json import to main.py
|
2024-09-05 12:00:13 -07:00 |
|
Paul Gauthier (aider)
|
9b924237b7
|
style: add newline after json import in main.py
|
2024-09-05 11:59:56 -07:00 |
|
Paul Gauthier (aider)
|
c04453d282
|
feat: print model info as formatted JSON in verbose mode
|
2024-09-05 11:59:50 -07:00 |
|
Paul Gauthier
|
f02da16353
|
set max_tokens=8192 for deepseek models
|
2024-09-05 11:58:20 -07:00 |
|
Paul Gauthier
|
6c739d391b
|
refactor: rename --models flag to --list-models
|
2024-09-05 11:40:31 -07:00 |
|
paul-gauthier
|
e3cd9a8f9a
|
Merge pull request #1383 from fry69/list-models
Add --list-models alias for --models
|
2024-09-05 10:12:44 -07:00 |
|
Paul Gauthier
|
76bc0e11b8
|
add deepseek v2.5 to refac bench
|
2024-09-05 10:07:46 -07:00 |
|
fry69 (aider)
|
485d5487af
|
feat: add --list-models alias for --models option
|
2024-09-05 18:27:05 +02:00 |
|
fry69
|
246ce318d2
|
fix: rename --models to --list-models in website docs
|
2024-09-05 18:23:55 +02:00 |
|
Paul Gauthier
|
6e3d8d90de
|
Add deepseek v2.5
|
2024-09-05 07:59:32 -07:00 |
|
Paul Gauthier
|
2d866418da
|
feat: add ignore_mentions attribute to cloned Coder instances
|
2024-09-04 14:40:21 -07:00 |
|
Paul Gauthier
|
ff15bcdb30
|
copy
|
2024-09-04 14:34:40 -07:00 |
|
Paul Gauthier
|
e799ada6f5
|
Merge remote-tracking branch 'refs/remotes/origin/main'
|
2024-09-04 14:33:59 -07:00 |
|
Paul Gauthier (aider)
|
7c5cad74ab
|
style: Format code to comply with linter rules
|
2024-09-04 14:32:38 -07:00 |
|
Paul Gauthier (aider)
|
41e8f4401e
|
fix: make test_get_rel_fname compatible with Windows
|
2024-09-04 14:32:35 -07:00 |
|
paul-gauthier
|
e271941aa2
|
Merge pull request #1349 from cheahjs/patch-1
docs: add benchmark results for yi-coder 9b
|
2024-09-04 14:14:36 -07:00 |
|
Paul Gauthier (aider)
|
6152a82513
|
fix: handle ValueError in os.path.relpath calls
|
2024-09-04 14:10:56 -07:00 |
|
Paul Gauthier
|
937a1cd847
|
fix: correct string handling in ESLint file path check
|
2024-09-04 14:06:30 -07:00 |
|
Paul Gauthier
|
867d19952c
|
fix: handle spaces in ESLint file path for TypeScript linting
|
2024-09-04 14:05:44 -07:00 |
|
Paul Gauthier
|
7c5d999032
|
fix: correct eslint path in node_modules directory
|
2024-09-04 14:02:56 -07:00 |
|
Paul Gauthier
|
6d23b22e6f
|
refactor: Remove redundant TypeScript linter fallback
|
2024-09-04 14:02:02 -07:00 |
|
Paul Gauthier
|
168598dad4
|
test: remove redundant Windows-specific ESLint test
|
2024-09-04 14:01:25 -07:00 |
|
Paul Gauthier (aider)
|
bd7ff9cca4
|
style: run linter and fix import order
|
2024-09-04 14:00:33 -07:00 |
|
Paul Gauthier (aider)
|
51f360ab9f
|
fix: update ESLint command assertion in Windows test
|
2024-09-04 14:00:30 -07:00 |
|
Paul Gauthier
|
66ae9ae079
|
test: add debug output for linter languages in TestLinter
|
2024-09-04 14:00:28 -07:00 |
|
Paul Gauthier (aider)
|
65fd6b444c
|
fix: simplify ESLint Windows test mock
|
2024-09-04 13:58:46 -07:00 |
|
Paul Gauthier (aider)
|
15abe6b921
|
style: Format long line in test_get_rel_fname method
|
2024-09-04 13:57:16 -07:00 |
|
Paul Gauthier (aider)
|
d8027030b0
|
fix: update ESLint check and test expectations
|
2024-09-04 13:57:09 -07:00 |
|
Paul Gauthier (aider)
|
edd9b44ad3
|
refactor: Remove unused import of Path from test_linter.py
|
2024-09-04 13:56:25 -07:00 |
|
Paul Gauthier (aider)
|
14fc3e3ad1
|
style: format code with black and isort
|
2024-09-04 13:55:53 -07:00 |
|
Paul Gauthier (aider)
|
cd551dbf63
|
test: add basic tests for Linter class
|
2024-09-04 13:55:49 -07:00 |
|
Paul Gauthier
|
ed349b65b5
|
test: add basic linter tests
|
2024-09-04 13:55:48 -07:00 |
|
Paul Gauthier (aider)
|
bb5bca5227
|
feat: support Windows ESLint executables in linter detection
|
2024-09-04 13:53:18 -07:00 |
|
Paul Gauthier (aider)
|
e98645698b
|
refactor: make ESLint path detection cross-platform compatible
|
2024-09-04 13:52:41 -07:00 |
|
Paul Gauthier (aider)
|
376e8617f3
|
style: format eslint paths and remove trailing whitespace
|
2024-09-04 13:51:57 -07:00 |
|
Paul Gauthier (aider)
|
a3d585a4b4
|
feat: add ESLint detection for TypeScript linting
|
2024-09-04 13:51:53 -07:00 |
|
Jun Siang Cheah
|
5853c7fa92
|
docs: add benchmark results for yi-coder 9b
|
2024-09-04 18:34:52 +01:00 |
|
Paul Gauthier
|
18bf3a9f36
|
fixes #1348
|
2024-09-04 10:27:18 -07:00 |
|
Paul Gauthier
|
e7253d819e
|
copy
|
2024-09-04 10:16:11 -07:00 |
|
Paul Gauthier
|
75c27a5dfb
|
feat: enhance GitHub issue reporting functionality
|
2024-09-04 10:14:25 -07:00 |
|
Paul Gauthier (aider)
|
7598f883f5
|
style: format long line in report command for better readability
|
2024-09-04 10:09:13 -07:00 |
|
Paul Gauthier (aider)
|
1b5ef76c18
|
refactor: update cmd_report to use confirm=False and conditional user report prefix
|
2024-09-04 10:09:07 -07:00 |
|
Paul Gauthier (aider)
|
70994cfc5b
|
feat: add confirm parameter to report_github_issue function
|
2024-09-04 10:08:16 -07:00 |
|
Paul Gauthier
|
c5ac621da1
|
docs: Update description of 'report' command
|
2024-09-04 10:08:08 -07:00 |
|
Paul Gauthier (aider)
|
5c6d4dbbf1
|
feat: add /report command to submit GitHub issues
|
2024-09-04 10:05:43 -07:00 |
|
Paul Gauthier
|
9434f99458
|
copy
|
2024-09-04 09:27:12 -07:00 |
|