grab 0.0.82 → 0.0.84
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 -3
- package/dist/{chunk-STRAHFDU.js → chunk-4RMN66RZ.js} +20 -18
- package/dist/{chunk-VX5TI23F.cjs → chunk-KH3NPZ2C.cjs} +20 -18
- package/dist/cli.cjs +3 -3
- package/dist/{core-CO-ZnW1x.d.cts → core-fiyB3sPz.d.cts} +1 -0
- package/dist/{core-CO-ZnW1x.d.ts → core-fiyB3sPz.d.ts} +1 -0
- package/dist/core.cjs +1 -1
- package/dist/core.d.cts +1 -1
- package/dist/core.d.ts +1 -1
- package/dist/core.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.global.js +20 -18
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -228,11 +228,11 @@ export default function RootLayout({ children }) {
|
|
|
228
228
|
}
|
|
229
229
|
```
|
|
230
230
|
|
|
231
|
-
###
|
|
231
|
+
### OpenCode
|
|
232
232
|
|
|
233
233
|
#### Server Setup
|
|
234
234
|
|
|
235
|
-
The server runs on port `6567` and interfaces with the
|
|
235
|
+
The server runs on port `6567` and interfaces with the OpenCode CLI. Add to your `package.json`:
|
|
236
236
|
|
|
237
237
|
```json
|
|
238
238
|
{
|
|
@@ -242,7 +242,7 @@ The server runs on port `6567` and interfaces with the Opencode CLI. Add to your
|
|
|
242
242
|
}
|
|
243
243
|
```
|
|
244
244
|
|
|
245
|
-
> **Note:** You must have [
|
|
245
|
+
> **Note:** You must have [OpenCode](https://opencode.ai) installed (`npm i -g opencode-ai@latest`).
|
|
246
246
|
|
|
247
247
|
#### Client Setup
|
|
248
248
|
|