File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : 20
17+ node-version : 24
1818 - run : npm install
1919 - run : npm run typecheck
2020 - run : npm test
2525 - uses : actions/checkout@v4
2626 - uses : actions/setup-node@v4
2727 with :
28- node-version : 20
28+ node-version : 24
2929 - run : npm install
3030 - run : npm install --no-save @opencode-ai/plugin@latest
3131 - run : npm run typecheck
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.3.2] - 2026-04-27
9+
10+ ### Fixed
11+
12+ - Compatibility CI now installs dependencies with ` npm install ` so it works in this no-lockfile repository.
13+ - Compatibility CI now runs on Node 24, matching the test command's ` --experimental-strip-types ` requirement.
14+
815## [ 1.3.1] - 2026-04-27
916
1017### Added
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 1.3.2 (2026-04-27)
4+
5+ ### CI Compatibility Patch
6+
7+ - Fixed the compatibility workflow so dependency installation works without a committed lockfile.
8+ - Moved compatibility CI to Node 24 so TypeScript-stripping tests run correctly.
9+ - No runtime or storage changes.
10+
11+ ---
12+
313## 1.3.1 (2026-04-27)
414
515### Security and Reliability Patch
Original file line number Diff line number Diff line change 11{
22 "name" : " opencode-working-memory" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.3.2 " ,
44 "description" : " Three-layer memory architecture for OpenCode with workspace memory and hot session state" ,
55 "type" : " module" ,
66 "main" : " index.ts" ,
You can’t perform that action at this time.
0 commit comments