fix(cli): show helpful guidance when no skills are available (#23785)

This commit is contained in:
nirali
2026-03-26 03:36:44 +05:30
committed by GitHub
parent 7b710a2790
commit 8595b07f6d
3 changed files with 15 additions and 4 deletions

View File

@@ -58,3 +58,7 @@ export const MIN_TERMINAL_WIDTH_FOR_FULL_LABEL = 100;
/** Default context usage fraction at which to trigger compression */
export const DEFAULT_COMPRESSION_THRESHOLD = 0.5;
/** Documentation URL for skills setup and configuration */
export const SKILLS_DOCS_URL =
'https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/skills.md';