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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user