feat: add ora spinner (v9.3.0) while running shell

This commit is contained in:
2026-03-23 14:27:23 +05:30
parent 6b07a7ac2a
commit e4d3e0e263
12 changed files with 201 additions and 72 deletions
+3 -2
View File
@@ -29,9 +29,10 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"chalk": "^5.3.0",
"@opencode-ai/plugin": "^1.2.27",
"commander": "^12.0.0"
"chalk": "^5.3.0",
"commander": "^12.0.0",
"ora": "^9.3.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.8",