Version Packages - #27
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 9, 2026 01:11
685252f to
e6d9142
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
subtext@0.11.0
Minor Changes
b5b0521: Add the
subtext-searchskill documenting thereview-searchMCP tool, which finds sessions across the org by what happened in them — ahas/and/or/not_haspredicate tree over navigate/network/custom signals within asince/time_rangewindow. Unlike opening a known session, search is the tool for finding sessions by behavior ("visited /checkout and got a 4xx/5xx from checkout/pay").The skill covers the time-window rule (exactly one of
since/time_range), the recursivewherepredicate tree (string/int matches,count, empty-match semantics,limit), and the search-to-review handoff. It also notes that results are not ordered by start time and that a rejected query won't succeed on retry.Cross-references in
subtext-shared,subtext-session,subtext-using-subtext,subtext-setup-plugin, and the README were updated to match.Note
Low Risk
Version and changelog/manifest sync only; no application or MCP runtime changes in this diff.
Overview
Release
subtext@0.11.0via Changesets: bumpspackage.json, lockfile, and plugin manifests (Claude, Cursor, Codex, Gemini) from 0.10.3 → 0.11.0, adds the 0.11.0 section toCHANGELOG.md, and removes the consumed.changeset/search-skill.md.The minor release notes document
subtext-searchand thereview-searchMCP tool (behavioral session search withsince/time_rangeand a recursivehas/and/or/not_haspredicate tree, plus search-to-review handoff). That skill and cross-reference updates shipped in the referenced commit; this PR is versioning and release metadata only, not new skill files in the diff.Reviewed by Cursor Bugbot for commit e6d9142. Bugbot is set up for automated code reviews on this repo. Configure here.