Skip to content

Releases: wevm/incur

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.

incur@0.3.18

06 Apr 22:45
5ce1c9e

Choose a tag to compare

Patch Changes

  • a65c865: Used command description as fallback in skill frontmatter for root commands and single-command groups.

incur@0.3.17

06 Apr 22:37
e018ff2

Choose a tag to compare

Patch Changes

  • dad62c9: Fixed skills list not including root command skill.

incur@0.3.16

06 Apr 22:24
6aab45f

Choose a tag to compare

Patch Changes

  • de70444: Added engines field requiring Node.js >=22.
  • 3462433: Fixed z.bigint(), z.coerce.bigint(), z.date(), and z.coerce.date() schemas failing during skill sync by representing them as { type: "string" } in JSON Schema output.