Skip to content

Releases: wevm/incur

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.

incur@0.3.15

06 Apr 21:08
ca9b7b2

Choose a tag to compare

Patch Changes

  • abd80e7: Fixed missing value errors for flags in Fetch.parseArgv, short secret leaking in redact(), silent jsonl fallthrough in Formatter.format, invalid --format/--token-limit/--token-offset values, lost descriptions when coercing OpenAPI param schemas, and hardcoded process.env in Help.ts for Deno compatibility.
  • 7dd398b: Added skills list subcommand that shows all skills a CLI defines with install status.

incur@0.3.14

06 Apr 20:08
4628f11

Choose a tag to compare

Patch Changes

  • 71a787a: Fixed root commands defined on Cli.create() not being included in skill generation (--llms, skills add, .well-known/skills/).

incur@0.3.13

24 Mar 20:26
14e4d64

Choose a tag to compare

Patch Changes

  • 0e0549f: Added displayName to the root Cli.create(..., { run }) context type.

incur@0.3.12

24 Mar 16:40
7fa6467

Choose a tag to compare

Patch Changes

  • b8370ac: Added displayName to the run and middleware context. Resolves the actual binary name from process.argv[1] so user-facing messages reflect the alias used to invoke the CLI.

incur@0.3.11

24 Mar 15:17
b93ba30

Choose a tag to compare

Patch Changes

  • 7833e33: Updated command suggestion ranking to use tiered scoring (prefix → contains → fuzzy) so match type outranks raw edit distance.

incur@0.3.10

24 Mar 14:32
a8638c4

Choose a tag to compare

Patch Changes

  • d1404b8: Fixed optional properties being typed as required in typegen output.

incur@0.3.9

23 Mar 16:39
f23ca28

Choose a tag to compare

Patch Changes

  • 8ee1af4: Fixed skill display names to use canonical slug from SKILL.md frontmatter instead of reconstructing from CLI name and subcommand.

incur@0.3.8

22 Mar 23:57
1ee75d1

Choose a tag to compare

Patch Changes

  • 69a48ce: Tweaked "Did you mean" output.