diff --git a/README.md b/README.md index 1f81fd0..5d51128 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ -A desktop and mobile UI for [Claude Code](https://docs.anthropic.com/en/docs/claude-code), and [Cursor CLI](https://docs.cursor.com/en/cli/overview). You can use it locally or remotely to view your active projects and sessions in Claude Code or Cursor and make changes to them from everywhere (mobile or desktop). This gives you a proper interface that works everywhere. Supports models including **Claude Sonnet 4**, **Opus 4.1**, and **GPT-5** +A desktop and mobile UI for [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Cursor CLI](https://docs.cursor.com/en/cli/overview) and [Codex](https://developers.openai.com/codex). You can use it locally or remotely to view your active projects and sessions in Claude Code, Cursor, or Codex and make changes to them from everywhere (mobile or desktop). This gives you a proper interface that works everywhere. ## Screenshots @@ -30,7 +30,7 @@ A desktop and mobile UI for [Claude Code](https://docs.anthropic.com/en/docs/cla
- Connect your Claude account to enable AI-powered coding features + Login to one or more AI coding assistants. All are optional.
- Signed in as: {claudeAuthStatus.email} -
- )} - - {!claudeAuthStatus.authenticated && ( - <> -- Click the button below to authenticate with Claude Code CLI. A terminal will open with authentication instructions. -
- -
- Or manually run: claude auth login
-
{claudeAuthStatus.error}
+ {/* Cursor */} +This step is optional. You can skip and configure it later in Settings.
-- Connect your Cursor account to enable AI-powered features -
-- Signed in as: {cursorAuthStatus.email} -
- )} - - {!cursorAuthStatus.authenticated && ( - <> -- Click the button below to authenticate with Cursor CLI. A terminal will open with authentication instructions. -
- -
- Or manually run: cursor auth login
-
{cursorAuthStatus.error}
+ {/* Codex */} +This step is optional. You can skip and configure it later in Settings.
+You can configure these later in Settings.