sino-v2 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
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 sinov2 # one-command install; also: npm i -g @sinoagent/sinov2
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.0",
3
+ "version": "0.2.1",
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.0",
33
- "@sinoagent/cli-darwin-x64": "0.2.0",
34
- "@sinoagent/cli-linux-arm64": "0.2.0",
35
- "@sinoagent/cli-linux-x64": "0.2.0",
36
- "@sinoagent/cli-win32-arm64": "0.2.0",
37
- "@sinoagent/cli-win32-x64": "0.2.0"
32
+ "@sinoagent/cli-darwin-arm64": "0.2.1",
33
+ "@sinoagent/cli-darwin-x64": "0.2.1",
34
+ "@sinoagent/cli-linux-arm64": "0.2.1",
35
+ "@sinoagent/cli-linux-x64": "0.2.1",
36
+ "@sinoagent/cli-win32-arm64": "0.2.1",
37
+ "@sinoagent/cli-win32-x64": "0.2.1"
38
38
  },
39
39
  "sinoagentCandidateSha": "d984f7754216a59297259c0b908f0af80c782d28"
40
40
  }