Skip to content

Releases: ddrscott/wiz

v0.5.0

16 Apr 19:54
b0f85ec
Compare
Choose a tag to compare

Features

  • new flag --tokens to get a list of tokens per file and total count:
image
  • ability to use self-hosted models with --llm-base. Defaults to reading OPENAI_API_KEY for the API key for 'openai' like model provides. Look at LiteLLM provide docs for how to use other 3rd-party LLMs like Anthropic and Azure.

Full Changelog: v0.4.1...v0.5.0

v0.4.1

17 Mar 01:28
7890b87
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

v0.4.0

17 Mar 01:21
6c2f019
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.4.0

v0.3.1

14 Mar 20:07
5565dc4
Compare
Choose a tag to compare

Fix -x handling and .gitignore

v0.3.0

07 Mar 23:24
616ab4a
Compare
Choose a tag to compare
  • add wiz files subcommand to view which files will pass to LLM prior to submission
  • add --exclude -x option that supports regex

v0.2.1

05 Mar 23:10
9eb6eb0
Compare
Choose a tag to compare

Ignore package-lock.json and yarn-lock.json

v0.2.0

05 Mar 22:43
6f359de
Compare
Choose a tag to compare
  • Add token options
  • Add -i /path/to/image and -i http://host/path/to/image options

v0.1.1

02 Mar 04:44
0fb0472
Compare
Choose a tag to compare

It works!