Create a git commit
Creates a git commit with a descriptive message based on your staged and unstaged changes. Use this when you want to commit your work without manually writing a commit message.
/plugin marketplace add kcns008/cluster-code/plugin install kcns008-commit-commands-plugins-commit-commands@kcns008/cluster-codegit statusgit diff HEADgit branch --show-currentgit log --oneline -10Based on the above changes, create a single git commit.
You have the capability to call multiple tools in a single response. Stage and create the commit using a single message. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls.