- Resolved an issue where an unnecessary linebreak appeared after printing commands
- Added finish reason validation for
revise
andexplain
command responses - Ensured proper handling of cases where the finish reason is missing
- Upgraded
@google/generative-ai
to version0.21.0
- Reimplemented prompts to utilize system instructions for better consistency and performance
- Enhanced prompting for clarity and efficiency
- Added option "Copy"
- Added Gemini finish reason handling
- Implemented exit on cancel
- Prevented the stacktrace from being printed
- Updated to use Gemini 1.5 Flash
- Added OS platform injection in prompts
- Added revise command
- Fixed
Ctrl+C
line break
- Renamed
s run
tos generate
- Renamed
s r
tos g
- Allowed the user to choose actions after canceling command execution
- Added custom instructions
- Added explain command
- Added keyboard shortcuts
- Improved help
- Added support for pipe, redirects and backgrounding
- Improved response generation accuracy
- Added main command
- Added run action
- Added cancel action
- Added explanation for the generated command
- Added explanation streaming
- Added authentication with API key setting