Skip to content

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 27 Feb 12:58
· 395 commits to main since this release
beccc1e

Engram v1.5.1 — OpenCode JSONC & Session Scoping

Fixes two bugs and adds PR/issue templates for contributors.

Bug Fixes

  • OpenCode JSONC supportengram setup opencode now correctly detects opencode.jsonc files and strips JSONC comments before parsing (#18)
  • Session ID scoping — default session IDs are now scoped by project name, preventing cross-project session collisions (#25)

Community

  • Added PR and issue templates (contributed by @SantiagoBobrik)
  • Added corner-case tests for JSONC stripping and session scoping