Skip to content

v0.7.3

Choose a tag to compare

@chandra447 chandra447 released this 12 May 12:09
· 41 commits to main since this release
861c4bc

Added

  • Configurable memory policy prompt styles in policy-only mode via memoryPolicyStyle with options full, compact, custom, none, plus memoryPolicyCustomText (PR #26).
  • You can now explicitly tune memory policy verbosity for prompt injection behavior, including full and compact modes (PR #26).

Fixed

  • Bun runtime compatibility for SQLite by adding fallback from better-sqlite3 to bun:sqlite in src/store/db.ts (PR #27).
  • Safer DB initialization/migration handling across runtimes (WAL/FK pragmas and hardened migration path) (PR #27).

References