Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ claude -p --max-turns 3 "query"
claude --verbose

# Session cost and duration
/cos # Show total cost and duration
/cost # Show total cost and duration
```

## 🟠 Level 3: Advanced Commands
Expand Down Expand Up @@ -193,7 +193,7 @@ claude --dangerously-skip-permissions

```bash
/doctor # Check installation health
/cos # Show cost and duration of current session
/cost # Show cost and duration of current session
/ide # Manage IDE integrations
```

Expand Down Expand Up @@ -402,7 +402,7 @@ claude -p --max-turns 1 "quick analysis" # Single turn for efficiency
claude -p --compact-mode "analyze with minimal context"

# Resource monitoring
/cos # Check current session costs
/cost # Check current session costs
/doctor --performance # Performance diagnostics
```

Expand Down Expand Up @@ -509,7 +509,7 @@ claude --compliance-mode "analyze for security compliance"
| `/clear` | Clear conversation history |
| `/config` | Open config panel |
| `/doctor` | Check installation health |
| `/cos` | Show cost and duration |
| `/cost`| Show cost and duration |
| `/ide` | Manage IDE integrations |
| `/compact [instructions]` | Summarize conversation |
| `/mcp` | Access MCP functionality |
Expand Down