sino-v2 0.2.0 → 0.2.2
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/README.md +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ Install the native binary through npm on any supported platform, or use
|
|
|
81
81
|
Homebrew on macOS:
|
|
82
82
|
|
|
83
83
|
```sh
|
|
84
|
-
npm i -g
|
|
84
|
+
npm i -g sino-v2 # installs the `sino` command
|
|
85
85
|
brew install wqy_94/sinoagent/sino # macOS
|
|
86
86
|
```
|
|
87
87
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sino-v2",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Cache-first DeepSeek coding agent for the terminal.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"sino": "bin/sino.js"
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"tui"
|
|
30
30
|
],
|
|
31
31
|
"optionalDependencies": {
|
|
32
|
-
"@sinoagent/cli-darwin-arm64": "0.2.
|
|
33
|
-
"@sinoagent/cli-darwin-x64": "0.2.
|
|
34
|
-
"@sinoagent/cli-linux-arm64": "0.2.
|
|
35
|
-
"@sinoagent/cli-linux-x64": "0.2.
|
|
36
|
-
"@sinoagent/cli-win32-arm64": "0.2.
|
|
37
|
-
"@sinoagent/cli-win32-x64": "0.2.
|
|
32
|
+
"@sinoagent/cli-darwin-arm64": "0.2.2",
|
|
33
|
+
"@sinoagent/cli-darwin-x64": "0.2.2",
|
|
34
|
+
"@sinoagent/cli-linux-arm64": "0.2.2",
|
|
35
|
+
"@sinoagent/cli-linux-x64": "0.2.2",
|
|
36
|
+
"@sinoagent/cli-win32-arm64": "0.2.2",
|
|
37
|
+
"@sinoagent/cli-win32-x64": "0.2.2"
|
|
38
38
|
},
|
|
39
|
-
"sinoagentCandidateSha": "
|
|
39
|
+
"sinoagentCandidateSha": "6966aff106d32c5a6389c24e31c147bc3893e4c9"
|
|
40
40
|
}
|