Skip to content

feat(tui): add extension management screen#8536

Open
alexhancock wants to merge 1 commit intomainfrom
feat/extensions-manager-tui
Open

feat(tui): add extension management screen#8536
alexhancock wants to merge 1 commit intomainfrom
feat/extensions-manager-tui

Conversation

@alexhancock
Copy link
Copy Markdown
Collaborator

@alexhancock alexhancock commented Apr 14, 2026

Summary

  • Adds an extension management screen for the TUI where you can toggle existing extensions on and off for the session, or add new ones
  • Make keyboard commands consistent and logical (Ctrl + E for Extensions, Ctrl + M for Models, Ctrl + P for Providers)

Testing

Manual usage

Related Issues

#6642

Screenshots/Demos (for UX changes)

Screenshot 2026-04-14 at 5 23 55 PM Screenshot 2026-04-14 at 5 24 02 PM

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4fb65b3b70

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

const nameW = Math.max(16, Math.floor(layoutW * 0.30));
const descW = Math.max(8, layoutW - 2 - STATUS_W - nameW - 2 * GUTTER);

const rows = Math.max(height - 9, 4);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Recalculate rows when warnings are rendered

rows is fixed to height - 9, but the screen can also render a variable-height warnings block and scroll indicators below the list. When warnings are present (for example, extension config warnings), the list still slices/render rows as if that space were free, and Ink does not clip overflow, so list content can bleed into the warnings/footer area. The row budget should subtract dynamic warning/indicator lines before computing windowed.

Useful? React with 👍 / 👎.

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