Skip to content

Proxytrace 1.0.3

Choose a tag to compare

@github-actions github-actions released this 12 Jun 18:01
· 576 commits to master since this release

Added

  • "How to wire the proxy?" documentation link on the Traces page empty state.

Changed

  • The Tracey AI assistant is now an Enterprise feature. On the Free tier the sidebar
    entry is locked and the Tracey page shows an upgrade prompt; the Tracey API endpoints
    respond with HTTP 402.

Fixed

  • Upgrade/pricing links (upgrade placeholder, upgrade dialog, docs) pointed at
    proxytrace.dev/pricing instead of the correct proxytrace.dev/#pricing anchor.

  • The ingestion endpoint shown in the setup wizard and on the API-keys page pointed at the
    web UI port instead of the ingestion proxy (e.g. :5101 instead of :5102 in the Docker
    deployment), where OpenAI calls fail with 405 Not Allowed. The backend now advertises
    the proxy's public URL (Proxy:PublicBaseUrl; in Docker PROXYTRACE_PROXY_PUBLIC_URL,
    default http://localhost:5102) and the UI displays that.