@henryqw/pi-herdr-btw 1.1.7 → 1.1.8

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 +8 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,7 +46,7 @@ Side pane gets static parent context and shares Main's working directory, so ena
46
46
 
47
47
  ## Config
48
48
 
49
- `~/.pi/agent/config/pi-herdr-btw.json`
49
+ Package-owned: `~/.pi/agent/config/pi-herdr-btw.json`
50
50
 
51
51
  ```json
52
52
  {
@@ -56,18 +56,12 @@ Side pane gets static parent context and shares Main's working directory, so ena
56
56
  }
57
57
  ```
58
58
 
59
- `/btw config` shows defaults. Set `auto-submit on|off`, `tools inherit|all|read-only|none`, or `split right|down`; `reset` removes config. Missing config uses defaults. Malformed config fails visibly and remains unchanged. Model routes live in `~/.pi/agent/config/pi-task-models.json`.
59
+ | Field | Required | Possible values | Default |
60
+ | --- | --- | --- | --- |
61
+ | `autoSubmit` | No | `true`, `false` — submit the draft question automatically instead of leaving it editable in the side pane | `false` |
62
+ | `tools` | No | `inherit` (parent's active tools), `all`, `read-only` (built-in read-only tools), `none` | `inherit` |
63
+ | `split` | No | `right`, `down` — side-pane placement | `right` |
60
64
 
61
- ## Remove
65
+ All fields are optional; unknown keys and non-object files are rejected. `/btw config show` prints effective values; `/btw config reset` removes the file. Missing config uses defaults; malformed config fails visibly and remains unchanged.
62
66
 
63
- ```bash
64
- pi remove npm:@henryqw/pi-herdr-btw
65
- ```
66
-
67
- ## Development
68
-
69
- ```bash
70
- npm test --workspace @henryqw/pi-herdr-btw
71
- npm run typecheck --workspace @henryqw/pi-herdr-btw
72
- npm run pack:check --workspace @henryqw/pi-herdr-btw
73
- ```
67
+ Shared: `~/.pi/agent/config/pi-task-models.json`, owned by `@henryqw/pi-task-models`. Task `pi-herdr-btw/btw` defaults to profile `fast`; side-thread routes resolve before pane launch.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-herdr-btw",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Open and merge tool-enabled Pi side threads in Herdr panes.",
5
5
  "keywords": [
6
6
  "pi-package",