Skip to content

feat(opencode): add committed review type to review command#12190

Closed
rluisr wants to merge 2 commits into
anomalyco:devfrom
rluisr:feat/review-committed-option
Closed

feat(opencode): add committed review type to review command#12190
rluisr wants to merge 2 commits into
anomalyco:devfrom
rluisr:feat/review-committed-option

Conversation

@rluisr

@rluisr rluisr commented Feb 4, 2026

Copy link
Copy Markdown

What does this PR do?

Adds a new committed review type to the /review command. This allows users to review the most recent commit by running git diff HEAD^ HEAD.

Previously, the review command supported:

  • branch - review current branch changes
  • staged - review staged changes
  • unstaged - review unstaged changes
  • pr - review a PR from GitHub

This PR adds:

  • committed - review the last committed changes

This is useful when you've just committed changes and want to quickly review what was included in that commit.

How did you verify your code works?

Tested the review command with "committed" input to confirm it correctly identifies the review type and would run git diff HEAD^ HEAD.

@github-actions

github-actions Bot commented Feb 4, 2026

Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions

github-actions Bot commented Feb 4, 2026

Copy link
Copy Markdown
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@github-actions

github-actions Bot commented May 3, 2026

Copy link
Copy Markdown
Contributor

Closing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR.

@github-actions github-actions Bot closed this May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant