From 2f0aac4b4522a09cd42a2c40d98b9780a0d45bb1 Mon Sep 17 00:00:00 2001 From: Jason Irish Date: Tue, 1 Sep 2026 14:03:52 -0500 Subject: [PATCH] chore: cut v0.15.0 Bumps all three plugin manifests (.claude-plugin, .codex-plugin, .opencode-plugin) from 0.14.0 to 0.15.0 and closes the CHANGELOG's [Unreleased] section, which had accumulated four real entries: the Windows/macOS CI legs, the stale-handoff warning, the demo/homelab project, and the automated npm Trusted Publishing workflow. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_019VuUKvqH3q511w8xVd4VFY --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .opencode-plugin/package-lock.json | 4 ++-- .opencode-plugin/package.json | 2 +- CHANGELOG.md | 2 ++ 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index fe7721f..9de9e8c 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "throughline", "description": "Continuous, state-aware session memory for Claude Code. Captures what you did and what is (commands, file changes, decisions, and live git/PR state), then hands it off with judgment at session wrap-up. Readable, local-first artifacts (commit them if you choose); binds to Claude's native memory.", - "version": "0.14.0", + "version": "0.15.0", "author": { "name": "Dynamic Agency", "email": "support@dynamicagency.com" diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 577f894..d3f699f 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "throughline", - "version": "0.14.0", + "version": "0.15.0", "description": "Continuous, state-aware session memory for Codex. Captures what you did and what is (commands, file changes, decisions, and live git/PR state), then hands it off with judgment at session wrap-up. Readable, local-first artifacts (commit them if you choose).", "author": { "name": "Dynamic Agency", diff --git a/.opencode-plugin/package-lock.json b/.opencode-plugin/package-lock.json index d72ce89..0d786c3 100644 --- a/.opencode-plugin/package-lock.json +++ b/.opencode-plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dynamicagency/throughline-opencode", - "version": "0.14.0", + "version": "0.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dynamicagency/throughline-opencode", - "version": "0.14.0", + "version": "0.15.0", "license": "MIT", "devDependencies": { "@opencode-ai/plugin": "^1.14.48", diff --git a/.opencode-plugin/package.json b/.opencode-plugin/package.json index 09514bf..c9f17d3 100644 --- a/.opencode-plugin/package.json +++ b/.opencode-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@dynamicagency/throughline-opencode", - "version": "0.14.0", + "version": "0.15.0", "description": "OpenCode plugin for throughline session memory", "type": "module", "main": "dist/index.js", diff --git a/CHANGELOG.md b/CHANGELOG.md index a92c7c3..5235171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to throughline are documented here. Format loosely follows ## [Unreleased] +## [0.15.0] + ### Added - CI now runs the shell test suite on `windows-latest` and `macos-latest` in addition to `ubuntu-latest` (issue #67) - previously an unmade platform