magic-commit icon indicating copy to clipboard operation
magic-commit copied to clipboard

You can do magicc, you can build anything that you desire. 🪄🔮💻

Results 13 magic-commit issues
Sort by recently updated
recently updated
newest added

When we added version #13, the logo disappeared when giving suggestions. We want to keep the logo when executing a command or making changes in the terminal UI. Let's keep...

hacktoberfest
help wanted
tweak

Summary: There's a basic `test.js` file in the root directory; however, it is not the actual test for the current version of the command-line app. We need a tailored unit...

chore
good first issue
hacktoberfest
help wanted

It's time to add a new model provider that can run locally named "Ollama." Here's the documentation: https://github.com/ollama/ollama/blob/main/docs/api.md Goal: - Create a script that can communicate with Ollama. - Add...

feature
hacktoberfest
help wanted

Right now, the information from the CLI is everywhere, and you need to know which is which. Maybe we can organize things there for alerts, info, etc., while [keeping the...

hacktoberfest
help wanted
tweak

We would like to add Groq as one of the model providers. This one requires its prompt. Reference: https://console.groq.com/docs/api-reference#chat-create If anyone wants to add this, feel free to let me...

feature
hacktoberfest
help wanted

This pull request includes changes to the `package.json`, `source/app.js`, `source/utils/commit.js`, `source/utils/config.json`, and `source/utils/openai.js` files to enhance code readability, promote a component-based structure, remove unused code, and adhere to the DRY...

feature
hacktoberfest-accepted

![image](https://github.com/user-attachments/assets/2a22afa2-da60-46da-96d4-7b25b5cbc00c) I just realized that it did not work on Windows after you installed the project using npm or yarn. It will install, but you cannot use the command. I...

bug
good first issue
hacktoberfest
help wanted
planned

Since we are adding many providers to the project, we should add a prompt configuration file from the project's root. I know every model has its prompt. This change aims...

maintainers only
tweak

It is nice to have support for using huggingface as the model provider. Goal: - Add HuggingFace as an option using flags and then define your model. - We can...

feature
good first issue
hacktoberfest
help wanted