You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for model selection via command line
- Modify `runOptions` to include a `model` field.
- Update `run` function to use the specified model from options.
- Add a new command-line flag for model selection.
- Add relevant environment variable `AICOMMIT_MODEL`.
Resolves#5
Add support for user style guide
- Implement `findUserStyleGuide` to locate `~/COMMITS.md`.
- Adjust `BuildPrompt` to prefer repo style guide, fall back to user style guide.
- Update README with instructions on user style guide.
Resolves#4
Add feature to save OpenAI API key locally
- Extend `README.md` with instructions to save the API key.
- Modify `main.go` to include a `--save-key` flag.
- Implement functions in `savekey.go` for saving/loading the key.