Integrate terminal input handling into CLI tool using terminal-kit. Implement global key handler for CTRL-C and prompt user for input before initiating the LLM loop. Remove outdated test scripts for improved codebase clarity.

This commit is contained in:
sebseb7
2025-08-12 00:16:03 +02:00
parent 5090d2669b
commit 697cf74cc3
10 changed files with 414 additions and 1366 deletions

View File

@@ -4,6 +4,7 @@
"type": "module",
"main": "cli.js",
"dependencies": {
"terminal-kit": "^3.1.2",
"dotenv": "^16.4.5",
"abort-controller": "^3.0.0",
"agentkeepalive": "^4.6.0",