| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Genkit Go v1.13.1 source code.tar.gz | 2026-09-03 | 32.3 MB | |
| Genkit Go v1.13.1 source code.zip | 2026-09-03 | 34.3 MB | |
| README.md | 2026-09-03 | 913 Bytes | |
| Totals: 3 Items | 66.6 MB | 3 | |
v1.13.0 is retracted. It ships the A2UI preview at github.com/firebase/genkit/go/plugins/a2ui, while its release notes describe github.com/firebase/genkit/go/plugins/a2ui/exp. This release moves the package to the documented path and records the retraction in go.mod, so go get github.com/firebase/genkit/go@latest resolves here and version listings hide v1.13.0. Everything else in the v1.13.0 notes applies unchanged.
:::go
import a2uix "github.com/firebase/genkit/go/plugins/a2ui/exp"
What's Changed
- refactor(go/plugins/a2ui): move the plugin to
a2ui/expwhile it is in preview by @apascal07 in https://github.com/genkit-ai/genkit/pull/6275 - chore(go): retract v1.13.0 by @apascal07 in https://github.com/genkit-ai/genkit/pull/6276
Full Changelog: https://github.com/genkit-ai/genkit/compare/go/v1.13.0...go/v1.13.1