Fix edge case issues when running commands with long outputs or as completion command

This commit is contained in:
Saoud Rizwan
2024-08-04 19:32:45 -04:00
parent c823cdd4f8
commit 38d461b784
4 changed files with 31 additions and 4 deletions

View File

@@ -127,6 +127,7 @@
"@anthropic-ai/sdk": "^0.24.3",
"@vscode/codicons": "^0.0.36",
"default-shell": "^2.2.0",
"delay": "^6.0.0",
"diff": "^5.2.0",
"execa": "^9.3.0",
"globby": "^14.0.2",
@@ -138,4 +139,4 @@
"tree-sitter-wasms": "^0.1.11",
"web-tree-sitter": "^0.22.6"
}
}
}