Skip to content

chore: release v0.4.1#39

Merged
Meru143 merged 1 commit intomainfrom
release-plz-2026-02-24T07-22-56Z
Feb 24, 2026
Merged

chore: release v0.4.1#39
Meru143 merged 1 commit intomainfrom
release-plz-2026-02-24T07-22-56Z

Conversation

@Meru143
Copy link
Copy Markdown
Owner

@Meru143 Meru143 commented Feb 24, 2026

🤖 New release

  • argus-core: 0.4.0 -> 0.4.1
  • argus-repomap: 0.4.0 -> 0.4.1
  • argus-difflens: 0.4.0 -> 0.4.1
  • argus-codelens: 0.4.0 -> 0.4.1
  • argus-gitpulse: 0.4.0 -> 0.4.1
  • argus-review: 0.4.0 -> 0.4.1
  • argus-mcp: 0.4.0 -> 0.4.1
  • argus-ai: 0.4.0 -> 0.4.1
Changelog

argus-core

0.4.0 - 2026-02-17

Fixed

  • (test) update stale doctest for max_diff_tokens default
  • (config) increase default max_diff_tokens to 64k to reduce API calls
  • (review) handle self-review permissions and improve error messages

Other

  • cargo fmt

argus-repomap

0.3.0 - 2026-02-16

Added

  • add PHP, Kotlin, Swift tree-sitter support (9→12 languages)
  • self-reflection FP filtering, indicatif progress bars, 4 new languages (#2)

argus-difflens

0.3.0 - 2026-02-16

Fixed

  • (parser) support patches without 'diff --git' header

argus-codelens

0.4.0 - 2026-02-17

Added

  • implement learning from feedback (argus feedback)

Fixed

  • (review) improve permission error handling and add store tests
  • (store) cast limit to i64 in get_negative_feedback
  • (store) propagate database errors in stats queries instead of unwrapping
  • (store) ensure feedback uniqueness by comment_id
  • (store) add UNIQUE constraint to feedback and use INSERT OR REPLACE

Other

  • fix IndexStats doctest initialization
  • cargo fmt

argus-review

0.4.0 - 2026-02-17

Added

  • implement learning from feedback (argus feedback)

Fixed

  • (review) improve permission error handling and add store tests
  • (llm) increase Gemini retry backoff to 10s/5-retries
  • (lint) collapse nested if in retry logic
  • (llm) add exponential backoff retry for Gemini 429 errors
  • (review) increase rate limit delay for free-tier Gemini
  • (review) remove useless format! to satisfy clippy
  • (review) use local build for review and add rate limit backing off
  • (review) handle self-review permissions and improve error messages
  • (review) use COMMENT event instead of REQUEST_CHANGES to avoid CI permission errors

Other

  • cargo fmt fix for llm.rs
  • cargo fmt
  • (review) restore REQUEST_CHANGES logic (AI review flagged safety regression)

argus-mcp

0.3.0 - 2026-02-16

Fixed

  • use CARGO_PKG_VERSION in MCP server info test
  • (ci) update mcp integration test version to 0.2.2

argus-ai

0.4.1 - 2026-02-24

Added

  • add git hook install/uninstall commands (#48)
  • (review) add --vouch and --skip flags (#45)
  • (review) add --print-metadata flag for commit messages (#42)
  • (review) add --commit flag to review already-committed changes (#40)
  • (review) add --copy flag for AI-agent-friendly output (#37)

Fixed

  • hook improvements (#50)
  • hook feedback improvements (#49)
  • move vouch/skip checks before diff acquisition (#47)
  • move vouch/skip checks earlier (#46)
  • use singular comment when count is 1 (#44)
  • address code review feedback (#43)
  • (review) address code review feedback (#41)


This PR was generated with release-plz.

Copilot AI review requested due to automatic review settings February 24, 2026 07:22
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 24, 2026

Warning

Rate limit exceeded

@Meru143 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 13 minutes and 44 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 6c738cc and 43fd1b2.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • CHANGELOG.md
  • Cargo.toml
📝 Walkthrough

Walkthrough

Prepares patch release 0.4.1: updates Cargo.toml workspace version and member dependency versions to 0.4.1, and adds a new changelog entry documenting added git-hook commands/flags and several fixes.

Changes

Cohort / File(s) Summary
Workspace Manifest
Cargo.toml
Bumped workspace package version 0.4.0 → 0.4.1; updated workspace member dependencies (argus-core, argus-repomap, argus-difflens, argus-codelens, argus-gitpulse, argus-review, argus-mcp) to 0.4.1.
Changelog Entry
CHANGELOG.md
Added 0.4.1 release entry (2026-02-24) documenting added flags/commands (--vouch, --skip, --print-metadata, --commit, --copy) and several feedback/flow fixes (hook feedback, vouch/skip checks placement, grammar, review feedback).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 I hopped to a patch, small and bright,
Flags and hooks packed, ready for flight.
Metadata, commit, copy in tow,
A changelog bloom in neat little rows.
Hooray — release 0.4.1, onward we go! 🎉

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: release v0.4.1' directly and clearly describes the main purpose of the pull request—publishing a new v0.4.1 release that bumps all workspace crate versions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-plz-2026-02-24T07-22-56Z

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.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Release-plz generated patch release bump to v0.4.1 for the Argus workspace, aligning internal crate versions and documenting the release.

Changes:

  • Bump workspace/package versions from 0.4.0 → 0.4.1 in Cargo.toml (including workspace dependency version pins).
  • Refresh Cargo.lock to reflect v0.4.1 for all workspace crates.
  • Add v0.4.1 entry to the root CHANGELOG.md (noting the --copy flag addition).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
Cargo.toml Updates workspace version and workspace dependency version pins to 0.4.1.
Cargo.lock Updates locked workspace crate versions to 0.4.1.
CHANGELOG.md Adds release notes section for 0.4.1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Meru143 Meru143 force-pushed the release-plz-2026-02-24T07-22-56Z branch 10 times, most recently from 1a704c8 to 6c738cc Compare February 24, 2026 14:13
@Meru143 Meru143 force-pushed the release-plz-2026-02-24T07-22-56Z branch from 6c738cc to 43fd1b2 Compare February 24, 2026 14:24
@Meru143 Meru143 merged commit 0a3a5ed into main Feb 24, 2026
2 checks passed
@Meru143 Meru143 deleted the release-plz-2026-02-24T07-22-56Z branch February 24, 2026 14:46
@coderabbitai coderabbitai bot mentioned this pull request Feb 25, 2026
@coderabbitai coderabbitai bot mentioned this pull request Mar 26, 2026
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