tmcode-linux-arm64 1.18.3 → 1.18.5

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.

Potentially problematic release.


This version of tmcode-linux-arm64 might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bin/tmcode +0 -0
  2. package/package.json +3 -8
package/bin/tmcode CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tmcode-linux-arm64",
3
- "version": "1.18.3",
3
+ "version": "1.18.5",
4
4
  "preferUnplugged": true,
5
5
  "os": [
6
6
  "linux"
@@ -8,11 +8,6 @@
8
8
  "cpu": [
9
9
  "arm64"
10
10
  ],
11
- "description": "tmcode v1 \u2014 opencode 1.17.4 source-rebuilt distribution (linux-arm64). Source: https://github.com/tianma-ai/tmcode",
12
- "license": "MIT",
13
- "homepage": "https://github.com/tianma-ai/tmcode",
14
- "repository": {
15
- "type": "git",
16
- "url": "https://github.com/tianma-ai/tmcode.git"
17
- }
11
+ "description": "tmcode (\u5929\u9a6c) \u2014 coding-agent CLI native binary",
12
+ "license": "MIT"
18
13
  }