Conversation
WalkthroughThis PR updates version numbers across multiple configuration files from 2.160.0 to 2.161.0, adds a new CHANGELOG entry for version 2.161.0 dated 2026-03-26, and updates the deploy-utils subproject reference to a new commit. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@deploy-utils`:
- Line 1: The git tree contains a gitlink entry named "deploy-utils" without a
matching .gitmodules entry; fix this by either removing the gitlink (delete the
submodule entry from the index and commit the removal of "deploy-utils") or by
adding a proper submodule config to .gitmodules (add a section with path =
deploy-utils and the correct url = <repo-url>, then run git submodule
init/update and commit .gitmodules and the updated index); reference the gitlink
name "deploy-utils" and the .gitmodules file when making the change.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 251393ea-f798-4500-8dca-c09d219079cb
⛔ Files ignored due to path filters (1)
Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (5)
CHANGELOG.mddeploy-utilsprograms/drift/Cargo.tomlsdk/package.jsonsdk/src/idl/drift.json
Summary by CodeRabbit