@henryqw/pi-task-models 0.1.1 → 0.1.2
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 +13 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,17 +8,26 @@ Shared `fast`, `balanced`, and `frontier` model profiles for HenryQW Pi extensio
|
|
|
8
8
|
pi install npm:@henryqw/pi-task-models
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## With
|
|
12
12
|
|
|
13
|
-
|
|
|
13
|
+
| Package | Why |
|
|
14
14
|
| --- | --- |
|
|
15
|
-
|
|
|
15
|
+
| `@henryqw/pi-auto-compact` | Consumer. Compaction uses the `balanced` profile. |
|
|
16
|
+
| `@henryqw/pi-herdr-rename` | Consumer. Rename uses the `fast` profile. |
|
|
17
|
+
| `@henryqw/pi-subagent` | Consumer. Caller picks `fast`, `balanced`, or `frontier`. |
|
|
18
|
+
| `@henryqw/pi-multi-codex` | Improves. Numbered Codex slots dedupe to one route. |
|
|
19
|
+
|
|
20
|
+
## Use
|
|
21
|
+
|
|
22
|
+
| Surface | Type | Purpose |
|
|
23
|
+
| --- | --- | --- |
|
|
24
|
+
| `/task-models` | command | Edit a profile or assign a task to a profile. |
|
|
16
25
|
|
|
17
26
|
Selecting a profile sets primary model, primary thinking, optional fallback model, then fallback thinking. One completed flow writes the whole profile. Selecting a task changes its assignment.
|
|
18
27
|
|
|
19
28
|
Menus and resolution use the current session's `ctx.scopedModels`, including pinned thinking. Empty scope uses Pi's full available model registry. Numbered Codex account aliases are deduplicated. Fallback choices exclude the selected primary. Hidden task assignments stay stored when a package is disabled.
|
|
20
29
|
|
|
21
|
-
|
|
30
|
+
Package also exports config and route-resolution helpers for consumers.
|
|
22
31
|
|
|
23
32
|
## Config
|
|
24
33
|
|