@xynogen/pix-core 0.3.0 → 0.3.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 +24 -21
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,35 +1,38 @@
|
|
|
1
1
|
# pix-core
|
|
2
2
|
|
|
3
|
-
Pi coding agent extension — core UI/UX
|
|
3
|
+
Pi coding agent extension — core UI/UX meta-package.
|
|
4
|
+
|
|
5
|
+
Installing `pix-core` pulls in all of the packages below as npm dependencies — no source code of its own.
|
|
4
6
|
|
|
5
7
|
## What's included
|
|
6
8
|
|
|
7
|
-
|
|
|
8
|
-
|
|
9
|
-
| `welcome` |
|
|
10
|
-
| `footer` |
|
|
11
|
-
| `models` |
|
|
12
|
-
| `update` |
|
|
13
|
-
| `
|
|
14
|
-
| `
|
|
15
|
-
| `
|
|
16
|
-
| `
|
|
17
|
-
| `
|
|
18
|
-
| `toolbox` | tool | `search` (fuzzy-find every tool / MCP tool / skill / command), `enable` / `disable` (turn a gated tool on/off by name) |
|
|
19
|
-
| `nudges` | hooks | model-steering reminders (tools / skill / capability) |
|
|
9
|
+
| Package | Description |
|
|
10
|
+
|---|---|
|
|
11
|
+
| `pix-welcome` | ASCII π banner + startup health checks (version, auth, models, gitignore) |
|
|
12
|
+
| `pix-footer` | Status bar: mode / git branch / model / cost / live TPS |
|
|
13
|
+
| `pix-models` | `/models` — enhanced model picker with BenchLM rank, context, cost |
|
|
14
|
+
| `pix-update` | `/update` — self-update Pi + refresh extensions |
|
|
15
|
+
| `pix-commands` | `/diff` and `/clear` slash commands |
|
|
16
|
+
| `pix-diagnostics` | Compact LSP diagnostic widget |
|
|
17
|
+
| `pix-prompts` | System-prompt injection (AGENTS.md + repo directive files) |
|
|
18
|
+
| `pix-skills` | Agent skill loader (`read_skills` tool + 21 bundled skills) |
|
|
19
|
+
| `pix-nudge` | Tool + capability nudge hooks |
|
|
20
20
|
|
|
21
21
|
## Install
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
pi install
|
|
24
|
+
pi install npm:@xynogen/pix-core
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
>
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
27
|
+
> Includes the core pix UI/UX packages and installs their dependencies.
|
|
28
|
+
|
|
29
|
+
## Full distro
|
|
30
|
+
|
|
31
|
+
To install the complete pix suite (all packages + Pi itself):
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
curl -fsSL https://raw.githubusercontent.com/xynogen/pix-mono/main/scripts/install.sh | sh
|
|
35
|
+
```
|
|
33
36
|
|
|
34
37
|
## License
|
|
35
38
|
|