| description | Continue work from current Git state |
|---|
Help me continue where I left off with my work.
- Refer to 'git diff --no-ext-diff; git diff --no-ext-diff --cached' for context.
- Refer to 'git status --porcelain' for context.
- Try to infer the intention based on changes and comments I might have written.
- Pay special attention to comments marked with "AI:". These are annotations for instructions from the user.
- Remove commands marked with "AI:" if any.
$ARGUMENTS
<output command='git diff --no-ext-diff; git diff --no-ext-diff --cached'>
!`git diff --no-ext-diff; git diff --no-ext-diff --cached`
</output>
<output command='git status --porcelain'>
!`git status --porcelain`
</output>