Skip to content

chore(deps): bump github.com/plexusone/omnillm from 0.13.0 to 0.14.0#44

Merged
grokify merged 1 commit intomainfrom
dependabot/go_modules/github.com/plexusone/omnillm-0.14.0
Mar 22, 2026
Merged

chore(deps): bump github.com/plexusone/omnillm from 0.13.0 to 0.14.0#44
grokify merged 1 commit intomainfrom
dependabot/go_modules/github.com/plexusone/omnillm-0.14.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps github.com/plexusone/omnillm from 0.13.0 to 0.14.0.

Release notes

Sourced from github.com/plexusone/omnillm's releases.

v0.14.0

Release Notes: v0.14.0

Full Changelog: plexusone/omnillm@v0.13.0...v0.14.0

Changelog

Sourced from github.com/plexusone/omnillm's changelog.

[v0.14.0] - 2026-03-16

Highlights

  • Three new Chinese LLM providers: GLM (Zhipu AI), Kimi (Moonshot AI), and Qwen (Alibaba Cloud)
  • Provider conformance test package for standardized testing across all providers

Added

  • GLM Provider: Zhipu AI BigModel support with GLM-5, GLM-4.7, GLM-4.5 series and streaming (b7f0188)
  • Kimi Provider: Moonshot AI support with Kimi K2.5, K2 series and Moonshot V1 models (b7f0188)
  • Qwen Provider: Alibaba Cloud Tongyi Qianwen support with Qwen3, QwQ, and Qwen2.5 series (b7f0188)
  • ProviderNameGLM, ProviderNameKimi, ProviderNameQwen provider constants (b7f0188)
  • EnvVarGLMAPIKey, EnvVarKimiAPIKey, EnvVarQwenAPIKey environment variable constants (b7f0188)
  • Model constants in models/ package for GLM, Kimi, and Qwen models (b7f0188)
  • provider/providertest package for standardized provider conformance testing (fc4b2be)
  • Conformance tests for all 6 built-in providers (OpenAI, Anthropic, X.AI, GLM, Kimi, Qwen) (fc4b2be)

Changed

  • CI workflow files renamed for specificity (dcdeb52)
  • CI workflows updated to use shared workflow templates (fb92cb2)
  • LICENSE copyright year updated (8080991)

Fixed

  • Scanner buffer size limits in GLM and Kimi streaming (64KB initial, 1MB max) to handle large SSE payloads (07b9f00)
  • Empty choices error handling in GLM, Kimi, Qwen adapters to return explicit errors instead of nil (07b9f00)
  • unparam lint issues in provider test files by using testModel constants (8a13e4e)
  • gofmt formatting in constants.go (8a79375)

Dependencies

  • github.com/grokify/mogo upgraded from 0.73.2 to 0.73.5 (b2279c1)
  • google.golang.org/genai upgraded from 1.48.0 to 1.50.0 (1a0f545)
Commits
  • 181aea4 docs: prepare v0.14.0 release documentation
  • 8a79375 style: fix gofmt formatting in constants.go
  • fc4b2be feat(testing): add provider conformance test package
  • 8a13e4e fix: resolve unparam lint issues in provider test files
  • 07b9f00 fix: address Copilot review issues for GLM, Kimi, Qwen providers
  • cc02c66 docs: README.md: update shields
  • 8080991 chore(license): LICENSE: update copyright year
  • fb92cb2 chore(deps): workflows: update to shared workflows
  • dcdeb52 chore(ci): workflows: rename workflows files for specificity
  • b2279c1 Merge pull request #96 from plexusone/dependabot/go_modules/github.com/grokif...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 16, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/plexusone/omnillm-0.14.0 branch from c268b68 to ca0853f Compare March 22, 2026 03:47
Bumps [github.com/plexusone/omnillm](https://github.com/plexusone/omnillm) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/plexusone/omnillm/releases)
- [Changelog](https://github.com/plexusone/omnillm/blob/main/CHANGELOG.md)
- [Commits](plexusone/omnillm@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: github.com/plexusone/omnillm
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/plexusone/omnillm-0.14.0 branch from ca0853f to e808e31 Compare March 22, 2026 04:31
@grokify grokify merged commit c03db42 into main Mar 22, 2026
9 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/plexusone/omnillm-0.14.0 branch March 22, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant