Skip to content

Fix undo#15263

Closed
engineerWang wants to merge 2 commits intoanomalyco:devfrom
engineerWang:fix_undo
Closed

Fix undo#15263
engineerWang wants to merge 2 commits intoanomalyco:devfrom
engineerWang:fix_undo

Conversation

@engineerWang
Copy link
Copy Markdown

Issue for this PR

Closes #

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Please provide a description of the issue, the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR.

If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!

How did you verify your code works?

Screenshots / recordings

If this is a UI change, please include a screenshot or recording.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

engineerWang added 2 commits February 26, 2026 23:55
Fixes slash command autocomplete for undo/redo operations. Includes centralized command registry and console integration.
@github-actions github-actions bot added the needs:compliance This means the issue will auto-close after 2 hours. label Feb 26, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • No "Type of change" checkbox is checked. Please select at least one.
  • No issue referenced. Please add Closes #<number> linking to the relevant issue.
  • "How did you verify your code works?" section is empty. Please explain how you tested.
  • Not all checklist items are checked. Please confirm you have tested locally and have not included unrelated changes.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions
Copy link
Copy Markdown
Contributor

Hey! Your PR title Fix undo doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions
Copy link
Copy Markdown
Contributor

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

Based on the search results, I found several related PRs about undo functionality. Here are the potentially related ones (excluding PR #15263, which is the current PR):

Potentially Related PRs:

  1. fix: edit tool error after undo #4923 - fix: edit tool error after undo

  2. fix: sidebar updates for /undo and compacting #5765 - fix: sidebar updates for /undo and compacting

  3. fix(opencode): skip ignored messages in undo/redo commands #9704 - fix(opencode): skip ignored messages in undo/redo commands

  4. feat: message edit (undo) with confirm/cancel flow #12952 - feat: message edit (undo) with confirm/cancel flow

  5. feat(app,ui): add undo/fork buttons on user messages and agent description placeholder #13266 - feat(app,ui): add undo/fork buttons on user messages and agent description placeholder

Since PR #15263 has a minimal description ("Fix undo"), I recommend checking these related PRs to see if any address the same bug or if there's overlap in scope.

@engineerWang engineerWang deleted the fix_undo branch February 26, 2026 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs:compliance This means the issue will auto-close after 2 hours. needs:title

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant