Skip to content

v1.12.0

Choose a tag to compare

@github-actions github-actions released this 17 May 23:44
· 18 commits to main since this release
v1.12.0
41b7ad4

What's Changed

Added a sanitization layer in src/utils/ollama-utils.js to detect and neutralize common prompt injection patterns before they reach the model. The protection is applied inside src/hubot-ollama.js at the point where user input is assembled into the message chain. New test coverage added in test/ollama-utils.test.js.

Full Changelog: v1.11.2...v1.12.0