-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update documentation links and optimize prompt
- Corrected the link to the model configuration guide in README.md - Fixed the list item for installation verification in README.md - Added a note about single commit output in prompt.py - Incremented the version number in pyproject.toml to 1.5.1 This update ensures that the documentation links are accurate and the prompt instructions are clear, facilitating better user experience and understanding.
- Loading branch information
1 parent
50d0b4e
commit 4c21cd2
Showing
3 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ requires = ["poetry-core"] | |
|
||
[tool.poetry] | ||
name = "gcop" | ||
version = "1.5.0" | ||
version = "1.5.1" | ||
description = "gcop is your git AI copilot." | ||
readme = "README.md" | ||
authors = ["gcop <[email protected]>"] | ||
|