Skip to content

Releases: ibigio/shell-ai

v1.1.0

12 Jan 23:31
Compare
Choose a tag to compare

Config Remastered: TUI, Backups, and an OSS Sample

Changelog

  • Config TUI built with the fabulous BubbleTea.
  • Config file auto-backups for no-stress oopsies .
  • README example setting up local OSS model.

v1.0.0

12 Dec 07:59
74c64f6
Compare
Choose a tag to compare

ShellAI is finally at 1.0! The main milestones were:

  • Golang port, with minimal UI and syntax highlighting.
  • Streaming responses (what a pain this was).
  • Bit o' polish here and there.
  • Config file support (!)

That last one merits an official release because it really cleaned up the codebase, and more importantly paves the way for OSS models!

Happy to see what started as a 5 line bash wrapper for Codex (RIP), made because I hate (love) shell commands, is now a v1.0.0 open source project that people actually use.

v0.3.8

05 Nov 19:36
Compare
Choose a tag to compare

Changelog

v0.3.6

29 Jun 10:50
Compare
Choose a tag to compare

Changelog

v0.3.5

28 Jun 20:59
Compare
Choose a tag to compare

Changelog

  • 02d561e Special case friendly hint for billing error.

v0.3.4

28 Jun 10:12
Compare
Choose a tag to compare

Changelog

v0.3.3

22 Jun 12:00
Compare
Choose a tag to compare

Changelog

  • 4cc5e87 Fixed input/error with/padding.

v0.3.2

20 Jun 02:01
Compare
Choose a tag to compare

Changelog

  • e324e35 Add %s formatting to escape responses.

v0.3.1

16 Jun 23:50
Compare
Choose a tag to compare

Changelog

  • eca08d4 Toggle copy and quit message based on copy state.

v0.3.0

12 Jun 01:04
Compare
Choose a tag to compare

Changelog

  • 750a33e Replaced janky printing logic with correct tea printing commands.