@neovate/code 0.22.4 → 0.22.5
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 +0 -2
- package/dist/cli.mjs +896 -811
- package/dist/index.d.ts +109 -9
- package/dist/index.mjs +895 -810
- package/package.json +5 -16
- package/dist/mcps/chrome-devtools-mcp.mjs +0 -668
package/README.md
CHANGED
|
@@ -27,8 +27,6 @@ Ready to try Neovate Code? Getting started is simple:
|
|
|
27
27
|
```bash
|
|
28
28
|
npm install -g @neovate/code
|
|
29
29
|
neovate
|
|
30
|
-
# Or use the shorter alias
|
|
31
|
-
neo
|
|
32
30
|
```
|
|
33
31
|
|
|
34
32
|
We respect the API KEY environment variable for all providers. If you don't have an API Key, enter `/login`, select a provider, open the website, and enter the API Key.
|