Skip to content

v0.1.0: First Stable Alpha Release

Latest
Compare
Choose a tag to compare
@adybose adybose released this 13 Aug 13:52

Release Notes- v0.1.0: First Stable Alpha Release

Hello World! We're excited to announce the first official release of our Command Line Application with AI Superpowers- chat-cli.

This release marks the first step towards a mission to make AI more accessible and useful in our daily lives by introducing some utilities that make using the Command Line a breeze for anyone who wishes to. No Command-Line experience needed.

Disclaimer!

This software is currently in an early alpha stage

Use with Caution ⚠️

The application needs your OpenAI API key to generate response
The software can be installed on machines running both *nix and Windows Operating Systems, however, it is tested mainly on a MacOS using zshell.

Features

chat-cli comes with the following commands to let you interact with the Command Line using simple Natural Language prompts

  • chat

    Just type chat followed by your query to get a shell command that executes your natural language query. Only typing chat without the query will simply display the usage information
  • clio

    Just type clio followed by your query to get a shell command that executes your natural language query. Only typing clio without the query will simply display the usage information

For the complete usage, view README.md.

Full Changelog: https://github.com/adybose/chat-cli/commits/v0.1.0