magic-commit
magic-commit copied to clipboard
You can do magicc, you can build anything that you desire. 🪄🔮💻
Fixes: #17
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...
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...
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...
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...
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...
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...
 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...
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...
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...