Skip to content

Commit 4bfc8d2

Browse files
committed
chore(release): v0.10.24
1 parent b283ab6 commit 4bfc8d2

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.23",
5+
"version": "0.10.24",
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.23",
3+
"version": "0.10.24",
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.23",
51+
"@relayfile/sdk": "^0.10.24",
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.23",
78+
"@relayfile/sdk": "0.10.24",
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.24] - 2026-07-13
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.10.23] - 2026-07-13
1216

1317
_No user-visible changes in this release._
@@ -516,7 +520,8 @@ _No user-visible changes in this release._
516520
### Fixed
517521
- Upload raw binaries to GitHub releases. ([#34])
518522

519-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.23...HEAD
523+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.24...HEAD
524+
[0.10.24]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.24
520525
[0.10.23]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.23
521526
[0.10.22]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.22
522527
[0.10.21]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.21

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.23",
3+
"version": "0.10.24",
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.24] - 2026-07-13
10+
11+
_No user-visible changes in this release._
12+
913
## [0.10.23] - 2026-07-13
1014

1115
_No user-visible changes in this release._
@@ -26,7 +30,8 @@ _No user-visible changes in this release._
2630

2731
- Added the initial typed relayfile control-plane client.
2832

29-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.23...HEAD
33+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.24...HEAD
34+
[0.10.24]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.24
3035
[0.10.23]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.23
3136
[0.10.22]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.22
3237
[0.10.21]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.21

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.23",
3+
"version": "0.10.24",
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.24] - 2026-07-13
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.10.23] - 2026-07-13
1216

1317
_No user-visible changes in this release._
@@ -488,7 +492,8 @@ _No user-visible changes in this release._
488492
### Added
489493
- Optional `contentIdentity` on write operations, enabling server-side deduplication of identical payloads. ([#54])
490494

491-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.23...HEAD
495+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.24...HEAD
496+
[0.10.24]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.24
492497
[0.10.23]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.23
493498
[0.10.22]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.22
494499
[0.10.21]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.21

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.23",
3+
"version": "0.10.24",
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.24] - 2026-07-13
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.10.23] - 2026-07-13
1216

1317
_No user-visible changes in this release._
@@ -487,7 +491,8 @@ Initial release.
487491
### Added
488492
- Dashboard workflow for visualizing relayfile filesystem activity in real time. ([#40])
489493

490-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.23...HEAD
494+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.24...HEAD
495+
[0.10.24]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.24
491496
[0.10.23]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.23
492497
[0.10.22]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.22
493498
[0.10.21]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.21

0 commit comments

Comments
 (0)