What Asymptote-Labs/agent-beacon shipped
Generated by FoxPlug from public activity — not affiliated with Beacon.
Week of September 14, 2026
What shipped
- DeepSeek Harness runtime support added with hook mapping, installer, CLI wiring, inventory reporting, and documentation. Pull request #549
- Senpi (oh-my-openagent) telemetry capture, installer, and CLI wiring completed across four stacked PRs. Pull request #530
- Dashboard session overview and details pages now center on session-level views instead of flat event lists. Pull request #567
- Local trace database added with `beacon endpoint traces` command for CLI inspection of agent traces, status, and reindex. Pull request #560
- Trace data model introduced with `beacon.trace.v1` schema to aggregate runtime logs into trace views. Pull request #547
- Grok Build session sync added as an offline ingestion path alongside discovery and diagnostics. Pull request #557
- Hermes session sync added as an offline backfill path for command, prompt, and file-related telemetry. Pull request #558
- Claude session polling support added to read local session transcripts and write endpoint events. Pull request #539
- Trace database guardrails added to handle large events with SQLite indexing and JSONL fallback. Pull request #562
- Code scanning alert fixed to stop inventory hashes reading as password digests. Pull request #566
Why it matters
This week shipped deep session and trace infrastructure with six new runtime collectors (Grok, Hermes, Claude, and four others), plus full support for two new harnesses (DeepSeek and Senpi). The dashboard and traces surface now center on session views rather than flat events, and a local trace database lets users inspect agent traces from the CLI. These changes make Beacon capture and query richer telemetry from more agent runtimes.
Changelog entry
- Added full DeepSeek Harness (`dsh`) runtime support including hook mapping, installation, CLI wiring, inventory reporting, and documentation. Pull request #549
- Added Senpi (oh-my-openagent) telemetry capture, installer, discovery, and CLI wiring (`--harness omo`). Pull request #530
- Dashboard session overview and details pages now aggregate events into session-centered views. Pull request #567
- Added `beacon endpoint traces` command to inspect local agent traces with status, reindex, and search functionality. Pull request #560
- Introduced `beacon.trace.v1` data model to aggregate runtime logs into trace views with optional OTLP trace metadata. Pull request #547
- Added Grok Build session sync with offline ingestion and cursor-based event collection. Pull request #557
- Added Hermes session sync as offline backfill for command, prompt, and file-related telemetry. Pull request #558
- Added Claude session polling to read local session transcripts and write endpoint events. Pull request #539
- Added trace database guardrails with SQLite indexing and JSONL fallback for large event handling. Pull request #562
- Fixed code scanning alert: inventory hashes no longer read as password digests. Pull request #566
- Added OpenCode session sync support with local collector writing to endpoint runtime log. Pull request #550
- Added Pi session sync support with poll-based collector mirroring existing Fx pattern. Pull request #554
- Added Prime session sync support with poll-based ingestion of session transcripts. Pull request #553
- Added Cline session sync support via offline polling of local files. Pull request #551
- Added OpenClaw session sync support with local-file ingestion of committed sessions. Pull request #552
- Added Factory session sync support with offline poll path for Factory Droid telemetry. Pull request #548
- Added Codex session syncing with `beacon endpoint codex sync` and `status` commands. Pull request #546
- Added Cursor session syncing with poll-based collection of local Cursor DB and files. Pull request #538
- Added v1.3.15 changelog documenting broader local session-sync capabilities. Pull request #565
Session and trace infrastructure shipped: new collectors for Grok, Hermes, Claude, and more. Dashboard now centers on sessions. Local trace DB added. Full support for DeepSeek Harness and Senpi.
Beacon's session and trace infrastructure expanded this week. Added offline collectors for Grok Build, Hermes, Claude, OpenCode, Pi, Prime, Factory, Codex, OpenClaw, and Cline. Dashboard session views and a local trace database ship alongside full runtime support for DeepSeek Harness and Senpi. Users can now inspect traces from the CLI and query richer session-centered telemetry from more agent runtimes.