summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorTaylor Mullen <[email protected]>2025-05-14 13:51:17 -0700
committerN. Taylor Mullen <[email protected]>2025-05-14 22:07:03 -0700
commit5b4c9e8e43d3d43f6e77f8596c94a120e1f52695 (patch)
treeb9ab96af286d7dc5660f2007916cd9485f9ab130 /packages
parentaec6c0861e8244cdaefda14840844e922705c8fa (diff)
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.
Diffstat (limited to 'packages')
-rw-r--r--packages/cli/README.md6
-rw-r--r--packages/cli/package.json2
-rw-r--r--packages/server/package.json2
3 files changed, 5 insertions, 5 deletions
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": {
diff --git a/packages/server/package.json b/packages/server/package.json
index e20c4086..b9cc2b3a 100644
--- a/packages/server/package.json
+++ b/packages/server/package.json
@@ -1,7 +1,7 @@
{
"name": "@gemini-code/server",
"version": "0.1.0",
- "description": "Gemini Code Server",
+ "description": "Gemini CLI Server",
"type": "module",
"main": "dist/index.js",
"scripts": {