@henryqw/pi-herdr-rename 2.1.6 → 2.1.7
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 +2 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,22 +30,10 @@ Requires Pi Coding Agent 0.84.3+.
|
|
|
30
30
|
|
|
31
31
|
First real user prompt generates a title in the background after Pi expands skill and prompt-template shorthand. It does not delay main reply. Extension-injected prompts, empty prompts, and image-only input are ignored.
|
|
32
32
|
|
|
33
|
+
Shared [`pi-task-models` config](../pi-task-models#config) at `~/.pi/agent/config/pi-task-models.json` routes task `pi-herdr-rename/rename` to the `fast` profile by default.
|
|
34
|
+
|
|
33
35
|
Display titles are natural task phrases, preferably three or four words and always at most four words and 20 characters. Model classification stays internal: `refactor: update task logic` displays as `Update task logic` and maps to Git branch `refactor/update-task-logic`.
|
|
34
36
|
|
|
35
37
|
In a linked worktree, a detached checkout or Herdr `worktree/...` branch is renamed; an existing non-generated branch stays. A generated workspace label such as `worktree-brave-meadow-4aa8` becomes display title; custom workspace names stay. Enclosing Herdr tab updates only when this pane is tab's only pane. Outside Herdr, only Pi session name changes.
|
|
36
38
|
|
|
37
39
|
Tries assigned profile primary, then fallback, while honoring configured thinking level. Never substitutes current session model. No viable route leaves titles unchanged. Resuming a session created by this version reapplies saved display title and semantic branch without another model request. Older titles receive no migration.
|
|
38
|
-
|
|
39
|
-
## Remove
|
|
40
|
-
|
|
41
|
-
```bash
|
|
42
|
-
pi remove npm:@henryqw/pi-herdr-rename
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
## Development
|
|
46
|
-
|
|
47
|
-
```bash
|
|
48
|
-
npm test --workspace @henryqw/pi-herdr-rename
|
|
49
|
-
npm run typecheck --workspace @henryqw/pi-herdr-rename
|
|
50
|
-
npm run pack:check --workspace @henryqw/pi-herdr-rename
|
|
51
|
-
```
|