Releases: microsoft/microbots
Releases · microsoft/microbots
v0.0.14
v0.0.13
What's Changed
- Test Infrastructure Improvements and CI Optimization by @KavyaSree2610 in #84
- Add max_iterations parameter to LogAnalysisBot and remove hard-coded model names from tests by @KavyaSree2610 in #85
- Improve LLM response stream logs: add thoughts, fix double print by @Copilot in #83
- Append tool usage instructions to system prompt when creating LLM instances by @Copilot in #88
- Fix optional arguments handling in Tool class by @Copilot in #91
- Fix command log output using pformat instead of json.dumps by @Copilot in #90
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
- Adds support for Anthropic models by @KavyaSree2610 in #72
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
- fix: improve dangerous command detection and provide detailed feedback to LLM by @KavyaSree2610 in #71
- Add ollama-local support to Microbots by @0xba1a in #73
Full Changelog: v0.0.10...v0.0.11
v0.0.10
v0.0.9
What's Changed
- Handle llm format response issues in code by @0xba1a in #64
- Improve WritingBot reliability with enhanced command restrictions and validation by @KavyaSree2610 in #62
- Test Infrastructure Improvements by @KavyaSree2610 in #68
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Add test to browse CVE information by @KavyaSree2610 in #58
- Update the Mount handling logic by @0xba1a in #61
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
This update includes multiple improvements and fixes across the Minions project.
It adds missing and properly exported log analysis bots, introduces new tests for WritingBot, ReadingBot, and CustomBot, and rewrites the test directory with a GitHub workflow to automate test runs.
Additionally, it fixes a tool installation bug, updates initialization paths, and enhances test stability and coverage tracking
Full Changelog: v0.0.6...v0.0.7
v0.0.6
exposing properly from library
v0.0.5
Enable Log analysis bot