← reins.tech

Changelog

Release notes for the reins CLI and the Chrome extension, straight from each package's changelog.

CLIExtension@karnstack/reins

v0.4.0(latest)

minor · 65ce7f3

reins audit, a per-action audit trail. The extension stamps each response with the resolved host, permission tier, and tab; the daemon writes one redacted JSONL line per action (policy denials included) to ~/.reins/logs/audit-YYYY-MM-DD.jsonl, pruned after 30 days. Value-bearing params (typed text, fill values, eval code, CDP payloads) are redacted before anything reaches disk.

v0.3.0

minor · d8108a6

Per-site permission tiers (deny/read/full) enforced in the extension. reins policy shows and tightens policy; grants are popup-only. New bridge methods policy_get/policy_tighten; denied tabs are redacted in list_tabs. Default remains full access everywhere.

v0.2.1

patch · 6885954

Trust the published Chrome Web Store extension (hnjcfgochepemjndccfblpmfmlblkofo) out of the box. Store installs connect without reins allow.

v0.2.0

minor · f6b30a4

New reins extension command: install the extension without the Chrome Web Store. The npm package now bundles the extension build with a key-pinned, pre-allowlisted id. reins extension stages it at ~/.reins/extension for Chrome's Load unpacked, no reins allow step. See docs/SIDELOAD.md.

patch · 9e4242a

Docs: split release/Chrome Web Store guides, add the store listing description and ready-made branded graphic assets (icon, screenshot, promo tiles), and clean up stale MCP-era wording. No runtime changes.