chore(release): 0.23.0#121
Merged
Merged
Conversation
Automatic per-turn recall (UserPromptSubmit) for Claude Code + plugin 0.4.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UyeqgET1ZMb59jeZLiREvD
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
agentcairn | 6d2f62b | Commit Preview URL Branch Preview URL |
Jun 29 2026, 02:44 PM |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Cuts 0.23.0, publishing the
cairn recall-hookcommand that plugin 0.4.0'sUserPromptSubmithook depends on (uvx --from agentcairn>=0.2 cairn recall-hook). Until this lands on PyPI the plugin hook resolves to a not-yet-published command and stays fail-open (injects nothing).What's in the tag
__version__→0.23.0[Unreleased]→[0.23.0] - 2026-06-29The feature code (auto-recall module, CLI command, plugin wiring, docs, tests) already merged via #120. This PR is the release bump only.
After merge
v0.23.0on the merged commit →release.ymlTrusted Publishing → PyPIgh release create v0.23.0🤖 Generated with Claude Code
Note
Low Risk
Mechanical semver and changelog edits only; no runtime or security behavior changes in the diff.
Overview
Release 0.23.0 — version and changelog only; no functional code changes in this PR.
Bumps
__version__insrc/cairn/__init__.pyfrom 0.22.1 to 0.23.0 and retitles the CHANGELOG Unreleased section to[0.23.0] - 2026-06-29, preserving the already-written notes for auto per-turn recall (cairn recall-hook, plugin 0.4.0) and the Claude Code plugin vault-path fix. Feature work landed in a prior merge (#120); this cut publishes agentcairn on PyPI souvx --from agentcairn>=0.2 cairn recall-hookresolves for the plugin hook.Reviewed by Cursor Bugbot for commit 6d2f62b. Bugbot is set up for automated code reviews on this repo. Configure here.