feat: add chalk styling for terminal output

This commit is contained in:
mitchell 2026-04-17 00:13:17 -04:00
parent 4bbe1a38d4
commit 712666255a
4 changed files with 21 additions and 5 deletions

View file

@ -24,6 +24,8 @@
},
"dependencies": {
"@ai-sdk/openai-compatible": "^2.0.41",
"ai": "^6.0.161"
"ai": "^6.0.161",
"ansi-styles": "^6.2.3",
"chalk": "^5.6.2"
}
}