Skip to content

Commit 6e4bc56

Browse files
committed
feat: show api_url in debug dashboard observer detail
1 parent 49de424 commit 6e4bc56

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cems"
3-
version = "0.11.7"
3+
version = "0.11.8"
44
description = "Continuous Evolving Memory System - Dual-layer memory with scheduled maintenance"
55
readme = "README.md"
66
requires-python = ">=3.11"

src/cems/static/debug/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,8 @@
668668
<span class="status-val">${formatBytes(data.last_observed_bytes)}</span>
669669
<span class="status-key">Session tag</span>
670670
<span class="status-val">${esc(sessionTag)}</span>
671+
${data.api_url ? `<span class="status-key">API URL</span>
672+
<span class="status-val">${esc(data.api_url)}</span>` : ''}
671673
</div>
672674
</div>`;
673675

0 commit comments

Comments
 (0)