Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cursor-marketplace-manifest.md

This file was deleted.

2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"name": "subtext",
"source": "./",
"version": "0.10.2",
"version": "0.10.3",
"description": "Review Subtext session recordings and manage privacy rules",
"category": "development",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subtext",
"version": "0.10.2",
"version": "0.10.3",
"description": "Review Subtext session recordings and manage privacy rules",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subtext",
"version": "0.10.2",
"version": "0.10.3",
"description": "Review Subtext session recordings and manage privacy rules",
"author": {
"name": "Subtext",
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"name": "subtext",
"source": "./",
"version": "0.10.2",
"version": "0.10.3",
"description": "Review Subtext session recordings and manage privacy rules",
"category": "development",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "subtext",
"displayName": "Subtext",
"description": "Review Subtext session recordings and manage privacy rules",
"version": "0.10.2",
"version": "0.10.3",
"license": "MIT",
"author": {
"name": "Subtext",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# subtext

## 0.10.3

### Patch Changes

- b2ee015: Add a Cursor-flavored marketplace manifest (`.cursor-plugin/marketplace.json`) listing only the root Subtext plugin. Cursor-style marketplace indexers read `.cursor-plugin/marketplace.json` before `.claude-plugin/marketplace.json`; without it they fall through to the Claude listing, where the external `subtext-verify` GitHub source reference either fails parsing or causes Subtext Verify to be surfaced instead of Subtext. Also teach `sync-manifest-versions.mjs` to keep the new manifest's version in sync.

## 0.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion gemini-extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subtext",
"version": "0.10.2",
"version": "0.10.3",
"description": "Review Subtext session recordings and manage privacy rules",
"mcpServers": {
"subtext": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subtext",
"version": "0.10.2",
"version": "0.10.3",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lockfile version left unsynced

Low Severity

package.json was bumped to 0.10.3, but package-lock.json still records 0.10.2 at the top-level version and packages[""].version. The two files are out of sync, so a later npm install rewrites the lockfile and committed version metadata no longer matches the release.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 685252f. Configure here.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Addressing this in #25

"type": "module",
"scripts": {
"changeset": "npx --yes @changesets/cli@^2.27.0",
Expand Down