Metadata-Version: 2.4
Name: mi-claude
Version: 1.0.4
Summary: Mi-Claude — Chat with Claude AI from your terminal. No API key needed.
Author: minhmh
License: MIT
Project-URL: Homepage, https://mi-claude.fly.dev
Project-URL: Documentation, https://mi-claude.fly.dev/docs
Keywords: claude,ai,chat,cli,anthropic
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.0.0
Requires-Dist: prompt_toolkit>=3.0.0
Dynamic: license-file

# Mi-Claude — AI Chat in Your Terminal

Chat with Claude AI (Opus, Sonnet, Haiku) directly from your terminal.  
No API key needed. Just install, register, and chat.

## Install

```bash
pip install mi-claude
```

## Usage

```bash
mi-claude
```

**First time:** Choose Register → enter username, password, invite token → done!  
**After that:** Auto-login, just type and chat.

```
  ╔═══════════════════════════════╗
  ║         Mi-Claude             ║
  ║   AI Chat Client v1.0.0      ║
  ╚═══════════════════════════════╝

  1. Login
  2. Register (need invite token)
  3. Exit

  Choose: 2
  Username: john
  Password: ****
  Invite token: xxxxx

  ✓ Welcome, john! (tier: pro)

  [sonnet] john > Tell me about Python
  Claude: Python is a high-level programming language...
```

## Commands

| Command | Description |
|---------|-------------|
| `/help` | Show all commands |
| `/status` | Account quota & stats |
| `/model opus` | Switch to Opus (most powerful) |
| `/model sonnet` | Switch to Sonnet (balanced) |
| `/model haiku` | Switch to Haiku (fastest) |
| `/models` | List all available models |
| `/new` | Start new conversation |
| `/clear` | Clear chat history |
| `/logout` | Logout |
| `/exit` | Exit |

## Models

| Model | Best for |
|-------|----------|
| **opus** | Complex reasoning, analysis |
| **sonnet** | General use (default) |
| **haiku** | Quick answers, speed |

## Get an Invite Token

Ask the admin for an invite token to register.  
Each token can only be used once.

## Requirements

- Python 3.8+
- Internet connection

## License

MIT
