Skip to content

Dev Command Center v0.1.21

Choose a tag to compare

@github-actions github-actions released this 15 Jul 14:35

Dev Command Center v0.1.21

This release simplifies and improves the reliability of the Git change review experience.

Highlights

  • Removed the redundant edited-files card displayed after assistant responses.
  • Made the Git indicator in the workbench header the primary entry point for reviewing changes.
  • Preserved changed-file counts and added/deleted line totals.
  • The discovery animation now appears only when real Git changes exist and the Inspector is closed.
  • Clean workspaces no longer consume the one-time discovery hint.
  • Preserved the Inspector’s subtle entrance animation.
  • Kept delegation review flows connected to the Inspector.

Why This Changed

The previous card depended on tool metadata reported by each provider. Codex, Claude, and Grok do not always include reliable file paths, which could prevent the
card from appearing or produce inconsistent information.

The interface now relies on the actual Git state as the authoritative source for changes awaiting review.

Validation

  • Typecheck passed.
  • 175 automated tests passed.
  • Production build completed successfully.
  • cargo check completed successfully.