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
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
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": "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",
Expand Down
4 changes: 2 additions & 2 deletions .opencode-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .opencode-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading