Releases: tyler71/straico-cli
Releases · tyler71/straico-cli
v1.0.1
v1.0.0
Fix for -m flag
v0.0.8
- 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
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
- Multiple buffers supported. Available through
F1toF9. Erasing a buffer is done by pushingF12 - Buffer persistence. Close and come back anytime!
- Some improvements to the prompt and context
v0.0.5
update to address the border bug https://github.com/charmbracelet/bubbles/commit/7ab08fb438e4fa1f7968a00a345399de30d1684c
v0.0.4
Switch to BubbleTea TUI Framework
v0.0.3
save config in correct location for mac and windows. Enable build for…
v0.0.2
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 storyv0.0.1
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