Skip to content

chore(release): bump version to 0.3.0#17

Merged
kanywst merged 1 commit into
mainfrom
chore/release-0.3.0
Jun 26, 2026
Merged

chore(release): bump version to 0.3.0#17
kanywst merged 1 commit into
mainfrom
chore/release-0.3.0

Conversation

@kanywst

@kanywst kanywst commented Jun 26, 2026

Copy link
Copy Markdown
Owner

Bumps the package to 0.3.0 ahead of tagging v0.3.0.

Changes since v0.2.0 (all backward compatible, internal hardening + fixes):

  • executor: prefer evicting parked sessions at capacity; fail an evicted running task explicitly instead of completing it with partial output; serialize admission so the live-session map stays within its bound
  • executor: LRU eviction for the session-continuity cache, 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

uv.lock updated to match; uv build produces 0.3.0 artifacts; uv sync --locked passes.

After this merges, pushing the v0.3.0 tag triggers the release workflow (build → GitHub release with generated notes → PyPI trusted publishing).

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.
@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@kanywst, we couldn't start this review because you've reached your PR review rate limit.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 12a983e2-6d5d-459e-9a87-70f8d8ba2c6c

📥 Commits

Reviewing files that changed from the base of the PR and between 1506dbe and 1d84d35.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • pyproject.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/release-0.3.0

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.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

@kanywst kanywst merged commit 05b5558 into main Jun 26, 2026
4 checks passed
@kanywst kanywst deleted the chore/release-0.3.0 branch June 26, 2026 14:49
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