Skip to content

Releases: microsoft/microbots

v0.0.14

30 Dec 16:50
3f5af7b

Choose a tag to compare

What's Changed

  • update response message for handling anthropic-text-editor. This shou… by @0xba1a in #92

Full Changelog: v0.0.13...v0.0.14

v0.0.13

30 Dec 16:20
cf9de5e

Choose a tag to compare

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

09 Dec 11:35
cb7389d

Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

v0.0.11

03 Dec 08:20
8f923ff

Choose a tag to compare

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

26 Nov 12:53
30627f7

Choose a tag to compare

What's Changed

  • Handle None as Command when LLM finishes task with task_done as true by @0xba1a in #70

Full Changelog: v0.0.9...v0.0.10

v0.0.9

19 Nov 08:07
1b7491b

Choose a tag to compare

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

11 Nov 09:46
b2ae3b5

Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

05 Nov 08:43
ea3b347

Choose a tag to compare

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

25 Sep 07:28

Choose a tag to compare

exposing properly from library

v0.0.5

25 Sep 06:02

Choose a tag to compare

Enable Log analysis bot