Releases: beamlens/beamlens_web
Releases · beamlens/beamlens_web
v0.1.0-beta.4
Beta Release 0.1.0-beta.4
Fixed
- Asset paths (CSS, JS, favicons, logo) now resolve correctly when mounted under a scoped router path (for example,
scope "/dev") — the fix in beta.3 was incomplete and has been replaced with a robust approach using computed absolute paths - Dashboard logo was not loading due to a hardcoded image path that bypassed the scoped asset routes
Changed
- Capitalized "beamlens" to "Beamlens" in the dashboard header and page title
Installation
def deps do
[
{:beamlens_web, "~> 0.1.0-beta.4"}
]
endSee the README for full setup instructions.
v0.1.0-beta.3
Beta Release 0.1.0-beta.3
Fixed
- Asset and favicon paths in the dashboard root layout now resolve correctly when mounted under a scoped router path (for example,
/dev/beamlens).
Installation
def deps do
[
{:beamlens_web, "~> 0.1.0-beta.3"}
]
endSee the README for full setup instructions.
v0.1.0-beta.1
Initial Beta Release
A real-time dashboard for Beamlens.
Features
- Chat interface for managing Beamlens analysis
- Real-time event tracing
- Coordinator and operator health monitoring
- Cluster support
- JSON export for analysis
- Optional AI-powered summaries via configurable client registry
- Telemetry events for observability
Installation
def deps do
[
{:beamlens_web, "~> 0.1.0-beta.1"}
]
endSee the README for full setup instructions.