Releases: reshuibuduo/tmcra-plugin-codex
Releases · reshuibuduo/tmcra-plugin-codex
Release list
v0.3.0-rc.10
v0.3.0-rc.9
v0.3.0-rc.8
v0.3.0-rc.7
What's Changed
- build(deps): bump hashgraph-online/ai-plugin-scanner-action from 1.2.516 to 1.2.551 by @dependabot[bot] in #3
Full Changelog: v0.3.0-rc.6...v0.3.0-rc.7
v0.3.0-rc.6
v0.3.0-rc.5
v0.3.0-rc.4
What's Changed
- chore: declare skill license by @reshuibuduo in #2
- build(deps): bump actions/checkout from 4.2.2 to 7.0.1 by @dependabot[bot] in #1
New Contributors
- @reshuibuduo made their first contribution in #2
- @dependabot[bot] made their first contribution in #1
Full Changelog: v0.1.1...v0.3.0-rc.4
TMCRA Local Memory for Codex 0.1.1
Adds the validated manage-tmcra-memory Skill for explicit recall, memory writes, lifecycle handling, job inspection, and durable reconciliation. Automatic per-turn recall and capture remain handled by the existing Codex Hooks.
TMCRA Local Memory for Codex 0.1.0
TMCRA Local Memory for Codex 0.1.0
First standalone Codex plugin release extracted from the TMCRA Agent Memory integration layer.
Included
- Root
.codex-plugin/plugin.jsonfor registry ingestion - Automatic
SessionStart,UserPromptSubmit,Stop, andStopFailurehooks - Owner-global plus current-project recall before each answer
- Role-separated USER and CODEX writeback with source provenance
- Loopback-only TMCRA API boundary, credential redaction, and local retry outbox
- Existing TMCRA logo resized proportionally for the plugin icon
- SHA-pinned HOL Scanner CI and reproducible Node lockfile
Verification
- HOL Plugin Scanner 2.0.1116: 100/100, zero findings
- GitHub scanner and Node test workflow: https://github.com/reshuibuduo/TMCRA-Codex-Memory/actions/runs/31931560016
- Isolated Codex marketplace install and installed-cache Hook smoke test passed
The plugin requires the owner-local runtime from https://github.com/reshuibuduo/TMCRA-Agent-Memory.