feat(tui): add extension management screen (#8536)

This commit is contained in:
Alex Hancock
2026-04-15 13:39:01 -04:00
committed by GitHub
parent c9507ba672
commit ea236ab664
13 changed files with 753 additions and 141 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export const Header = React.memo(function Header({
{turnInfo.current}/{turnInfo.total}{" "}
</Text>
)}
<Text color={TEXT_DIM}>^G configure · ^C exit</Text>
<Text color={TEXT_DIM}>^E exts · ^M models · ^P providers</Text>
</Box>
</Box>
<Rule width={constrainedWidth} />