Skip to content

Releases: tbckr/sgpt

v1.6.1

19 Mar 11:12

Choose a tag to compare

Changelog

Bug fixes

  • f346df3: fix: remove trailing whitespaces of returned chat response (@tbckr)

v1.6.0

19 Mar 10:48

Choose a tag to compare

Changelog

New Features

  • d6db80a: feat: Add bash function to generate git commit messages (@tbckr)
  • 55bff64: feat: Add chat & chat session management functionality (#31) (@tbckr)
  • d9c3e8c: feat: Update imports in CLI code (@tbckr)
  • 0b5bf77: feat: added build instructions for SGPT from source code and docker (@tbckr)

Dependency updates

  • 439b729: fix(deps): update module github.com/sashabaranov/go-openai to v1.5.3 (@renovate[bot])

Documentation updates

v1.5.0

18 Mar 11:19

Choose a tag to compare

Changelog

New Features

  • 6977bbc: feat: improve modifier prompts for code and shell (prompt engineering) (@tbckr)

v1.4.0

18 Mar 10:00

Choose a tag to compare

Changelog

New Features

v1.3.0

18 Mar 09:43

Choose a tag to compare

Changelog

New Features

  • 0c2526b: feat: add docker images for other architectures (@tbckr)

Bug fixes

Build process updates

v1.2.1

17 Mar 16:56

Choose a tag to compare

Changelog

Dependency updates

  • 70a3492: fix(deps): update module github.com/sashabaranov/go-openai to v1.5.2 (@renovate[bot])

v1.2.0

17 Mar 16:40

Choose a tag to compare

Changelog

New Features

  • f9b433b: feat: accept prompts from stdin, including refactoring to package structure (@tbckr)

Build process updates

  • 6fafd25: build: build and push docker images to ghcr.io (@tbckr)

v1.1.0

16 Mar 19:35

Choose a tag to compare

Changelog

New Features

  • 07ae731: feat: add flags to image subcommand, refactor image save action (@tbckr)

Bug fixes

Dependency updates

  • 15f610b: fix(deps): update module github.com/sashabaranov/go-openai to v1.5.1 (#14) (@renovate[bot])

Documentation updates

v1.0.0

15 Mar 17:56
013865e

Choose a tag to compare

Changelog

New Features

v0.1.0

10 Mar 13:01
3f35d91

Choose a tag to compare

Changelog

New Features

Bug fixes

  • bb921a5: fix: shell confirmation (@)

Dependency updates

  • f323581: fix(deps): update go-gpt3 to go-openai (@tbckr)
  • 14f73da: fix(deps): update module github.com/sashabaranov/go-gpt3 to v1.4.1 (@renovate[bot])
  • b1aab03: fix(deps): update module github.com/sashabaranov/go-openai to v1.4.2 (@renovate[bot])
  • 0c41f4e: fix(deps): update module github.com/sashabaranov/go-openai to v1.5.0 (@renovate[bot])

Documentation updates

Other work