Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"plugins/communication-nats": "0.1.0",
"plugins/communication-rq": "0.1.0",
"plugins/provider-featherless-ai": "0.1.0",
"plugins/provider-ollama": "0.1.0",
"plugins/provider-ollama": "0.1.1",
"plugins/webhook-agent-session": "0.1.0",
"plugins/webhook-generic": "0.1.0"
}
23 changes: 23 additions & 0 deletions plugins/provider-ollama/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## [0.1.1](https://github.com/voidrot/waygate/compare/waygate-plugin-provider-ollama-v0.1.0...waygate-plugin-provider-ollama-v0.1.1) (2026-04-23)


### Features

* **core:** add LLM provider readiness hooks ([aac37aa](https://github.com/voidrot/waygate/commit/aac37aad8320a1eb65795b31b72731bc30931fb7))
* **core:** add plugin public API, storage namespaces, and app context ([82e998a](https://github.com/voidrot/waygate/commit/82e998a9f85c7cc7f6adf3286c39d6cb09df3d8d))
* **llm:** implement LLM workflow profiles and options resolution ([39ffd83](https://github.com/voidrot/waygate/commit/39ffd8342de2b71da50eb2ccd73308cdfdbac383))


### Bug Fixes

* **plugins:** restore provider and storage contracts ([4e65931](https://github.com/voidrot/waygate/commit/4e65931e540a6950453efe7b962cd0653cdf9569))
* **provider-ollama:** correct test monkeypatch to use plugin module reference ([ebeaf31](https://github.com/voidrot/waygate/commit/ebeaf31fffedd2f22e93a8ca49f0c05ae3a0ac23))
* **workflows:** recover structured output fallbacks ([91829d0](https://github.com/voidrot/waygate/commit/91829d0916e6e37efc5cf707f1277164cefd1db7))


### Documentation

* **repo:** update workflow and plugin guides ([820f314](https://github.com/voidrot/waygate/commit/820f3146b485d206ee672b4814a8a7f0b69fbf79))
* update docs across the project ([818c745](https://github.com/voidrot/waygate/commit/818c7454baf3c5a41f921a6c24aaaf41e136639c))
2 changes: 1 addition & 1 deletion plugins/provider-ollama/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "waygate-plugin-provider-ollama"
version = "0.1.0"
version = "0.1.1"
description = "Ollama-backed LLM provider plugin for WayGate"
readme = "README.md"
authors = [
Expand Down
Loading