@bigfishnpm/matrixcode 0.4.20 → 0.4.21

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/package.json +1 -1
  2. package/bin/matrixcode +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigfishnpm/matrixcode",
3
- "version": "0.4.20",
3
+ "version": "0.4.21",
4
4
  "description": "AI coding assistant CLI with multi-model support, context compression, and cross-session memory",
5
5
  "license": "MIT",
6
6
  "author": "bigfish1913",
package/bin/matrixcode DELETED
@@ -1,6 +0,0 @@
1
- #!/usr/bin/env node
2
-
3
- console.error('MatrixCode binary not found.');
4
- console.error('Please install via cargo: cargo install matrixcode');
5
- console.error('Or reinstall this package to download the binary.');
6
- process.exit(1);