Skip to content

Releases: bakks/butterfish

v0.0.20

19 Mar 00:35
Compare
Choose a tag to compare

Changelog

  • 0bbbf72 Fix prompt cursor position bug
  • 1f64c01 Fix color bugs, set log file permissions to 0600
  • b960686 Default logging to /var/tmp
  • 7ecf2b1 Log to temp dir
  • 0753e38 Allow different cases in autosuggest
  • 11d6be7 Push message back to mux after prompting
  • a52c9cb Add ctrl-c exit when prompting
  • e055306 Fix prompt completion color
  • 28cadca WIP refactor shell code into own file
  • e85b99b Refactor shell autocomplete to use prompt library and work on prompt questions
  • 2efbd7e Dont exit normal mode if there are running children
  • 579d8a4 Print prompt errors
  • 45e9ed0 Pull shell config out to cli
  • 510bcc7 Make history storage more efficient
  • 3b9e44b Receive sigwinch
  • d27c9f3 Fix minor autosuggest bug
  • b0aec37 Upgrade proto package
  • 88be497 Move prompt response to be async
  • 7e7c3d8 Commit message
  • 208f79e Fix cursor handling bug
  • e6cba38 Fixed autosuggest in normal mode
  • 5c7d16a Use existing autosuggest if applicable
  • b986271 Fixing autosuggest bugs
  • d3b9a58 Work on autosuggest management
  • ce38c53 Remove console mode from readme
  • 221c185 Add commentary
  • 6c2baa7 Remove wrap and console, improve shell help
  • bc945c5 Updating dependencies
  • 0c4ceba Improved handling of the prompt shell buffer
  • babe3e5 Ignore up/down arrows in shell buffer
  • 4bbca63 Fix unicode issue
  • a83f6be Shell gif
  • 86ca77b Shell gif
  • 25c3f2e Using shellbuffer to manage input prompts
  • c8045e2 Fix edge case bug
  • 0ef97a9 Working on history management and autocomplete for shell
  • b6edc8d Add autosuggesting after a prompt
  • 01fc5b0 Refactor shell code for clarity
  • 8b3c6cd Working on shell autocomplete
  • 0276530 Make history work and clean up output formatting
  • 7866be0 Refactor shell multiplexer into ButterfishCtx
  • 7e6535c Work on shell command
  • 3429532 Refresh help text
  • 5d89cdf Fix gif link

v0.0.19

02 Mar 07:06
Compare
Choose a tag to compare

Changelog

  • 336665f Use gpt-3.5-turbo for completion

v0.0.18

01 Mar 08:46
Compare
Choose a tag to compare

Changelog

  • 46e1ada Rewrite command improvements and fixes

v0.0.17

01 Mar 01:21
Compare
Choose a tag to compare

Changelog

  • 6281de9 Rewrite the rewrite command to handle chunking and other improvements

v0.0.16

25 Feb 23:55
Compare
Choose a tag to compare

Changelog

v0.0.15

23 Feb 23:44
Compare
Choose a tag to compare

Changelog

  • 3cb712b Updated installation instructions
  • 1bc5785 Add more options to summarize and index commands
  • 102e58b Fix index example
  • 2335923 Update help text
  • 3fc199d Formatting
  • 3942eb9 Polish up embedding module
  • a546895 Polish up embedding module
  • 2aa197e Formatting
  • 1cabb30 Rename charmcomponents module to bubbles module and add bubles and prompt documentation
  • 28d5103 Add godoc link
  • c2bcd35 Fix question const

v0.0.14

23 Feb 23:32
Compare
Choose a tag to compare

Changelog

  • 3cb712b Updated installation instructions
  • 1bc5785 Add more options to summarize and index commands
  • 102e58b Fix index example
  • 2335923 Update help text
  • 3fc199d Formatting
  • 3942eb9 Polish up embedding module
  • a546895 Polish up embedding module
  • 2aa197e Formatting
  • 1cabb30 Rename charmcomponents module to bubbles module and add bubles and prompt documentation
  • 28d5103 Add godoc link
  • c2bcd35 Fix question const

v0.0.13

23 Feb 19:47
Compare
Choose a tag to compare

Changelog

v0.0.11

10 Feb 03:52
Compare
Choose a tag to compare

Changelog

v0.0.10

10 Feb 03:19
Compare
Choose a tag to compare

Changelog

  • ecdc5b2 Add prompt library and embedding info to README
  • 21e014c Improve rewrite
  • b49eedd Update rewrite example
  • cbc037b Setting up examples section in readme
  • 345d5a6 Setting up examples section in readme
  • 03fdc56 Tweak exec command
  • c70d998 Add exec capabilities
  • 658f293 Minor tweaks