Skip to content

Release Notes: v0.2.0

Release Date: 2026-04-25

Summary

This release migrates both omnillm and omnistorage modules from their previous repositories into the unified omni-google monorepo.

Highlights

  • [omnillm] Migration from standalone omnillm-gemini repository
  • [omnistorage] Migration from grokify/omnistorage-google to plexusone/omni-google

Breaking Changes

  • [omnillm] Module path changed from github.com/plexusone/omnillm-gemini to github.com/plexusone/omni-google/omnillm
  • [omnistorage] Module path changed from github.com/grokify/omnistorage-google to github.com/plexusone/omni-google/omnistorage

Upgrade Guide

Update your imports:

// Before
import "github.com/plexusone/omnillm-gemini"
import "github.com/grokify/omnistorage-google"

// After
import "github.com/plexusone/omni-google/omnillm"
import "github.com/plexusone/omni-google/omnistorage"

Fixed

  • [omnillm] Remove redundant nil check in client.go (S1009)
  • [omnistorage] Add nolint directives for G101 and SA1019 false positives

Contributors

  • Claude Opus 4.5 (AI pair programming)