Skip to content

v1.1.2

Latest

Choose a tag to compare

@n1ira n1ira released this 09 Dec 21:49
· 5 commits to main since this release

What's New

Multiple Authentication Methods

  • Vertex AI Express support — Use VERTEX_API_KEY for Gemini 3 Pro access
  • OAuth login — Run oracle login to authenticate with your Google account
  • Flexible auth priority — Tries Vertex → OAuth → API key automatically
  • Fixed OAuth blocking bug — OAuth/Vertex users were incorrectly rejected (#2)

FULLAUTO_CONTEXT.md Protection

  • Auto-health check — Every oracle command now verifies FULLAUTO_CONTEXT.md is tracked in git
  • Auto-fix .gitignore — If accidentally gitignored, Oracle removes it and adds a warning comment
  • Untracked file warnings — Reminds you to git add if the file isn't tracked

FULLAUTO Mode Improvements

  • Cost/time optimization rules — Guidance on respecting cloud compute costs
  • Mandatory Oracle check-ins — Enforced consultation during long-running tasks (training, deployment)
  • Clarifying questions handling — Workflow for investigating and answering Oracle's questions
  • Sleep command clarity — Must actually run sleep N via Bash, not just say "I'll sleep"
  • Stripped instructions from context — Oracle no longer sees fullauto.md instructions in FULLAUTO_CONTEXT.md

Bug Fixes

  • Fixed: OAuth and Vertex authentication blocked by early API key check (#2, thanks @antoncoding)
  • Fixed: Line ending issues

Stats

  • 16 commits since v1.1.0