Skip to content

Conversation

@NobbZ
Copy link
Owner

@NobbZ NobbZ commented May 19, 2025

Summary by CodeRabbit

  • Chores
    • Updated pinned versions and metadata for multiple plugins and sources to newer commits or releases.

NobbZ added 12 commits May 19, 2025 21:24
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/ed30f8aba41605e3ab46421e3dcb4510ec560ff8?narHash=sha256-5oLdRa3vWSRbuqPIFFmQBGGUqaYZBxX%2BGGtN9f/n4lU%3D' (2025-05-04)
  → 'github:nixos/nixpkgs/3fcbdcfc707e0aa42c541b7743e05820472bdaec?narHash=sha256-JBXbjJ0t6T6BbVc9iPVquQI9XSXCGQJD8c8SgnUquus%3D' (2025-05-17)
• Updated input 'wrapper-manager':
    'github:viperml/wrapper-manager/a4990b7da8e7845974031599e7f6104226cfb43e?narHash=sha256-7WsdYgA6bh9dytXdLKQYUkUdSux6fNo7SZXYqMJx72k%3D' (2025-04-14)
  → 'github:viperml/wrapper-manager/f2b0bec5140403cf24cae96f6764d97b5d59b0e2?narHash=sha256-XfF%2B5zjoWbAcAiGNb%2B%2Bog6yDGJRwWYpADr9P6WuieQA%3D' (2025-05-18)
@coderabbitai
Copy link
Contributor

coderabbitai bot commented May 19, 2025

Walkthrough

This change updates the pinned versions, commit hashes, URLs, and associated hashes for multiple Git repositories listed in the npins/sources.json file. The update also increments the version for the nvim-augment source from "v0.28.0" to "v0.30.0". No code or schema modifications are included.

Changes

File(s) Change Summary
npins/sources.json Updated pinned Git repository entries: revised commit hashes, tarball URLs, and hashes for multiple plugins; incremented nvim-augment version from "v0.28.0" to "v0.30.0".

Possibly related PRs

  • update 2024 12 10 #11: Updates the same npins/sources.json file by refreshing pinned Git repository revisions, URLs, and hashes.
  • update 2025-04-06 #50: Modifies pinned Git repository revisions, URLs, and hashes in npins/sources.json to newer versions.
  • update augment #36: Specifically updates the nvim-augment entry in npins/sources.json by incrementing its version and metadata.

Poem

Hopping through hashes, a rabbit’s delight,
New plugins and versions, all pinned just right.
From v0.28 to v0.30 we go,
Fresh tarballs await in the JSON’s flow.
With every commit, our plugins renew—
A garden of sources, now sparkling and new! 🐇✨

Note

⚡️ AI Code Reviews for VS Code, Cursor, Windsurf

CodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback.
Learn more here.


Note

⚡️ Faster reviews with caching

CodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure Review - Disable Cache at either the organization or repository level. If you prefer to disable all data retention across your organization, simply turn off the Data Retention setting under your Organization Settings.
Enjoy the performance boost—your workflow just got faster.


📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 30ae98d and f1982d2.

⛔ Files ignored due to path filters (1)
  • flake.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • npins/sources.json (11 hunks)
🔇 Additional comments (10)
npins/sources.json (10)

67-69: Pin nvim-catppuccin to the updated commit
The revision, url, and hash for 8162a4bd9afb42837a655e404d1f937a87ba95e6 follow the established Git pin format and look correct.


80-82: Update nvim-crates revision
The new commit 25f31372ab6f504d4fd7cfee836ad459caed8e68 and its tarball URL/hash align with expectations.


106-108: Refresh nvim-gitsigns pin
Bumping to ee0606259ee5d5dd40398be26755048e8965086e is consistent and correctly formatted.


132-134: Bump nvim-leap to latest commit
The SHA 189102b07cdd24de3bd7132e57da8c9614c385fc and associated URL are correctly updated.


197-199: Update nvim-luasnip SHA
The revision c1851d5c519611dfc451b6582961b2602e0af89b matches the expected tarball URL.


210-212: Pin nvim-lz-n to new commit
The SHA 73db788f11ef798b848f82d147a7c8fb8cea25f3 update is valid and consistent with other Git sources.


236-238: Refresh nvim-mini revision
The commit 18889a4993a2c6de64eb07f91e7ad8666793441a along with its URL/hash looks correct.


291-293: Update nvim-none-ls pin
The SHA 90e4a27ccaa25979a6b732b9f06dfa43b54957b7 is properly reflected in the archive URL.


430-432: Bump nvim-telescope commit
The new revision b4da76be54691e854d3e0e02c36b0245f945c2c7 and its tarball URL are formatted correctly.


53-56:

Details

✅ Verification successful

Verify GitRelease tag v0.30.0 matches pinned SHA
The version was bumped from "v0.28.0" to "v0.30.0". Please confirm that the commit SHA 0ab7cd809d7da8e2e797902955f0da6a21ab253e corresponds to the v0.30.0 tag in the augment.vim repository.


🏁 Script executed:

#!/usr/bin/env bash
set -e
# Fetch the SHA for the v0.30.0 tag and compare to the pinned revision
TAG_SHA=$(curl -s https://api.github.com/repos/augmentcode/augment.vim/git/ref/tags/v0.30.0 | jq -r .object.sha)
if [ "$TAG_SHA" != "0ab7cd809d7da8e2e797902955f0da6a21ab253e" ]; then
  echo "Mismatch: expected 0ab7cd8..., got $TAG_SHA"
  exit 1
fi
echo "nvim-augment pin verified"

Length of output: 323


GitRelease tag v0.30.0 pinned correctly
Verification confirms that the SHA 0ab7cd809d7da8e2e797902955f0da6a21ab253e matches the v0.30.0 tag in the augment.vim repository. No further changes needed.


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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@NobbZ NobbZ merged commit e3a3ac9 into main May 19, 2025
1 check passed
@coderabbitai coderabbitai bot mentioned this pull request May 26, 2025
@coderabbitai coderabbitai bot mentioned this pull request Oct 3, 2025
@coderabbitai coderabbitai bot mentioned this pull request Oct 31, 2025
@coderabbitai coderabbitai bot mentioned this pull request Nov 28, 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.

2 participants