@xynogen/pix-commands 0.1.4 → 0.1.6
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 +5 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# pix-commands
|
|
2
2
|
|
|
3
|
-
Pi extension — `/clear
|
|
3
|
+
Pi extension — slash commands. `/clear`; more commands are planned.
|
|
4
4
|
|
|
5
5
|
## What it does
|
|
6
6
|
|
|
7
|
-
Registers
|
|
7
|
+
Registers slash commands. Currently `/clear`, which deletes `~/.cache/pi` — useful for flushing stale model-data or BenchLM cache — and prompts you to run `/reload` to apply the change. **More commands are on the way.** No extra dependencies beyond Pi.
|
|
8
8
|
|
|
9
9
|
> Diff review moved to the `diff` skill in [`@xynogen/pix-skills`](https://github.com/xynogen/pix-mono/tree/main/packages/pix-skills), which pre-populates `git status` + staged/unstaged diffs via the `` !`cmd` `` directive.
|
|
10
10
|
|
|
@@ -14,7 +14,7 @@ Registers the `/clear` slash command. `/clear` deletes `~/.cache/pi` — useful
|
|
|
14
14
|
pi install npm:@xynogen/pix-commands
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
> Also included in [`@xynogen/pix-core`](https://
|
|
17
|
+
> Also included in [`@xynogen/pix-core`](https://www.npmjs.com/package/@xynogen/pix-core):
|
|
18
18
|
>
|
|
19
19
|
> ```bash
|
|
20
20
|
> pi install npm:@xynogen/pix-core
|
|
@@ -22,6 +22,8 @@ pi install npm:@xynogen/pix-commands
|
|
|
22
22
|
|
|
23
23
|
## Full distro
|
|
24
24
|
|
|
25
|
+
Source: [github.com/xynogen/pix-mono](https://github.com/xynogen/pix-mono)
|
|
26
|
+
|
|
25
27
|
To install the complete pix suite (all packages + Pi itself):
|
|
26
28
|
|
|
27
29
|
```bash
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xynogen/pix-commands",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Pi extension — /clear
|
|
3
|
+
"version": "0.1.6",
|
|
4
|
+
"description": "Pi extension — slash commands (/clear; more planned)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
|
7
7
|
"scripts": {
|