Skip to content

Comments

2.0.12#1533

Merged
chsami merged 10 commits intomainfrom
development
Sep 23, 2025
Merged

2.0.12#1533
chsami merged 10 commits intomainfrom
development

Conversation

@chsami
Copy link
Owner

@chsami chsami commented Sep 23, 2025

fix walker performance issues

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 23, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

  • Bumps microbot.version to 2.0.12.
  • Refactors Microbot into an injectable, stateful API, adding numerous public getters, lifecycle helpers, UI methods, plugin/script controls, world-hop, loot aggregation, and cache-aware varbit/varp/quest access. Introduces Rs2PlayerCache and cache toggle.
  • MicrobotConfig removes installedPlugins constant.
  • MicrobotPlugin notifies users to restart when cache setting changes.
  • MicrobotPluginManager shifts to manifest-driven loading with hashing, sideload support, new public APIs, and changes getInstalledPlugins to return List.
  • QuestHelperQuest exposes varbit publicly.
  • PathfinderConfig adds getter for allTransports.
  • UI panel adapts to new manager APIs and installed plugin typing.
  • Rs2Player.getQuestState uses cache path.

Possibly related PRs

✨ Finishing touches
  • 📝 Generate Docstrings

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a74a429 and 2265e56.

📒 Files selected for processing (10)
  • runelite-client/pom.xml (1 hunks)
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/Microbot.java (2 hunks)
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/MicrobotConfig.java (0 hunks)
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/MicrobotPlugin.java (1 hunks)
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/externalplugins/MicrobotPluginManager.java (4 hunks)
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/questhelper/questinfo/QuestHelperQuest.java (1 hunks)
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/shortestpath/pathfinder/PathfinderConfig.java (21 hunks)
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/ui/MicrobotPluginHubPanel.java (3 hunks)
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/util/player/Rs2Player.java (4 hunks)
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/util/player/Rs2PlayerCache.java (1 hunks)

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@chsami chsami merged commit d8b5932 into main Sep 23, 2025
2 of 3 checks passed
@coderabbitai coderabbitai bot mentioned this pull request Oct 19, 2025
@coderabbitai coderabbitai bot mentioned this pull request Nov 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant