grab 0.0.78 → 0.0.80
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 +3 -1
- package/dist/{chunk-IOEUCYGF.cjs → chunk-2OKPQEMK.cjs} +397 -211
- package/dist/{chunk-PJCJQBH7.js → chunk-VO4Y6JSD.js} +397 -211
- package/dist/cli.cjs +1 -1
- package/dist/{core-BIJVr_bk.d.cts → core-CO-ZnW1x.d.cts} +9 -0
- package/dist/{core-BIJVr_bk.d.ts → core-CO-ZnW1x.d.ts} +9 -0
- package/dist/core.cjs +7 -7
- package/dist/core.d.cts +1 -1
- package/dist/core.d.ts +1 -1
- package/dist/core.js +1 -1
- package/dist/index.cjs +8 -8
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.global.js +27 -27
- package/dist/index.js +2 -2
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -178,6 +178,8 @@ export default function RootLayout({ children }) {
|
|
|
178
178
|
|
|
179
179
|
### Cursor CLI
|
|
180
180
|
|
|
181
|
+
You must have the [`cursor-agent` CLI](https://cursor.com/docs/cli/overview) installed.
|
|
182
|
+
|
|
181
183
|
#### Server Setup
|
|
182
184
|
|
|
183
185
|
The server runs on port `5567` and interfaces with the `cursor-agent` CLI. Add to your `package.json`:
|
|
@@ -331,4 +333,4 @@ We expect all contributors to abide by the terms of our [Code of Conduct](https:
|
|
|
331
333
|
|
|
332
334
|
React Grab is MIT-licensed open-source software.
|
|
333
335
|
|
|
334
|
-
_Thank you to [Andrew Luetgers](https://github.com/andrewluetgers) for donating the `grab` npm package name._
|
|
336
|
+
_Thank you to [Andrew Luetgers](https://github.com/andrewluetgers) for donating the `grab` npm package name._
|