refactor: move agent version from setup row to session header

This commit is contained in:
Nathan Flurry 2026-01-27 19:53:37 -08:00
parent 308d7f279c
commit 19f561de52
3 changed files with 12 additions and 16 deletions

View file

@ -623,6 +623,12 @@
border-radius: 999px;
}
.session-agent-version {
font-weight: 500;
opacity: 0.7;
margin-left: 4px;
}
.panel-header-right {
display: flex;
align-items: center;