We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3e62dc + 1e33c15 commit 0301d5bCopy full SHA for 0301d5b
1 file changed
pkg/tools/builtin/shell.go
@@ -498,10 +498,12 @@ On Unix-like systems, ${SHELL} is used or /bin/sh as fallback.
498
- Avoid writing shell scripts to the disk. Instead, use heredocs to pipe the script to the SHELL
499
- Use the timeout parameter for long-running operations (e.g., builds, tests)
500
501
-### ⚠️ IMPORTANT: Git Commits
502
-- When making a git commit, you MUST add "Assisted-By: cagent" as a trailer line in the commit message
+### Git Commits
+
503
+When user asks to create git commit
504
505
+- Add "Assisted-By: cagent" as a trailer line in the commit message
506
- Use the format: git commit -m "Your commit message" -m "" -m "Assisted-By: cagent"
-- The empty -m "" creates a blank line before the trailer for proper formatting
507
508
## Usage Examples
509
0 commit comments