You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).