[PR #8420] Teach CommandPalette model to natively support tabs and command lines #27193

Closed
opened 2026-01-31 09:20:33 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/8420

State: closed
Merged: Yes


First step towards #8415:

  • Introduce PaletteItem and derive from it to provide native support
    for tabs and command lines (ActionPaletteItem / TabPaletteItem,
    CommandLinePaltteItem)
  • Remove business logic behind PaletteItem from palette (aka dispatch
    commands and preview tabs externally)
**Original Pull Request:** https://github.com/microsoft/terminal/pull/8420 **State:** closed **Merged:** Yes --- First step towards #8415: * Introduce `PaletteItem` and derive from it to provide native support for tabs and command lines (`ActionPaletteItem` / `TabPaletteItem`, `CommandLinePaltteItem`) * Remove business logic behind PaletteItem from palette (aka dispatch commands and preview tabs externally)
claunia added the pull-request label 2026-01-31 09:20:33 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27193