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/few-baboons-shop.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 @@ -9,7 +9,7 @@
{
"name": "subtext",
"source": "./",
"version": "0.3.1",
"version": "0.3.2",
"description": "Tools that let coding agents verify and show their work against your running application",
"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.3.1",
"version": "0.3.2",
"description": "Tools for agents to build with Subtext",
"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.3.1",
"version": "0.3.2",
"description": "Tools that let coding agents verify and show their work against your running application",
"author": {
"name": "Subtext",
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "subtext",
"description": "Tools that let coding agents verify and show their work against your running application",
"version": "0.3.1",
"version": "0.3.2",
"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.3.2

### Patch Changes

- f2a41ae: pickup the latest tunnel version

## 0.3.0

### Minor 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.3.1",
"version": "0.3.2",
"description": "Tools that let coding agents verify and show their work against your running application",
"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.3.1",
"version": "0.3.2",
"type": "module",
"main": ".opencode/plugins/subtext.js",
"scripts": {
Expand Down