mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-04-29 03:00:45 -04:00
* Add new CommitWriterAgent to auto-generate commit messages from staged diffs This commit introduces the CommitWriterAgent along with its configuration and detailed task description. The agent is designed to analyze git diffs staged for commit and automatically generate succinct and relevant commit messages. * Remove devnote section from yaml and add README
7 lines
155 B
YAML
7 lines
155 B
YAML
name: CommitWriterAgent
|
|
description: "Write a git commit message for files in the git staging area"
|
|
generates: Action
|
|
inputs: {}
|
|
outputs:
|
|
answer: string
|