cerebras-cli 1.0.152 → 1.0.153

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 +10 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,15 +1,19 @@
1
- # js
1
+ # Cerebras Code CLI
2
2
 
3
- To install dependencies:
3
+ The fastest AI coding assistant, powered by Cerebras inference.
4
+
5
+ ## Install
4
6
 
5
7
  ```bash
6
- bun install
8
+ npm install -g cerebras-cli
7
9
  ```
8
10
 
9
- To run:
11
+ ## Run
10
12
 
11
13
  ```bash
12
- bun run index.ts
14
+ cerebras-cli
13
15
  ```
14
16
 
15
- This project was created using `bun init` in bun v1.2.12. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
17
+ ## Get Your API Key
18
+
19
+ Get a free Cerebras API key at [cloud.cerebras.ai](https://cloud.cerebras.ai)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
- "version": "1.0.152",
3
+ "version": "1.0.153",
4
4
  "name": "cerebras-cli",
5
5
  "description": "Cerebras Code CLI - The fastest AI coding assistant",
6
6
  "type": "module",
@@ -14,7 +14,7 @@
14
14
  "cerebras-cli": "bin/cerebras-cli"
15
15
  },
16
16
  "optionalDependencies": {
17
- "cerebras-cli-darwin-arm64": "1.0.152"
17
+ "cerebras-cli-darwin-arm64": "1.0.153"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@babel/core": "7.28.4",