We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf25e1 commit 1e33c15Copy full SHA for 1e33c15
1 file changed
pkg/tools/builtin/shell.go
@@ -501,10 +501,12 @@ On Unix-like systems, ${SHELL} is used or /bin/sh as fallback.
501
- Avoid writing shell scripts to the disk. Instead, use heredocs to pipe the script to the SHELL
502
- Use the timeout parameter for long-running operations (e.g., builds, tests)
503
504
-### ⚠️ IMPORTANT: Git Commits
505
-- When making a git commit, you MUST add "Assisted-By: cagent" as a trailer line in the commit message
+### Git Commits
+
506
+When user asks to create git commit
507
508
+- Add "Assisted-By: cagent" as a trailer line in the commit message
509
- 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
510
511
## Usage Examples
512
0 commit comments