You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2026. It is now read-only.
feat: show agentspaces version in TUI header (#45)
Display the package version in the TUI header alongside the main
checkout info. The header now shows:
- With main checkout: "agentspaces • Main: {project} ({branch}) • v{version}"
- Without main checkout: "agentspaces • v{version}"
Implements proper Textual Header.format_title() override instead of
using internal attributes.
Closes agentspaces-5b0
0 commit comments