@paean-ai/zero-cli 0.2.10 → 0.2.12

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paean-ai/zero-cli",
3
- "version": "0.2.10",
3
+ "version": "0.2.12",
4
4
  "description": "Zero - AI coding agent CLI, multi-model support (Claude, Gemini, GLM, Qwen, DeepSeek)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -40,16 +40,4 @@ module.exports = {
40
40
  };
41
41
  JS
42
42
 
43
- # color-diff-napi
44
- mkdir -p "$NM/color-diff-napi"
45
- cat > "$NM/color-diff-napi/package.json" << 'JSON'
46
- {"name":"color-diff-napi","version":"0.0.1","main":"index.js","type":"module"}
47
- JSON
48
- cat > "$NM/color-diff-napi/index.js" << 'JS'
49
- export function getSyntaxTheme() { return {}; }
50
- export class ColorDiff { diff() { return []; } }
51
- export class ColorFile { constructor() {} }
52
- export default {};
53
- JS
54
-
55
43
  echo "✓ Stub packages created"