feat: listen mode (#997)

Co-authored-by: cpacker <packercharles@gmail.com>
This commit is contained in:
Shubham Naik
2026-02-18 17:38:48 -08:00
committed by GitHub
parent 3871fa810c
commit 56ff8ad447
9 changed files with 1280 additions and 22 deletions

View File

@@ -34,7 +34,8 @@
"glob": "^13.0.0",
"ink-link": "^5.0.0",
"open": "^10.2.0",
"sharp": "^0.34.5"
"sharp": "^0.34.5",
"ws": "^8.19.0"
},
"optionalDependencies": {
"@vscode/ripgrep": "^1.17.0"
@@ -44,6 +45,7 @@
"@types/diff": "^8.0.0",
"@types/picomatch": "^4.0.2",
"@types/react": "^19.2.9",
"@types/ws": "^8.18.1",
"diff": "^8.0.2",
"husky": "9.1.7",
"ink": "^5.0.0",