Skip to content

Commit 4090462

Browse files
Version Packages (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d8108a6 commit 4090462

5 files changed

Lines changed: 20 additions & 11 deletions

File tree

‎.changeset/permission-model.md‎

Lines changed: 0 additions & 9 deletions
This file was deleted.

‎packages/cli/CHANGELOG.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @karnstack/reins
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- d8108a6: Per-site permission tiers (deny/read/full) enforced in the extension.
8+
`reins policy` shows and tightens policy; grants are popup-only. New
9+
bridge methods `policy_get`/`policy_tighten`; denied tabs are redacted in
10+
`list_tabs`. Default remains full access everywhere.
11+
312
## 0.2.1
413

514
### Patch Changes

‎packages/cli/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@karnstack/reins",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Drive your real, logged-in browsers from any coding agent: the reins CLI + local daemon, paired with the reins browser extension.",
55
"type": "module",
66
"license": "MIT",

‎packages/extension/CHANGELOG.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @reins/extension
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- d8108a6: Per-site permission tiers (deny/read/full) enforced in the extension.
8+
`reins policy` shows and tightens policy; grants are popup-only. New
9+
bridge methods `policy_get`/`policy_tighten`; denied tabs are redacted in
10+
`list_tabs`. Default remains full access everywhere.
11+
312
## 0.2.0
413

514
### Minor Changes

‎packages/extension/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reins/extension",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)