From 252d30f58f590485ba9cee6460f89fee2532d06b Mon Sep 17 00:00:00 2001 From: Robert Lin Date: Thu, 14 May 2026 13:15:17 -0700 Subject: [PATCH] docs: add smart hover summaries entitlements support Co-Authored-By: Claude Sonnet 4.6 --- docs/admin/entitlements.mdx | 4 ++-- docs/code-navigation/smart-hover.mdx | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/admin/entitlements.mdx b/docs/admin/entitlements.mdx index 950967718..01b3e1fd0 100644 --- a/docs/admin/entitlements.mdx +++ b/docs/admin/entitlements.mdx @@ -11,8 +11,8 @@ Entitlements can be set as a global default: default entitlements are granted to Each entitlement has a detailed usage view to help administrators understand how users are using the entitlement, and reset entitlement usage for specific users. - Entitlements currently only support [Deep Search](/deep-search), but we may - support other features in the future. If you would like to request + Entitlements currently support [Deep Search](/deep-search) and [smart hover + summaries](/code-navigation/smart-hover). If you would like to request entitlement support for a feature, please reach out at support@sourcegraph.com. diff --git a/docs/code-navigation/smart-hover.mdx b/docs/code-navigation/smart-hover.mdx index ea99e8063..7ecb329d3 100644 --- a/docs/code-navigation/smart-hover.mdx +++ b/docs/code-navigation/smart-hover.mdx @@ -20,6 +20,12 @@ Summaries are powered by a small, fast model, but only compiler-grade precise co Smart hover summaries are a [Beta feature](/beta-and-experimental) and free while the feature is in Beta. The feature may become [billable with credits](/beta-and-experimental#credits-and-billing) once it becomes generally available. At least 30 days notice will be given before such a change goes into effect. +## Managing usage + +Sourcegraph administrators can configure entitlements for their users to control smart hover summary usage in `/site-admin/entitlements`. + +To learn more, refer to [Entitlements](/admin/entitlements). + ## Feedback Please share feedback on this feature with us at [feedback@sourcegraph.com](mailto:feedback@sourcegraph.com) or via your customer success manager.