Skip to content

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

Merged
abose merged 1 commit into
mainfrom
maggi
Jul 27, 2026
Merged

feat(ai): add "Enable AI" command#3041
abose merged 1 commit into
mainfrom
maggi

Conversation

@abose

@abose abose commented Jul 25, 2026

Copy link
Copy Markdown
Member

No description provided.

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.
@abose
abose merged commit 50bf873 into main Jul 27, 2026
10 of 16 checks passed
@abose
abose deleted the maggi branch July 27, 2026 05:18
@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