Release Notes: v0.4.0¶
Release Date: 2026-03-16
Highlights¶
- Organization Migration: Moved from agentplexus to plexusone
Breaking Changes¶
[omnillm] Module Path Changed¶
// Before
import "github.com/agentplexus/omnillm-bedrock"
// After
import "github.com/plexusone/omnillm-bedrock"
Migration:
- Update import paths in your Go files
- Update
go.mod: