pi-extensions 0.1.35 → 0.1.37
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/package.json
CHANGED
package/session-recap/index.ts
CHANGED
|
@@ -212,6 +212,9 @@ async function generateRecap(
|
|
|
212
212
|
const response = await completeSimple(
|
|
213
213
|
model,
|
|
214
214
|
{
|
|
215
|
+
// Some providers (notably openai-codex-responses) require a non-empty
|
|
216
|
+
// top-level instruction string even for simple one-shot completions.
|
|
217
|
+
systemPrompt: "You write terse, concrete session recaps for a coding agent UI.",
|
|
215
218
|
messages: [
|
|
216
219
|
{
|
|
217
220
|
role: "user",
|