Skip to content

v1.1.1

Latest

Choose a tag to compare

@HoussemEddineChaouch HoussemEddineChaouch released this 09 Jul 10:50

Mini Agent CLI - v1.1.1

A focused patch release fixing 5 bugs, all reported and fixed
by the community 🙌

Bug Fixes

  • #1 Parser no longer breaks when filenames contain dashes
  • #2 Added error handling for failed Gemini API calls
  • #4 Agent no longer crashes when reading a non-existent file
  • #5 Empty user input no longer sends a request to Gemini
  • #6 Agent now exits cleanly on Ctrl+C with a goodbye message

Contributors

Huge thanks to everyone who contributed to this release:


Quick start

git clone https://github.com/HoussemEddineChaouch/mini-agent-cli.git
cd mini-agent-cli
npm install
cp .env.example .env   # add your GEMINI_API_KEY
node src/index.js

Full changelog: CHANGELOG.md