From 5b4c9e8e43d3d43f6e77f8596c94a120e1f52695 Mon Sep 17 00:00:00 2001 From: Taylor Mullen Date: Wed, 14 May 2025 13:51:17 -0700 Subject: Update Gemini Code verbiage -> Gemini CLI - Did not update details that impact GC execution. Meaning packages are still named gemini-code (for now) and things that import them still import them as gemini-code. --- packages/cli/README.md | 6 +++--- packages/cli/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/cli') diff --git a/packages/cli/README.md b/packages/cli/README.md index 42e5edf1..1c57b695 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -1,6 +1,6 @@ -# Gemini Code CLI +# Gemini CLI -This package contains the core command-line interface for Gemini Code. +This package contains the core command-line interface for Gemini CLI. ## Setup @@ -28,7 +28,7 @@ This command executes the TypeScript compiler (`tsc`) as defined in this package ## Running -To start the Gemini Code CLI directly from this directory: +To start the Gemini CLI directly from this directory: ```bash npm start diff --git a/packages/cli/package.json b/packages/cli/package.json index 6be0684a..ceaacc0a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@gemini-code/cli", "version": "0.1.0", - "description": "Gemini Code CLI", + "description": "Gemini CLI", "type": "module", "main": "dist/index.js", "bin": { -- cgit v1.2.3