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
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
".": "0.1.1",
"packages/sdk": "0.1.2",
"packages/commands": "0.1.2",
"packages/cli": "0.1.2",
"packages/mcp": "0.1.2",
"packages/channel": "0.1.2"
".": "0.1.2",
"packages/sdk": "0.1.3",
"packages/commands": "0.1.3",
"packages/cli": "0.1.3",
"packages/mcp": "0.1.3",
"packages/channel": "0.1.3"
}
153 changes: 153 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openstoa",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev -p 3200",
Expand Down
10 changes: 10 additions & 0 deletions packages/channel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.1.3](https://github.com/zkproofport/openstoa/compare/openstoa-channel-v0.1.2...openstoa-channel-v0.1.3) (2026-09-05)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @masselabs/openstoa bumped from ^0.1.2 to ^0.1.3
* @masselabs/openstoa-commands bumped from ^0.1.2 to ^0.1.3

## [0.1.2](https://github.com/zkproofport/openstoa/compare/openstoa-channel-v0.1.1...openstoa-channel-v0.1.2) (2026-07-28)


Expand Down
10 changes: 5 additions & 5 deletions packages/channel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/channel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@masselabs/openstoa-channel",
"version": "0.1.2",
"version": "0.1.3",
"description": "OpenStoa messaging-channel adapter — lets a self-hosted AI-agent runtime (OpenClaw, Hermes) participate in OpenStoa E2EE chat + DM as a channel, over the shared @masselabs/openstoa SDK (SI-1 blind server).",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -40,8 +40,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@masselabs/openstoa": "^0.1.2",
"@masselabs/openstoa-commands": "^0.1.2"
"@masselabs/openstoa": "^0.1.3",
"@masselabs/openstoa-commands": "^0.1.3"
},
"devDependencies": {
"@types/node": "^22.0.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.1.3](https://github.com/zkproofport/openstoa/compare/openstoa-cli-v0.1.2...openstoa-cli-v0.1.3) (2026-09-05)


### Features

* **chat:** reclaim delivered ciphertext, encrypt media, and close the key-management hole ([5f204f8](https://github.com/zkproofport/openstoa/commit/5f204f8e6ed15757f836f5d1ccfcef295ade2e21))
* **web,cli:** chat rail fixes, web i18n, and API-key-scoped AI capability ([c8603db](https://github.com/zkproofport/openstoa/commit/c8603db0162edf000ebb4565dbc2ce552a473544))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @masselabs/openstoa-commands bumped from ^0.1.2 to ^0.1.3
* devDependencies
* @masselabs/openstoa bumped from ^0.1.2 to ^0.1.3

## [0.1.2](https://github.com/zkproofport/openstoa/compare/openstoa-cli-v0.1.1...openstoa-cli-v0.1.2) (2026-07-28)


Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@masselabs/openstoa-cli",
"version": "0.1.2",
"version": "0.1.3",
"description": "OpenStoa CLI (`openstoa`) — REST + E2EE chat for AI agents and humans, over @masselabs/openstoa. Shares one command core with the OpenStoa MCP server.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -33,11 +33,11 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@masselabs/openstoa-commands": "^0.1.2",
"@masselabs/openstoa-commands": "^0.1.3",
"commander": "^12.1.0"
},
"devDependencies": {
"@masselabs/openstoa": "^0.1.2",
"@masselabs/openstoa": "^0.1.3",
"@types/node": "^22.0.0",
"tsup": "^8.0.0",
"typescript": "^5.7.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/commands/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.1.3](https://github.com/zkproofport/openstoa/compare/openstoa-commands-v0.1.2...openstoa-commands-v0.1.3) (2026-09-05)


### Features

* **chat:** reclaim delivered ciphertext, encrypt media, and close the key-management hole ([5f204f8](https://github.com/zkproofport/openstoa/commit/5f204f8e6ed15757f836f5d1ccfcef295ade2e21))
* **web,cli:** chat rail fixes, web i18n, and API-key-scoped AI capability ([c8603db](https://github.com/zkproofport/openstoa/commit/c8603db0162edf000ebb4565dbc2ce552a473544))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @masselabs/openstoa bumped from ^0.1.2 to ^0.1.3

## [0.1.2](https://github.com/zkproofport/openstoa/compare/openstoa-commands-v0.1.1...openstoa-commands-v0.1.2) (2026-07-28)


Expand Down
6 changes: 3 additions & 3 deletions packages/commands/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@masselabs/openstoa-commands",
"version": "0.1.2",
"version": "0.1.3",
"description": "Shared command core for the OpenStoa CLI and MCP server — one code path over @masselabs/openstoa (REST + E2EE chat).",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@masselabs/openstoa": "^0.1.2",
"@masselabs/openstoa": "^0.1.3",
"@zkproofport-ai/mcp": "^0.2.9"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.1.3](https://github.com/zkproofport/openstoa/compare/openstoa-mcp-v0.1.2...openstoa-mcp-v0.1.3) (2026-09-05)


### Features

* **chat:** reclaim delivered ciphertext, encrypt media, and close the key-management hole ([5f204f8](https://github.com/zkproofport/openstoa/commit/5f204f8e6ed15757f836f5d1ccfcef295ade2e21))
* **web,cli:** chat rail fixes, web i18n, and API-key-scoped AI capability ([c8603db](https://github.com/zkproofport/openstoa/commit/c8603db0162edf000ebb4565dbc2ce552a473544))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @masselabs/openstoa-commands bumped from ^0.1.2 to ^0.1.3
* devDependencies
* @masselabs/openstoa bumped from ^0.1.2 to ^0.1.3

## [0.1.2](https://github.com/zkproofport/openstoa/compare/openstoa-mcp-v0.1.1...openstoa-mcp-v0.1.2) (2026-07-28)


Expand Down
10 changes: 5 additions & 5 deletions packages/mcp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@masselabs/openstoa-mcp",
"version": "0.1.2",
"version": "0.1.3",
"description": "OpenStoa MCP server (`openstoa-mcp`) — stdio MCP exposing the same REST + E2EE chat operations as the CLI, over the shared @masselabs/openstoa-commands core.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,12 +32,12 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@masselabs/openstoa-commands": "^0.1.2",
"@masselabs/openstoa-commands": "^0.1.3",
"@modelcontextprotocol/sdk": "^1.29.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@masselabs/openstoa": "^0.1.2",
"@masselabs/openstoa": "^0.1.3",
"@types/node": "^22.0.0",
"tsup": "^8.0.0",
"typescript": "^5.7.0",
Expand Down
26 changes: 26 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.1.3](https://github.com/zkproofport/openstoa/compare/openstoa-sdk-v0.1.2...openstoa-sdk-v0.1.3) (2026-09-05)


### Features

* **chat:** pick several photos at once, and send them independently ([0baf51f](https://github.com/zkproofport/openstoa/commit/0baf51f2caf5b9162676d3386f77cbee2a48b7dd))
* **chat:** reclaim delivered ciphertext, encrypt media, and close the key-management hole ([5f204f8](https://github.com/zkproofport/openstoa/commit/5f204f8e6ed15757f836f5d1ccfcef295ade2e21))
* **chat:** send attachments as binary, and let people save them ([750d7cd](https://github.com/zkproofport/openstoa/commit/750d7cd0b2aa36c5e72aa9857c1ef6f98c10fdb9))
* **mobile:** recovery codes, device erase, and chat state fixes ([c054851](https://github.com/zkproofport/openstoa/commit/c054851559b9843391c95d28f51e8252af236613))
* **push:** TAK-based push preview, notification prefs, tap routing ([5419072](https://github.com/zkproofport/openstoa/commit/54190723219fa554f254988b30332a6cb80a2ae5))
* **web,cli:** chat rail fixes, web i18n, and API-key-scoped AI capability ([c8603db](https://github.com/zkproofport/openstoa/commit/c8603db0162edf000ebb4565dbc2ce552a473544))


### Bug Fixes

* **chat:** an attachment you are told you can send actually sends ([eab4a72](https://github.com/zkproofport/openstoa/commit/eab4a723f41dac5ddf30d4cb32d6aa29e0677dc4))
* **chat:** give a DM a key that can actually reach the other device ([08f2cf0](https://github.com/zkproofport/openstoa/commit/08f2cf027742be9ae7f192718a225fd07da24fb8))
* **ci:** install mls for the mcp smoke, and unstick two real test defects ([023f661](https://github.com/zkproofport/openstoa/commit/023f661a9de55715cea8b891ce2952afb5ac2003))
* **mls:** keep the device identity out of the key that can vanish ([380a3e5](https://github.com/zkproofport/openstoa/commit/380a3e54c3cfbca5be4677829af8619003192505))
* **mls:** serve HPKE AES-GCM from noble on mobile so web can open its commits ([4d32284](https://github.com/zkproofport/openstoa/commit/4d322846090231fbac4abc035e791017081cc7e9))


### Refactoring

* **mls:** collapse 27 hand-synced crypto copies into one package ([6eaa8a5](https://github.com/zkproofport/openstoa/commit/6eaa8a54b74464ded0c02461b8915f155d610877))

## [0.1.2](https://github.com/zkproofport/openstoa/compare/openstoa-sdk-v0.1.1...openstoa-sdk-v0.1.2) (2026-07-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@masselabs/openstoa",
"version": "0.1.2",
"version": "0.1.3",
"description": "OpenStoa SDK — typed REST client + Node-compatible MLS E2EE chat crypto for AI agents and CLIs.",
"license": "MIT",
"repository": {
Expand Down
Loading