gsxdsm
f7eeb3b887
chore(release): v0.29.0
...
Version bump via changesets.
2026-05-13 21:39:15 -07:00
gsxdsm
8b5df5c79d
chore(release): v0.28.1
...
Version bump via changesets.
2026-05-12 23:05:47 -07:00
gsxdsm
b967967e90
chore(release): v0.28.0
...
Version bump via changesets.
2026-05-12 22:53:17 -07:00
gsxdsm
9732f5f6f6
chore(release): v0.27.1
...
Version bump via changesets.
2026-05-12 07:48:21 -07:00
gsxdsm
35c0da57e3
chore(release): v0.27.0
...
Version bump via changesets.
2026-05-11 21:52:56 -07:00
Fusion
007efcab0b
feat(FN-3970): consolidate Even plugin APIs into unified package with webho
...
Collapsed the Even plugin architecture into a single unified plugin by merging board card routes and replacing the transport stub with a real webhook implementation, removing the separate cards plugin from the workspace. The new unified plugin (`fusion-plugin-even-realities-glasses`) now exports con
Fusion-Task-Id: FN-3970
2026-05-11 06:47:42 -07:00
gsxdsm
369b1ef572
chore(release): v0.26.0
...
Version bump via changesets.
2026-05-10 08:55:51 -07:00
gsxdsm
3958502f19
chore(release): v0.25.0
...
Version bump via changesets.
2026-05-09 17:07:29 -07:00
gsxdsm
5202b8e68f
chore(release): v0.24.0
...
Version bump via changesets.
2026-05-09 13:56:53 -07:00
Fusion
089c139bad
feat(FN-3743): add polling task notifications for even realities plugin
...
Commits merged:
- feat(FN-3743): add polling task notifications for even realities plugin
Files changed:
.../fusion-plugin-even-realities-glasses/README.md | 27 +++
.../package.json | 2 +
.../src/__tests__/cards.test.ts | 82 +++------
.../src/__tests__/diff.test.ts | 76 ++++++++
.../src/__tests__/notification-card.test.ts | 40 +++++
.../src/__tests__/notification-routes.test.ts | 78 ++++++++
.../src/__tests__/notification-store.test.ts | 71 ++++++++
.../src/__tests__/notifier.test.ts | 138 +++++++++-----
.../src/__tests__/transport.test.ts | 4 +-
.../src/agent-actions.ts | 4 +-
.../src/cards.ts | 127 ++++++++++---
.../src/index.ts | 22 ++-
.../src/notifications/diff.ts | 77 ++++++++
.../src/notifications/store.ts | 46 +++++
.../src/notifications/types.ts | 19 ++
.../src/notifier.ts | 199 +++++++++++++--------
.../src/routes/notification-routes.ts | 103 +++++++++++
pnpm-lock.yaml | 31 +++-
18 files changed, 929 insertions(+), 217 deletions(-)
Fusion-Task-Id: FN-3743
2026-05-08 16:35:22 -07:00
Fusion
cafaa68a5f
feat(FN-3738): add fusion-plugin-even-realities-glasses plugin package with
...
Implements a new Fusion plugin package (`fusion-plugin-even-realities-glasses`) providing settings schema, a Fusion HTTP API client, cards, quick capture actions, a notifier, and transport stub — plus plugin routes and lifecycle hooks wired into the pi extension. The branch concludes with a small fi
Fusion-Task-Id: FN-3738
2026-05-08 12:05:46 -07:00