@oisincoveney/pipeline 1.5.3 → 1.5.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 +7 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -154,10 +154,10 @@ pipe install-commands --host all
154
154
 
155
155
  Generated resources are derived from the three config files; they are not
156
156
  separate sources of truth. Host resources use exact native agents when the node
157
- runner matches the host. Cross-runner nodes use host-native execution only when
158
- the host can run the requested model explicitly, such as OpenCode subagents with
159
- a resolved `model:`; otherwise generated instructions dispatch to that runner's
160
- CLI instead of doing instruction-only translation.
157
+ runner matches the host. OpenCode also uses native subagents for cross-runner
158
+ model-backed nodes when the runner/profile provides an OpenCode-compatible
159
+ `model` or `host_models.opencode` value. Otherwise generated instructions
160
+ dispatch to that runner's CLI instead of inventing a host model.
161
161
 
162
162
  | Host | Generated files | Invocation |
163
163
  | ----------- | ------------------------------------------------------ | -------------------- |
@@ -165,14 +165,13 @@ CLI instead of doing instruction-only translation.
165
165
  | Codex | `.agents/skills/pipe/SKILL.md`, `.codex/agents/*.toml` | `$pipe <task>` |
166
166
  | OpenCode | `.opencode/commands/pipe.md`, `.opencode/agents/*.md` | `/pipe <task>` |
167
167
  | Kimi | `.kimi/skills/pipe/SKILL.md`, `.kimi/agents/*.yaml` | `/skill:pipe <task>` |
168
- | Pi | `.pi/prompts/pipe.md`, `.pi/extensions/pipe.ts` | `/pipe <task>` |
168
+ | Pi | `.pi/prompts/pipe.md` | `/pipe <task>` |
169
169
 
170
170
  The installer is idempotent, supports `--check` and `--dry-run`, and refuses to
171
171
  overwrite manually edited files unless `--force` is supplied.
172
172
 
173
- Runner `model` is the canonical model id. Optional
174
- `host_models.<host>` entries are only needed when a host uses a different model
175
- identifier:
173
+ Runner `model` is the canonical model id. Optional `host_models.<host>` entries
174
+ are only needed when a host uses a different model identifier:
176
175
 
177
176
  ```yaml
178
177
  runners:
package/package.json CHANGED
@@ -73,7 +73,7 @@
73
73
  "prepack": "bun run build:cli"
74
74
  },
75
75
  "type": "module",
76
- "version": "1.5.3",
76
+ "version": "1.5.4",
77
77
  "description": "",
78
78
  "main": "index.js",
79
79
  "keywords": [],