Skip to content

Releases: tyler71/straico-cli

v1.0.1

12 Dec 18:51

Choose a tag to compare

  • Add in demo
  • Default to openai/gpt-4o-mini model

v1.0.0

11 Dec 18:58

Choose a tag to compare

Fix for -m flag

v0.0.8

28 Feb 02:42

Choose a tag to compare

  • Coin usage is reported. Both during session and after exiting
> straico-cli
0.30 coins used during session.
  • Introduced testing
  • Fixes for buffer switching

v0.0.7

25 Feb 18:18

Choose a tag to compare

Allow moving buffers

To move:

  • Right: press Shift + Right Arrow
  • Left: press Shift + Left Arrow

Fixes:

  • Don't allow sending empty prompts
  • Prompt shows up to date info (scroll position, buffer)

v0.0.6

24 Feb 04:32

Choose a tag to compare

  • Multiple buffers supported. Available through F1 to F9. Erasing a buffer is done by pushing F12
  • Buffer persistence. Close and come back anytime!
  • Some improvements to the prompt and context

v0.0.5

23 Feb 06:18

Choose a tag to compare

update to address the border bug

https://github.com/charmbracelet/bubbles/commit/7ab08fb438e4fa1f7968a00a345399de30d1684c

v0.0.4

21 Feb 20:37

Choose a tag to compare

Switch to BubbleTea TUI Framework

v0.0.3

21 Feb 20:34

Choose a tag to compare

save config in correct location for mac and windows. Enable build for…

v0.0.2

14 Feb 20:40

Choose a tag to compare

Allows saving the model. On future queries, this model will be used instead.
Not setting --save-model means the specified model will only be used for that specific query.

straico-cli -m deepseek/deepseek-chat --save-model
straico-cli tell me a story

v0.0.1

14 Feb 17:37

Choose a tag to compare

Initial release 😄

Run straico-cli --save-key YourAPIKey to set the config file for future requests.
Config file is saved at ~/.config/straico-cli/config.json