Skip to content

Releases: tatthien/cmdgpt

v0.2.0

30 Mar 15:34
Compare
Choose a tag to compare

Changelog

  • 7c0b0d3 chore: go mod tidy
  • b6c5993 docs(readme): add Features section
  • 83482df feat: add spinner
  • d36d305 feat: check if a command is safe or risk to run
  • 7a43d80 fix: cannot use syscall.Stdout as int

v0.1.0

30 Mar 02:58
3457043
Compare
Choose a tag to compare

Changelog

  • e465ece chore: add Makefile
  • 182285d chore: add goreleaser to create releases and binary files
  • 4c60116 chore: move color variables to global
  • 7c014be chore: remove test code
  • 669e1a4 chore: update system role's content
  • 0c4fbd1 docs(readme): add Installation section
  • 7cb1208 docs(readme): add example commands
  • 11cbe0c docs(readme): add link to releases page
  • 3457043 docs(readme): update asciinema url
  • 54d83ba feat: add actions copy, run and cancel
  • 8be6bcb feat: add flag -v to print the cli version
  • 3ff8a5e feat: initial commit
  • 4e2caff fix: cannot run response command
  • 435a58d fix: wrong command passed into executils.Run