Commit Graph

123 Commits

Author SHA1 Message Date
hiroki osame
5f2efc83f5 feat: link OpenAI status on 500 error (#121) 2023-03-01 20:16:47 -05:00
Hiroki Osame
2503d0c1f7 chore: add development files 2023-03-02 10:03:50 +09:00
Spenser Black
ac6972c506 feat: exclude all *.lock files (#108)
Co-authored-by: hiroki osame <hiroki.osame@gmail.com>
2023-03-01 20:01:27 -05:00
hiroki osame
f8fb0e246a refactor: use custom OpenAI "fetch" (#106) 2023-03-01 19:56:56 -05:00
Hiroki Osame
f68ba4a3ec docs: document git hook 2023-03-02 09:45:47 +09:00
Todd Papaioannou
2041aee003 docs: fix config filename in README (#109) 2023-02-23 03:53:25 -05:00
Hiroki Osame
8c5f124e21 ci: trigger test on develop 2023-02-23 13:54:44 +09:00
Hiroki Osame
744d6016fb ci: set write permissions on token 2023-02-23 13:50:34 +09:00
hiroki osame
5a506b750e fix: improve large diff error message (#101) 2023-02-22 04:19:05 -05:00
Hiroki Osame
bd085666c8 chore: configure semantic-release for main 2023-02-22 17:56:54 +09:00
hiroki osame
75d77001b1 fix: handle unreachable openai.com (#100) 2023-02-22 00:16:01 -05:00
hiroki osame
13b06e8c16 refactor: hooks to be called via aicommits (#99) 2023-02-22 00:01:11 -05:00
Hiroki Osame
09013af5fc docs: align twitter badges 2023-02-21 22:19:31 +09:00
Hiroki Osame
b01318e8a8 docs: improve readme 2023-02-21 22:18:08 +09:00
hiroki osame
0b80a0031e feat: git hook (#95) 2023-02-21 08:08:44 -05:00
Hiroki Osame
0d3f35c135 feat: config command (#71) 2023-02-21 22:04:40 +09:00
hiroki osame
05f70e344e ci: setup semantic-release (#89) 2023-02-21 07:56:01 -05:00
hiroki osame
65d753a1d6 feat: pass down argv to git commit (#70) 2023-02-21 07:52:42 -05:00
Hamza Afridi
4a22c4029f docs: specify LTS in minimum Node.js requirement (#94) 2023-02-21 06:49:55 -05:00
Marcus Ziadé
caaf165067 feat: use imperative present tense in prompt (#84) 2023-02-20 05:10:19 -05:00
Kieran Klukas
a9e87b37be docs: add node version requirements to installation (#87)
Co-authored-by: hiroki osame <hiroki.osame@gmail.com>
2023-02-20 05:08:28 -05:00
hiroki osame
68fc8ad736 feat: show multiple options (#64) 2023-02-16 18:44:46 -05:00
hiroki osame
9ec7aee3a9 chore: add commit hooks (#56) 2023-02-16 18:39:03 -05:00
Hassan El Mghari
23b580edac Merge pull request #63 from Nutlope/bundle-deps
build: bundle dependencies
2023-02-16 18:24:24 -05:00
Hassan El Mghari
2665b608ad Merge pull request #62 from Nutlope/mention-maintainer
docs: list maintainers
2023-02-16 18:23:44 -05:00
kade
3f10195d03 feat: remove ending period (#59)
Co-authored-by: hiroki osame <hiroki.osame@gmail.com>
2023-02-16 08:59:44 -05:00
Hiroki Osame
cfeb5a0232 chore: bundle openai 2023-02-16 22:08:20 +09:00
Hiroki Osame
d733cdbbb3 build: bundle dependencies 2023-02-16 21:48:22 +09:00
Hiroki Osame
ece27741c0 docs: list maintainers 2023-02-16 21:40:08 +09:00
Hiroki Osame
0963c8ea6c docs: list maintainers 2023-02-16 21:39:21 +09:00
Hiroki Osame
d5460ec8e7 chore: use concise syntax for package.json#repository 2023-02-16 16:58:40 +09:00
Hiroki Osame
a51dec0bab chore: update tsconfig to remove build config 2023-02-16 16:57:58 +09:00
hiroki osame
2f215b262d refactor: gpt-3 prompt to be more concise (#57) 2023-02-16 02:52:09 -05:00
hiroki osame
f45afd8d1c refactor: revamp the UI (#58) 2023-02-16 02:26:32 -05:00
Hassan El Mghari
44e01eed21 Merge branch 'main' of https://github.com/Nutlope/aicommits 2023-02-16 01:52:04 -05:00
Hassan El Mghari
bb30a6ce05 v1.0.7 2023-02-16 01:51:42 -05:00
hiroki osame
0486e5a006 refactor: create helper methods in utils (#55) 2023-02-16 01:39:31 -05:00
Hassan El Mghari
ba8d4909b3 Merge pull request #53 from privatenumber/pkgroll
build: use pkgroll
2023-02-16 01:12:27 -05:00
Hiroki Osame
78fe89271f docs: remove extra line 2023-02-16 15:11:45 +09:00
hiroki osame
610c8b5cdd Merge branch 'main' into pkgroll 2023-02-16 01:10:56 -05:00
hiroki osame
18e6bc6bab refactor: use execa (#54) 2023-02-16 01:10:29 -05:00
Hiroki Osame
36365f6d5e build: use pkgroll 2023-02-16 14:45:51 +09:00
Hiroki Osame
361bd99ad8 build: use pkgroll 2023-02-16 14:40:14 +09:00
hiroki osame
9ebe807e49 build: strict mode, use esm, and target es2020 (#52) 2023-02-16 00:35:45 -05:00
hiroki osame
de38c891f5 feat: config file at ~/.aicommits (#51)
Co-authored-by: Yu Le <is.yuler@gmail.com>
2023-02-16 00:15:07 -05:00
Hassan El Mghari
a282874b7a Merge pull request #45 from privatenumber/gh-actions
ci: add github actions for linting & type-checking
2023-02-15 20:50:05 -05:00
hiroki osame
707aa2ee22 refactor: setup utils file (#50) 2023-02-15 20:20:10 -05:00
Hassan El Mghari
1c7cf853c9 v1.0.6 2023-02-15 16:24:46 -05:00
Hiroki Osame
7ce11b9ddb ci: add github actions for linting & type-checking 2023-02-15 20:56:02 +09:00
hiroki osame
c017ff5600 fix: bin path outdated from src consolidation (#41) 2023-02-15 02:42:16 -05:00