chore(release): bump version to 0.3.0#17
Conversation
Patch-level hardening over 0.2.0, all backward compatible: - executor: prefer evicting parked sessions at capacity and fail an evicted running task explicitly instead of completing it with partial output; serialize admission to keep the live-session map within its bound - executor: make the session-continuity cache eviction least-recently-used so an actively reused context is not dropped before idle ones - cli: validate --permission-mode at startup with a clear error, degrading gracefully when the SDK literal is unavailable - docs: add CLAUDE.md The agent card version tracks the package version via importlib.metadata, so this single bump is the source of truth.
|
Warning Review limit reached
More reviews will be available in 30 minutes and 20 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Code Review
This pull request bumps the version of the a2claude package from 0.2.0 to 0.3.0 in pyproject.toml and updates the corresponding lockfile uv.lock. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Bumps the package to 0.3.0 ahead of tagging
v0.3.0.Changes since v0.2.0 (all backward compatible, internal hardening + fixes):
--permission-modeat startup with a clear error, degrading gracefully when the SDK literal is unavailableuv.lockupdated to match;uv buildproduces 0.3.0 artifacts;uv sync --lockedpasses.After this merges, pushing the
v0.3.0tag triggers the release workflow (build → GitHub release with generated notes → PyPI trusted publishing).