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