Loading...
Loading...
Create a git commit with conventional commit format. MUST use anytime you want to commit changes.
npx skill4agent add windmill-labs/windmill commitgit statusgit diffgit add -Agit add .<type>: <description>featfixrefactordocsstyletestchoreperffeat: add token usage tracking for AI providers
fix: resolve null pointer in job executor
refactor: extract common validation logic
docs: update API endpoint documentation
chore: upgrade sqlx to 0.7git statusgit diffgit log --oneline -5git add <file1> <file2> ...git commit -m "<type>: <description>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>"git status