@xynogen/pix-core 0.4.3 → 0.4.4
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,10 +18,10 @@ Pi activates extensions per installed package via each package's `pi.extensions`
|
|
|
18
18
|
| `pix-footer` | Status bar: mode / git branch / model / cost / live TPS |
|
|
19
19
|
| `pix-models` | `/models` — enhanced model picker with BenchLM rank, context, cost |
|
|
20
20
|
| `pix-update` | `/update` — self-update Pi + refresh extensions |
|
|
21
|
-
| `pix-commands` | `/
|
|
21
|
+
| `pix-commands` | `/clear` slash command |
|
|
22
22
|
| `pix-diagnostics` | Compact LSP diagnostic widget |
|
|
23
23
|
| `pix-prompts` | System-prompt injection (AGENTS.md + repo directive files) |
|
|
24
|
-
| `pix-skills` | Agent skill loader (`read_skills` tool +
|
|
24
|
+
| `pix-skills` | Agent skill loader (`read_skills` tool + 28 bundled skills) |
|
|
25
25
|
| `pix-nudge` | Tool + capability nudge hooks |
|
|
26
26
|
|
|
27
27
|
**Tool suite** (drop-in replacements for Pi's built-in tools)
|