v1.10.0
What's Changed
- Add hubot-help tool by @stephenyeargin
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