@willh/copilotstatusline 0.1.1 → 0.2.1
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 +4 -0
- package/dist/copilotstatusline.js +3747 -1016
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -98,6 +98,10 @@ bun test
|
|
|
98
98
|
bun run build
|
|
99
99
|
```
|
|
100
100
|
|
|
101
|
+
## Credits
|
|
102
|
+
|
|
103
|
+
The interactive configuration UI and status-line editing experience are adapted from [ccstatusline](https://github.com/sirmalloc/ccstatusline), created by sirmalloc.
|
|
104
|
+
|
|
101
105
|
## Upstream references
|
|
102
106
|
|
|
103
107
|
- [Copilot CLI configuration directory reference](https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-config-dir-reference)
|