@clawos-dev/clawd 0.2.222 → 0.2.223
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.
|
@@ -21335,7 +21335,7 @@ async function main() {
|
|
|
21335
21335
|
);
|
|
21336
21336
|
server.tool(
|
|
21337
21337
|
"list_tickets",
|
|
21338
|
-
`List tickets. Default: caller is requester OR assignee
|
|
21338
|
+
`List tickets. Default: caller is requester OR assignee (all statuses \u2014 shipped/abandoned included). Pass status array to filter. Pass all=true to see every ticket. Pass version=<semver> to see tickets shipped in that release. Paginated: server defaults to limit=${TICKETS_LIST_DEFAULT_LIMIT} offset=0 (max limit=${TICKETS_LIST_MAX_LIMIT}). items.length < limit means no more pages; items.length == limit means possibly more, fetch next page with offset+=limit.`,
|
|
21339
21339
|
{
|
|
21340
21340
|
status: external_exports.array(external_exports.enum(TICKET_STATUS_ENUM)).optional(),
|
|
21341
21341
|
all: external_exports.boolean().optional(),
|