Releases: wevm/incur
Releases · wevm/incur
incur@0.3.17
Patch Changes
- dad62c9: Fixed
skills listnot including root command skill.
incur@0.3.16
incur@0.3.15
Patch Changes
- abd80e7: Fixed missing value errors for flags in
Fetch.parseArgv, short secret leaking inredact(), silentjsonlfallthrough inFormatter.format, invalid--format/--token-limit/--token-offsetvalues, lost descriptions when coercing OpenAPI param schemas, and hardcodedprocess.envinHelp.tsfor Deno compatibility. - 7dd398b: Added
skills listsubcommand that shows all skills a CLI defines with install status.
incur@0.3.14
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
Patch Changes
- 0e0549f: Added
displayNameto the rootCli.create(..., { run })context type.
incur@0.3.12
Patch Changes
- b8370ac: Added
displayNameto the run and middleware context. Resolves the actual binary name fromprocess.argv[1]so user-facing messages reflect the alias used to invoke the CLI.
incur@0.3.11
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
Patch Changes
- d1404b8: Fixed optional properties being typed as required in typegen output.
incur@0.3.9
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
Patch Changes
- 69a48ce: Tweaked "Did you mean" output.