@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.
Files changed (2) hide show
  1. package/README.md +2 -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` | `/diff` and `/clear` slash 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 + 23 bundled skills) |
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xynogen/pix-core",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Pi extension bundle — installs and activates all core pix-* extensions",
5
5
  "type": "module",
6
6
  "main": "src/extension.ts",