@relayplane/proxy 1.5.43 → 1.5.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1909,7 +1909,7 @@ td{padding:8px 12px;border-bottom:1px solid #111318}
1909
1909
  <div class="cards">
1910
1910
  <div class="card"><div class="label">Total Requests</div><div class="value" id="totalReq">—</div></div>
1911
1911
  <div class="card"><div class="label">Total Cost</div><div class="value" id="totalCost">—</div></div>
1912
- <div class="card"><div class="label">Savings</div><div class="value green" id="savings">—</div></div>
1912
+ <div class="card"><div class="label">Savings (vs Opus)</div><div class="value green" id="savings">—</div></div>
1913
1913
  <div class="card"><div class="label">Avg Latency</div><div class="value" id="avgLat">—</div></div>
1914
1914
  </div>
1915
1915
  <div class="section"><h2>Auth & Routing</h2>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relayplane/proxy",
3
- "version": "1.5.43",
3
+ "version": "1.5.44",
4
4
  "description": "Open source cost intelligence proxy for AI agents. Cut LLM costs ~80% with smart model routing. Dashboard, policy engine, 11 providers. MIT licensed.",
5
5
  "homepage": "https://relayplane.com",
6
6
  "repository": {