@codegoblin-io/codegoblin 0.1.2 → 0.2.0

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 +16 -16
package/README.md CHANGED
@@ -7,7 +7,7 @@ CodeGoblin is an independent fork/customization of OpenCode and is not affiliate
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- npm install -g @codegoblin-io/codegoblin@0.1.2
10
+ npm install -g @codegoblin-io/codegoblin@0.2.0
11
11
  ```
12
12
 
13
13
  Then run:
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@codegoblin-io/codegoblin",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "description": "Your local AI goblin for code, images, and agents.",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/shawnisikli/CodeGoblin"
8
+ "url": "https://github.com/CodeGoblinAI/CodeGoblin"
9
9
  },
10
- "homepage": "https://github.com/shawnisikli/CodeGoblin",
10
+ "homepage": "https://github.com/CodeGoblinAI/CodeGoblin",
11
11
  "bugs": {
12
- "url": "https://github.com/shawnisikli/CodeGoblin/issues"
12
+ "url": "https://github.com/CodeGoblinAI/CodeGoblin/issues"
13
13
  },
14
14
  "keywords": [
15
15
  "ai",
@@ -42,18 +42,18 @@
42
42
  "x64"
43
43
  ],
44
44
  "optionalDependencies": {
45
- "codegoblin-windows-x64-baseline": "0.1.2",
46
- "codegoblin-windows-x64": "0.1.2",
47
- "codegoblin-windows-arm64": "0.1.2",
48
- "codegoblin-linux-x64-musl": "0.1.2",
49
- "codegoblin-linux-x64-baseline-musl": "0.1.2",
50
- "codegoblin-linux-x64-baseline": "0.1.2",
51
- "codegoblin-linux-x64": "0.1.2",
52
- "codegoblin-linux-arm64-musl": "0.1.2",
53
- "codegoblin-linux-arm64": "0.1.2",
54
- "codegoblin-darwin-x64-baseline": "0.1.2",
55
- "codegoblin-darwin-x64": "0.1.2",
56
- "codegoblin-darwin-arm64": "0.1.2"
45
+ "codegoblin-windows-x64-baseline": "0.2.0",
46
+ "codegoblin-windows-x64": "0.2.0",
47
+ "codegoblin-windows-arm64": "0.2.0",
48
+ "codegoblin-linux-x64-musl": "0.2.0",
49
+ "codegoblin-linux-x64-baseline-musl": "0.2.0",
50
+ "codegoblin-linux-x64-baseline": "0.2.0",
51
+ "codegoblin-linux-x64": "0.2.0",
52
+ "codegoblin-linux-arm64-musl": "0.2.0",
53
+ "codegoblin-linux-arm64": "0.2.0",
54
+ "codegoblin-darwin-x64-baseline": "0.2.0",
55
+ "codegoblin-darwin-x64": "0.2.0",
56
+ "codegoblin-darwin-arm64": "0.2.0"
57
57
  },
58
58
  "nativeBinary": {
59
59
  "product": "CodeGoblin",