Skip to content

Releases: chsami/Microbot

Release 2.5.2

15 Apr 12:32
3040da5

Choose a tag to compare

Merge pull request #1746 from chsami/development

2.5.2

Release 2.5.1

15 Apr 11:17
63f74b4

Choose a tag to compare

Merge pull request #1745 from chsami/development

2.5.1 fixes interfacetab

Release 2.5.0

15 Apr 09:49
4f3c30e

Choose a tag to compare

Merge pull request #1744 from chsami/development

AgentServer Security fixes + Fix POH teleport utilities and Rs2Walker behavior in instances

Nightly Build

19 Apr 00:14
3040da5

Choose a tag to compare

Merge pull request #1746 from chsami/development

2.5.2

Release 2.4.0

12 Apr 14:59
a33d7f1

Choose a tag to compare

Merge pull request #1740 from chsami/development

refactor(pathfinder): replace ignoreCollision list with packed set fo…

Release 2.3.9

12 Apr 01:07
2acbe3c

Choose a tag to compare

Merge pull request #1739 from chsami/development

Implement action button for plugin version management and update docs

Release 2.2.4

10 Apr 06:03
0e2d3e5

Choose a tag to compare

Merge pull request #1738 from chsami/development

Add client-thread safety checks, entity guides, and UI improvements

Release 2.2.1

08 Apr 21:20
0f9e83a

Choose a tag to compare

Merge pull request #1736 from chsami/development

Improve potion and canoe functionalities

Release 2.2.0

08 Apr 06:00
8adc52e

Choose a tag to compare

Merge pull request #1734 from chsami/development

docs: index agent server + testing loop, bump microbot to 2.2.0

Updates the root AGENTS.md, microbot/AGENTS.md and microbot/CLAUDE.md
to point at the new agent server, microbot CLI, and agentic testing
loop docs so future contributors can find them. Removes a stale
hardcoded developer path from microbot/CLAUDE.md.

Adds a non-negotiable rule against static sleeps (sleep(12000) etc) —
always use sleepUntil(BooleanSupplier) for conditional waits — and
documents the in-game settings search-bar workflow that the new
SettingsHandler relies on.

Bumps microbot.version from 2.1.35 to 2.2.0 to reflect the agent
server + testing harness additions, and pins the Gradle daemon JVM
to toolchain 17 via gradle/gradle-daemon-jvm.properties.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Release 2.1.35

03 Apr 07:21
755cc1f

Choose a tag to compare

Merge pull request #1732 from chsami/development

Development