diff --git a/.env.example b/.env.example
index 4b3cbbc..2b7698d 100755
--- a/.env.example
+++ b/.env.example
@@ -1,4 +1,4 @@
-# Claude Code UI Environment Configuration
+# CloudCLI UI Environment Configuration
# Only includes variables that are actually used in the code
#
# TIP: Run 'cloudcli status' to see where this file should be located
diff --git a/.release-it.json b/.release-it.json
index c4be29f..d70c66a 100644
--- a/.release-it.json
+++ b/.release-it.json
@@ -9,7 +9,7 @@
},
"github": {
"release": true,
- "releaseName": "Claude Code UI v${version}",
+ "releaseName": "CloudCLI UI v${version}",
"releaseNotes": {
"commit": "* ${commit.subject} (${sha}){ - thanks @${author.login}!}",
"excludeMatches": ["viper151"]
diff --git a/index.html b/index.html
index d36a7e0..7bb5c76 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
-
Claude Code UI
+ CloudCLI UI
diff --git a/package.json b/package.json
index f8e1585..36fd386 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
"ui",
"mobile"
],
- "author": "Claude Code UI Contributors",
+ "author": "CloudCLI UI Contributors",
"license": "GPL-3.0",
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.71",
diff --git a/public/icons/generate-icons.md b/public/icons/generate-icons.md
deleted file mode 100644
index 64a8bf1..0000000
--- a/public/icons/generate-icons.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# PWA Icons Required
-
-Create the following icon files in this directory:
-
-- icon-72x72.png
-- icon-96x96.png
-- icon-128x128.png
-- icon-144x144.png
-- icon-152x152.png
-- icon-192x192.png
-- icon-384x384.png
-- icon-512x512.png
-
-You can use any icon generator tool or create them manually. The icons should be square and represent your Claude Code UI application.
-
-For a quick solution, you can:
-1. Create a simple square PNG icon (512x512)
-2. Use online tools like realfavicongenerator.net to generate all sizes
-3. Or use ImageMagick: `convert icon-512x512.png -resize 192x192 icon-192x192.png`
\ No newline at end of file
diff --git a/public/manifest.json b/public/manifest.json
index a9cd0a8..fd4113f 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,7 +1,7 @@
{
- "name": "Claude Code UI",
- "short_name": "Claude UI",
- "description": "Claude Code UI web application",
+ "name": "CloudCLI UI",
+ "short_name": "CloudCLI UI",
+ "description": "CloudCLI UI web application",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",