Gate

Gate is where Grok Code asks you to review staged changes before landing them.

Core Commands

  • /gate
  • /gate drawer
  • /gate list
  • /gate apply
  • /gate reject
  • /gate rollback

Use Gate When

  • a TUI run staged one or more artifacts
  • you want review before files change
  • you need to roll back to a checkpoint

What Changes Here

  • apply lands the staged change
  • reject discards it
  • rollback restores the latest or named checkpoint

Was this page helpful? Report issues on GitHub.