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