Skip to content

Comments

feat: show agentspaces version in TUI header#45

Merged
ckrough merged 1 commit intomainfrom
nice-dijkstra
Jan 10, 2026
Merged

feat: show agentspaces version in TUI header#45
ckrough merged 1 commit intomainfrom
nice-dijkstra

Conversation

@ckrough
Copy link
Owner

@ckrough ckrough commented Jan 10, 2026

Summary

  • Display the package version in the TUI header alongside the main checkout info
  • Header now shows: agentspaces • Main: {project} ({branch}) • v{version} or agentspaces • v{version}
  • Properly overrides Textual's Header.format_title() method instead of using internal attributes

Test plan

  • Run uv run agentspaces tui and confirm version visible in header
  • Version matches output of uv run agentspaces --version
  • All 311 tests pass
  • Type checking and linting pass

Closes agentspaces-5b0

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
@claude
Copy link

claude bot commented Jan 10, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@ckrough ckrough merged commit f52f028 into main Jan 10, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant