Skip to content

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 08 May 04:09
· 28 commits to main since this release
v1.10.0
7baa942

What's Changed

Introduces src/tools/hubot-help-tool.js, a new built-in tool that exposes Hubot's registered help text to the model. This lets the model answer questions about what commands the bot supports without requiring a separate lookup. Registered conditionally in src/hubot-ollama.js alongside the other tools.

Additional housekeeping: config files are now excluded from test coverage reporting (vitest.config.mjs), trailing whitespace was removed across the codebase, and a stale demo fixture (test/fixtures/slack-formatter-demo.js) was deleted.

Full Changelog: v1.9.1...v1.10.0