Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/chrome-web-store-assets.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/sideload-install.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @karnstack/reins

## 0.2.0

### Minor Changes

- 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 Changes

- 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.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@karnstack/reins",
"version": "0.1.0",
"version": "0.2.0",
"description": "Drive your real, logged-in browsers from any coding agent: the reins CLI + local daemon, paired with the reins browser extension.",
"type": "module",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @reins/extension

## 0.2.0

### Minor Changes

- 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.
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reins/extension",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
Loading