@hk_net/pi-advisor 0.1.0

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/CHANGELOG.md ADDED
@@ -0,0 +1,39 @@
1
+ # Changelog
2
+
3
+ ## 0.1.1
4
+
5
+ ### Changed
6
+
7
+ - Bumped package and pi peer/dev dependencies to `0.79.1`.
8
+ - Added pi `0.79.1` autocomplete-provider integration for `/advisor ...` and `/advise ...` arguments.
9
+ - Honor pi project trust for project-local `.pi/advisor.json`; untrusted projects cannot silently configure advisor or enable auto-triggers.
10
+
11
+ ## 0.1.0
12
+
13
+ ### Added
14
+
15
+ - Initial release of pi-advisor
16
+ - Added runtime config validation and pure-helper tests
17
+
18
+ ### Fixed
19
+
20
+ - Retry advisor once with visible-text-only prompting when the reviewer returns reasoning-only output, and show diagnostics instead of the vague "returned no text" placeholder
21
+ - Treat `timeoutMs: 0` as provider-default timeout when calling the reviewer model
22
+ - Remove arbitrary 120-char truncation from loop-detection fingerprint
23
+ - Reorder /advise autocomplete — steer/pipe before show
24
+ - Robust arg parsing in /advisor autocomplete
25
+
26
+ ### Changed
27
+
28
+ - Require an explicitly configured advisor model before sending transcripts; removed implicit latest-GPT/current-model fallback
29
+ - Documented `/advise` default injection behavior and named transcript truncation limits
30
+ - Hardened the reviewer prompt against transcript-borne prompt injection
31
+ - Made /advisor model selection scrollable so long model lists stay within the terminal view
32
+ - Refreshed the model registry before listing and resolving advisor models so OAuth/subscription-backed providers added via /login are selectable
33
+ - Allowed advisor model resolution and execution to use header-only auth as well as API-key auth
34
+ - Changed /advise so its default show mode is clearly UI-only and not presented as model-injected chat content; added pipe and steer modes to feed advisor feedback into the active conversation
35
+ - Added loop detection to when-stuck trigger
36
+ - Clarified /advisor opens interactive model picker + thinking-level selection
37
+ - Split /advisor none/default into two lines
38
+ - Merged /advisor picker rows into single line
39
+ - Updated /advisor when-stuck table row to mention loop detection
package/LICENSE ADDED
@@ -0,0 +1,287 @@
1
+ EUROPEAN UNION PUBLIC LICENCE v. 1.2
2
+ EUPL © the European Union 2007, 2016
3
+
4
+ This European Union Public Licence (the ‘EUPL’) applies to the Work (as defined
5
+ below) which is provided under the terms of this Licence. Any use of the Work,
6
+ other than as authorised under this Licence is prohibited (to the extent such
7
+ use is covered by a right of the copyright holder of the Work).
8
+
9
+ The Work is provided under the terms of this Licence when the Licensor (as
10
+ defined below) has placed the following notice immediately following the
11
+ copyright notice for the Work:
12
+
13
+ Licensed under the EUPL
14
+
15
+ or has expressed by any other means his willingness to license under the EUPL.
16
+
17
+ 1. Definitions
18
+
19
+ In this Licence, the following terms have the following meaning:
20
+
21
+ - ‘The Licence’: this Licence.
22
+
23
+ - ‘The Original Work’: the work or software distributed or communicated by the
24
+ Licensor under this Licence, available as Source Code and also as Executable
25
+ Code as the case may be.
26
+
27
+ - ‘Derivative Works’: the works or software that could be created by the
28
+ Licensee, based upon the Original Work or modifications thereof. This Licence
29
+ does not define the extent of modification or dependence on the Original Work
30
+ required in order to classify a work as a Derivative Work; this extent is
31
+ determined by copyright law applicable in the country mentioned in Article 15.
32
+
33
+ - ‘The Work’: the Original Work or its Derivative Works.
34
+
35
+ - ‘The Source Code’: the human-readable form of the Work which is the most
36
+ convenient for people to study and modify.
37
+
38
+ - ‘The Executable Code’: any code which has generally been compiled and which is
39
+ meant to be interpreted by a computer as a program.
40
+
41
+ - ‘The Licensor’: the natural or legal person that distributes or communicates
42
+ the Work under the Licence.
43
+
44
+ - ‘Contributor(s)’: any natural or legal person who modifies the Work under the
45
+ Licence, or otherwise contributes to the creation of a Derivative Work.
46
+
47
+ - ‘The Licensee’ or ‘You’: any natural or legal person who makes any usage of
48
+ the Work under the terms of the Licence.
49
+
50
+ - ‘Distribution’ or ‘Communication’: any act of selling, giving, lending,
51
+ renting, distributing, communicating, transmitting, or otherwise making
52
+ available, online or offline, copies of the Work or providing access to its
53
+ essential functionalities at the disposal of any other natural or legal
54
+ person.
55
+
56
+ 2. Scope of the rights granted by the Licence
57
+
58
+ The Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
59
+ sublicensable licence to do the following, for the duration of copyright vested
60
+ in the Original Work:
61
+
62
+ - use the Work in any circumstance and for all usage,
63
+ - reproduce the Work,
64
+ - modify the Work, and make Derivative Works based upon the Work,
65
+ - communicate to the public, including the right to make available or display
66
+ the Work or copies thereof to the public and perform publicly, as the case may
67
+ be, the Work,
68
+ - distribute the Work or copies thereof,
69
+ - lend and rent the Work or copies thereof,
70
+ - sublicense rights in the Work or copies thereof.
71
+
72
+ Those rights can be exercised on any media, supports and formats, whether now
73
+ known or later invented, as far as the applicable law permits so.
74
+
75
+ In the countries where moral rights apply, the Licensor waives his right to
76
+ exercise his moral right to the extent allowed by law in order to make effective
77
+ the licence of the economic rights here above listed.
78
+
79
+ The Licensor grants to the Licensee royalty-free, non-exclusive usage rights to
80
+ any patents held by the Licensor, to the extent necessary to make use of the
81
+ rights granted on the Work under this Licence.
82
+
83
+ 3. Communication of the Source Code
84
+
85
+ The Licensor may provide the Work either in its Source Code form, or as
86
+ Executable Code. If the Work is provided as Executable Code, the Licensor
87
+ provides in addition a machine-readable copy of the Source Code of the Work
88
+ along with each copy of the Work that the Licensor distributes or indicates, in
89
+ a notice following the copyright notice attached to the Work, a repository where
90
+ the Source Code is easily and freely accessible for as long as the Licensor
91
+ continues to distribute or communicate the Work.
92
+
93
+ 4. Limitations on copyright
94
+
95
+ Nothing in this Licence is intended to deprive the Licensee of the benefits from
96
+ any exception or limitation to the exclusive rights of the rights owners in the
97
+ Work, of the exhaustion of those rights or of other applicable limitations
98
+ thereto.
99
+
100
+ 5. Obligations of the Licensee
101
+
102
+ The grant of the rights mentioned above is subject to some restrictions and
103
+ obligations imposed on the Licensee. Those obligations are the following:
104
+
105
+ Attribution right: The Licensee shall keep intact all copyright, patent or
106
+ trademarks notices and all notices that refer to the Licence and to the
107
+ disclaimer of warranties. The Licensee must include a copy of such notices and a
108
+ copy of the Licence with every copy of the Work he/she distributes or
109
+ communicates. The Licensee must cause any Derivative Work to carry prominent
110
+ notices stating that the Work has been modified and the date of modification.
111
+
112
+ Copyleft clause: If the Licensee distributes or communicates copies of the
113
+ Original Works or Derivative Works, this Distribution or Communication will be
114
+ done under the terms of this Licence or of a later version of this Licence
115
+ unless the Original Work is expressly distributed only under this version of the
116
+ Licence — for example by communicating ‘EUPL v. 1.2 only’. The Licensee
117
+ (becoming Licensor) cannot offer or impose any additional terms or conditions on
118
+ the Work or Derivative Work that alter or restrict the terms of the Licence.
119
+
120
+ Compatibility clause: If the Licensee Distributes or Communicates Derivative
121
+ Works or copies thereof based upon both the Work and another work licensed under
122
+ a Compatible Licence, this Distribution or Communication can be done under the
123
+ terms of this Compatible Licence. For the sake of this clause, ‘Compatible
124
+ Licence’ refers to the licences listed in the appendix attached to this Licence.
125
+ Should the Licensee's obligations under the Compatible Licence conflict with
126
+ his/her obligations under this Licence, the obligations of the Compatible
127
+ Licence shall prevail.
128
+
129
+ Provision of Source Code: When distributing or communicating copies of the Work,
130
+ the Licensee will provide a machine-readable copy of the Source Code or indicate
131
+ a repository where this Source will be easily and freely available for as long
132
+ as the Licensee continues to distribute or communicate the Work.
133
+
134
+ Legal Protection: This Licence does not grant permission to use the trade names,
135
+ trademarks, service marks, or names of the Licensor, except as required for
136
+ reasonable and customary use in describing the origin of the Work and
137
+ reproducing the content of the copyright notice.
138
+
139
+ 6. Chain of Authorship
140
+
141
+ The original Licensor warrants that the copyright in the Original Work granted
142
+ hereunder is owned by him/her or licensed to him/her and that he/she has the
143
+ power and authority to grant the Licence.
144
+
145
+ Each Contributor warrants that the copyright in the modifications he/she brings
146
+ to the Work are owned by him/her or licensed to him/her and that he/she has the
147
+ power and authority to grant the Licence.
148
+
149
+ Each time You accept the Licence, the original Licensor and subsequent
150
+ Contributors grant You a licence to their contributions to the Work, under the
151
+ terms of this Licence.
152
+
153
+ 7. Disclaimer of Warranty
154
+
155
+ The Work is a work in progress, which is continuously improved by numerous
156
+ Contributors. It is not a finished work and may therefore contain defects or
157
+ ‘bugs’ inherent to this type of development.
158
+
159
+ For the above reason, the Work is provided under the Licence on an ‘as is’ basis
160
+ and without warranties of any kind concerning the Work, including without
161
+ limitation merchantability, fitness for a particular purpose, absence of defects
162
+ or errors, accuracy, non-infringement of intellectual property rights other than
163
+ copyright as stated in Article 6 of this Licence.
164
+
165
+ This disclaimer of warranty is an essential part of the Licence and a condition
166
+ for the grant of any rights to the Work.
167
+
168
+ 8. Disclaimer of Liability
169
+
170
+ Except in the cases of wilful misconduct or damages directly caused to natural
171
+ persons, the Licensor will in no event be liable for any direct or indirect,
172
+ material or moral, damages of any kind, arising out of the Licence or of the use
173
+ of the Work, including without limitation, damages for loss of goodwill, work
174
+ stoppage, computer failure or malfunction, loss of data or any commercial
175
+ damage, even if the Licensor has been advised of the possibility of such damage.
176
+ However, the Licensor will be liable under statutory product liability laws as
177
+ far such laws apply to the Work.
178
+
179
+ 9. Additional agreements
180
+
181
+ While distributing the Work, You may choose to conclude an additional agreement,
182
+ defining obligations or services consistent with this Licence. However, if
183
+ accepting obligations, You may act only on your own behalf and on your sole
184
+ responsibility, not on behalf of the original Licensor or any other Contributor,
185
+ and only if You agree to indemnify, defend, and hold each Contributor harmless
186
+ for any liability incurred by, or claims asserted against such Contributor by
187
+ the fact You have accepted any warranty or additional liability.
188
+
189
+ 10. Acceptance of the Licence
190
+
191
+ The provisions of this Licence can be accepted by clicking on an icon ‘I agree’
192
+ placed under the bottom of a window displaying the text of this Licence or by
193
+ affirming consent in any other similar way, in accordance with the rules of
194
+ applicable law. Clicking on that icon indicates your clear and irrevocable
195
+ acceptance of this Licence and all of its terms and conditions.
196
+
197
+ Similarly, you irrevocably accept this Licence and all of its terms and
198
+ conditions by exercising any rights granted to You by Article 2 of this Licence,
199
+ such as the use of the Work, the creation by You of a Derivative Work or the
200
+ Distribution or Communication by You of the Work or copies thereof.
201
+
202
+ 11. Information to the public
203
+
204
+ In case of any Distribution or Communication of the Work by means of electronic
205
+ communication by You (for example, by offering to download the Work from a
206
+ remote location) the distribution channel or media (for example, a website) must
207
+ at least provide to the public the information requested by the applicable law
208
+ regarding the Licensor, the Licence and the way it may be accessible, concluded,
209
+ stored and reproduced by the Licensee.
210
+
211
+ 12. Termination of the Licence
212
+
213
+ The Licence and the rights granted hereunder will terminate automatically upon
214
+ any breach by the Licensee of the terms of the Licence.
215
+
216
+ Such a termination will not terminate the licences of any person who has
217
+ received the Work from the Licensee under the Licence, provided such persons
218
+ remain in full compliance with the Licence.
219
+
220
+ 13. Miscellaneous
221
+
222
+ Without prejudice of Article 9 above, the Licence represents the complete
223
+ agreement between the Parties as to the Work.
224
+
225
+ If any provision of the Licence is invalid or unenforceable under applicable
226
+ law, this will not affect the validity or enforceability of the Licence as a
227
+ whole. Such provision will be construed or reformed so as necessary to make it
228
+ valid and enforceable.
229
+
230
+ The European Commission may publish other linguistic versions or new versions of
231
+ this Licence or updated versions of the Appendix, so far this is required and
232
+ reasonable, without reducing the scope of the rights granted by the Licence. New
233
+ versions of the Licence will be published with a unique version number.
234
+
235
+ All linguistic versions of this Licence, approved by the European Commission,
236
+ have identical value. Parties can take advantage of the linguistic version of
237
+ their choice.
238
+
239
+ 14. Jurisdiction
240
+
241
+ Without prejudice to specific agreement between parties,
242
+
243
+ - any litigation resulting from the interpretation of this License, arising
244
+ between the European Union institutions, bodies, offices or agencies, as a
245
+ Licensor, and any Licensee, will be subject to the jurisdiction of the Court
246
+ of Justice of the European Union, as laid down in article 272 of the Treaty on
247
+ the Functioning of the European Union,
248
+
249
+ - any litigation arising between other parties and resulting from the
250
+ interpretation of this License, will be subject to the exclusive jurisdiction
251
+ of the competent court where the Licensor resides or conducts its primary
252
+ business.
253
+
254
+ 15. Applicable Law
255
+
256
+ Without prejudice to specific agreement between parties,
257
+
258
+ - this Licence shall be governed by the law of the European Union Member State
259
+ where the Licensor has his seat, resides or has his registered office,
260
+
261
+ - this licence shall be governed by Belgian law if the Licensor has no seat,
262
+ residence or registered office inside a European Union Member State.
263
+
264
+ Appendix
265
+
266
+ ‘Compatible Licences’ according to Article 5 EUPL are:
267
+
268
+ - GNU General Public License (GPL) v. 2, v. 3
269
+ - GNU Affero General Public License (AGPL) v. 3
270
+ - Open Software License (OSL) v. 2.1, v. 3.0
271
+ - Eclipse Public License (EPL) v. 1.0
272
+ - CeCILL v. 2.0, v. 2.1
273
+ - Mozilla Public Licence (MPL) v. 2
274
+ - GNU Lesser General Public Licence (LGPL) v. 2.1, v. 3
275
+ - Creative Commons Attribution-ShareAlike v. 3.0 Unported (CC BY-SA 3.0) for
276
+ works other than software
277
+ - European Union Public Licence (EUPL) v. 1.1, v. 1.2
278
+ - Québec Free and Open-Source Licence — Reciprocity (LiLiQ-R) or Strong
279
+ Reciprocity (LiLiQ-R+).
280
+
281
+ The European Commission may update this Appendix to later versions of the above
282
+ licences without producing a new version of the EUPL, as long as they provide
283
+ the rights granted in Article 2 of this Licence and protect the covered Source
284
+ Code from exclusive appropriation.
285
+
286
+ All other changes or additions to this Appendix require the production of a new
287
+ EUPL version.
package/README.md ADDED
@@ -0,0 +1,171 @@
1
+ # pi-advisor
2
+
3
+ A [pi](https://www.npmjs.com/package/@earendil-works/pi-coding-agent) extension that offers a
4
+ parameterless `advisor` tool — inspired by Claude Code's advisor, but expanded with additional
5
+ nudges and a manual review procedure. The regular model calls `advisor` to get a second opinion
6
+ from an explicitly configured **stronger reviewer model** that sees the *entire* conversation transcript. Beyond the
7
+ callable tool, the extension can also **auto-consult** the reviewer when the agent seems stuck
8
+ or finishes a task, and the human can invoke a manual review via `/advise`.
9
+
10
+ ## What it does
11
+
12
+ When the model calls `advisor` (no arguments), the extension serializes the full active branch —
13
+ user/assistant text, assistant **reasoning**, every **tool call (with args)** and its **result** —
14
+ and forwards it to a stronger reviewer model with a reviewer system prompt. The reviewer returns
15
+ direct, actionable advice (flag wrong assumptions, name what's likely to bite, scrutinize "I'm
16
+ done" claims). Individual tool-call arguments are truncated at 800 characters and tool results at
17
+ 2,000 characters so huge outputs do not dominate the review; after that, the transcript is truncated
18
+ oldest-first only if it would overflow the reviewer's context window.
19
+
20
+ Beyond the callable tool, the extension provides two additional ways to get advice:
21
+
22
+ - **Automatic nudges** — the tool's `promptGuidelines` encourage the model to call advisor
23
+ *before substantive work*, *when stuck*, and *when it believes the task is complete*. Two
24
+ opt-in deterministic triggers (`onDone`, `whenStuck`) go further: they auto-consult the
25
+ reviewer and inject the feedback directly into the conversation so the agent sees it.
26
+ - **Manual review via `/advise`** — the human can invoke a one-off review at any time. Feedback
27
+ can be shown UI-only (informal, for the human), piped into the chat as a user message, or
28
+ injected as a steering message so the running agent sees and acts on it.
29
+
30
+ ## Files & install
31
+
32
+ - `advisor.ts` — canonical source (this repo).
33
+ - Package-installed copy: loaded from this package's `pi.extensions` manifest after `pi install`.
34
+
35
+ Install just this extension from npm:
36
+
37
+ ```bash
38
+ pi install npm:@hk_net/pi-advisor
39
+ ```
40
+
41
+ Or install the full collection from GitHub:
42
+
43
+ ```bash
44
+ pi install git:git@github.com:hknet/pi-extensions@main
45
+ pi install https://github.com/hknet/pi-extensions
46
+ ```
47
+
48
+ Or install manually (copy just this extension):
49
+
50
+ ```bash
51
+ cp packages/pi-advisor/advisor.ts ~/.pi/agent/extensions/advisor.ts
52
+ ```
53
+
54
+ > When installed as an npm package, pi loads `advisor.ts` through this package's `pi.extensions`
55
+ > manifest. When installed through the GitHub collection, pi loads it through the root package
56
+ > manifest. If you manually copy the file instead, that copied production file is separate from this
57
+ > source; re-copy it after edits and run `/reload`.
58
+
59
+ ## Configuration
60
+
61
+ JSON, resolved **project-over-global** (first scope that defines a key wins):
62
+
63
+ - Project: `<cwd>/.pi/advisor.json` (honored only when pi considers the project trusted)
64
+ - Global: `~/.pi/agent/advisor.json`
65
+
66
+ ```jsonc
67
+ {
68
+ "model": "openai-codex/gpt-5.5", // "provider/id", or "none" to disable + hide the tool
69
+ "thinking": "high", // off|minimal|low|medium|high|xhigh (default high)
70
+ "onDone": false, // auto-review when the agent finishes a task
71
+ "whenStuck": 0, // auto-consult after N consecutive errors or N repeated identical tool calls (0 = off)
72
+ "timeoutMs": 120000 // advisor call timeout in ms (0 = use provider default)
73
+ }
74
+ ```
75
+
76
+ **Model precedence:** env `PI_ADVISOR_MODEL` > project > global. If no model is explicitly
77
+ configured, advisor remains discoverable but sends no transcript and asks the user to choose a
78
+ trusted reviewer model with `/advisor`. Thinking level uses the same order via
79
+ `PI_ADVISOR_EFFORT` / project / global, default `high`. Timeout uses env
80
+ `PI_ADVISOR_TIMEOUT_MS` > project > global, default 120 000 ms (2 minutes).
81
+
82
+ **Why the timeout?** When the running model calls `advisor`, it waits for the tool result.
83
+ Without a timeout, a slow reviewer model or dropped connection would hang the entire turn.
84
+ The timeout ensures the running model always makes progress.
85
+
86
+ **No implicit reviewer fallback:** the extension does not auto-pick a reviewer model. This avoids
87
+ surprising cross-provider transcript sharing. The model picker refreshes the registry before listing
88
+ so API-key models and OAuth/subscription-backed models (for example providers added with `/login`)
89
+ are selectable.
90
+
91
+ ## Commands
92
+
93
+ | Command | Effect |
94
+ |---|---|
95
+ | `/advisor <enter>` | Open the interactive model-picker dialog (scrollable list of available models), then choose project vs global scope, then pick a thinking level |
96
+ | `/advisor none` | Disable advisor for a scope → choose scope |
97
+ | `/advisor default` | Clear a scope; if no env/lower-scope model remains, advisor becomes not configured |
98
+ | `/advisor on-done on\|off` | Toggle auto-review-on-finish → choose scope |
99
+ | `/advisor when-stuck off\|<N>` | Trigger advisor on N consecutive errors or N repeated identical tool calls → choose scope |
100
+ | `/advisor status` | Show the resolved configuration |
101
+ | `/advise [show\|pipe\|steer]` | Run a one-off review now; default is `pipe` when idle and `steer` while the agent is running |
102
+
103
+ ### `/advise` modes
104
+
105
+ - **`/advise`** — quick advice injection: sends feedback as a user message when idle, or as a
106
+ steering message while the agent is running.
107
+ - **`/advise show`** — display advisor feedback to the human only. Clearly marked as
108
+ **not sent to the model** — useful for informal review.
109
+ - **`/advise pipe`** — inject the advisor feedback into the active chat as a user message. If the
110
+ agent is already running, it is queued as a follow-up so the agent sees it in the next turn.
111
+ - **`/advise steer`** — inject the advisor feedback as a steering message when the agent is running,
112
+ so the agent sees it immediately without waiting for the current turn to complete.
113
+
114
+ ## Automatic triggers
115
+
116
+ Default **off** — out of the box the regular model decides when to call `advisor`, nudged by the
117
+ tool's `promptGuidelines`. Two opt-in deterministic triggers, configurable per project and global:
118
+
119
+ - **`onDone`** — on `agent_end`, auto-review and steer one follow-up so the agent addresses any
120
+ issues before truly stopping (guarded to at most once per user prompt).
121
+ - **`whenStuck: N`** — after N consecutive tool errors **or** N repeated identical tool calls
122
+ (same tool name + same arguments), auto-consult the reviewer and inject the advice as a
123
+ steering message to get unstuck.
124
+
125
+ ## Privacy & security
126
+
127
+ - **No transcript is sent until a reviewer model is explicitly configured.** Out of the box,
128
+ advisor is discoverable but unconfigured; calls return setup guidance instead of falling back to
129
+ another model.
130
+ - **Project config follows pi project trust.** A global install ignores `<cwd>/.pi/advisor.json`
131
+ while the current project is untrusted, so an untrusted checkout cannot silently choose a reviewer
132
+ model or enable auto-triggers.
133
+ - **Auto-triggers are off by default.** The `onDone` and `whenStuck` features must be explicitly
134
+ enabled in configuration, and they do nothing unless a reviewer model is configured.
135
+ - **Data sent to the reviewer model.** When `advisor` is called, the extension sends the full
136
+ active conversation branch to the configured reviewer model via the provider's API. This
137
+ includes:
138
+ - User messages and assistant text
139
+ - Assistant reasoning/thinking blocks
140
+ - Tool call names, arguments, and results (file paths, command output, etc.; tool-call arguments
141
+ are truncated at 800 characters and tool results at 2,000 characters)
142
+ - Tool result errors
143
+ - **You control which model receives the data.** Configure `model` in `advisor.json` to point
144
+ to a provider/model you trust. If no model is configured, no reviewer API call is made.
145
+ - **No data is stored or logged by this extension.** The transcript is sent in-memory to the
146
+ reviewer model's API and not persisted locally.
147
+ - **Be mindful of secrets.** Tool results may contain secrets (API keys, credentials, tokens)
148
+ from `bash` output or file contents. If your project contains sensitive data, consider
149
+ configuring advisor to use a provider with a strong privacy policy, or disable auto-triggers.
150
+
151
+ ## Implementation notes (pi extension API)
152
+
153
+ - **Call a model from an extension:** `complete(model, { systemPrompt, messages }, { apiKey, headers,
154
+ signal, reasoningEffort, maxTokens })` from `@earendil-works/pi-ai`. Resolve auth with
155
+ `ctx.modelRegistry.find(provider, id)` → `await ctx.modelRegistry.getApiKeyAndHeaders(model)`
156
+ (`{ ok, apiKey, headers }`). `getAvailable()` lists only auth-configured models; `ctx.model` is the
157
+ current one; `Model` carries `.contextWindow` / `.maxTokens`. `reasoningEffort` is a passthrough
158
+ extra, not in the typed `StreamOptions`.
159
+ - **Read the conversation:** `ctx.sessionManager.getBranch()` (active path). Entries are
160
+ `{ type:"message", message }` with `role` `user|assistant|toolResult`; assistant content blocks are
161
+ `text` / `thinking` / `toolCall`; toolResult has `toolName`, `content`, `isError`.
162
+ - **Show output to the human without injecting it:** `pi.sendMessage({ customType, content, display:true })` +
163
+ `pi.registerMessageRenderer(customType, …)`. To make the agent *act* on injected advice, use
164
+ `pi.sendUserMessage(text, { deliverAs })` (it reaches the LLM and triggers a turn).
165
+ - **Hide/show a tool:** `pi.setActiveTools(pi.getActiveTools()…)`. `promptSnippet`/`promptGuidelines`
166
+ only appear while the tool is active.
167
+ - **Argument autocomplete:** the extension keeps `getArgumentCompletions` for command metadata and
168
+ also layers a `ctx.ui.addAutocompleteProvider()` on `session_start` so `/advisor ...` and
169
+ `/advise ...` completions replace the whole argument segment and suppress irrelevant path
170
+ completion while typing command arguments (pi ≥ 0.79.1).
171
+ - The package's `examples/extensions/summarize.ts` is the canonical reference for `complete()`.