@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.
Files changed (2) hide show
  1. package/README.md +12 -6
  2. 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
- `pi-task-models` provides `/task-models` for the rename routes. Requires Pi Coding Agent 0.84.2+.
12
+ Requires Pi Coding Agent 0.84.2+.
13
13
 
14
- ## Use
14
+ ## With
15
15
 
16
- | Surface | Purpose |
16
+ | Package | Why |
17
17
  | --- | --- |
18
- | first real user prompt | Generate a title in the background. Does not delay the main reply. |
19
- | `/rename` | Generate a title from up to three recent user/assistant rounds. |
20
- | `/task-models` | Configure the `pi-herdr-rename/rename` profile (default `fast`). |
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-herdr-rename",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Generate short Pi chat titles and rename the current Herdr location.",
5
5
  "keywords": [
6
6
  "pi-package",