You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-42Lines changed: 26 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,25 @@
1
-
# Claude CLI
1
+
# AI CLI
2
2
3
-

3
+

4
4
5
-

5
+

6
6
7
-
Command-line interface for interacting with Claude AI models.
7
+
Command-line interface for interacting with AI models.
8
8
9
9
**Version:** 0.3.0 | **Python:** 3.8+ | **License:** MIT
10
10
11
11
## Overview
12
12
13
-
Claude CLI provides a seamless, terminal-based interface to interact with Anthropic's Claude AI models. It combines the power of Claude's advanced reasoning capabilities with the efficiency of a command-line workflow, perfect for developers, researchers, and power users.
13
+
This CLI aapp provides a seamless, terminal-based interface to interact with various models. It combines the power of AI's advanced reasoning capabilities with the efficiency of a command-line workflow, perfect for developers, researchers, and power users.
14
14
15
15
## Features
16
16
17
-
-**Interactive Mode**: Engage in continuous conversations with Claude through a responsive terminal interface
17
+
-**Interactive Mode**: Engage in continuous conversations with AI through a responsive terminal interface
18
18
-**Command-Line Mode**: Quick queries without entering the interactive environment
19
19
-**Variable System**: Persistent variables with simple assignment and interpolation (`name=John`, then use `name`)
20
20
-**Vim-Style Key Bindings**: Familiar navigation and editing for power users
21
21
-**Conversation Management**: Save, view, and clear conversation history
22
-
-**File Upload Support**: Share files with Claude for analysis, with intelligent handling of both text and image files
22
+
-**File Upload Support**: Share files with AI for analysis, with intelligent handling of both text and image files
23
23
-**Rich Terminal UI**: Color-coded output and animated progress indicators
24
24
-**Context Preservation**: Maintain conversation context for more coherent exchanges
25
25
-**C++ API**: Cross-language variable access for integration
@@ -45,18 +45,18 @@ Claude CLI provides a seamless, terminal-based interface to interact with Anthro
0 commit comments