di-sukharev
e7ce40a8d1
build
2023-07-05 14:57:03 +08:00
di-sukharev
18d25672d7
docs(CONTRIBUTING.md): clarify pull request target branch in contribution guidelines
...
This change emphasizes that pull requests should be made to the `dev` branch, not the `master` branch, to ensure proper workflow.
2023-07-05 14:52:09 +08:00
di-sukharev
79b1008e02
Merge branch 'dev'
2023-07-05 14:50:19 +08:00
seho
3c0a271bf8
feat(config.ts): add OCO_MESSAGE_TEMPLATE_PLACEHOLDER configuration item to allow users to customize the message template placeholder ( #208 )
...
feat(commit.ts): add check for message templates in extraArgs and replace OCO_MESSAGE_TEMPLATE_PLACEHOLDER with generated commit message if found
docs(README.md): add documentation for OCO_MESSAGE_TEMPLATE_PLACEHOLDER configuration item and how to use it in the command line (#205 )
2023-07-05 14:27:43 +08:00
Sam Rudloff
ccfd24a9e5
Adding gpt-3.5-turbo-16k Modal ( #215 )
2023-07-05 14:25:21 +08:00
Avighna
0c8bf5562d
Fixed lots of changes ( #195 )
2023-06-19 18:34:58 +08:00
Sukharev
96c7676a13
Revert "Fixing grammatical errors and enhancing overall grammar in README.md ( #190 )" ( #210 )
...
This reverts commit 90f64d5475 .
2023-06-19 18:33:39 +08:00
Avighna
90f64d5475
Fixing grammatical errors and enhancing overall grammar in README.md ( #190 )
...
* Fixed grammatical errors and enhanced overall grammar in README.md
2023-06-19 18:32:12 +08:00
di-sukharev
a70b831f9d
build
2023-05-26 13:14:47 +08:00
di-sukharev
cad179953a
2.2.10
v2.2.10
2023-05-26 13:14:42 +08:00
di-sukharev
8979841010
refactor(api.ts): reformat imports to be grouped and sorted alphabetically
...
refactor(api.ts): replace axios with execa to get the latest version of opencommit from npm registry
2023-05-26 13:14:33 +08:00
di-sukharev
1e974086d3
build
2023-05-26 13:12:07 +08:00
di-sukharev
792ab67ef1
2.2.9
v2.2.9
2023-05-26 13:12:00 +08:00
di-sukharev
a7af55df37
feat(checkIsLatestVersion.ts): add outro message from @clack/prompts to warn user about not using the latest stable version of OpenCommit
2023-05-26 13:11:51 +08:00
di-sukharev
5c540abae9
build
2023-05-26 13:10:41 +08:00
di-sukharev
f69e716dcc
2.2.8
v2.2.8
2023-05-26 13:10:29 +08:00
di-sukharev
1d8d8e57c2
style(.prettierrc): reorder properties to follow alphabetical order
2023-05-26 13:09:53 +08:00
di-sukharev
fdc638cd86
build
2023-05-26 13:08:19 +08:00
di-sukharev
56e02f2604
2.2.7
v2.2.7
2023-05-26 13:08:08 +08:00
di-sukharev
b926a627a8
Merge remote-tracking branch 'origin/dev'
2023-05-26 13:07:42 +08:00
Gabriel Moreli
32f3e176f0
feat(api.ts): solving bad request issue ( #187 )
...
* 2.0.18
* patch
* 2.0.19
* style(.prettierrc): reorder properties to follow alphabetical order and improve readability
* feat(generateCommitMessageFromGitDiff.ts): changing logic of MAX_REQ_TOKENS
fix(api.ts): add missing import for GenerateCommitMessageErrorEnum
The token count validation is added to prevent the request from exceeding the default model token limit. The validation is done by counting the tokens in each message and adding 4 to each count to account for the additional tokens added by the API. If the total token count exceeds the limit, an error is thrown. The missing import for GenerateCommitMessageErrorEnum is also added.
feat: add support for splitting long line-diffs into smaller pieces
This change adds support for splitting long line-diffs into smaller pieces to avoid exceeding the maximum commit message length. The `splitDiff` function splits a single line into multiple lines if it exceeds the maximum length. It also splits the diff into smaller pieces if adding the next line would exceed the maximum length. This change improves the readability of commit messages and makes them more consistent.
refactor: improve code readability by adding whitespace and reformatting code
This commit improves the readability of the code by adding whitespace and reformatting the code. The changes do not affect the functionality of the code. Additionally, a new function `delay` has been added to the file.
---------
Co-authored-by: di-sukharev <dim.sukharev@gmail.com >
2023-05-26 13:07:09 +08:00
di-sukharev
cf4212016f
build
2023-05-26 12:57:44 +08:00
di-sukharev
c491fa4bad
2.2.6
v2.2.6
2023-05-26 12:57:38 +08:00
di-sukharev
f10fc37fe7
refactor(CommandsEnum.ts): reorder COMMANDS enum values to improve readability and maintainability
2023-05-26 12:57:20 +08:00
di-sukharev
f7b1a6358f
build
2023-05-26 12:55:27 +08:00
di-sukharev
5f9f29c467
2.2.5
v2.2.5
2023-05-26 12:55:14 +08:00
di-sukharev
0ec5dab80a
2.2.4
2023-05-26 12:54:52 +08:00
di-sukharev
8d47a1bb0f
chore(package.json): revert version to 2.2.3 and remove postversion script as it is no longer needed
...
feat(package.json): add deploy script to automate versioning, building, pushing and publishing the package to npm registry
2023-05-26 12:54:42 +08:00
di-sukharev
fad05e0757
2.2.4
2023-05-26 12:52:00 +08:00
di-sukharev
12f7e7eaf9
build
2023-05-26 12:51:55 +08:00
di-sukharev
6490532818
2.2.3
v2.2.3
2023-05-26 12:43:53 +08:00
di-sukharev
e0e953dab8
build
2023-05-26 12:43:49 +08:00
di-sukharev
75fa04efd4
2.2.2
v2.2.2
2023-05-26 12:42:47 +08:00
di-sukharev
93019139fb
build
2023-05-26 12:42:43 +08:00
di-sukharev
ce47c1fe81
2.2.1
v2.2.1
2023-05-26 12:37:20 +08:00
di-sukharev
a880dd6bd2
build
2023-05-26 12:37:16 +08:00
di-sukharev
f193bb1d96
chore(package.json): update version from 2.1.4 to 2.2.0 to reflect new features and improvements
v2.2.0
2023-05-26 12:35:11 +08:00
di-sukharev
4cc34dfa5f
chore(package.json): update version from 2.1.3 to 2.1.4 to reflect recent changes and improvements
v2.1.4
2023-05-26 12:33:18 +08:00
di-sukharev
d034238505
chore(package.json): update version from 2.1.2 to 2.1.3 to reflect recent changes and improvements
2.1.3
2023-05-26 12:27:48 +08:00
di-sukharev
25acb1c219
chore(package.json): update version from 2.1.1 to 2.1.2 to reflect recent changes and improvements
2023-05-26 12:27:28 +08:00
di-sukharev
44c9d48eae
2.1.1
v2.1.1
2.1.1
2.1.2
2023-05-26 12:22:15 +08:00
di-sukharev
702eab9ec0
build
2023-05-26 12:22:11 +08:00
di-sukharev
e8be3858ab
update v to 2.1.0
2023-05-26 12:22:07 +08:00
di-sukharev
50e7cd3576
chore(package.json): update package version from 2.0.19 to 2.1.0
...
refactor(cli.ts): uncomment checkIsLatestVersion function call to ensure the latest version of the package is being used
2023-05-26 12:16:56 +08:00
di-sukharev
4f57201e98
build
v2.1.0
2023-05-26 12:09:25 +08:00
di-sukharev
009462f92c
Merge remote-tracking branch 'origin/master' into dev
2023-05-26 12:06:00 +08:00
Moulick Aggarwal
34775e9e69
Remove oc alias ( #178 )
...
oc is pretty wellknow alias for OpenShift CLI
Signed-off-by: Moulick Aggarwal <moulickaggarwal@gmail.com >
2023-05-26 12:05:18 +08:00
Hiro
3f3043c48e
doc: add timeout-minutes to workflow ( #186 )
...
* 2.0.18
* patch
* 2.0.19
* style(.prettierrc): reorder properties to follow alphabetical order and improve readability
* doc: add timeout-minutes to workflow
---------
Co-authored-by: di-sukharev <dim.sukharev@gmail.com >
2023-05-26 11:55:31 +08:00
di-sukharev
820422760a
style(.prettierrc): reorder properties to follow alphabetical order and improve readability
2023-05-24 13:42:42 +08:00
di-sukharev
b40657c1a7
2.0.19
v2.0.19
2023-05-22 12:32:23 +08:00