Skip to content

v0.3.5

Choose a tag to compare

@martinsmitcom martinsmitcom released this 14 Apr 21:33
· 1 commit to main since this release

Changes in v0.3.5

  • Fix: API key handling — project GEMINI_API_KEY now always takes priority over system env vars; stale GOOGLE_API_KEY no longer shadows the app key
  • Fix: hard-coded year 2026 in academic search recency scoring — now uses time.localtime().tm_year
  • Fix: reference verifier year ceiling — changed from hard-coded 2027 to current_year + 1, and lowered floor from 1900 to 1500 for classical works
  • Fix: author diversity cap — raised from 3 to 5 papers per first author
  • Fix: section paper limits — Methodology raised from 5 to 10, Limitations from 5 to 8
  • Fix: self.prompts AttributeError — corrected to self._prompts in two places
  • Improvement: model_type hidden from agent profile UI (agents can use multiple models)