From 01481f911460f7a9964675e8ef01fa1f4415c43d Mon Sep 17 00:00:00 2001 From: caraction Date: Wed, 25 Jun 2025 14:32:47 +0000 Subject: [PATCH] Enhance README.md with improved layout for desktop and mobile views, and add new features including interactive chat interface and integrated shell terminal. Update chat interface section for clarity. --- README.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6ba4e62..55a6004 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,22 @@ A desktop and mobile UI for [Claude Code](https://docs.anthropic.com/en/docs/cla
-### Desktop View -![Desktop Interface](public/screenshots/desktop-main.png) -*Main interface showing project overview and chat* - -### Mobile Experience -![Mobile Interface](public/screenshots/mobile-chat.png) -*Responsive mobile design with touch navigation* + + + + + +
+

Desktop View

+Desktop Interface +
+Main interface showing project overview and chat +
+

Mobile Experience

+Mobile Interface +
+Responsive mobile design with touch navigation +
@@ -25,6 +34,8 @@ A desktop and mobile UI for [Claude Code](https://docs.anthropic.com/en/docs/cla ## Features - **Responsive Design** - Works seamlessly across desktop, tablet, and mobile +- **Interactive Chat Interface** - Built-in chat interface for seamless communication with Claude Code +- **Integrated Shell Terminal** - Direct access to Claude Code CLI through built-in shell functionality - **File Explorer** - Interactive file tree with syntax highlighting and live editing - **Session Management** - Resume conversations, manage multiple sessions, and track history @@ -97,6 +108,7 @@ The UI automatically discovers Claude Code projects from `~/.claude/projects/` a - **Smart Navigation** - Quick access to recent projects and sessions #### Chat Interface +- **Use responsive chat or Claude Code CLI** - You can either use the adapted chat interface or use the shell button to connect to Claude Code CLI. - **Real-time Communication** - Stream responses from Claude with WebSocket connection - **Session Management** - Resume previous conversations or start fresh sessions - **Message History** - Complete conversation history with timestamps and metadata