Release v0.3.8: bump package + plugin to 0.3.8 - #90
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Cuts release v0.3.8 by updating the project’s version “source of truth” across packaging and Claude plugin metadata, and by rolling the changelog entry from Unreleased to the 0.3.8 release section (dated 2026-07-06).
Changes:
- Bump Claude plugin version in
plugins/agami/.claude-plugin/plugin.jsonto0.3.8. - Bump Python package version in
packages/agami-core/pyproject.tomlto0.3.8. - Roll
CHANGELOG.mdheading to## [0.3.8] — 2026-07-06and add thev0.3.7...v0.3.8compare link. - Bump marketplace metadata/plugin versions in
.claude-plugin/marketplace.jsonto0.3.8.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| plugins/agami/.claude-plugin/plugin.json | Updates the Claude plugin’s version to 0.3.8. |
| packages/agami-core/pyproject.toml | Updates the PyPI package version to 0.3.8. |
| CHANGELOG.md | Promotes the release notes to 0.3.8 and adds the compare link. |
| .claude-plugin/marketplace.json | Updates marketplace metadata + plugin version to 0.3.8. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cuts v0.3.8. Bumps the version-of-truth in all four files and rolls
[Unreleased]→[0.3.8]. Merging this + creating the GitHub Release triggers the GHCR image + PyPI publishes.What's in this release (already merged to main)
Added
refresh_tokenand supports therefresh_tokengrant (RFC 6749 §6), so claude.ai silently renews the short-lived access token instead of the full login every hour. Rotation + reuse-detection, hash-at-rest, revocable; access stays 1h; lifetimes env-configurable with defaults. Theoauth_refresh_tokentable migrates in automatically on boot.client_id, so a client that authorized without one can still refresh.Checklist
[Unreleased]rolled to[0.3.8]+ compare linkAfter merge
Create the GitHub Release
v0.3.8→ publishesghcr.io/agamiai/agami-core:0.3.8/:0.3/:latest+ PyPI. The self-hosted server then picks it up via./deploy.sh— the refresh-token table migrates in on boot, so the hourly re-login just stops (no re-onboarding).