Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: generate quantity - Generates the number of commit messages to choose from #424

Open
TunaKHH opened this issue Oct 18, 2024 · 0 comments

Comments

@TunaKHH
Copy link

TunaKHH commented Oct 18, 2024

Description

Hello,
In my usage scenario, the content generated by AI is often not what I want to use, and it usually takes multiple attempts to get what I want to use.
I hope to generate multiple commit titles for me to choose from. For the simplicity of the screen, I think oco can not generate a commit body when starting this function.

Suggested Solution

Current:Confirm the commit message?

chore(tests.mak): add Makefile targets for building

- Introduced Makefile targets for building and cleaning project files
- Simplified the build workflow, reducing setup time for development
- Adjusted dependencies to ensure compatibility with the new targets
 

When the setting is completed: oco config set generate=5
Expect:Pick a commit message to use

chore(docs): update README with new installation steps
chore(scripts): add Makefile targets for testing
chore(build): optimize Dockerfile for faster builds
chore(deps): upgrade dependencies for improved security
chore(ci): add new workflow for automated testing

Alternatives

No response

Additional Context

No response

@TunaKHH TunaKHH changed the title [Feature]: generate number - Generates the number of commit messages to choose from [Feature]: generate quantity - Generates the number of commit messages to choose from Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant