Skip to content

Commit 457cb01

Browse files
committed
chore(release): v0.8.17
1 parent bbc4d1b commit 457cb01

10 files changed

Lines changed: 34 additions & 9 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.16",
5+
"version": "0.8.17",
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.17] - 2026-06-07
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.16] - 2026-06-07
1216

1317
_No user-visible changes in this release._
@@ -360,7 +364,8 @@ _No user-visible changes in this release._
360364
### Fixed
361365
- Upload raw binaries to GitHub releases. ([#34])
362366

363-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.16...HEAD
367+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.17...HEAD
368+
[0.8.17]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.17
364369
[0.8.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.16
365370
[0.8.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.15
366371
[0.8.14]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.14

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.16",
3+
"version": "0.8.17",
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ _No unreleased changes._
1010

1111
## [0.8.17] - 2026-06-07
1212

13+
_No user-visible changes in this release._
14+
15+
## [0.8.17] - 2026-06-07
16+
1317
### Fixed
1418

1519
- Canonicalize Slack webhook envelope paths so hosted ingestion treats provider-relative channel paths and `/slack/...` paths equivalently, resolves raw channel IDs to existing `channelId__name` aliases, and ignores out-of-provider Slack paths.
@@ -338,6 +342,7 @@ _No user-visible changes in this release._
338342

339343
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.17...HEAD
340344
[0.8.17]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.17
345+
[0.8.17]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.17
341346
[0.8.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.16
342347
[0.8.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.15
343348
[0.8.14]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.14

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

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

338-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.16...HEAD
342+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.17...HEAD
343+
[0.8.17]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.17
339344
[0.8.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.16
340345
[0.8.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.15
341346
[0.8.14]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.14

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

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

362-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.16...HEAD
366+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.17...HEAD
367+
[0.8.17]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.17
363368
[0.8.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.16
364369
[0.8.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.15
365370
[0.8.14]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.14

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

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

360-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.16...HEAD
364+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.17...HEAD
365+
[0.8.17]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.17
361366
[0.8.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.16
362367
[0.8.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.15
363368
[0.8.14]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.14

packages/sdk/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/sdk",
3-
"version": "0.8.16",
3+
"version": "0.8.17",
44
"description": "TypeScript SDK for relayfile — real-time filesystem for humans and agents",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)