Error in Antigravity - Not Generating Commit Message 解决办法
最近使用 Antigravity 自动生成Commit Message 会出错
Yup definitely broken… Error generating commit message: [unknown] error grabbing LLM response: stream error
很多人也有同样的问题,但官方都没修复。不知道是网络问题还是bug导致的。毕竟在国内都是魔法上网用的!
https://discuss.ai.google.dev/t/error-in-antigravity-not-generating-commit-message/114550/178
但这两天特别频繁,最后完全用不了了!
手写Commit Message太麻烦,后来想到可以用 Workflows 解决,也是挻方便的!
Description
Git Commit
Content
---
description: Automatically stage all changes and commit with a generated message
---
1. Stage all current changes in the repository.
Run `git add .`
2. Generate a commit message following the Conventional Commits specification,written in Simplified Chinese.
Ask: "Write a concise commit message summarizing the changes."
3. Create the commit using the generated message.
Run `git commit -m "[generated commit message]"`
使用方法:在聊天窗口输入/后选择这个workflows既可!
