chad-code 1.3.3 → 1.3.4

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/README.md CHANGED
@@ -32,7 +32,7 @@ npx chad-code
32
32
  ## Requirements
33
33
 
34
34
  - Node.js 18+ or Bun
35
- - A Chadcode API key (get one at [corethink.ai](https://corethink.ai))
35
+ - A Chadcode API key (get one at [chadcode.dev](https://chadcode.dev))
36
36
 
37
37
  ## Usage
38
38
 
@@ -52,12 +52,11 @@ chad-code --help
52
52
 
53
53
  ## Documentation
54
54
 
55
- Visit [corethink.ai/docs](https://corethink.ai/docs) for full documentation.
55
+ Visit [chadcode-docs.docsalot.dev](https://chadcode-docs.docsalot.dev/getting-started) for full documentation.
56
56
 
57
57
  ## Support
58
58
 
59
- - Report issues: [GitHub Issues](https://github.com/corethink-ai/chad-code/issues)
60
- - Website: [corethink.ai](https://corethink.ai)
59
+ - Website: [chadcode.dev](https://chadcode.dev)
61
60
 
62
61
  ## License
63
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chad-code",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "AI-powered coding assistant for your terminal",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -14,13 +14,13 @@
14
14
  "chad",
15
15
  "llm"
16
16
  ],
17
- "homepage": "https://corethink.ai",
17
+ "homepage": "https://chadcode.dev",
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "https://github.com/corethink-ai/corethink-code"
20
+ "url": "https://github.com/ChadCode007/chad-code"
21
21
  },
22
22
  "bugs": {
23
- "url": "https://github.com/corethink-ai/corethink-code/issues"
23
+ "url": "https://github.com/ChadCode007/chad-code/issues"
24
24
  },
25
25
  "bin": {
26
26
  "chad-code": "./bin/chad-code"
@@ -30,16 +30,16 @@
30
30
  },
31
31
  "preferGlobal": true,
32
32
  "optionalDependencies": {
33
- "chad-code-linux-arm64": "0.0.0-main-202601090906",
34
- "chad-code-linux-x64": "0.0.0-main-202601090906",
35
- "chad-code-linux-x64-baseline": "0.0.0-main-202601090906",
36
- "chad-code-linux-arm64-musl": "0.0.0-main-202601090906",
37
- "chad-code-linux-x64-musl": "0.0.0-main-202601090906",
38
- "chad-code-linux-x64-baseline-musl": "0.0.0-main-202601090906",
39
- "chad-code-darwin-arm64": "0.0.0-main-202601090906",
40
- "chad-code-darwin-x64": "0.0.0-main-202601090906",
41
- "chad-code-darwin-x64-baseline": "0.0.0-main-202601090906",
42
- "chad-code-windows-x64": "0.0.0-main-202601090906",
43
- "chad-code-windows-x64-baseline": "0.0.0-main-202601090906"
33
+ "chad-code-linux-arm64": "1.3.4",
34
+ "chad-code-linux-x64": "1.3.4",
35
+ "chad-code-linux-x64-baseline": "1.3.4",
36
+ "chad-code-linux-arm64-musl": "1.3.4",
37
+ "chad-code-linux-x64-musl": "1.3.4",
38
+ "chad-code-linux-x64-baseline-musl": "1.3.4",
39
+ "chad-code-darwin-arm64": "1.3.4",
40
+ "chad-code-darwin-x64": "1.3.4",
41
+ "chad-code-darwin-x64-baseline": "1.3.4",
42
+ "chad-code-windows-x64": "1.3.4",
43
+ "chad-code-windows-x64-baseline": "1.3.4"
44
44
  }
45
- }
45
+ }