Skip to content

Commit ea12b91

Browse files
committed
Updates AI integration chip message to tell user what to select AI model
(#4400, #4413)
1 parent 31d0876 commit ea12b91

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- Improves AI status label in integrations popup to "Select AI model to enable AI features" and fixes text brightness ([#4400](https://github.com/gitkraken/vscode-gitlens/issues/4400))
12+
913
## [17.2.0] - 2025-06-17
1014

1115
### Added

src/webviews/apps/plus/shared/components/integrations-chip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ export class GlIntegrationsChip extends LitElement {
367367
></gl-feature-badge>`
368368
: nothing}
369369
</span>`
370-
: html`<span class="integration_details">AI</span>`}
370+
: html`<span class="integration_details">Select AI model to enable AI features</span>`}
371371
${model?.name ? html`<span class="integration__details">${model.name}</span>` : nothing}
372372
</span>
373373
<span class="integration__actions">

0 commit comments

Comments
 (0)