Skip to content

Releases: bethvourc/agent--relay

v0.7.0

Choose a tag to compare

@bethvourc bethvourc released this 02 Jun 23:04
Sync README/LICENSE/CHANGELOG from private repo @ ce095cc

v0.6.3

Choose a tag to compare

@bethvourc bethvourc released this 20 May 18:42
Sync README/LICENSE/CHANGELOG from private repo @ d0a5729

v0.6.2

Choose a tag to compare

@bethvourc bethvourc released this 20 May 18:28
Sync README/LICENSE/CHANGELOG from private repo @ 3d89134

v0.6.1

Choose a tag to compare

@bethvourc bethvourc released this 20 May 18:09
Sync README/LICENSE/CHANGELOG from private repo @ e349ddb

v0.6.0

Choose a tag to compare

@bethvourc bethvourc released this 20 May 17:15
Sync README/LICENSE/CHANGELOG from private repo @ 29e2386

v0.5.6

Choose a tag to compare

@bethvourc bethvourc released this 15 May 01:05

Added

  • deactivate command (alias complete) for marking a session as finished
    or inactive, giving you explicit control over session lifecycle instead of
    relying on implicit timeouts.
  • Console feedback when a session is deactivated, so it's clear which session
    closed and what its final state was.
  • Public community mirror at
    github.com/bethvourc/agent--relay
    for README, issues, discussions, and releases. Source remains private.

Changed

  • Project metadata (pyproject.toml Homepage/Source/Issues) now points at the
    public mirror, so PyPI sidebar links resolve for anonymous visitors.
  • Docs site (agent-relay.dev) GitHub/issue links route to the public mirror.
  • Installation scripts (install.sh, install.ps1) refined for clearer
    platform-specific guidance.

v0.5.5

Choose a tag to compare

@bethvourc bethvourc released this 15 May 01:06

Last release before the public-mirror split. Source for this version lives in the private source repository.

Install:

uv tool install agent-relay-tool==0.5.5
# or
pipx install agent-relay-tool==0.5.5

PyPI: https://pypi.org/project/agent-relay-tool/0.5.5/

Note: this tag is backfilled on the public mirror after the fact, so it points at the mirror's current main rather than the source commit at the time of release. The PyPI artifact is the authoritative 0.5.5 build.

v0.5.0

Choose a tag to compare

@bethvourc bethvourc released this 18 May 20:03
3640540

Added

  • alerts command for inspecting threshold breaches across sessions, with
    matching dashboard panel that integrates alerts into the session detail
    view.
  • Live-update controls for the dashboard: opt-in soft-refresh with JSON
    payloads so the page can update in place without a full reload.
  • MetricsFilter for scoped metric queries — filter dashboard views by
    session, agent, time window, and more.
  • HTML dashboard surface for the Prometheus exporter so operators get a
    browsable view alongside the scrape endpoint.
  • Chart features on the dashboard for session metrics (token, cost, and
    latency over turns).
  • PyPI download badge on the README for visibility into install volume.

Changed

  • Standardised metric labels and heading styles across the UI for a more
    consistent look.
  • Refactored UI colour themes to use a token-based styling system; surface
    rule applied consistently to metrics panels and other surfaces.
  • Help command structure reworked for clearer navigation and grouping.
  • Turn-status aliases introduced so metrics and watch output read more
    naturally.

Removed

  • Deprecated CLI and integration test files cleaned out as part of the
    metrics refactor.

v0.4.0

Choose a tag to compare

@bethvourc bethvourc released this 18 May 20:03

Added

  • watch command — live session monitoring that follows an in-progress
    session and auto-picks the latest active session when none is given.
    Includes a --metrics panel that refreshes per turn.
  • metrics command for token / cost / latency rollups per session.
  • metrics-tail command streams metric events as JSONL for ingestion into
    external pipelines.
  • metrics-serve command exposes Prometheus and OTLP exporters from the
    local daemon, with alert evaluation hooks emitted into the JSONL stream.

Changed

  • Fallback logic in watch improved so the command picks the latest
    session when no id is supplied, instead of erroring out.

v0.3.0

Choose a tag to compare

@bethvourc bethvourc released this 18 May 20:03

Added

  • Gemini agent adapter — Agent Relay now drives Gemini alongside Claude and
    Codex.

Changed

  • Turn prompt logic refined to conditionally display the preamble,
    improving conversation flow when context is already loaded.
  • Session snapshot rendering in handoffs cleaned up for a tighter output.