Skip to content

Commit 2cdfb77

Browse files
committed
chore(release): v0.10.16
1 parent 43905b2 commit 2cdfb77

18 files changed

Lines changed: 97 additions & 72 deletions

File tree

package-lock.json

Lines changed: 27 additions & 27 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.15",
5+
"version": "0.10.16",
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.15",
3+
"version": "0.10.16",
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.15",
51+
"@relayfile/sdk": "^0.10.16",
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.15",
78+
"@relayfile/sdk": "0.10.16",
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
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
_No unreleased changes._
10+
11+
## [0.10.16] - 2026-06-29
12+
913
### Fixed
1014

1115
- `relayfile integration bind` now accepts provider-native resources for Slack channels, GitHub repositories, Linear teams, and Telegram chats, resolving them to matching VFS path globs while preserving explicit `/`-prefixed globs.
@@ -490,7 +494,8 @@ _No user-visible changes in this release._
490494
### Fixed
491495
- Upload raw binaries to GitHub releases. ([#34])
492496

493-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.15...HEAD
497+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.16...HEAD
498+
[0.10.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.16
494499
[0.10.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.15
495500
[0.10.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.13
496501
[0.10.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.12

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

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.16] - 2026-06-29
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.10.15] - 2026-06-28
1216

1317
_No user-visible changes in this release._
@@ -464,7 +468,8 @@ _No user-visible changes in this release._
464468
### Added
465469
- Optional `contentIdentity` on write operations, enabling server-side deduplication of identical payloads. ([#54])
466470

467-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.15...HEAD
471+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.16...HEAD
472+
[0.10.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.16
468473
[0.10.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.15
469474
[0.10.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.13
470475
[0.10.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.12

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.15",
3+
"version": "0.10.16",
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.16] - 2026-06-29
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.10.15] - 2026-06-28
1216

1317
_No user-visible changes in this release._
@@ -463,7 +467,8 @@ Initial release.
463467
### Added
464468
- Dashboard workflow for visualizing relayfile filesystem activity in real time. ([#40])
465469

466-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.15...HEAD
470+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.16...HEAD
471+
[0.10.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.16
467472
[0.10.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.15
468473
[0.10.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.13
469474
[0.10.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.12

packages/file-observer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/file-observer",
3-
"version": "0.10.15",
3+
"version": "0.10.16",
44
"description": "RelayFile observer dashboard for browsing synced workspace files and metadata",
55
"files": [
66
"src",

packages/local-mount/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.16] - 2026-06-29
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.10.15] - 2026-06-28
1216

1317
_No user-visible changes in this release._
@@ -487,7 +491,8 @@ Initial release.
487491
- Directory-only ignore patterns (e.g. `cache/`) match directories without swallowing like-named files.
488492
- README documenting the mount lifecycle, dotfile semantics, and auto-sync behavior. ([#48])
489493

490-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.15...HEAD
494+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.16...HEAD
495+
[0.10.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.16
491496
[0.10.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.15
492497
[0.10.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.13
493498
[0.10.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.12

0 commit comments

Comments
 (0)