Skip to content

Commit a29bc00

Browse files
committed
chore(release): v0.10.26
1 parent 6f15c9e commit a29bc00

20 files changed

Lines changed: 105 additions & 75 deletions

File tree

package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "relayfile",
33
"license": "Apache-2.0",
44
"private": true,
5-
"version": "0.10.25",
5+
"version": "0.10.26",
66
"description": "relayfile — real-time filesystem for humans and agents",
77
"workspaces": [
88
"packages/core",

packages/agents/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/agents",
3-
"version": "0.10.25",
3+
"version": "0.10.26",
44
"description": "Thin agent-framework adapters for Relayfile. One connect() call, ready tools, proven writeback lifecycle.",
55
"license": "Apache-2.0",
66
"type": "module",
@@ -48,7 +48,7 @@
4848
"@langchain/core": ">=0.3",
4949
"@langchain/langgraph": ">=0.2",
5050
"@openai/agents": ">=0",
51-
"@relayfile/sdk": "^0.10.25",
51+
"@relayfile/sdk": "^0.10.26",
5252
"ai": ">=4"
5353
},
5454
"peerDependenciesMeta": {
@@ -75,7 +75,7 @@
7575
"@langchain/core": "^0.3.25",
7676
"@langchain/langgraph": "^0.2.31",
7777
"@openai/agents": "^0.0.13",
78-
"@relayfile/sdk": "0.10.25",
78+
"@relayfile/sdk": "0.10.26",
7979
"@types/node": "^20.19.43",
8080
"ai": "^4.0.20",
8181
"typescript": "^5.5.4"

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
_No unreleased changes._
1010

11+
## [0.10.26] - 2026-07-15
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.10.25] - 2026-07-14
1216

1317
_No user-visible changes in this release._
@@ -524,7 +528,8 @@ _No user-visible changes in this release._
524528
### Fixed
525529
- Upload raw binaries to GitHub releases. ([#34])
526530

527-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.25...HEAD
531+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.26...HEAD
532+
[0.10.26]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.26
528533
[0.10.25]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.25
529534
[0.10.24]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.24
530535
[0.10.23]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.23

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": "relayfile",
3-
"version": "0.10.25",
3+
"version": "0.10.26",
44
"description": "CLI for relayfile — real-time filesystem for humans and agents",
55
"bin": {
66
"relayfile": "scripts/run.js"

packages/client/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to this package will be documented in this file.
66

77
_No unreleased changes._
88

9+
## [0.10.26] - 2026-07-15
10+
11+
_No user-visible changes in this release._
12+
913
## [0.10.25] - 2026-07-14
1014

1115
_No user-visible changes in this release._
@@ -34,7 +38,8 @@ _No user-visible changes in this release._
3438

3539
- Added the initial typed relayfile control-plane client.
3640

37-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.25...HEAD
41+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.26...HEAD
42+
[0.10.26]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.26
3843
[0.10.25]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.25
3944
[0.10.24]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.24
4045
[0.10.23]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.23

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/client",
3-
"version": "0.10.25",
3+
"version": "0.10.26",
44
"description": "Typed client for the relayfile local control-plane (unix-socket HTTP/JSON), generated from the authoritative OpenAPI contract",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
_No unreleased changes._
1010

11+
## [0.10.26] - 2026-07-15
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.10.25] - 2026-07-14
1216

1317
_No user-visible changes in this release._
@@ -496,7 +500,8 @@ _No user-visible changes in this release._
496500
### Added
497501
- Optional `contentIdentity` on write operations, enabling server-side deduplication of identical payloads. ([#54])
498502

499-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.25...HEAD
503+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.26...HEAD
504+
[0.10.26]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.26
500505
[0.10.25]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.25
501506
[0.10.24]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.24
502507
[0.10.23]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.23

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/core",
3-
"version": "0.10.25",
3+
"version": "0.10.26",
44
"description": "Shared business logic for relayfile — file operations, ACL, queries, events, and writeback lifecycle",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/file-observer/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
_No unreleased changes._
1010

11+
## [0.10.26] - 2026-07-15
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.10.25] - 2026-07-14
1216

1317
_No user-visible changes in this release._
@@ -495,7 +499,8 @@ Initial release.
495499
### Added
496500
- Dashboard workflow for visualizing relayfile filesystem activity in real time. ([#40])
497501

498-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.25...HEAD
502+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.26...HEAD
503+
[0.10.26]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.26
499504
[0.10.25]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.25
500505
[0.10.24]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.24
501506
[0.10.23]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.23

0 commit comments

Comments
 (0)