@telagod/nocode 0.2.7 → 0.2.16

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. 41K LOC, 54 modules, 25 tools, 780 tests.
5
+ A terminal-native AI coding assistant built in Rust. 90 modules, 21 tools, 476 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.2.7",
3
+ "version": "0.2.16",
4
4
  "description": "Terminal-native AI coding assistant built in Rust",
5
5
  "license": "MIT",
6
6
  "author": "telagod",
@@ -19,12 +19,12 @@
19
19
  "postinstall": "node scripts/postinstall.js"
20
20
  },
21
21
  "optionalDependencies": {
22
- "@telagod/nocode-linux-x64": "0.2.7",
23
- "@telagod/nocode-linux-arm64": "0.2.7",
24
- "@telagod/nocode-darwin-x64": "0.2.7",
25
- "@telagod/nocode-darwin-arm64": "0.2.7",
26
- "@telagod/nocode-win32-x64": "0.2.7",
27
- "@telagod/nocode-win32-arm64": "0.2.7"
22
+ "@telagod/nocode-linux-x64": "0.2.16",
23
+ "@telagod/nocode-linux-arm64": "0.2.16",
24
+ "@telagod/nocode-darwin-x64": "0.2.16",
25
+ "@telagod/nocode-darwin-arm64": "0.2.16",
26
+ "@telagod/nocode-win32-x64": "0.2.16",
27
+ "@telagod/nocode-win32-arm64": "0.2.16"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">=16"