Skip to content

jeo-code v0.2.1 — verified coding agent + onboarding

Choose a tag to compare

@akillness akillness released this 01 Jun 15:22
· 318 commits to main since this release

Real multi-turn LLM coding agent, verified live.

Install

bun install -g github:akillness/jeo-code
jeoc setup --provider gemini            # default model: gemini-2.5-flash
export GEMINI_API_KEY=...
jeoc agent "write sum.py with add(a,b), run it, report output"

New in v0.2.1

  • Verified live: jeoc agent (Gemini gemini-2.5-flash) wrote a file, ran it with python3, and reported the output — real multi-turn tool-calling.
  • jeoc setup — one-shot provider/model onboarding with API-key detection.
  • jeoc models [--live] — known model registry + live Gemini ListModels (37 models for a valid key).
  • Default Gemini model is now gemini-2.5-flash (gemini-2.0-flash free tier is often 0-quota).
  • 19/19 tests, green CI, zero runtime deps.