Skip to content

v0.11.3

Latest

Choose a tag to compare

@toiroakr-release-bot toiroakr-release-bot released this 13 Jul 13:08
ebbc15b

Patch Changes

  • bc7bcfc: Add SkillCommandOptions.descriptions to override the description text of the skills command and each of its built-in subcommands (sync/add/remove/list), letting a host CLI brand the skills command without re-wrapping the command tree by hand. Keys refer to the subcommand's canonical role, independent of any commandMap rename — descriptions.add still applies after commandMap.add renames the subcommand to something else. Omitting descriptions (or any of its keys) preserves politty's existing default text exactly.