Commit Graph

  • 7deffa8ee2 update twitter di-sukharev 2023-11-27 12:00:28 +08:00
  • 84dfc85328 Update README.md GPT10 2023-10-05 22:05:45 +08:00
  • b79aef5fad build v3.0.4 di-sukharev 2023-09-18 14:23:43 +08:00
  • 57d9cc59b5 fix(config.ts): add default value for config parameter in OCO_OPENAI_API_KEY validator function The OCO_OPENAI_API_KEY validator function now accepts an optional config parameter with a default value of an empty object {}. This change ensures that the function can be called without providing the config parameter, improving flexibility and avoiding potential errors when the parameter is not provided. di-sukharev 2023-09-18 14:21:55 +08:00
  • e599700d72 build di-sukharev 2023-09-09 15:52:29 +08:00
  • 2761403735 Merge remote-tracking branch 'origin/master' into dev di-sukharev 2023-09-09 15:52:13 +08:00
  • e57033c4a1 chore(README.md): update information about default model and cost The default model used by OpenCommit is ChatGPT (3.5-turbo-16k) official model. It is mentioned that the cost should not exceed $0.10 per casual working day. Additionally, it is now mentioned that users have the option to switch to gpt-4, which is better but more expensive. This update provides users with more information about the available models and their associated costs. di-sukharev 2023-09-05 20:30:39 +08:00
  • ca049e4b5d chore(package.json): update deploy script to push tags before publishing to npm The deploy script in package.json has been updated to push tags before publishing to npm. This ensures that the latest version tag is pushed to the remote repository before publishing the package. di-sukharev 2023-09-05 13:57:20 +08:00
  • 2d48648f52 chore(package.json): update version to 3.0.3 The version in package.json has been updated from 3.0.2 to 3.0.3. This change is made to reflect the latest version of the project. v3.0.3 di-sukharev 2023-09-05 13:51:21 +08:00
  • 40297e0c6a chore(package.json): update version to 3.0.2 The version in package.json has been updated from 3.0.1 to 3.0.2. This change is made to reflect the latest version of the project. v3.0.2 di-sukharev 2023-09-05 13:49:17 +08:00
  • 75f0cd47b8 chore(package.json): update version to 3.0.1 The version in package.json has been updated from 3.0.0 to 3.0.1. This change is made to reflect the new version of the project. di-sukharev 2023-09-05 13:48:09 +08:00
  • c76313737d #247: fix (#248) v3.0.1 Sukharev 2023-09-05 13:45:34 +08:00
  • a2b1890e7e build di-sukharev 2023-09-05 13:42:30 +08:00
  • df705b97b7 Merge remote-tracking branch 'origin/master' into dev di-sukharev 2023-09-05 13:42:22 +08:00
  • df280b7db7 fix(commitlint): use process.cwd() as fallback for process.env.PWD to ensure compatibility across platforms The commitlint module now uses process.cwd() as a fallback when process.env.PWD is not available. This ensures compatibility across different platforms and environments when determining the path to the node_modules directory. di-sukharev 2023-09-05 13:39:49 +08:00
  • 1b25aabbb8 configure jest #238-add_tests di-sukharev 2023-09-03 17:12:22 +08:00
  • e6a145841c add stupid tests di-sukharev 2023-09-03 17:12:17 +08:00
  • 99975c154e improve typing di-sukharev 2023-09-03 17:12:09 +08:00
  • 67dff60a7d chore(prompts.ts): update INIT_MAIN_PROMPT content to provide clearer instructions and improve readability (#245) Sukharev 2023-09-03 15:39:52 +08:00
  • c71a9e6604 chore(prompts.ts): update INIT_MAIN_PROMPT content to provide clearer instructions and improve readability improve-prompt di-sukharev 2023-09-03 15:38:37 +08:00
  • 08fb4d801f chore: add .npmignore file and update package.json to include specific files in the "files" field di-sukharev 2023-09-03 15:29:29 +08:00
  • ac8c87be9e docs(README.md): add note about MacOS potentially requiring 'sudo' when installing package globally The README.md file now includes a note that MacOS may prompt the user to run the 'npm install -g opencommit' command with 'sudo' when installing the package globally. This note is added to provide clarity and help users who encounter this situation. di-sukharev 2023-09-03 15:22:47 +08:00
  • a9050fda39 build v3.0.0 di-sukharev 2023-09-03 15:17:12 +08:00
  • b98b892ba1 v3.0.0 (#243) Sukharev 2023-09-03 15:16:02 +08:00
  • 0460a252e2 update major version di-sukharev 2023-09-03 15:11:14 +08:00
  • ebeb68fd9b chore(package.json): update deploy script to use 'git push --follow-tags' instead of 'git push --tags' The deploy script in package.json has been updated to use 'git push --follow-tags' instead of 'git push --tags'. This change ensures that tags are pushed along with the commit when deploying the application. di-sukharev 2023-09-03 15:07:43 +08:00
  • a9f550fb79 Merge remote-tracking branch 'origin/master' into dev di-sukharev 2023-09-03 15:04:09 +08:00
  • 4181c0b20d Refactoring and cleaning for v3 (#244) Sukharev 2023-09-03 14:59:37 +08:00
  • c30474b473 chore(README.md): update setup instructions for OpenCommit as a GitHub Action fix(commit.ts): check if OCO_MESSAGE_TEMPLATE_PLACEHOLDER exists before replacing it in the commit message template The README.md file has been updated to reflect the changes in the setup instructions for using OpenCommit as a GitHub Action. The new instructions provide a file template for the GitHub Action workflow and include the latest version of the OpenCommit GitHub Action. refactoring-and-cleaning-v3 di-sukharev 2023-09-03 14:56:57 +08:00
  • c986512e73 formatting di-sukharev 2023-09-03 14:39:15 +08:00
  • 49f109be24 build di-sukharev 2023-09-03 14:39:05 +08:00
  • 41a88eefff improve text di-sukharev 2023-09-03 14:39:01 +08:00
  • 765e9884dd chore(package.json): reorder scripts to improve readability and maintainability di-sukharev 2023-09-03 14:10:56 +08:00
  • ea9411fa69 build di-sukharev 2023-09-03 14:09:45 +08:00
  • 12956d7633 feat: Integrate @commitlint for Enhanced Commit Message Generation and Configuration Support (#209) Sébastien Fichot 2023-09-03 08:00:18 +02:00
  • c1627bb98c 🔧 chore(github-action.ts): add check for changes in commit messages before rebasing to improve efficiency (#222) Malthe Poulsen 2023-09-03 06:22:05 +02:00
  • 4e374aa9db fix(config.ts): pass config object to configValidators[CONFIG_KEYS.OCO_OPENAI_API_KEY] to allow access to other config values (#225) Max Zavodniuk 2023-09-03 11:21:13 +07:00
  • ef003bdad6 Add Detailed Explanation of OCO_MESSAGE_TEMPLATE_PLACEHOLDER Feature to README.md (#242) E Einowski 2023-09-02 21:18:10 -07:00
  • ba5dd848b8 Update README.md Sukharev 2023-08-24 12:00:43 +08:00
  • 916ddf02d1 2.4.2 v2.4.2 di-sukharev 2023-07-05 15:20:11 +08:00
  • fa85ec0351 build di-sukharev 2023-07-05 15:20:03 +08:00
  • 3a7f2d69e7 2.4.1 v2.4.1 di-sukharev 2023-07-05 15:19:29 +08:00
  • f240d35231 build di-sukharev 2023-07-05 15:19:20 +08:00
  • 04ee73ca9d 2.4.0 v2.4.0 di-sukharev 2023-07-05 15:18:19 +08:00
  • 91885cdd1c 2.3.0 v2.3.0 di-sukharev 2023-07-05 15:18:02 +08:00
  • b7a2cd46b3 build di-sukharev 2023-07-05 15:13:58 +08:00
  • 028c0bc518 format files di-sukharev 2023-07-05 15:13:30 +08:00
  • 897eb73cd7 feat(README.md): add GitHub Hackathon winner badge to project description docs(README.md): restructure README, move CLI setup instructions to top for better visibility feat(cli.cjs): extend file exclusion list in 'getDiff' to include image files for better performance refactor(config.ts): add more model options in configValidators for flexibility refactor(config.ts): set default model to 'gpt-3.5-turbo-16k' for better performance refactor(git.ts): simplify 'getCoreHooksPath' function for readability feat(git.ts): extend file exclusion list in 'getDiff' to include image files for better performance di-sukharev 2023-07-05 15:11:17 +08:00
  • e7ce40a8d1 build di-sukharev 2023-07-05 14:57:03 +08:00
  • 18d25672d7 docs(CONTRIBUTING.md): clarify pull request target branch in contribution guidelines di-sukharev 2023-07-05 14:52:09 +08:00
  • 79b1008e02 Merge branch 'dev' di-sukharev 2023-07-05 14:50:19 +08:00
  • 3c0a271bf8 feat(config.ts): add OCO_MESSAGE_TEMPLATE_PLACEHOLDER configuration item to allow users to customize the message template placeholder (#208) seho 2023-07-05 14:27:43 +08:00
  • ccfd24a9e5 Adding gpt-3.5-turbo-16k Modal (#215) Sam Rudloff 2023-07-05 02:25:21 -04:00
  • 0c8bf5562d Fixed lots of changes (#195) Avighna 2023-06-19 16:04:58 +05:30
  • 96c7676a13 Revert "Fixing grammatical errors and enhancing overall grammar in README.md (#190)" (#210) Sukharev 2023-06-19 18:33:39 +08:00
  • 4d5d609f0c Revert "Fixing grammatical errors and enhancing overall grammar in README.md (#190)" revert-190-master Sukharev 2023-06-19 18:33:08 +08:00
  • 90f64d5475 Fixing grammatical errors and enhancing overall grammar in README.md (#190) Avighna 2023-06-19 16:02:12 +05:30
  • a70b831f9d build di-sukharev 2023-05-26 13:14:47 +08:00
  • cad179953a 2.2.10 v2.2.10 di-sukharev 2023-05-26 13:14:42 +08:00
  • 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 di-sukharev 2023-05-26 13:14:33 +08:00
  • 1e974086d3 build di-sukharev 2023-05-26 13:12:07 +08:00
  • 792ab67ef1 2.2.9 v2.2.9 di-sukharev 2023-05-26 13:12:00 +08:00
  • a7af55df37 feat(checkIsLatestVersion.ts): add outro message from @clack/prompts to warn user about not using the latest stable version of OpenCommit di-sukharev 2023-05-26 13:11:51 +08:00
  • 5c540abae9 build di-sukharev 2023-05-26 13:10:41 +08:00
  • f69e716dcc 2.2.8 v2.2.8 di-sukharev 2023-05-26 13:10:29 +08:00
  • 1d8d8e57c2 style(.prettierrc): reorder properties to follow alphabetical order di-sukharev 2023-05-26 13:09:53 +08:00
  • fdc638cd86 build di-sukharev 2023-05-26 13:08:19 +08:00
  • 56e02f2604 2.2.7 v2.2.7 di-sukharev 2023-05-26 13:08:08 +08:00
  • b926a627a8 Merge remote-tracking branch 'origin/dev' di-sukharev 2023-05-26 13:07:42 +08:00
  • 32f3e176f0 feat(api.ts): solving bad request issue (#187) Gabriel Moreli 2023-05-26 02:07:09 -03:00
  • cf4212016f build di-sukharev 2023-05-26 12:57:44 +08:00
  • c491fa4bad 2.2.6 v2.2.6 di-sukharev 2023-05-26 12:57:38 +08:00
  • f10fc37fe7 refactor(CommandsEnum.ts): reorder COMMANDS enum values to improve readability and maintainability di-sukharev 2023-05-26 12:57:20 +08:00
  • f7b1a6358f build di-sukharev 2023-05-26 12:55:27 +08:00
  • 5f9f29c467 2.2.5 v2.2.5 di-sukharev 2023-05-26 12:55:14 +08:00
  • 0ec5dab80a 2.2.4 di-sukharev 2023-05-26 12:54:52 +08:00
  • 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 di-sukharev 2023-05-26 12:54:42 +08:00
  • fad05e0757 2.2.4 di-sukharev 2023-05-26 12:51:59 +08:00
  • ea271276c4 2.2.4 v2.2.4 di-sukharev 2023-05-26 12:51:59 +08:00
  • 12f7e7eaf9 build di-sukharev 2023-05-26 12:51:55 +08:00
  • 6490532818 2.2.3 v2.2.3 di-sukharev 2023-05-26 12:43:53 +08:00
  • e0e953dab8 build di-sukharev 2023-05-26 12:43:49 +08:00
  • 75fa04efd4 2.2.2 v2.2.2 di-sukharev 2023-05-26 12:42:47 +08:00
  • 93019139fb build di-sukharev 2023-05-26 12:42:43 +08:00
  • ce47c1fe81 2.2.1 v2.2.1 di-sukharev 2023-05-26 12:37:20 +08:00
  • a880dd6bd2 build di-sukharev 2023-05-26 12:37:16 +08:00
  • f193bb1d96 chore(package.json): update version from 2.1.4 to 2.2.0 to reflect new features and improvements v2.2.0 di-sukharev 2023-05-26 12:35:11 +08:00
  • 4cc34dfa5f chore(package.json): update version from 2.1.3 to 2.1.4 to reflect recent changes and improvements v2.1.4 di-sukharev 2023-05-26 12:33:18 +08:00
  • d034238505 chore(package.json): update version from 2.1.2 to 2.1.3 to reflect recent changes and improvements 2.1.3 di-sukharev 2023-05-26 12:27:48 +08:00
  • 25acb1c219 chore(package.json): update version from 2.1.1 to 2.1.2 to reflect recent changes and improvements di-sukharev 2023-05-26 12:27:28 +08:00
  • 44c9d48eae 2.1.1 v2.1.1 2.1.2 2.1.1 di-sukharev 2023-05-26 12:22:15 +08:00
  • 702eab9ec0 build di-sukharev 2023-05-26 12:22:11 +08:00
  • e8be3858ab update v to 2.1.0 di-sukharev 2023-05-26 12:22:07 +08:00
  • 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 di-sukharev 2023-05-26 12:16:56 +08:00
  • 4f57201e98 build v2.1.0 di-sukharev 2023-05-26 12:09:25 +08:00
  • 009462f92c Merge remote-tracking branch 'origin/master' into dev di-sukharev 2023-05-26 12:06:00 +08:00
  • 34775e9e69 Remove oc alias (#178) Moulick Aggarwal 2023-05-26 06:05:18 +02:00
  • 3f3043c48e doc: add timeout-minutes to workflow (#186) Hiro 2023-05-26 09:25:31 +05:30
  • 820422760a style(.prettierrc): reorder properties to follow alphabetical order and improve readability di-sukharev 2023-05-24 13:42:42 +08:00
  • b40657c1a7 2.0.19 v2.0.19 di-sukharev 2023-05-22 12:32:23 +08:00