excelente , para os mais preguicosos como eu adicione isso :
ccm() {
tokens='๐๏ธ build, ๐ง ci, ๐ง chore, โ๏ธ docs, โจ feat, ๐ fix, ๐ perf, ๐ฆ refactor, โช๏ธ revert, ๐ style, ๐งช test, ๐ i18n, ๐ initial, ๐ analytics, ๐๏ธ database'
commit_message=$(git diff --cached | cody chat --stdin -m 'Write only a commit title message to describe the changes made in all files for this git diff using this pattern: `emoji: message`. The message must be imperative and in lowercase. The available emojis are: '"$tokens" 2>/dev/null)
git commit -m "$commit_message"
}
ai รฉ so rodar o comando ccm apรณs o git add