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-geminirepository - [omnistorage] Migration from
grokify/omnistorage-googletoplexusone/omni-google
Breaking Changes¶
- [omnillm] Module path changed from
github.com/plexusone/omnillm-geminitogithub.com/plexusone/omni-google/omnillm - [omnistorage] Module path changed from
github.com/grokify/omnistorage-googletogithub.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)