Skip to content

feat(ai): add "Enable AI" command#3041

Open
abose wants to merge 2 commits into
mainfrom
maggi
Open

feat(ai): add "Enable AI" command#3041
abose wants to merge 2 commits into
mainfrom
maggi

Conversation

@abose

@abose abose commented Jul 25, 2026

Copy link
Copy Markdown
Member

No description provided.

abose added 2 commits July 25, 2026 20:53
Groundwork in the public repo for a user-facing AI kill switch; the
preference, command registration and menu wiring live in phoenix-pro,
which is where the AI feature itself lives.

- new view.enableAI command id, following the existing view.enable*
  family (view.enableSelectionView, view.enableQuickView) that the
  View menu already uses for capability toggles
- CMD_VIEW_ENABLE_AI label, DESCRIPTION_ENABLE_AI pref description and
  the confirm-dialog strings for both toggle directions. Disabling AI
  removes a whole surface of the editor and enabling it starts talking
  to AI services, so neither direction is a single unconfirmed click.
- phoenix-tour skips its AI step outright when the user has turned AI
  off, instead of reporting "AI sidebar tab missing" telemetry for a
  tab that is legitimately gone. Checked before the tab lookup so the
  window between disabling AI and the restart that removes the tab
  skips the whole step rather than half of it.
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant