@telagod/nocode 0.1.4 → 0.1.6

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
@@ -2,7 +2,7 @@
2
2
 
3
3
  [中文文档](README_CN.md) | [Development Guide](docs/DEVELOPMENT.md)
4
4
 
5
- A terminal-native AI coding assistant built in Rust. 38K LOC, 51 modules, 25 tools, 555 tests.
5
+ A terminal-native AI coding assistant built in Rust. 41K LOC, 54 modules, 25 tools, 780 tests.
6
6
 
7
7
  ## Install
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telagod/nocode",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Terminal-native AI coding assistant built in Rust",
5
5
  "license": "MIT",
6
6
  "author": "telagod",
@@ -16,12 +16,12 @@
16
16
  "postinstall": "node scripts/postinstall.js"
17
17
  },
18
18
  "optionalDependencies": {
19
- "@telagod/nocode-linux-x64": "0.1.4",
20
- "@telagod/nocode-linux-arm64": "0.1.4",
21
- "@telagod/nocode-darwin-x64": "0.1.4",
22
- "@telagod/nocode-darwin-arm64": "0.1.4",
23
- "@telagod/nocode-win32-x64": "0.1.4",
24
- "@telagod/nocode-win32-arm64": "0.1.4"
19
+ "@telagod/nocode-linux-x64": "0.1.6",
20
+ "@telagod/nocode-linux-arm64": "0.1.6",
21
+ "@telagod/nocode-darwin-x64": "0.1.6",
22
+ "@telagod/nocode-darwin-arm64": "0.1.6",
23
+ "@telagod/nocode-win32-x64": "0.1.6",
24
+ "@telagod/nocode-win32-arm64": "0.1.6"
25
25
  },
26
26
  "engines": {
27
27
  "node": ">=16"