Skip to content
Open
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
13 changes: 0 additions & 13 deletions .changeset/protocol-three-hard-cut.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @understudy/connector

## 0.6.0

### Minor Changes

- 72b482d: Release protocol 3, remove the cloud-secret command and credential connector,
and add the `semantic-elements-v1` capability.

Add bounded semantic capture, deterministic find, inspect, continuation,
same-document deltas, fixed action failures, device-policy, physical-window
inventory, suspended-session adoption, attended-idle, and extension-local
payment-card command contracts. Card submission returns only fixed not-started
or outcome-unknown results.

### Patch Changes

- Updated dependencies [72b482d]
- @understudy/protocol@0.9.0

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@understudy/connector",
"version": "0.5.1",
"version": "0.6.0",
"type": "module",
"description": "Reference @proofoftech/breakwater connectors for the Understudy browser-execution service: observe and act, approval-gated via flowsafe grants",
"main": "./dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @understudy/protocol

## 0.9.0

### Minor Changes

- 72b482d: Release protocol 3, remove the cloud-secret command and credential connector,
and add the `semantic-elements-v1` capability.

Add bounded semantic capture, deterministic find, inspect, continuation,
same-document deltas, fixed action failures, device-policy, physical-window
inventory, suspended-session adoption, attended-idle, and extension-local
payment-card command contracts. Card submission returns only fixed not-started
or outcome-unknown results.

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@understudy/protocol",
"version": "0.8.0",
"version": "0.9.0",
"type": "module",
"description": "The understudy browser-execution command protocol: zod-4 Command/Event discriminated unions shared by the service, the extension driver, and consumer connectors",
"main": "./dist/index.js",
Expand Down