Releases: getsavvyinc/savvy-cli
Releases · getsavvyinc/savvy-cli
0.16.0
Changelog
- 6b7fddd cmd/history: improve debugl logging
- 83b7fb6 cmd/setup/fish: setup script for recording commands.
- ca93900 cmd/setup: savvy.fish setup prompt and hooks for recording artifacts
- 607b187 display original prompt on the right at the end
- 8acca97 fish auto inlcudes its config files
- 908ee42 fish: improve prompt ux for savvy run
- 1a5c521 install.sh: update install script to support fish
- 0acec24 rm commandline -f
- 7e2db72 setup/fish: handle case where fish_right_prompt dne
- 421b814 setup/fish: impl prompt and cli integration for savvy run
- 6e32c66 setup/fish: make step_id global
- 79c7edd setup/fish: record command as part of pre-exec hook
- ce54443 setup/fish: rename savvy_modify_prompt -> savvy_record_prompt
- d92f797 setup/fish: rm trailing whitespace
- 7cf2815 setup/fish: savvy run completion hooks
- b36f284 setup/fish: split on COMMA not :COMMA:
- 488e5cb setup/fish: use green instead of red for recording
- 9b78c57 setup/fish: use post_exec hook to capture exit code.
- aca8595 setup/fish: use well known XDG_DATA_DIRS dir to configure fish shells
- c6b8567 setup/fish: vendor code in fish is loaded before user configured
- 7d04940 setup: get status code before copying prompt
- b3fdf47 setup: impl fish setup
- a55f500 shell/fish: DRY vendorDir and dataDirs setup
- b306bfb shell/fish: add pre_exec function that records but does not execute a command
- 755acf7 shell/fish: add pre_exec hook to record history without executing
- 928c1df shell/fish: impl SpawnRunner
- b7c8eba shell/fish: impl record history
- 3ca4ce5 shell/fish: replace OSTYPE with uname -s
- 45374c0 shell/fish: rm OS detection
- 91c712e shell/fish: simplify setup script
- 4853d48 shell/fish: use completion to suggest commands in savvy run
- 50f5d40 shell: Impl Shell for fish
- 83fdec7 use bold; not green for discord
- 30c9bf1 work out issues with vendor dirs and color sequences
0.15.2
0.15.1
0.15.0
Changelog
- b4f32c9 ask user to login for recording
- c2d1cb6 client/guest: ask users to login if they are performing priveliged actions
- 4e6d099 client/guest: nudge user to login for all priveliged actions
- 46e206d client/guest: retry fetching runbook with logged in client
- 9338334 client: get all runbooks for a user and all teams they are a part of
- 0a8bc45 cmd/run: Let the user login if they need to
- 9324b66 cmd/run: add debug logs
- 6aa9775 cmd/run: simplify err handling since guest client handles login
- 83f69ad login: extract login into its own pkg for reuse
0.14.6
0.14.5
0.14.4
Changelog
- 0a87e52 cmd/ask: allow users to attach historical context to their questions.
- 99d016f cmd/ask: improve --help
- 0cb45cd cmd/ask: remove short hand flag for --history
- 3e28d09 cmd/history: add selectAndExpandHistory func for future reuse
- bbd0594 fixup! cmd/history: add selectAndExpandHistory func for future reuse