Skip to content

Releases: LeslieLeung/PTPT

v0.1.7-alpha

10 Jun 16:18
34d5636
Compare
Choose a tag to compare
feat: Generate commit message

- Added `commit` command to root command
- Added `commit` package with `commit` function that generates commit message and commits changes
- Removed `DiffFiles` function from `file` package
- Added `DiffFileContents` function to `file` package that returns the diff of two files
- Added `DiffStageAndHead` function to `file` package that returns the diff between the staged and committed changes
- Updated `code_review.yaml` with new `commit-summary` and `commit-label` prompts
- `commit-summary` prompt provides guidelines for summarizing a git diff
- `commit-label` prompt provides guidelines for generating a commit label and short message in {language}

v0.1.6

15 May 03:44
a4043af
Compare
Choose a tag to compare
feat: support various models(include GPT-4) and various experience im…

v0.1.5

12 May 10:07
4c8d0bc
Compare
Choose a tag to compare
feat: lint the changes in the git repository

v0.1.4

04 May 06:52
da76084
Compare
Choose a tag to compare
feat: Chat with ChatGPT in terminal

v0.1.3

25 Apr 09:31
97c66f2
Compare
Choose a tag to compare
fix: stability improvement and dependency update

v0.1.2 - ChatGPT Lint!

11 Apr 08:58
a94d42d
Compare
Choose a tag to compare
feat: ChatGPT lint

- add a `lint` command to support ChatGPT lint
- allow setting temperature through `-t`

v0.1.0

30 Mar 19:01
ea681b7
Compare
Choose a tag to compare
chore: release actions