Skip to content

Commit 9927ddd

Browse files
committed
chore(release): v0.8.16
1 parent 4cf5284 commit 9927ddd

11 files changed

Lines changed: 37 additions & 12 deletions

File tree

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.8.15",
5+
"version": "0.8.16",
66
"description": "relayfile — real-time filesystem for humans and agents",
77
"workspaces": [
88
"packages/core",

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

1317
_No user-visible changes in this release._
@@ -356,7 +360,8 @@ _No user-visible changes in this release._
356360
### Fixed
357361
- Upload raw binaries to GitHub releases. ([#34])
358362

359-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.15...HEAD
363+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.16...HEAD
364+
[0.8.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.16
360365
[0.8.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.15
361366
[0.8.14]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.14
362367
[0.8.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.13

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.8.15",
3+
"version": "0.8.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.8.16] - 2026-06-07
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.15] - 2026-06-06
1216

1317
_No user-visible changes in this release._
@@ -326,7 +330,8 @@ _No user-visible changes in this release._
326330
### Added
327331
- Optional `contentIdentity` on write operations, enabling server-side deduplication of identical payloads. ([#54])
328332

329-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.15...HEAD
333+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.16...HEAD
334+
[0.8.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.16
330335
[0.8.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.15
331336
[0.8.14]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.14
332337
[0.8.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.13

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.8.15",
3+
"version": "0.8.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.8.16] - 2026-06-07
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.15] - 2026-06-06
1216

1317
_No user-visible changes in this release._
@@ -331,7 +335,8 @@ Initial release.
331335
### Added
332336
- Dashboard workflow for visualizing relayfile filesystem activity in real time. ([#40])
333337

334-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.15...HEAD
338+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.16...HEAD
339+
[0.8.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.16
335340
[0.8.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.15
336341
[0.8.14]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.14
337342
[0.8.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.13

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.8.15",
3+
"version": "0.8.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.8.16] - 2026-06-07
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.15] - 2026-06-06
1216

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

358-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.15...HEAD
362+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.16...HEAD
363+
[0.8.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.16
359364
[0.8.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.15
360365
[0.8.14]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.14
361366
[0.8.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.13

packages/local-mount/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/local-mount",
3-
"version": "0.8.15",
3+
"version": "0.8.16",
44
"description": "Create a symlink/copy mount of a project directory with .agentignore/.agentreadonly semantics, then launch a CLI inside it and sync writable changes back on exit",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/sdk/typescript/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.8.16] - 2026-06-07
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.15] - 2026-06-06
1216

1317
_No user-visible changes in this release._
@@ -353,7 +357,8 @@ _No user-visible changes in this release._
353357
### Fixed
354358
- Bind `fetch` to `globalThis` so the SDK runs on Cloudflare Workers without `TypeError: Illegal invocation`. ([#41])
355359

356-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.15...HEAD
360+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.16...HEAD
361+
[0.8.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.16
357362
[0.8.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.15
358363
[0.8.14]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.14
359364
[0.8.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.13

0 commit comments

Comments
 (0)