pi-interview 0.4.4 → 0.4.5

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/index.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -278,7 +278,7 @@ export default function (pi: ExtensionAPI) {
278
278
  "Questions can have a codeBlock field to display code above options. Types: single (radio), multi (checkbox), text (textarea), image (file upload).",
279
279
  parameters: InterviewParams,
280
280
 
281
- async execute(_toolCallId, params, onUpdate, ctx, signal) {
281
+ async execute(_toolCallId, params, signal, onUpdate, ctx) {
282
282
  const { questions, timeout, verbose, theme } = params as {
283
283
  questions: string;
284
284
  timeout?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-interview",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "Interactive interview form extension for pi coding agent",
5
5
  "author": "Nico Bailon",
6
6
  "license": "MIT",