codetyper-cli 0.4.4 → 0.4.5
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 +6 -0
- package/dist/index.js +689 -234
- package/package.json +1 -1
- package/src/version.json +1 -1
package/README.md
CHANGED
|
@@ -97,6 +97,7 @@ Full-screen terminal interface with real-time streaming responses.
|
|
|
97
97
|
- `/` - Open command menu (works anywhere in input)
|
|
98
98
|
- `Ctrl+M` - Toggle interaction mode
|
|
99
99
|
- `Ctrl+T` - Toggle todo panel
|
|
100
|
+
- `Ctrl+O` - Toggle activity panel
|
|
100
101
|
- `Shift+Up/Down` - Scroll log panel
|
|
101
102
|
- `Ctrl+C` (twice) - Exit
|
|
102
103
|
|
|
@@ -464,8 +465,13 @@ bun run lint
|
|
|
464
465
|
|
|
465
466
|
## Recent Changes (v0.4.2)
|
|
466
467
|
|
|
468
|
+
- **Session Stats on Exit**: Displays detailed session summary when quitting:
|
|
469
|
+
- Total API time spent, session duration, code changes (+/-)
|
|
470
|
+
- Per-model token usage breakdown with resume command
|
|
467
471
|
- **Pink Purple Theme**: New built-in color theme
|
|
472
|
+
- **Activity Panel Toggle**: `Ctrl+O` to show/hide the activity panel
|
|
468
473
|
- **Image Paste Fix**: Fixed race condition where pasted images were silently dropped
|
|
474
|
+
- **Terminal Exit Fix**: Fixed `997;1n` garbage text appearing on exit
|
|
469
475
|
- **@ and / Anywhere**: File picker and command menu now work at any cursor position
|
|
470
476
|
- **Plan Approval Gate**: User confirmation before agent executes plans
|
|
471
477
|
- **Execution Control**: Pause, resume, and abort agent execution
|