@just-every/code 0.2.5 → 0.2.6

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 +9 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,14 +33,20 @@
33
33
   
34
34
  ## Quickstart
35
35
 
36
- ### Install Code
36
+ ### Run
37
+
38
+ ```bash
39
+ npx -y @just-every/code
40
+ ```
41
+
42
+ ### Install & Run
37
43
 
38
44
  ```bash
39
45
  npm install -g @just-every/code
40
- code
46
+ code // or `coder` if you're using VS Code
41
47
  ```
42
48
 
43
- Note: If another tool already provides a `code` command (e.g., VS Code), our CLI is also installed as `coder`. Use `coder` to avoid conflicts. Check which command runs with `which -a code` (or `type -a code`). You can also run our CLI explicitly via `npx -y @just-every/code` or `$(npm bin -g)/code`.
49
+ Note: If another tool already provides a `code` command (e.g. VS Code), our CLI is also installed as `coder`. Use `coder` to avoid conflicts.
44
50
 
45
51
  **Authenticate** (one of the following):
46
52
  - **Sign in with ChatGPT** (Plus/Pro/Team; uses models available to your plan)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@just-every/code",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Lightweight coding agent that runs in your terminal - fork of OpenAI Codex",
6
6
  "bin": {