Skip to content

Releases: wevm/incur

incur@0.4.3

20 Apr 17:46
0da3639

Choose a tag to compare

Patch Changes

  • 01c675f: Added ls alias for skills list.

incur@0.4.2

18 Apr 21:31
b487c8a

Choose a tag to compare

Patch Changes

  • a6c584d: Fixed stale skills warnings to only appear when synced skill files were still installed on disk, and updated skills list to reflect actual install state instead of stale metadata.

incur@0.4.1

15 Apr 17:24
0331200

Choose a tag to compare

Minor Changes

  • 1e58e47: Breaking: Renamed the global full-envelope flag from --verbose to --full-output, allowing --verbose to be used as a normal command option.

incur@0.3.25

09 Apr 00:02
42c1591

Choose a tag to compare

Patch Changes

  • abfa8c7: Fixed Root CLIs created with Cli.create and aliases not registering those aliases as command aliases when mounted via cli.command().

incur@0.3.24

08 Apr 23:27
5a19855

Choose a tag to compare

Patch Changes

  • 250e65f: Added command-level aliases option for subcommands (e.g. aliases: ['extensions', 'ext'] on an extension command).
  • 26d7bf8: Fixed root fetch/command fallback bypassing "Did you mean?" suggestions when the input is a typo of a known command.

incur@0.3.23

08 Apr 20:46
d4559c3

Choose a tag to compare

Patch Changes

  • 572c172: Replaced @readme/openapi-parser with a vendored dereference implementation, removing a heavy dependency tree.

incur@0.3.22

08 Apr 19:50
016d50e

Choose a tag to compare

Patch Changes

  • bfc3337: Replaced @modelcontextprotocol/sdk with @modelcontextprotocol/server (v2), reducing dependency count by 74 packages.

incur@0.3.21

08 Apr 16:02
c92fd9f

Choose a tag to compare

Patch Changes

  • d091bf7: Fixed stale skills add CTA commands to use the invoked CLI name when running installed binaries directly, instead of falling back to npx.

incur@0.3.20

07 Apr 17:00
72edc87

Choose a tag to compare

Patch Changes

  • ede37be: Fixed help output for boolean options so flags no longer showed <boolean> placeholders or redundant (default: false) text, including aliased flags.
  • 96dfee4: Exported shell completion environment variables in bash and zsh hooks.

incur@0.3.19

07 Apr 04:15
04c87be

Choose a tag to compare

Patch Changes

  • 5c76b51: Fixed skills add to list synced skills in alphabetical order.