Commit Graph

173 Commits

Author SHA1 Message Date
Hiroki Osame
91f1918b73 test: improve test data for better results 2023-04-26 21:27:58 +09:00
Rocktim
edce283e9c feat: max-length config (#194)
Co-authored-by: Hiroki Osame <hiroki.osame@gmail.com>
2023-04-25 10:55:45 -04:00
Hiroki Osame
4d7712f1e8 fix(config): allow get on config properties without key 2023-04-25 23:24:31 +09:00
Hiroki Osame
e634c1482a test: rename category 2023-04-25 23:05:41 +09:00
Hiroki Osame
7a25bc7d30 test: delete flaky timeout test
OpenAI was too fast and responding under 500ms
2023-04-09 09:07:53 +09:00
Hassan El Mghari
1bf3b0f635 improved prompt to display more consise messages 2023-04-08 11:30:14 -07:00
Rocktim
42a2a39f6f feat: request timeout config (#191)
Co-authored-by: Hiroki Osame <hiroki.osame@gmail.com>
2023-04-08 08:24:47 -04:00
Hiroki Osame
75eee29a4e test: create token assertion 2023-04-08 19:39:16 +09:00
Rocktim
9b24444a2e fix: remove hard-coded token limit (#187) 2023-04-04 02:57:10 -04:00
hiroki osame
225558394b fix(hook): Windows support (#176) 2023-04-02 05:54:11 -04:00
8osz01
f6d43f242c perf: use minimal git diff algorithm (#104)
Co-authored-by: Hiroki Osame <hiroki.osame@gmail.com>
2023-04-01 23:58:05 -04:00
hiroki osame
5cbc3da9ae docs: recommend gpt-4 as a tip 2023-04-01 10:57:47 -04:00
Matthew Hirst
eee3bbfb84 feat: model configuration to support different models (#183)
Co-authored-by: hiroki osame <hiroki.osame@gmail.com>
2023-04-01 06:46:12 -04:00
Rocktim
ebe83a493e feat: --all flag (#182)
Co-authored-by: Hiroki Osame <hiroki.osame@gmail.com>
2023-04-01 06:19:34 -04:00
chaiyut
ad2533eb2f fix: git diff to respect excluded files (#181) 2023-03-30 05:58:59 -04:00
Mario
fca88df0ab docs: --generate value (#178) 2023-03-28 08:04:25 -04:00
hiroki osame
7b11f5eede test: http proxy (#175) 2023-03-27 06:33:50 -04:00
hiroki osame
e431444f95 test: refactor to run asynchronously (#174) 2023-03-27 05:44:16 -04:00
Sam Büth
a0db0f3ece feat: HTTP + HTTPS proxy support (#139)
Co-authored-by: Hiroki Osame <hiroki.osame@gmail.com>
2023-03-27 02:51:51 -04:00
Hiroki Osame
6e02dc8f81 chore: add sponsorship 2023-03-27 12:59:28 +09:00
hiroki osame
7068024f7f fix: tokenize with gpt-3.5-turbo model (#173) 2023-03-26 22:41:36 -04:00
tomaskudlicka
52b62d5a50 feat(cli): --exclude flag for ignoring files (#162)
Co-authored-by: Hiroki Osame <hiroki.osame@gmail.com>
2023-03-26 21:24:48 -04:00
Sam Büth
7f6bdd93b5 docs: document configuration options (#155)
Co-authored-by: Hiroki Osame <hiroki.osame@gmail.com>
2023-03-26 11:39:55 -04:00
hiroki osame
a32f9c96f3 docs: move roadmap to issues 2023-03-20 13:42:31 -04:00
yalhyane
51a8bb0653 fix: restore cursor visibility in case of errors (#154) 2023-03-14 08:42:34 -04:00
hiroki osame
1b01c2d95a feat: add aic alias (#148) 2023-03-10 09:15:20 -05:00
Hiroki Osame
69e24709c5 docs: improve testing steps 2023-03-10 23:06:16 +09:00
Hiroki Osame
0ebb251d9c chore: move Contribution guide to project root 2023-03-10 22:55:29 +09:00
Hiroki Osame
bacda17e5a chore: improve contribution guide 2023-03-10 22:54:27 +09:00
Jason Tarver
afad8210fc feat: use new gpt-3.5-turbo model (#123)
Co-authored-by: Hiroki Osame <hiroki.osame@gmail.com>
2023-03-10 08:41:10 -05:00
hiroki osame
fed577b960 fix: content-length miscalculation bug (#147) 2023-03-10 08:25:38 -05:00
Hiroki Osame
4a91fbdd30 test: locale config 2023-03-10 20:56:35 +09:00
hiroki osame
ceb49507ed test: aicommits (#146) 2023-03-10 06:12:27 -05:00
Hiroki Osame
09c2c98e05 fix: dont log unknown config property 2023-03-10 15:39:13 +09:00
hiroki osame
d6a6a5b025 ci: run tests (#145) 2023-03-10 01:26:46 -05:00
hiroki osame
ba0d6fdd25 fix: loosen api key validation (#143) 2023-03-09 07:56:34 -05:00
Hiroki Osame
be462f6498 refactor: reuse config validators on cli config 2023-03-09 21:50:52 +09:00
Vicente Gutiérrez
58ce61eab8 feat: language support via locale config (#96)
Co-authored-by: hiroki osame <hiroki.osame@gmail.com>
2023-03-09 06:13:58 -05:00
hiroki osame
4876e8d966 fix: handle unknown config property (#141) 2023-03-09 04:02:00 -05:00
hiroki osame
5fe127d377 feat: show error stack on unknown error (#124)
* feat: show error stack on unknown error

* improve message
2023-03-03 00:58:22 -05:00
Hiroki Osame
915a4ada60 docs: passing down flags 2023-03-03 14:30:09 +09:00
Hiroki Osame
29856386a7 docs: upgrading instructions 2023-03-03 14:23:23 +09:00
Hassan El Mghari
dd326cf9cd Update BUG_REPORT.yml 2023-03-02 22:06:20 -05:00
Hiroki Osame
02b477dea4 chore: issue templates 2023-03-02 19:07:00 +09:00
Hiroki Osame
d0c576efeb chore: issue templates 2023-03-02 19:05:53 +09:00
Hassan El Mghari
c68a488931 Updated tasks in README 2023-03-02 00:44:52 -05:00
Hiroki Osame
dd5e11a403 chore: patch clack type error 2023-03-02 14:21:26 +09:00
Hassan El Mghari
985c06c46f Updated future tasks in the README 2023-03-01 21:20:48 -05:00
Hiroki Osame
0986220c96 feat: upgrade clack 2023-03-02 11:02:28 +09:00
Simon Liang
c194c917d7 refactor: use tokenizer to accurately count tokens (#114)
Co-authored-by: hiroki osame <hiroki.osame@gmail.com>
2023-03-01 21:00:52 -05:00