Commit Graph

164 Commits

Author SHA1 Message Date
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
hiroki osame
0bc93bf728 refactor: use openai package (#40) 2023-02-15 02:37:53 -05:00
hiroki osame
2d1db36b9d refactor: consolidated src to one file (#39) 2023-02-15 02:31:16 -05:00
hiroki osame
e4a9ea85fb chore: add nvmrc file for Node.js (#38) 2023-02-15 02:26:31 -05:00
hiroki osame
11c48abb48 chore: add eslint (#37) 2023-02-15 01:53:37 -05:00
hiroki osame
894baddd62 chore: create src, dist, .github directories (#36) 2023-02-15 01:50:22 -05:00
hiroki osame
47b5c9ad2e chore: use pnpm (#35) 2023-02-15 01:45:35 -05:00
hiroki osame
7f728aeb8c chore: update gitignore (#34) 2023-02-15 01:45:18 -05:00
Hassan El Mghari
1acef4f1a8 v1.0.5 2023-02-14 12:28:55 -05:00
Hassan El Mghari
8e20232b0c Merge pull request #15 from iamshabell/update/rename-env_var
Rename environment variable for OpenAI API key
2023-02-14 12:12:35 -05:00