codetyper-cli 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/index.js +3051 -402
- package/package.json +1 -1
- package/src/version.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
# CodeTyper CLI
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="assets/Codetyper_logo.png" alt="CodeTyper Logo" width="400">
|
|
5
|
+
</p>
|
|
4
6
|
|
|
5
|
-
|
|
7
|
+
An AI-powered terminal coding agent with an interactive TUI. CodeTyper autonomously executes coding tasks using tool calls with granular permission controls and intelligent provider routing.
|
|
6
8
|
|
|
7
9
|
## How It Works
|
|
8
10
|
|
|
@@ -85,7 +87,7 @@ Full-screen terminal interface with real-time streaming responses.
|
|
|
85
87
|
- `Enter` - Send message
|
|
86
88
|
- `Shift+Enter` - New line
|
|
87
89
|
- `/` - Open command menu
|
|
88
|
-
- `Ctrl+
|
|
90
|
+
- `Ctrl+M` - Toggle interaction mode
|
|
89
91
|
- `Ctrl+T` - Toggle todo panel
|
|
90
92
|
- `Shift+Up/Down` - Scroll log panel
|
|
91
93
|
- `Ctrl+C` (twice) - Exit
|