Skip to content

Comments

2.1.7#1647

Merged
chsami merged 2 commits intomainfrom
development
Jan 3, 2026
Merged

2.1.7#1647
chsami merged 2 commits intomainfrom
development

Conversation

@chsami
Copy link
Owner

@chsami chsami commented Jan 3, 2026

No description provided.

@chsami chsami merged commit 3f7a605 into main Jan 3, 2026
2 of 3 checks passed
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 3, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

The pull request updates the microbot version from 2.1.6 to 2.1.7 in gradle.properties. It introduces plugin telemetry functionality by adding an increasePluginInstall method to MicrobotApi that sends installation data to a telemetry endpoint using an authenticated POST request. MicrobotPluginManager is modified to accept MicrobotApi via constructor injection and triggers telemetry reporting after successful plugin downloads. Additionally, Rs2BoatModel is updated with Lombok's @Getter annotation on the currentHeading field and its getDirection method now uses delta-based atan2 calculations instead of angle-based logic to determine heading values.

Possibly related PRs

✨ Finishing touches
  • 📝 Generate docstrings

📜 Recent review details

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b70b409 and d6e8fe6.

📒 Files selected for processing (4)
  • gradle.properties
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/MicrobotApi.java
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/api/boat/models/Rs2BoatModel.java
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/externalplugins/MicrobotPluginManager.java

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.

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