Skip to content

Releases: getsavvyinc/savvy-cli

v0.9.10

14 May 23:37
Compare
Choose a tag to compare

Changelog

  • 4aad051 ask_delegate: assuage users pressing enter will not run the command

v0.9.9

14 May 23:13
Compare
Choose a tag to compare

Changelog

  • fa7347d install: install to hidden dir for better dx when using GUI

v0.9.8

14 May 23:06
Compare
Choose a tag to compare

Changelog

  • 2dccec4 install: improve font legibility and copy-pastability
  • b02dced install: install savvy to /Users/shantanu/savvy/bin/

v0.9.7

14 May 02:18
Compare
Choose a tag to compare

Changelog

  • 275cb1a cmd/ask: add spinner while we generate an answer
  • e03a75e go.{mod, sum}: update deps

v0.9.6

14 May 02:00
ca03348
Compare
Choose a tag to compare

Changelog

  • ca03348 go.{mod, sum}: update deps

v0.9.5

14 May 01:58
Compare
Choose a tag to compare

Changelog

  • 59204f2 cheatsheet: nest parser inside a toplevel cheatsheet pkg
  • e12a08d client: Ask Savvy to answer our question with list of commands
  • 80eac2b client: rm Answer type
  • 21ed67f cmd/ask: allow users to select a command and copy it to the clipboard
  • aea8a36 cmd/ask: display runbooks instead of commands
  • 8604734 cmd/ask: display the runbook using charm
  • bb759ae cmd/ask: integrate client and impl ask
  • f9c18e4 cmd/ask: setup skeleton
  • 18f673a cmd/ask: update example
  • fe176de component/list: add custom ask delegate
  • 0950eb9 component/list: refactor NewListModel to accept delegates
  • fbc9dd4 generate embedding for cheatsheets after parsing them
  • 3b4508a ignore local copy of tldr
  • 4f9195c ignore plandex
  • 2bfcf75 inc concurrency for writing to the db
  • 5224c43 ingest/db: store embeddings
  • b9fa7a1 ingest/parser: parse tldr cheat sheets
  • 58b77eb ingest: better prompting beats RAG
  • cd60d52 ingest: init
  • 1116998 ingest: process tldr cheat sheets
  • 4805e01 ingestion: use command as part of embedding for explanation.
  • 6cc9f2a llm: add openai client
  • efe2637 llm: use model name from openai client
  • 5c1f3bf mv component/list.go -> list/list.go
  • 7dd384b parser: infer tags for tldr from the filepath
  • add1242 zsh: setup auto complete

v0.9.4

05 May 23:07
Compare
Choose a tag to compare

Changelog

  • 4becba7 setup/bash: Add precmd,preexec and completion binding to automatically run runbooks
  • 52e5a1f setup/bash: Add support for SAVVY_CONTEXT = run|record
  • cc588a0 setup/bash: trigger command completion
  • 8130397 shell/bash: Impl SpawnRunbookRunner
  • dddcf03 shell/kind: add unknown shell kind
  • 5e67c56 shell/zsh: Setup env vars for runner shell in one func.
  • 2bcd0ec shell: SAVVY_NEXT_STEP defaults to zero for bash and one for zsh
  • 7921b8d shell: trim leading and trailing hyphen from runbook alias

v0.9.3

01 May 22:35
Compare
Choose a tag to compare

Changelog

  • 372789b shell/zsh: use COMMA as a delimter when passing in SAVVY_RUNBOOK_COMMANDS

v0.9.2

28 Apr 02:29
Compare
Choose a tag to compare

Changelog

  • bc55977 cmd/run: press enter to select the runbook

v0.9.1

28 Apr 02:15
Compare
Choose a tag to compare

Changelog

  • 84f722b client: Runbooks fetches all runbooks for a user
  • 22a79b1 cmd/run: run accepts 0 or 1 arguments
  • a12e00b cmd/run: specify examples for savvy run
  • 37fe893 cmd/run: users can select and run any runbook