Releases: portel-dev/photon
Releases · portel-dev/photon
v1.34.0
v1.33.4
v1.33.3
v1.33.2
1.33.2 (2026-05-23)
Features
- Make Photon credible as a chat app surface: ChatGPT-compatible single-photon MCP naming, Beam-safe dot-qualified aggregation, UI/resource metadata fixes, and a visual weather showcase in the README/tutorial.
Published package: https://www.npmjs.com/package/@portel/photon/v/1.33.2
v1.33.1
v1.32.6
v1.32.6
Changes
- Advertise TSX app entries as Beam web routes (
/web/{photon}/). - Fix
photon ps disabletarget parsing for instance-qualified photon ids (photon:hash:method). - Report
ps disableas a no-op with exit code 1 when no active schedule matched. - Harden daemon watcher timing assertions used by CI.
Verification
- Local
bun run test: 95/95 passed. - GitHub Actions CI run 26022708721 passed on Node 20 and Node 22.
- Published npm package:
@portel/photon@1.32.6.
v1.32.5
Full Changelog: v1.32.4...v1.32.5
v1.32.4
v1.32.3
1.32.3 (2026-05-13)
Features
- move Auto UI render hints into MCP metadata (734c191)
Bug Fixes
- absorb daemon restart socket races (b532f1f)
- allow tested release hook path (8466863)
- avoid duplicate promise release gate (d887441)
- coalesce daemon watcher reload events (11d8cf4)
- harden Beam daemon transport stability (51943bb)
- harden beam photon app smoke paths (04bd58d)
- harden daemon socket recovery under bun (6a8afbe)
- isolate release fresh install check (6158fd2)
- keep Bun-launched Beam alive (807eeca)
- paginate MCP discovery lists (1c5ff94)
- raise release test file limit (d10c992)
- restore stateful app UI metadata (232f6d5)
- route interactive asks through MCP elicitation (4e83c42)
- stabilize beam regression checks (4ab633f)
- unfreeze production install simulation (c17cf22)
- use bunx in Beam install guidance (4cafba4)