From 8dd2ba60f68ecc84cb9ae1ebfbdf8a54d12ea52f Mon Sep 17 00:00:00 2001 From: kuannnn Date: Fri, 27 Mar 2026 14:50:20 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20update=20README=20for=20v0.2.0=20?= =?UTF-8?q?=E2=80=94=20interactive=20prompts,=20AskUserQuestion=20tool=20c?= =?UTF-8?q?ard,=20multi-adapter=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89a7385..c3c4098 100644 --- a/README.md +++ b/README.md @@ -104,9 +104,9 @@ Send any AI's response to a different AI for a second opinion — the killer fea See AI responses **as they're being written** — not after they finish. Thinking indicators update in real-time. Tool calls appear as inline cards with live status transitions. Context usage and cost stream to your status bar. -### Mobile Permission Control +### Interactive Prompts -Slide-up overlay with the exact tool name, file path, and command. Allow, Allow All, or Deny with a 120-second countdown. Switch between permission modes mid-session with a single tap on the status bar. Your terminal shows the same prompt — answer from whichever device is closer. +Unified overlay for all AI interactions that need your input — permissions, questions, and plan approvals. Shows the exact tool name, options, or free-text input with a 120-second countdown. Works across all three adapters. Switch permission modes mid-session with a single tap on the status bar. ### Rich Tool Visualization @@ -118,6 +118,7 @@ Every tool call renders as an expandable card: | **Write** | File path + content preview with line count | | **Read / Bash / Grep** | Input/output with syntax highlighting | | **Agent** | Collapsible group with progress indicators | +| **AskUserQuestion** | Question + options (selected/unselected) or quoted free-text answer | ### Queue & Continue diff --git a/package.json b/package.json index 7496579..d249e99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@kuannnn/clawtap", "version": "0.2.0", - "description": "Use Claude Code from your phone. Real-time mobile UI synced with your desktop terminal via tmux.", + "description": "Mobile UI for AI coding assistants. Real-time sync with Claude Code, Codex CLI, and Gemini CLI via tmux.", "type": "module", "bin": { "clawtap": "bin/clawtap"