Skip to content

Releases: getsavvyinc/savvy-cli

0.23.0

24 Jan 18:08
Compare
Choose a tag to compare

Changelog

  • e24cf5e add extension
  • 79a12c2 add view option
  • d21947c build-zip: on PR's only when required
  • ca7b4e4 chrome -extension
  • facf3c0 copy workflow actions for extension to repo root
  • 40fc5bb edit README:
  • 41a4484 export command and links to md
  • c69765f export commands -> export workflow
  • eb3b39a export/md: tweak template
  • 8b60039 export: Savvy's CLI -> Savvy
  • 9bc909e extend extension support to savvy record too.
  • fe7eda3 extension/cmd: test extension server before integrating witih savvy record and savvy record history
  • bd48d39 extension/cmd: test open
  • 2129a4a extension: listen for history items from extension
  • 61df783 fix cmds to open chrome extension
  • 2a2dd18 fix import
  • 6154424 history: prompt users to install extension
  • fab8693 improve copy for opening the chrome extension
  • e5f45eb integrate extension with process
  • c7d935f more tweaks
  • ef0d17b pass links to Savvy's API
  • 8c11579 refactor browser to open chrome for extension
  • 835c3cc rm debug logs
  • 966280f set path to package.json for pnpm
  • 6847cbd tweak chrome extension copy
  • fda3999 update allowed domains to include localhost
  • c213d0d update path to .nvmrc file
  • 7aa9dbd update workflows with cache-dep path

0.22.1

20 Jan 23:18
Compare
Choose a tag to compare

Changelog

  • e191448 upgrade-cli: v0.5.1 -> v0.6.0

0.22.0

15 Jan 01:32
Compare
Choose a tag to compare

Changelog

  • a1f0e1c patch sec vuln in golang.org/x/net
  • 35163f1 return custom error from authz roundtripper

0.21.1

21 Dec 04:22
Compare
Choose a tag to compare

Changelog

0.21.0

21 Dec 01:40
Compare
Choose a tag to compare

Changelog

  • 6b8cd27 README: reorder README and add savvy sync
  • 5fcb5c2 client/llm: rm file
  • eee25ba client: add llmClient that abstracts away the llm used to generate workflows
  • 47cc768 client: refactor types to authz and llm pkgs
  • f5e3bd0 config,llm: validate llm_base_url and inherit model name from config
  • 9a695f3 config: support openai_base_url config value
  • 43d27c3 custom_llm: impl Ask
  • a4f4c10 enforce json output with structured outputs
  • 113ccfc export: Artifact -> Workflow
  • f471c6f llm,model,client: separate types for reuse
  • a9decda llm: impl custom openAI endpoint
  • 9b4f0ed refactor: move Ask api calls into llm pkg.
  • 335ab9c support savvy explain with local llms
  • efd0c37 tidy go.mod

0.20.1

10 Nov 06:44
Compare
Choose a tag to compare

Changelog

  • b892e5a storage: move storage file into config dir

0.20.0

07 Nov 04:11
Compare
Choose a tag to compare

Changelog

  • efb70e5 add local flag to savvy run
  • fe6be90 client: Add a local client.
  • b58c262 client: Runbooks add an opt to fetch all runbooks or just runbooks owned by a user
  • a2f403d cmd/run: use smaller client.RunbookClient instead of the full client.
  • 3121233 storage: Write/Read runbooks to a local file
  • 61a95e2 storage: serialize using gob instead of json
  • 489f4a9 storage: store local copy at ~/.savvy

0.19.0

29 Oct 03:15
Compare
Choose a tag to compare

Changelog

  • 0d81cd1 cmd/ask: reuse toListItems when displaying results of savvy ask
  • e0c47d9 export: Select export format
  • e109dfe export: Unify code to export a runbook to Savvy into its own pkg
  • c2d834f export: impl md export
  • 55a3a21 export: write md to clipboard for easy sharing

0.18.0

28 Oct 04:25
Compare
Choose a tag to compare

Changelog

  • 3b50cc4 history: unhide savvy record history
  • 3820c01 update cobra to 1.8.1

0.17.5

24 Oct 23:22
Compare
Choose a tag to compare

Changelog

  • 356cd34 cmd/upgrade: add fallback arch for 386->i386