A command-line tool for interacting with the Google Gemini AI model, designed for inline chat within VS Code.
To install the tool, clone the repository and install the dependencies:
git clone https://github.com/JustM3Sunny/simple-coding-agent.git
cd
npm installThis tool can be used as a command-line interface. Once installed, you can run it using the sia command.
sia [command] [options]sia > hi !- Node.js: JavaScript runtime environment.
- @google/genai: Google Gemini AI model SDK.
- Commander: Node.js command-line interfaces made easy.
- Readline: For reading input from the console.