Releases: bethvourc/agent--relay
Releases · bethvourc/agent--relay
Release list
v0.7.0
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.6
Added
deactivatecommand (aliascomplete) 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.tomlHomepage/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
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.5PyPI: 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
mainrather than the source commit at the time of release. The PyPI artifact is the authoritative 0.5.5 build.
v0.5.0
Added
alertscommand 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. MetricsFilterfor 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
Added
watchcommand — live session monitoring that follows an in-progress
session and auto-picks the latest active session when none is given.
Includes a--metricspanel that refreshes per turn.metricscommand for token / cost / latency rollups per session.metrics-tailcommand streams metric events as JSONL for ingestion into
external pipelines.metrics-servecommand exposes Prometheus and OTLP exporters from the
local daemon, with alert evaluation hooks emitted into the JSONL stream.
Changed
- Fallback logic in
watchimproved so the command picks the latest
session when no id is supplied, instead of erroring out.
v0.3.0
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
handoffscleaned up for a tighter output.