| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Genkit Go v1.2.0 source code.tar.gz | 2025-11-18 | 19.3 MB | |
| Genkit Go v1.2.0 source code.zip | 2025-11-18 | 20.6 MB | |
| README.md | 2025-11-18 | 1.6 kB | |
| Totals: 3 Items | 39.9 MB | 0 | |
What's Changed
- fix(go): Debug logs change from fmt.Sprintf("%#v",d) to serialized JSON in []byte by @peterkarabinovic in https://github.com/firebase/genkit/pull/3717
- fix(go/samples): run go mod tidy by @zchee in https://github.com/firebase/genkit/pull/3738
- feat(go) add multimodal media support for gemma3 models to ollama by @ajroetker in https://github.com/firebase/genkit/pull/3737
- fix(go): Register dynamic tools using sub-registrygers by @eric642 in https://github.com/firebase/genkit/pull/3753
- fix(go/plugins/googlegenai): handle empty candidate parts when thinking by @hugoaguirre in https://github.com/firebase/genkit/pull/3754
- feat(go/plugins/compat_oai): add support for Claude 4.1 and 4.5 models by @Koopa0 in https://github.com/firebase/genkit/pull/3768
- fix(go/core): flow name is not passed to the context by @olte36 in https://github.com/firebase/genkit/pull/3718
- fix(go/plugins/compat_oai): prevent message duplication when using Media parts by @hugoaguirre in https://github.com/firebase/genkit/pull/3773
- fix(go/ai): genkit ignores dotprompt-defined roles by @josearomeroj in https://github.com/firebase/genkit/pull/3780
- fix(go): fixed system/messages/user order in prompts by @apascal07 in https://github.com/firebase/genkit/pull/3812
- fix(go): allow the use of snake case fields in dotprompt templates by @hugoaguirre in https://github.com/firebase/genkit/pull/3744
- fix(go): fixed missing reasoning part type by @apascal07 in https://github.com/firebase/genkit/pull/3819
Full Changelog: https://github.com/firebase/genkit/compare/go/v1.1.0...go/v1.1.1