Feat/commit message #6
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to enhance the functionality and configuration of the project. The key changes involve improvements to the dev container configuration, updates to the commit message generation logic, and dependency updates.
Dev Container Configuration:
name
field and added GPU support in.devcontainer/devcontainer.json
.README.md
.Commit Message Generation:
Execute
function incmd/root.go
to separate command execution logic.Commit
to handle commit operations ininternal/git/git.go
.internal/llm/llm.go
.Dependency Updates:
github.com/jsburckhardt/gic
withgithub.com/ollama/ollama
ingo.mod
.golang.org/x/exp
ingo.mod
.Configuration Changes:
Commit
field toShouldCommit
ininternal/config/config.go
.These changes collectively improve the project's configuration flexibility, enhance the commit message generation process, and update dependencies to newer versions.