GPT8
ebbaff0628
Merge pull request #514 from Abir-Tx/master
...
Testing / unit-test (20.x) (push) Has started running
Testing / e2e-test (20.x) (push) Has been cancelled
Testing / prettier (push) Has been cancelled
Addition of troubleshooting section for Ollama IPv6/IPv4 connection issues into the documentation
2025-08-25 12:07:52 +03:00
Mushfiqur Rahman Abir
4f164a31d1
Merge pull request #1 from Abir-Tx/imgbot
...
[ImgBot] Optimize images
2025-08-16 20:05:50 +06:00
Mushfiqur Rahman Abir
a70a2b8a9f
Add troubleshooting section for Ollama IPv6/IPv4 connection issues in the doc
...
closes #310
The fix has been well documented on the README.md file.
Signed-off-by: Mushfiqur Rahman Abir <28858998+Abir-Tx@users.noreply.github.com >
2025-08-16 18:44:31 +06:00
ImgBotApp
52bb719f4e
[ImgBot] Optimize images
...
*Total -- 315.69kb -> 245.97kb (22.09%)
/.github/github-mark-white.png -- 4.72kb -> 2.83kb (39.98%)
/.github/opencommit-example.png -- 303.97kb -> 236.62kb (22.16%)
/.github/logo-black.png -- 2.11kb -> 1.65kb (21.8%)
/.github/logo-grad.svg -- 3.19kb -> 3.17kb (0.52%)
/.github/logo.svg -- 1.70kb -> 1.69kb (0.34%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com >
2025-08-16 12:33:29 +00:00
di-sukharev
c904a78cd9
build
2025-08-01 16:13:54 +03:00
GPT8
22077399fd
Merge pull request #506 from di-sukharev/dev
...
3.2.10
2025-08-01 16:13:34 +03:00
di-sukharev
8ae2f7ddf1
3.2.10
2025-08-01 16:05:20 +03:00
di-sukharev
b318d1d882
Merge branch 'master' into dev
2025-08-01 16:02:44 +03:00
GPT8
af0f2c1df4
Merge pull request #505 from D1m7asis/dev-aimlapi
...
feat: add AIML API provider support
2025-08-01 16:00:16 +03:00
D1m7asis
c5ce50aaa3
feat: add AIML API provider support
...
Introduces AIMLAPI as a supported AI provider, including model list, config validation, and engine implementation. Updates README and engine selection logic to integrate AIMLAPI for chat completions.
Refactor AimlApiEngine response handling
Removed dependency on removeContentTags and simplified message content extraction. Minor header formatting fix for HTTP-Referer. This streamlines the response handling and reduces unnecessary processing.
2025-08-01 14:48:11 +02:00
GPT8
c1756b85af
Merge pull request #498 from kykungz/fix-491
...
Fix TypeScript build error and add missing confirm import (regression from #491 )
2025-07-23 17:12:44 +03:00
GPT8
dac1271782
Merge pull request #496 from kykungz/resolve-top-level-git-dir
...
Fix git commands when executed from subdirectories
2025-07-23 17:10:37 +03:00
Kongpon Charanwattanakit
1cc7a64f99
feat(commit.ts): add confirmation prompt and refactor commit message editing for better user experience
2025-07-23 16:15:20 +07:00
GPT8
4deb7bca65
Merge pull request #488 from anpigon/fix/i18n-ko
...
fix(i18n): correct typo in Korean translation for 'feat' commit type
2025-07-22 23:40:54 +03:00
GPT8
1a90485a10
Merge pull request #491 from leoliu0605/dev
...
feat(commit.ts): enable users to edit commit message before committing
2025-07-22 23:38:30 +03:00
GPT8
48b8d9d7b2
Merge pull request #494 from PhantasWeng/commit-hook-default
...
feat(config): add OCO_HOOK_AUTO_UNCOMMENT config key and update commit message hook behavior to conditionally uncomment the message
2025-07-22 23:37:05 +03:00
Kongpon Charanwattanakit
7e60c68ba5
refactor(git): add getGitDir helper and update functions to use cwd option for better git repository handling
2025-07-14 21:50:58 +07:00
Phantas Weng
24adc16adf
fix(run.ts): remove trailing comma from OCO_AI_PROVIDER_ENUM array to fix the prettier test
2025-07-08 09:27:40 +00:00
Phantas Weng
881f07eebe
fix(prepare-commit-msg-hook): simplify commit message generation logic for clarity and maintainability
2025-07-08 05:38:42 +00:00
Phantas Weng
3a255a3ad9
feat(config): add OCO_HOOK_AUTO_UNCOMMENT config key and update commit message hook behavior to conditionally uncomment the message
2025-07-08 05:25:32 +00:00
GPT8
9971b3c74e
Merge pull request #492 from PhantasWeng/git-hook-message
...
feat(prepare-commit-msg-hook): enhance commit message formatting with a divider and instructions for better user guidance
2025-07-04 11:42:30 +03:00
Phantas Weng
66a5695d89
feat(prepare-commit-msg-hook): enhance commit message formatting with a divider and instructions for better user guidance
2025-07-01 06:02:32 +00:00
GPT8
fd22f713ed
Merge pull request #489 from yshngg/patch-1
...
fix(migrations): skip unhandled AI providers during migration execution
2025-06-29 12:19:17 +03:00
leoliu
43dc5e6c2b
feat(commit.ts): enable users to edit commit message before committing
2025-06-26 23:41:58 +08:00
Yusheng Guo
3d42dde48c
fix(migrations): skip unhandled AI providers during migration execution
...
The changes:
1. Expanded the skip condition to include additional AI providers (DEEPSEEK, GROQ, MISTRAL, MLX, OPENROUTER) beyond just TEST
2. Maintained existing TEST provider skip behavior
3. Added explicit comment explaining the skip logic
The why:
Prevents migration execution for unsupported AI providers to avoid potential runtime errors or data inconsistencies, ensuring migrations only run for properly handled configurations.
2025-06-23 15:34:22 +08:00
anpigon
19f32ca57d
fix(i18n): correct typo in Korean translation for 'feat' commit type #487
2025-06-21 18:12:55 +09:00
GPT8
c1070789fd
Merge pull request #485 from frauniki/add-prettier-ci
...
chore: Add Prettier format check to CI and format code
2025-06-15 12:18:31 +03:00
di-sukharev
1f0f44ede0
build
2025-06-15 12:17:18 +03:00
di-sukharev
48cdcbceb2
3.2.9
2025-06-15 12:17:16 +03:00
frauniki
45aed936b1
♻️ refactor: clean up code formatting and improve readability
...
- Fix inconsistent indentation across multiple engine files
- Remove trailing whitespace and add missing newlines
- Improve code formatting in prompt generation functions
- Break long lines for better readability
- Standardize spacing and brackets placement
2025-06-15 17:29:12 +09:00
frauniki
e4f7e8dc80
✅ add prettier formatting check to CI workflow and npm scripts
...
- Add prettier job to GitHub Actions workflow to enforce code formatting
- Add format:check script to package.json for checking formatting
- Include failure message when prettier check fails in CI
2025-06-15 17:28:40 +09:00
GPT8
15ac076aed
Merge pull request #484 from frauniki/add-openrouter-engine
...
✨ add openrouter AI provider support with comprehensive model list
2025-06-15 10:28:46 +03:00
frauniki
5725c776a7
✨ add openrouter AI provider support with comprehensive model list
...
Add OpenRouterEngine class and integrate it into the configuration
system. OpenRouter provides access to 300+ AI models through a
unified API, expanding model availability for commit message
generation beyond existing providers.
2025-06-15 04:11:13 +09:00
di-sukharev
6f541d33cc
build
2025-06-08 11:17:09 +03:00
di-sukharev
2540c169dc
3.2.8
2025-06-08 11:17:08 +03:00
di-sukharev
75147e91e7
refactor(git.ts): improve git add completion message for clarity
2025-06-08 10:42:07 +03:00
di-sukharev
59b6edb49c
format
2025-06-08 10:41:16 +03:00
di-sukharev
7683004464
build
2025-06-08 10:41:13 +03:00
di-sukharev
e1f657939f
chore(deps): bump esbuild from 0.15.18 to 0.25.5 and @actions/github from 5.1.1 to 6.0.1
2025-06-08 10:40:42 +03:00
GPT8
55904155a8
Merge pull request #472 from kakakakakku/fgm
...
feat(cli.ts): enhance fgm flag to include description and default value for better usability
2025-05-30 10:15:00 +03:00
GPT8
c1be5138b6
Merge pull request #477 from jonsguez/fix/one-line-commit
...
fix(prompts.ts): edited contradictory assistant output
2025-05-30 10:13:35 +03:00
GPT8
063aa94576
Merge pull request #476 from benleibowitz/master
...
feat(config): add 'describe' mode to config command for detailed parameter info
2025-05-30 10:11:24 +03:00
jonsguez
668e149ae3
fix(prompts.ts): edited contradictory assistant output
...
When user wants one line commits the system prompt and the user/assistant one-shot example were contradicting each other, confusing the LLM. This fix modifies the assistant output so that prompt and one-shot are consistent.
2025-05-29 23:09:10 -04:00
Ben Leibowitz
b5fca3155f
feat(config): add 'describe' mode to config command for detailed parameter info
...
This commit adds a new 'describe' mode to the config command, allowing users
to get detailed information about configuration parameters. It includes:
1. New CONFIG_MODES.describe enum value
2. Functions to generate and print help messages for config parameters
3. Updated configCommand to handle the new 'describe' mode
4. README updates to document the new 'describe' functionality
2025-05-29 15:46:48 -04:00
GPT8
bc514f8f4d
Merge pull request #461 from kaovilai/dep-updates
...
fix tests
2025-05-29 21:56:45 +03:00
Tiger Kaovilai
3b868ce6df
fix: enable git push functionality in e2e tests
...
- Added OCO_GITPUSH='true' environment variable to all e2e test commands
- Fixed ESM module import issues in commitlint tests by using process.cwd()
- Replaced import.meta.url usage with relative paths from project root
- All e2e tests now properly test the git push prompt functionality
2025-05-29 12:05:28 -05:00
Tiger Kaovilai
aad62d4fa1
fix: remove duplicate modulePathIgnorePatterns in Jest config
...
- Fixed Jest configuration error by removing duplicate modulePathIgnorePatterns property
- Consolidated the ignore patterns into a single declaration
- This resolves the TypeScript compilation error preventing tests from running
2025-05-29 12:05:13 -05:00
GPT8
21e92164e7
Merge branch 'master' into dep-updates
2025-05-29 12:37:48 +03:00
kakakakakku
f0381c8b12
feat(cli.ts): enhance fgm flag to include description and default value for better usability
2025-05-19 09:04:31 +09:00
GPT8
f6de2dc775
Merge pull request #467 from EmilienMottet/master
...
Add OCO_API_CUSTOM_HEADERS
2025-05-03 12:06:21 +03:00