@henryqw/pi-herdr-rename 1.0.1 → 1.0.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 +12 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,15 +9,21 @@ pi install npm:@henryqw/pi-task-models
|
|
|
9
9
|
pi install npm:@henryqw/pi-herdr-rename
|
|
10
10
|
```
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
Requires Pi Coding Agent 0.84.2+.
|
|
13
13
|
|
|
14
|
-
##
|
|
14
|
+
## With
|
|
15
15
|
|
|
16
|
-
|
|
|
16
|
+
| Package | Why |
|
|
17
17
|
| --- | --- |
|
|
18
|
-
|
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
| `@henryqw/pi-task-models` | Required. Shared model profiles for title generation. |
|
|
19
|
+
|
|
20
|
+
## Use
|
|
21
|
+
|
|
22
|
+
| Surface | Type | Purpose |
|
|
23
|
+
| --- | --- | --- |
|
|
24
|
+
| `/rename` | command | Generate a title from up to three recent user/assistant rounds. |
|
|
25
|
+
|
|
26
|
+
First real user prompt also generates a title in the background and does not delay the main reply.
|
|
21
27
|
|
|
22
28
|
Successful titles use `type: subject`, lowercase words, and by default at most four words and 40 characters. Example: `fix: extension name` → Git branch `fix/extension-name`.
|
|
23
29
|
|