@8monkey/pi-session-gzip 0.1.0 → 0.1.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 +0 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,18 +17,6 @@ Zero runtime dependencies. Pi loads the TypeScript directly, so there's no build
|
|
|
17
17
|
pi install npm:@8monkey/pi-session-gzip
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
-
That's it — the extension loads on the next `pi` launch. Update with `pi update`.
|
|
21
|
-
|
|
22
|
-
For development against a local clone, point pi at the file directly in `~/.pi/agent/settings.json`:
|
|
23
|
-
|
|
24
|
-
```json
|
|
25
|
-
{
|
|
26
|
-
"extensions": [
|
|
27
|
-
"~/pi-session-gzip/src/index.ts"
|
|
28
|
-
]
|
|
29
|
-
}
|
|
30
|
-
```
|
|
31
|
-
|
|
32
20
|
## Command
|
|
33
21
|
|
|
34
22
|
| Command | Description |
|