@willh/copilotstatusline 0.1.0 → 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.
package/docs/USAGE.md CHANGED
@@ -11,14 +11,14 @@ Unknown payload fields are accepted for forward compatibility. Missing optional
11
11
  Interactive installation:
12
12
 
13
13
  ```sh
14
- npx -y copilotstatusline@latest
14
+ npx -y @willh/copilotstatusline@latest
15
15
  ```
16
16
 
17
17
  Non-interactive installation:
18
18
 
19
19
  ```sh
20
- npx -y copilotstatusline@latest --install npm
21
- bunx -y copilotstatusline@latest --install bunx
20
+ npx -y @willh/copilotstatusline@latest --install npm
21
+ bunx -y @willh/copilotstatusline@latest --install bunx
22
22
  copilotstatusline --install global
23
23
  ```
24
24
 
package/docs/WINDOWS.md CHANGED
@@ -29,7 +29,7 @@ Formatter settings:
29
29
  PowerShell:
30
30
 
31
31
  ```powershell
32
- npx -y copilotstatusline@latest --install npm
32
+ npx -y @willh/copilotstatusline@latest --install npm
33
33
  ```
34
34
 
35
35
  If a global package is installed:
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@willh/copilotstatusline",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "bugs": {
5
- "url": "https://github.com/sirmalloc/copilotstatusline/issues"
5
+ "url": "https://github.com/doggy8088/copilotstatusline/issues"
6
6
  },
7
7
  "description": "A customizable status line formatter for GitHub Copilot CLI",
8
8
  "main": "./dist/copilotstatusline.js",
@@ -47,6 +47,7 @@
47
47
  "eslint-plugin-react-hooks": "^7.0.1",
48
48
  "globals": "^17.3.0",
49
49
  "ink": "6.2.0",
50
+ "ink-gradient": "^4.0.0",
50
51
  "ink-select-input": "^6.2.0",
51
52
  "ink-text-input": "^6.0.0",
52
53
  "react": "19.2.7",
@@ -70,7 +71,11 @@
70
71
  "license": "MIT",
71
72
  "repository": {
72
73
  "type": "git",
73
- "url": "git+https://github.com/sirmalloc/copilotstatusline.git"
74
+ "url": "git+https://github.com/doggy8088/copilotstatusline.git"
75
+ },
76
+ "homepage": "https://github.com/doggy8088/copilotstatusline#readme",
77
+ "publishConfig": {
78
+ "access": "public"
74
79
  },
75
80
  "engines": {
76
81
  "node": ">=22.0.0"