test(manifest): read README at test time; tighten npm pack assertions; fix ellipsis in tool description

This commit is contained in:
pi
2026-04-11 02:14:13 +01:00
parent 439cd89c27
commit 42b1ef6e2c
2 changed files with 5 additions and 4 deletions

View File

@@ -336,7 +336,8 @@ export default function question(pi: ExtensionAPI) {
name: "question",
label: "Question",
description:
"Ask the user one or more multiple-choice questions. Every question automatically gets a final Something else option for free-text answers.",
"Ask the user one or more multiple-choice questions. Every question automatically gets a final Something else... option for free-text answers.",
parameters: QuestionParams,
async execute(_toolCallId, params, _signal, _onUpdate, ctx) {