@henryqw/pi-task-models 1.0.3 → 2.0.0

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/CONTEXT.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Pi Task Models
2
2
 
3
- Pi Task Models stores shared task profiles and task-to-profile assignments for HenryQW extensions, including default Subagent effort.
3
+ Pi Task Models stores shared task profiles and task-to-profile assignments for HenryQW extensions; `pi-subagent/delegateTask` defaults to `fast`.
4
4
 
5
5
  ## Language
6
6
 
package/README.md CHANGED
@@ -20,7 +20,7 @@ pi install npm:@henryqw/pi-task-models
20
20
  | `@henryqw/pi-auto-compact` | Consumer. Compaction defaults to the `fast` profile. |
21
21
  | `@henryqw/pi-herdr-btw` | Consumer. Side-thread launch uses the `fast` profile. |
22
22
  | `@henryqw/pi-herdr-rename` | Consumer. Rename uses the `fast` profile. |
23
- | `@henryqw/pi-subagent` | Consumer. Delegation defaults to `balanced`; caller may override it. |
23
+ | `@henryqw/pi-subagent` | Consumer. Delegation defaults to `fast`; caller may override it. |
24
24
  | `@henryqw/pi-multi-codex` | Improves. Numbered Codex slots dedupe to one route. |
25
25
 
26
26
  ## Use
@@ -60,7 +60,7 @@ Single shared JSON file at the exact package-owned path `~/.pi/agent/config/pi-t
60
60
  "pi-herdr-btw/btw": "fast",
61
61
  "pi-herdr-rename/rename": "fast",
62
62
  "pi-auto-compact/autoCompact": "fast",
63
- "pi-subagent/delegateTask": "balanced"
63
+ "pi-subagent/delegateTask": "fast"
64
64
  }
65
65
  }
66
66
  ```
package/dist/index.d.ts CHANGED
@@ -7,7 +7,7 @@ export declare const DEFAULT_TASK_ASSIGNMENTS: {
7
7
  readonly "pi-herdr-btw/btw": "fast";
8
8
  readonly "pi-herdr-rename/rename": "fast";
9
9
  readonly "pi-auto-compact/autoCompact": "fast";
10
- readonly "pi-subagent/delegateTask": "balanced";
10
+ readonly "pi-subagent/delegateTask": "fast";
11
11
  };
12
12
  export type TaskModelRoute = {
13
13
  model: string;
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ export const DEFAULT_TASK_ASSIGNMENTS = {
8
8
  "pi-herdr-btw/btw": "fast",
9
9
  "pi-herdr-rename/rename": "fast",
10
10
  "pi-auto-compact/autoCompact": "fast",
11
- "pi-subagent/delegateTask": "balanced",
11
+ "pi-subagent/delegateTask": "fast",
12
12
  };
13
13
  const CODEX_ALIAS = /^openai-codex-(?:[2-9]|[1-9]\d+)$/;
14
14
  const CONFIG_FILE = "pi-task-models.json";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-task-models",
3
- "version": "1.0.3",
3
+ "version": "2.0.0",
4
4
  "description": "Shared task model profiles and routing for HenryQW Pi extensions.",
5
5
  "keywords": [
6
6
  "pi-package",