shiroai 2.0.7 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +1 -1
- package/package.json +3 -3
package/cli.js
CHANGED
|
@@ -297,7 +297,7 @@ function streamChat(msgs, tools) {
|
|
|
297
297
|
method: 'POST',
|
|
298
298
|
headers: {
|
|
299
299
|
'Content-Type': 'application/json',
|
|
300
|
-
'Authorization': 'Bearer
|
|
300
|
+
'Authorization': 'Bearer doo_v1_64d796457a6cc5aa16fad38a105d8b3f3417e6e95d09e49de6e033df203f52d6',
|
|
301
301
|
'Content-Length': Buffer.byteLength(body)
|
|
302
302
|
}
|
|
303
303
|
}, res => {
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shiroai",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "AI coding agent for your terminal
|
|
3
|
+
"version": "2.0.8",
|
|
4
|
+
"description": "AI coding agent for your terminal",
|
|
5
5
|
"bin": { "shiroai": "./cli.js" },
|
|
6
6
|
"files": ["cli.js"],
|
|
7
|
-
"keywords": ["ai",
|
|
7
|
+
"keywords": ["ai","cli","coding","agent","terminal","shiroai"],
|
|
8
8
|
"author": "ShiroAI",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"homepage": "https://shiroai.dev",
|