Commit e17682a
committed
feat: show extension summary in banner
Display installed extensions in single-line banner summary when CLI banner is shown.
Changes:
- Modify show_banner() to check if we're in a spec-kit project
- Get pre-installed extensions if available
- Display max 4 extension names in centered single line
- Show "+N more" for additional extensions beyond first 4
- Use dim styling for "Extensions:" label
- Gracefully handle errors (silent fail if extension detection fails)
This makes extensions more visible to users without adding noise when no extensions are installed.1 parent 5639188 commit e17682a
1 file changed
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1846 | 1846 | | |
1847 | 1847 | | |
1848 | 1848 | | |
| 1849 | + | |
| 1850 | + | |
| 1851 | + | |
| 1852 | + | |
| 1853 | + | |
| 1854 | + | |
| 1855 | + | |
| 1856 | + | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
| 1872 | + | |
| 1873 | + | |
| 1874 | + | |
| 1875 | + | |
1849 | 1876 | | |
1850 | 1877 | | |
1851 | 1878 | | |
| |||
0 commit comments